summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
2009-01-22Revert "Check nickname validity on introduction, closes bug #682 reported by ...w00t
2009-01-21Check nickname validity on introduction, closes bug #682 reported by danieldg...w00t
2009-01-04This is out of date, useless, and nobody updates it.brain
2009-01-02...and make it not go querying modules that dont implement the right interfac...brain
2009-01-02If a module is loaded after m_spanningtree that it needs, then it will now re...brain
2009-01-02Update copyrights for 2009.w00t
2008-12-21Allow for kick from a server origin to have a comma seperated list of nicknam...brain
2008-12-15Fix naming convention to be consistant. (cmd_ -> Command)w00t
2008-12-12Fix problem with autoconnects: don't reset NextConnectTime to a higher value ...w00t
2008-12-07Make an error message more verbose to help usersbrain
2008-11-30Remove unused variable (thanks to everyone who noticed it)w00t
2008-11-27Don't append server name to kill reasons.w00t
2008-11-27Forward-port: Created commit fcadb0b: Change rm to force removal for configur...w00t
2008-11-20Fix for potential crash with invalid prefixes (prefixes which are neither val...brain
2008-11-16Don't burst expired X:, should help stop bounce wars..w00t
2008-11-04Fix malformed UID errors so that w00t can troubleshoot! :)brain
2008-11-02Fire every debug.w00t
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