]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree.cpp
Remember to delete the tree root when unloading the module
[user/henk/code/inspircd.git] / src / modules / m_spanningtree.cpp
2006-10-17 brainRemember to delete the tree root when unloading the...
2006-10-17 brainMove the declaration of class Link up top
2006-10-17 brainWhoops, forgot to init a var
2006-10-17 brainRemove culllist.h from here, we no longer use it.
2006-10-17 brainRemove another 'using' for a symbol we use only once
2006-10-17 brainAdd a ton of comments to make this much more useful...
2006-10-17 brainBrain->GoToTownOnThisModule().
2006-10-17 brainFinally take ServerInstance out of the global scope...
2006-10-06 brainDocument more classes
2006-10-06 brainDocument a ton of classes (e.g. give them a short descr...
2006-10-05 brainReport invalid command name when invalid command is...
2006-10-05 brainRemove some annoying debug
2006-10-05 brainFixed freeing of bound sockets when unloading spanningtree
2006-10-05 brainRemove VF_STATIC from spanningtree and make a clever...
2006-10-05 brainAdd <options:announcets> to output the "TS for #chan...
2006-10-04 brainCheck for non-existent channel in FMODE
2006-10-04 brainNickname collisions were broken! :O
2006-10-03 brainSomeone review the comments i put in from line 1515...
2006-10-03 brainTidyup (remove casts) and commenting FJOIN a lot, so...
2006-10-03 brainFake direction check in FJOIN on all users, plus tidyup...
2006-10-02 brainSeems to work now
2006-10-02 brainmmmm dinner break, oh and document and make use of...
2006-10-02 w00tAdd r5381 fix to remote rehash too
2006-10-02 w00tThis ULine check looks really, really bad - and caused...
2006-10-01 brainIt all came down to a >1 where we needed a >0. Things...
2006-10-01 brainNow with binary versioning goodness
2006-09-28 specialCleaned up FJOIN a bit, fixing another segfault in...
2006-09-28 specialFixed another segfault in m_spanningtree's FJOIN (forgo...
2006-09-26 brainFix bug found by giggsey (even though he doesnt realise...
2006-09-26 brainmake OnPostConnect global
2006-09-26 brainOnly output the 'AES on' message if the socket state...
2006-09-26 brainChange error from 'connection established' to 'connecti...
2006-09-26 specialFixed a rather obvious crashbug in m_spanningtree ...
2006-09-25 brainMake this compile. We now have to change all OnUserPreJ...
2006-09-25 brainWhoops, patch
2006-09-25 brainAdd send_topic event, lets you send a topic for a chann...
2006-09-24 brainThis needs some testing.
2006-09-24 brainAdd new server to server command:
2006-09-19 brainFix crashes, and in the process make xline even faster!
2006-09-17 brainAdd const std::string &original_command to OnPreCommand...
2006-09-15 brainComment tidyup and change format so doxygen can detect...
2006-09-15 brainFix some stuff, avoid use of global ServerInstance var
2006-09-13 brainAdd a comment for readability
2006-09-13 brainTry this, jamie
2006-09-13 brainAdd debug to m_spanningtree, verifies that inspircd...
2006-09-06 brainForgot to return
2006-09-06 brainFinish off the fix for bug #136 (a biggie for such...
2006-09-06 brainCommand result codes. This isnt finished yet, still...
2006-09-06 brainJOIN now has a TS parameter on it. The client protocol...
2006-09-06 brainDrop and log unknown nicks in FJOIN, rather than aborti...
2006-09-05 brainNew CAPAB variable (manditory): PROTOCOL
2006-09-05 brainThis is a complex one: when autoconnecting, we check...
2006-09-04 brain'Connection to %s closed' now says 'Connection to ...
2006-09-04 brainCheck for failover pointing at self. This is an obvious...
2006-09-04 brainfailover connections are now added, thanks for the...
2006-09-02 brainOnly VF_COMMON modules are sent in CAPAB now, not VF_STATIC
2006-08-31 brainFix for bug #134 reported by mixx941: When user connect...
2006-08-31 brainForwardport fix from stable (bug#133 reported by insurg...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-29 brainSnomask +l (linking) and some +x (XLINE)
2006-08-29 brain+Q and +C (remote quit and connect) snomasks implemented
2006-08-29 brainSpanningtree tidyups
2006-08-28 w00tHey, what the hell. Let's do remote ADMIN too. :)
2006-08-28 w00t^*&^^)()%-
2006-08-28 w00tRemote MOTD support
2006-08-28 brainCheck for muppet 3rdparty apps that might not order...
2006-08-28 brainError scemantics - 'this' server, 'your' server
2006-08-28 brainModule list diffing
2006-08-28 brainCapab matching on important keys, and module lists
2006-08-28 brainFix ping timeouts to properly close and free the socket...
2006-08-28 braingcc whinges.
2006-08-28 brainAdd DelFd calls when squitting a server or pinging...
2006-08-28 brainNote: connect() cant time out for inspsockets in this...
2006-08-28 brainAdd support for NAMESX
2006-08-27 brainBail out if we get a non-existent user
2006-08-27 brainFixes for w00t, now its boo time :)
2006-08-27 brainFix mode granting in FJOIN
2006-08-27 brainI only fix stuff at 3:30am if im asked nicely and now...
2006-08-27 brainExtra sanity checks
2006-08-27 brainSometimes we were just doing Route->GetSock(), without...
2006-08-27 brainOverloaded char* equivalents of some core functions...
2006-08-24 brainCheck for missing comma in FJOIN element
2006-08-23 brainForgot the comma in first join
2006-08-23 brainIf we get an unknown prefix character on a user when...
2006-08-23 brainMulti-prefix FJOIN, and allowing module-defined prefixe...
2006-08-23 brainMore prefixchar stuff.
2006-08-21 brainIn 1.1, place all FJOIN parameters in the last paramete...
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainCamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInsp...
2006-08-11 brainMove remaining functions:
2006-08-11 brainpeline/pxline etc stuff removed
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainNow two types of log macro, log() and ilog(). log(...
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-11 brainAnd fix a bug
2006-08-11 brainNone of the modules use an extern InspIRCd* any more
2006-08-11 brain(Bigger than it looks, i did this with perl inplace...
2006-08-10 brainLast of Server:: methods moved to InspIRCd::. Server...
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
next