summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
AgeCommit message (Expand)Author
2006-08-02Add error messages to Resolver::OnError()brain
2006-08-02(1) remove CleanAndResolve.brain
2006-08-02Check for duplicate servers in OnLookupCompletebrain
2006-08-02Comment ServernameResolver classbrain
2006-08-02InspSocket no longer resolves hosts.brain
2006-08-01The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t...brain
2006-07-30REMOTE STATS! WOOO AND YAY!brain
2006-07-29Started UserManager classbrain
2006-07-28Beat om to the commitbrain
2006-07-28Fix the obligotary typosbrain
2006-07-28Change all references to voodoo numbers (7, 3 etc) to the new bitwise constan...brain
2006-07-28Add support for syntax of commands in place of the text 'Not enough parameter...brain
2006-07-27Change std::pair<bool,std::string> to neater typedef "ModePair"brain
2006-07-27Mode merging during FJOIN with ourts==theirts. Only +k and +l have CheckTimes...brain
2006-07-27* Fix Server::SendMode to actually work again.brain
2006-07-27commit remainder of new mode bouncing stuff for TS based modesbrain
2006-07-26Add extra method to mode handler, ModeHandler::ModeSet().brain
2006-07-26Fix reiterpret_cast stuff that doesnt work rightbrain
2006-07-26Adapt m_spanningtree to use irc::tokenstream instead of its own irc-line-pars...brain
2006-07-26Migrate towards FMODE with TS, remove the SYNCTS command ideabrain
2006-07-25Exclude LUSERS lines with zero counts (NO WE WONT CHANGE THE SPELLING OF conn...brain
2006-07-25Prevent notice loops on servermasksbrain
2006-07-25Allow PRIVMSG and NOTICE targets of $<servermask> to the module events (this ...brain
2006-07-25Fix NOTICE $* to go between serversbrain
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-07-15Removed GCC2 checks as we havent supported gcc2 for yearsbrain
2006-07-14Tidyupbrain
2006-07-14Changed to different way of clearing users on netsplit (uses less ram and sho...brain
2006-07-10Inherit just about everything from classbasebrain
2006-07-10Making lots of stuff inherit from classbase so we can use it as a holdall cla...brain
2006-07-09send_mode event for spanningtree (this will be backported to stable as its re...brain
2006-07-08Refactored user modes to work like the channel modes - core and module data n...brain
2006-07-03Cleanups, change ugly if(\!*line.c_str()) to if(line.empty()); remove some cr...om
2006-07-03Make spanningtree compile again >_<om
2006-07-03Typo fixom
2006-07-01Change WriteChannelWithServ and it's _NoFormat to take a const char* serverna...om
2006-07-01Replace rather craq'y loop with a couple of std::string callsom
2006-06-30*** Interesting fix ***brain
2006-06-28More stuff for allowing hostnames in <bind> and <link> again - note there is ...brain
2006-06-27We can re-enable special's security fix now - note this is good for boxes wit...brain
2006-06-27Temporarily disable special's security improvement until we have either/or bi...brain
2006-06-25Extra safety for user lists to not keep bad pointers hanging aboutbrain
2006-06-22Forward port of server link DDoS/oper flood fixspecial
2006-06-17On remote kill, send KILL notice. mIRC doesnt seem happy with just the STANDA...brain
2006-06-17Bring forward fix for w00t.brain
2006-06-05Fix for collisions when clock is outbrain
2006-05-31Prevent crash when displaying error for server already existing (this only ha...brain
2006-05-24Corresponding forward-portbrain
2006-05-24More debuggingbrain
2006-05-24Prevent SYNCTS bouncebrain