summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
AgeCommit message (Expand)Author
2006-11-05Added time syncing! This is fairly simple - servers exchange timestamps and u...special
2006-11-04one line tweak, if the prefix is empty, dont echo 'unknown prefix' to the deb...brain
2006-11-01Added the send_push event to m_spanningtree (send raw text to a remote user)special
2006-11-01New events for special. Event id's "new_server" and "lost_server". The data i...brain
2006-10-31Fix broken notice (relatively minor, the notice can be turned off)brain
2006-10-28Whoops, wrong linfeed type on ADDLINE in netburstbrain
2006-10-28Allow admins to set the socket timeout on server connectionsbrain
2006-10-28Give this one a go dotslasher, apply to ALL serversbrain
2006-10-26Don't display this notice on an empty servername (which will happen if an inc...w00t
2006-10-23More missing spaces (and unbreak compile)w00t
2006-10-23Fix bug experienced by satmd, remove space indents + tidy a littlew00t
2006-10-22Buffer more stuff up for each write by putting it into larger blocksbrain
2006-10-22Fix sending bans on sync:brain
2006-10-21Fix counts on spanningtree reload (this made /map look really odd)w00t
2006-10-21Got it! I am teh 1337.brain
2006-10-21Tiny tweakbrain
2006-10-20Const refsbrain
2006-10-19References and stuffbrain
2006-10-19More stuff changed to const refbrain
2006-10-19Const ref frenzy!brain
2006-10-19Const ref frenzy!brain
2006-10-19Optimizationsbrain
2006-10-19Improve WriteLine, this should be quite an improvement as it prevents a tempo...brain
2006-10-19Use rfind rather than find when chopping strings, its faster as the \r is mor...brain
2006-10-19Remove unused large varsbrain
2006-10-17Remember to delete the tree root when unloading the modulebrain
2006-10-17Move the declaration of class Link up topbrain
2006-10-17Whoops, forgot to init a varbrain
2006-10-17Remove culllist.h from here, we no longer use it.brain
2006-10-17Remove another 'using' for a symbol we use only oncebrain
2006-10-17Add a ton of comments to make this much more useful now (putting it all in a ...brain
2006-10-17Brain->GoToTownOnThisModule().brain
2006-10-17Finally take ServerInstance out of the global scope in this module, amongst a...brain
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