]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree.cpp
The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if this...
[user/henk/code/inspircd.git] / src / modules / m_spanningtree.cpp
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-07-30 brainREMOTE STATS! WOOO AND YAY!
2006-07-29 brainStarted UserManager class
2006-07-28 brainBeat om to the commit
2006-07-28 brainFix the obligotary typos
2006-07-28 brainChange all references to voodoo numbers (7, 3 etc)...
2006-07-28 brainAdd support for syntax of commands in place of the...
2006-07-27 brainChange std::pair<bool,std::string> to neater typedef...
2006-07-27 brainMode merging during FJOIN with ourts==theirts. Only...
2006-07-27 brain* Fix Server::SendMode to actually work again.
2006-07-27 braincommit remainder of new mode bouncing stuff for TS...
2006-07-26 brainAdd extra method to mode handler, ModeHandler::ModeSet().
2006-07-26 brainFix reiterpret_cast stuff that doesnt work right
2006-07-26 brainAdapt m_spanningtree to use irc::tokenstream instead...
2006-07-26 brainMigrate towards FMODE with TS, remove the SYNCTS comman...
2006-07-25 brainExclude LUSERS lines with zero counts (NO WE WONT CHANG...
2006-07-25 brainPrevent notice loops on servermasks
2006-07-25 brainAllow PRIVMSG and NOTICE targets of $<servermask> to...
2006-07-25 brainFix NOTICE $* to go between servers
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-15 brainRemoved GCC2 checks as we havent supported gcc2 for...
2006-07-14 brainTidyup
2006-07-14 brainChanged to different way of clearing users on netsplit...
2006-07-10 brainInherit just about everything from classbase
2006-07-10 brainMaking lots of stuff inherit from classbase so we can...
2006-07-09 brainsend_mode event for spanningtree (this will be backport...
2006-07-08 brainRefactored user modes to work like the channel modes...
2006-07-03 omCleanups, change ugly if(\!*line.c_str()) to if(line...
2006-07-03 omMake spanningtree compile again >_<
2006-07-03 omTypo fix
2006-07-01 omChange WriteChannelWithServ and it's _NoFormat to take...
2006-07-01 omReplace rather craq'y loop with a couple of std::string...
2006-06-30 brain*** Interesting fix ***
2006-06-28 brainMore stuff for allowing hostnames in <bind> and <link...
2006-06-27 brainWe can re-enable special's security fix now - note...
2006-06-27 brainTemporarily disable special's security improvement...
2006-06-25 brainExtra safety for user lists to not keep bad pointers...
2006-06-22 specialForward port of server link DDoS/oper flood fix
2006-06-17 brainOn remote kill, send KILL notice. mIRC doesnt seem...
2006-06-17 brainBring forward fix for w00t.
2006-06-05 brainFix for collisions when clock is out
2006-05-31 brainPrevent crash when displaying error for server already...
2006-05-24 brainCorresponding forward-port
2006-05-24 brainMore debugging
2006-05-24 brainPrevent SYNCTS bounce
2006-05-24 brainALL THROW A WHILD PARTY! CRASH-ON-NETSPLIT should be...
2006-05-10 brainFix for crash on: /OS RAW PUSH non-existent-nick :...
2006-04-28 brainSynching of channel TS after a whole channel has been...
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-20 brainInclude paths change
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-04 brainMore verbose error output
2006-04-04 ommove do_whois to cmd_whois, i'm stopping now. really.
2006-04-01 brainFixes for stability of connects (these didnt make it...
2006-03-27 brainFix typo in spanningtree (who put this colon here?)
2006-03-27 brainFix for desync in channels with keys a'la services
2006-03-27 w00tRemove unused variable
2006-03-26 brainRemoval of DoOneIteration stuff
2006-03-26 brainAll software threading stuff *disabled*
2006-03-19 brainCheck for link tags with undefined ipaddr fields (for...
2006-03-18 brainTest fix for topic loop
2006-03-12 brainCase insensitive server names (Hopefully) - to be tested
2006-03-12 brainAltered some stuff to make case insensitive servernames...
2006-03-11 brainFixes :P
2006-03-11 brainYet more const ref changes
2006-03-11 brainDoh @ null chars in an sprintf!
2006-03-11 brainTweaked to use the same system as nenolod's NAMES patch...
2006-03-11 brainDebug counter
2006-03-11 brainMUCH FASTER squit! (and a TON more stable, too)
2006-03-10 brainTidyup and move ConvToStr to a publically accessible...
2006-03-09 brainForgot to declare var
2006-03-09 brainUMode tweaks
2006-03-09 brainProbably wont compile yet - purge_empty_channels refactor
2006-03-09 brainBetter calculation of LUSERS
2006-03-09 brainChanged LUSERS to show global current to not include...
2006-03-08 brainGot rid of all that ugly char* cast crap (todo: change...
2006-03-08 brainSomeone forgot to test compile this *whistles nonchalantly*
2006-03-08 brainAllow for fallback of older ircds without TS in BURST...
2006-03-08 brainBack to 10 mins :( My clocks wont sync and i wont sacri...
2006-03-08 brainChanged TS check: Abort on +- 5 mins, warn on +- 60...
2006-03-08 brainAdded ConvToStr
2006-03-08 brainTypos
2006-03-08 brainChecks for timestamps, boot server off and abort if...
2006-03-07 brainTook strlen's out of fjoin
2006-03-07 brainDifferent way of displaying squit server group
2006-03-05 brainTidied up ProcessLine, instead of a ton of strlens...
2006-03-05 brainSped up introduction of nicks using vector::resize...
2006-03-04 brainMore verbose when setting g/z/k/q/e lines from other...
2006-03-04 brainTypo fix
2006-03-04 brainUnknown command error now tells the opposite server...
2006-03-02 brainis_uline was an inefficient piece of crap - fixed.
2006-03-02 brainRemove debug, allow empty 'final' parameter
2006-03-02 brainTypo
2006-03-02 brainI hate having to commit to get these onto the other...
2006-03-02 brainShould be working now
2006-03-02 brainMore logic tweaks
2006-03-02 brainLogic fixes
2006-03-02 brainExperimental improvements to TreeSocket::Split
2006-03-02 brainChanged definition of CallHandler and CallCommandHandle...
2006-03-01 brainChanged encryption to work with yield system
next