]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree.cpp
Probably wont compile yet - purge_empty_channels refactor
[user/henk/code/inspircd.git] / src / modules / m_spanningtree.cpp
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...
2006-02-20 brainUser kicks being ignored!!!
2006-02-20 brainFix to stop new code treating all KICK messages as...
2006-02-20 brainPropogation of remote kicks (testy test)
2006-02-20 brainFix for hide-ulines in /links
2006-02-16 brainBad maths, bad! go sit in the corner
2006-02-16 brainMore debug
2006-02-16 brainNew tweak doesnt work yet, dont use
2006-02-16 brainExtra tweak for exceptional condition
2006-02-16 brainExperimental speed improvement to sending encrypted...
2006-02-16 brainExtra logging to log bad opertypes coming in from remotes
2006-02-16 brainChecking to prevent dodgy opertypes (opertypes must...
2006-02-15 brainYet more logging
2006-02-15 w00t- More formatting changes
2006-02-14 brainError checking for out of range buffer reads (this...
2006-02-13 brainTidied up formatting of %f's
2006-02-13 brainFixes
2006-02-13 brainAdded RPL_MAPTOTL at request of Whitewolf
2006-02-13 brainGuess origin where server is lazy with PING/PONG and...
2006-02-13 brainForgot to change the prefix, whoops
2006-02-13 brainSend the PONG back along the right path, maybe?
2006-02-13 brain(TEST CODE) remote ping, do not use until debugged
2006-02-12 brainInstantly apply lines when not synching
2006-02-12 brainTweak to allow @%+ to all exist on a user at once durin...
2006-02-11 brainCheck for >8 params in NICK
2006-02-11 brainAltered SVSNICK to echo back NICK message, grrrr, soddi...
2006-02-11 brainNewline stripping for asctime()
2006-02-11 brainAdded handler for TIME with server parameter
2006-02-11 brainDamn bracket
2006-02-11 brainFix routing for TIME
2006-02-11 brainFixes to pass on TIME
2006-02-11 brainMisc. fixes
2006-02-11 brainAdded remote TIME (do not use yet)
2006-02-11 brainFix for multi-param PUSH
2006-02-11 brainAdded uline check for PUSH
2006-02-11 brainAdded PUSH command, do not use yet until tested and...
2006-02-08 brainMissing function call
2006-02-08 brainChecks to not propogate invalid or already-existing...
2006-02-07 brainAvoiding assignment of std::strings unless neccessary...
2006-02-07 brainFaster ADDLINE code
2006-02-07 brainExperimental improved string handling in server links
2006-02-07 brainRemoved a strlen()
2006-02-07 brainSlightly more efficient write buffers
2006-02-07 brainTrivial spacing to make it identical
2006-02-07 brainFix signedness warning
2006-02-07 brainAdded max and current local/global usercounts to /luser...
2006-02-07 brainTypo fix
2006-02-06 brainFixed /LINKS to show flat even in tricky mIRC.
2006-02-05 brainFix to allow empty but defined away message (yes, really)
2006-02-05 brainFixed another issue
2006-02-05 brainBad brain, bad bad
2006-02-05 brainPropogation of away messages across network (we dont...
2006-02-03 brainMore fixes (#3)
2006-02-03 brainThis probably wont compile atm - add support for prefix...
next