summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
2007-10-17Remove debugbrain
2007-10-17UID translator broken with space or comma seperated lists (thanks danieldg)brain
2007-10-15InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...w00t
2007-10-15InspTimer -> Timerw00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-15class command_t -> class Command. Whey :Dw00t
2007-10-14Fix indentationbrain
2007-10-14Split up spanningtree some more, the filenames should be more intuitive so th...brain
2007-10-14Change the way origins are shown in snonotice, for djGrrr :pbrain
2007-10-13Fix uninitialized var that may stop the ping warning from appearing, thanks d...brain
2007-10-09Change 'unrecognised command BLAH' to 'unrecognised or malformed command BLAH...brain
2007-10-09sanity check for existing server in DoFailOver seems to have vanished!brain
2007-10-03Cut out redundant loop from nickname introductions, also ensure that each UID...brain
2007-09-30Users were also being attached to the wrong server names (by uid and not by s...brain
2007-09-30Whoops, forgot some stuff for when GECOS was moved to position 10 in the UID ...brain
2007-09-30Minor change, param for local PING wasnt an SID and should bebrain
2007-09-27Forgot part of the fix for bug #404special
2007-09-25Fix for bug #415, affects only trunk (wish i'd known this before i started!)brain
2007-09-23More compile fixesbrain
2007-09-04* Fixed connection messages in ModuleSpanningTree::HandleConnect (reported by...burlex
2007-09-04* Fixed some incorrect declarations in IOCPEngineburlex
2007-09-02Fixed an issue that could cause empty parameters in module commands to not be...special
2007-08-31Fixed a bug introduced in r7827 (does not affect 1.1.12) that would cause an ...special
2007-08-29Add duplicate UID error in ParseUID(), seems pippijn was triggering it and it...brain
2007-08-29Make IsSID completely strict: Must be [digit][A-Zdigit][A-Zdigit], nothing else.brain
2007-08-29This needs to be sent in burst toobrain
2007-08-29We really should SEND it too, if we're looking for it... :pbrain
2007-08-29IMPORTANT: UID command now takes TEN parameters in 1.2. We never had a signon...brain
2007-08-29Swap around ERROR and SNONOTICE in SendError() so that the server doesnt try ...brain
2007-08-28Move everything module-related out of InspIRCd and into ModuleManager, there ...om
2007-08-28Tidy up here, same tidyup cannot go back to stable as it involves uidsbrain
2007-08-28Add SVSPART at request of the Anope team - You can tell if the server has SVS...brain
2007-08-28If we see a NICK message without a timestamp on it, squit the serverbrain
2007-08-28If the user's nick is just a case change, the TS is NOT updated (thanks jilles)brain
2007-08-28Note: NICK now takes two params, a nickname and a timestamp of the change.brain
2007-08-28When a server sends a SERVER command with <5 params, dont just close the conn...brain
2007-08-28Damn strict typing to hellw00t
2007-08-28Last raft of compile fixesbrain
2007-08-28Oops. We were missing a param on this SVSNICK for remote TS.. that probably w...w00t
2007-08-28Fixes 2brain
2007-08-28Fixes 1brain
2007-08-28Convert yet more to ServerConfig::GetSID() - this is the last of the obvious ...brain
2007-08-28First round of servername->sid stuffsbrain
2007-08-28Use it here, toobrain
2007-08-28Tidy up duplicate code, provide GetSID() method on ServerConfig which returns...brain
2007-08-28Rice it up, biatchw00t
2007-08-28Change issid to IsSID to appease our anal retentiveness^H^H^H^H^H^H... i mean...brain
2007-08-28Add SpanningTreeUtils::issid(). See top of utils.cppbrain
2007-08-28Drop nick from incoming client on change collision if incoming client 'loses'...w00t
2007-08-28Oops: This 'remote' needs to be local, otherwise our return value can be inco...w00t