]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree.cpp
Fix test client error cheecking on result types
[user/henk/code/inspircd.git] / src / modules / m_spanningtree.cpp
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
2006-02-27 brainRemoved unneccessary debug
2006-02-27 brainExtra output during sync to know if we're receving...
2006-02-26 brainPut the EAGAIN stuff back now we're done testing
2006-02-26 brainThat's enough tweaks for now
2006-02-26 brainValgrind fixes (libstdc++ is broken! :O)
2006-02-26 brainTweaks to closed socket detection
2006-02-26 brainGuess what this is?
2006-02-26 brainFixed bursting stuff a little
2006-02-26 brainMade this safer, dont try and yield back when sending...
2006-02-26 brainAnd more
2006-02-26 brainNow the obligotary typo fixes
2006-02-26 brainYields back to user processing to give users a chance...
2006-02-26 brainTweaks
2006-02-26 brainMoved to irc::string for commands in server-server...
2006-02-26 brainServer* Srv marked static or moved to private member...
2006-02-25 brainAuto-lowercase all server names read in from <link...
2006-02-22 brainForce burst to end if a remote server pings us, or...
2006-02-22 brainOh yae, Oh Yae, back in old days of yore, Ye Brain...
2006-02-20 brainLets fix it right this time (and annoy ol with more...
next