summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
AgeCommit message (Expand)Author
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
2006-03-26Removal of DoOneIteration stuffbrain
2006-03-26All software threading stuff *disabled*brain
2006-03-19Check for link tags with undefined ipaddr fields (for drunk admins that typo)brain
2006-03-18Test fix for topic loopbrain
2006-03-12Case insensitive server names (Hopefully) - to be testedbrain
2006-03-12Altered some stuff to make case insensitive servernames (wont compile yet!)brain
2006-03-11Fixes :Pbrain
2006-03-11Yet more const ref changesbrain
2006-03-11Doh @ null chars in an sprintf!brain
2006-03-11Tweaked to use the same system as nenolod's NAMES patch for FJOINbrain
2006-03-11Debug counterbrain
2006-03-11MUCH FASTER squit! (and a TON more stable, too)brain