summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
AgeCommit message (Expand)Author
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
2006-05-24ALL THROW A WHILD PARTY! CRASH-ON-NETSPLIT should be fixed!!!brain
2006-05-10Fix for crash on: /OS RAW PUSH non-existent-nick :::nick!ident@host KICK #cha...brain
2006-04-28Synching of channel TS after a whole channel has been sent.brain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-20Include paths changebrain
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-04-04More verbose error outputbrain
2006-04-04move do_whois to cmd_whois, i'm stopping now. really.om
2006-04-01Fixes for stability of connects (these didnt make it into trunk!!!)brain
2006-03-27Fix typo in spanningtree (who put this colon here?)brain
2006-03-27Fix for desync in channels with keys a'la servicesbrain
2006-03-27Remove unused variablew00t