summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
AgeCommit message (Expand)Author
2006-10-06Document more classesbrain
2006-10-06Document a ton of classes (e.g. give them a short description for http://svn....brain
2006-10-05Report invalid command name when invalid command is given in negotiation phasebrain
2006-10-05Remove some annoying debugbrain
2006-10-05Fixed freeing of bound sockets when unloading spanningtreebrain
2006-10-05Remove VF_STATIC from spanningtree and make a clever destructor to close and ...brain
2006-10-05Add <options:announcets> to output the "TS for #chan changed from 1111 to 2222".brain
2006-10-04Check for non-existent channel in FMODEbrain
2006-10-04Nickname collisions were broken! :Obrain
2006-10-03Someone review the comments i put in from line 1515 onwards, and see if theyr...brain
2006-10-03Tidyup (remove casts) and commenting FJOIN a lot, so that others can fix stuf...brain
2006-10-03Fake direction check in FJOIN on all users, plus tidyup of the code that form...brain
2006-10-02Seems to work nowbrain
2006-10-02mmmm dinner break, oh and document and make use of modestacker.brain
2006-10-02Add r5381 fix to remote rehash toow00t
2006-10-02This ULine check looks really, really bad - and caused horrible things to hap...w00t
2006-10-01It all came down to a >1 where we needed a >0. Things should be stable now jamiebrain
2006-10-01Now with binary versioning goodnessbrain
2006-09-28Cleaned up FJOIN a bit, fixing another segfault in the process. Brain should ...special
2006-09-28Fixed another segfault in m_spanningtree's FJOIN (forgot to check if the chan...special
2006-09-26Fix bug found by giggsey (even though he doesnt realise he just found one)brain
2006-09-26make OnPostConnect globalbrain
2006-09-26Only output the 'AES on' message if the socket state isnt I_ERROR when its re...brain
2006-09-26Change error from 'connection established' to 'connection started'brain
2006-09-26Fixed a rather obvious crashbug in m_spanningtree (FJOIN)special
2006-09-25Make this compile. We now have to change all OnUserPreJoin usebrain
2006-09-25Whoops, patchbrain
2006-09-25Add send_topic event, lets you send a topic for a channel, set by a serverbrain
2006-09-24This needs some testing.brain
2006-09-24Add new server to server command:brain
2006-09-19Fix crashes, and in the process make xline even faster!brain
2006-09-17Add const std::string &original_command to OnPreCommand and OnPostCommand, wh...brain
2006-09-15Comment tidyup and change format so doxygen can detect thembrain
2006-09-15Fix some stuff, avoid use of global ServerInstance varbrain
2006-09-13Add a comment for readabilitybrain
2006-09-13Try this, jamiebrain
2006-09-13Add debug to m_spanningtree, verifies that inspircd works correctly on FMODE ...brain
2006-09-06Forgot to returnbrain
2006-09-06Finish off the fix for bug #136 (a biggie for such a simple thing)brain
2006-09-06Command result codes. This isnt finished yet, still got to do most of the mod...brain
2006-09-06JOIN now has a TS parameter on it. The client protocol will ignore this when ...brain
2006-09-06Drop and log unknown nicks in FJOIN, rather than aborting the linkbrain
2006-09-05New CAPAB variable (manditory): PROTOCOLbrain
2006-09-05This is a complex one: when autoconnecting, we check each links failover, and...brain
2006-09-04'Connection to %s closed' now says 'Connection to %s failed'brain
2006-09-04Check for failover pointing at self. This is an obvious thing to check for an...brain
2006-09-04failover connections are now added, thanks for the idea Lauren (happy now? lo...brain
2006-09-02Only VF_COMMON modules are sent in CAPAB now, not VF_STATICbrain
2006-08-31Fix for bug #134 reported by mixx941: When user connects to ircd with no user...brain
2006-08-31Forwardport fix from stable (bug#133 reported by insurgent): configuring a li...brain