summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
2008-11-01Second attempt at time() -> SI->Time(), now problems with the original were f...w00t
2008-11-01Fix a result of Tired Coding (tm)w00t
2008-10-31It is not my %$"*&%" day. This never happened.w00t
2008-10-31Tidy up FJOIN processing somewhat - don't bother faking a TS to get modes acc...w00t
2008-10-31Add REMOTEOPER snomask.. use it.w00t
2008-10-31Move some messages (correctly) to remote link snomask.w00t
2008-10-31Add snomask +s +L - remote link notices.w00t
2008-10-28Remove comment, as it is now done.w00t
2008-10-27Add user/channel mode synchronisation detection to CAPAB - link will now drop...w00t
2008-10-27Be a hell of a lot more strict about malformed UID commands. We've always bee...w00t
2008-10-27Fix redundant stats snotice, thanks dz.w00t
2008-10-25Use TargetTypeFlags instead of int in a few places.w00t
2008-10-25As we have an enum for type, why not ..use it?w00t
2008-10-25Note where to find the docs.w00t
2008-10-25Nuke space indents from orbit. (die!!)w00t
2008-10-25Move spanningtree to use OnChangeLocalUserHost instead of OnChangeHost, this ...w00t
2008-10-23Revert earlier time() -> SI->Time() diff for now, this causes problems with d...w00t
2008-10-23Patch from Namegduf converting all instances (where possible) of time() -> Se...w00t
2008-10-14Remove outdated TODObrain
2008-10-10Update comment that says we dont send simplemodes in FJOIN, we do now.brain
2008-10-08Fix crash caused by me being retarded.w00t
2008-10-08Fix: call OnRawSocketAccept for server connections. This isn't yet done in an...w00t
2008-10-05Some more safety checks to catch out invalid client introductions (e.g. from ...brain
2008-10-02Comments here toobrain
2008-09-30Some suggestions from jilles about handling unknown prefix errors, and some i...brain
2008-09-24Fix for listening sockets not clearing their timeout on connected. Reported b...peavey
2008-09-22warning-free on windowsbrain
2008-09-22Fix for bug #605 reported by MacGuyver, if a line is expired when we are addi...brain
2008-09-21Be consistent. Use ServerInstance in all places instead of 'Instance' in half...w00t
2008-09-21Fix various rline bugs, implement /stats R, and fix the issue where you get n...brain
2008-09-21Fix the 'i/o error on connection (no error)' stuff, by displaying 'connected ...brain
2008-09-19inbound sockets need a timeout, too. 30 secs should be pleantybrain
2008-09-19Implement timeout on outgoing server connections as per our docs <link:timeout>peavey
2008-09-11Fix KILL server-notice duplicationaquanight
2008-09-08Remove a (now nonexistant) reference from .hw00t
2008-09-08Remove old listening stuff from spanningtree, use a new derived listener class.w00t
2008-08-31Two fixes: Ignore + when parsing mode string in UID, and dont prepend + if we...brain
2008-08-31More debugging mesages for troubleshooting invalid mode sequences in UIDbrain
2008-08-31I guess it makes sense never to let the gecos be parsed as a mode param, even...brain
2008-08-31Move all the parameters around AGAIN. See docs shortlybrain
2008-08-31Two fixes: First, change the error message for too few params for UID to now ...brain
2008-08-31What the fuck am I doing.w00t
2008-08-31Off-by-one on params also == masskill, woow00t
2008-08-31Add snomasks to UID command, after 'modes', bump protocol version, as this ca...w00t
2008-08-31Remove a redundant check, and fix user-mode change propegation. (closes bug #...w00t
2008-08-29Tidier /modules generation. faster for non-opers, neater for all, and doesnt ...brain
2008-08-29Safeguardsw00t
2008-08-29Fix extra End of /STATS on spanningtree override of stats c and n.peavey
2008-08-29Remove some old stuffw00t
2008-08-27Don't force-finish a burst on a timer, instead, set bursted if a PONG is reci...w00t