summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/treesocket1.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Move FJOIN propogation above the FMODEs generated by winning an FJOIN•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6648 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-101-5/+8
* Fix typo•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6645 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-101-10/+9
* HIGHLY EXPERIMENTAL: This needs heavy testing -- new FMODE behaviour:•••(1) IF THEIRTS <= OURTS, ACCEPT MODE AND PASS ON (2) If THEIRTS > OURTS, drop the mode and DONT pass on. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6644 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-101-255/+4
* Take away a uline specific check in fmode, which might explain why desyncs be...•••QA please test this with at least 2 insps and services and server syncs/splits, check for channel mode desyncs. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6638 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-081-8/+1
* Ensure that simplemodes are sent first (jilles requested this)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6611 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-02-251-2/+3
* Bans are bursted using a large string buffer to save on write() calls, so the...•••he same though. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6610 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-02-251-3/+11
* Allow for nick!user@host in TOPIC information.•••Note that this adds another <options> tag value, 'hostintopic'. (defaults to yes) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6572 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-02-111-1/+1
* Support port binding here•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6535 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-02-071-2/+2
* Potential desync on "nick collision at same time as fjoin" fix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6445 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-271-7/+16
* Fix dependencies•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6398 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-191-0/+2
* Split this up even more, much smaller files that are easier for gcc to digest•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6395 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-191-0/+1451