summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
AgeCommit message (Expand)Author
2006-02-14Error checking for out of range buffer reads (this shouldnt happen, read is b...brain
2006-02-13Tidied up formatting of %f'sbrain
2006-02-13Fixesbrain
2006-02-13Added RPL_MAPTOTL at request of Whitewolfbrain
2006-02-13Guess origin where server is lazy with PING/PONG and doesnt specify one, prep...brain
2006-02-13Forgot to change the prefix, whoopsbrain
2006-02-13Send the PONG back along the right path, maybe?brain
2006-02-13(TEST CODE) remote ping, do not use until debuggedbrain
2006-02-12Instantly apply lines when not synchingbrain
2006-02-12Tweak to allow @%+ to all exist on a user at once during burstbrain
2006-02-11Check for >8 params in NICKbrain
2006-02-11Altered SVSNICK to echo back NICK message, grrrr, sodding ircservices-based s...brain
2006-02-11Newline stripping for asctime()brain
2006-02-11Added handler for TIME with server parameterbrain
2006-02-11Damn bracketbrain
2006-02-11Fix routing for TIMEbrain
2006-02-11Fixes to pass on TIMEbrain
2006-02-11Misc. fixesbrain
2006-02-11Added remote TIME (do not use yet)brain
2006-02-11Fix for multi-param PUSHbrain
2006-02-11Added uline check for PUSHbrain
2006-02-11Added PUSH command, do not use yet until tested and documentedbrain
2006-02-08Missing function callbrain
2006-02-08Checks to not propogate invalid or already-existing Xlinesbrain
2006-02-07Avoiding assignment of std::strings unless neccessary to speed up burstsbrain
2006-02-07Faster ADDLINE codebrain
2006-02-07Experimental improved string handling in server linksbrain
2006-02-07Removed a strlen()brain
2006-02-07Slightly more efficient write buffersbrain
2006-02-07Trivial spacing to make it identicalbrain
2006-02-07Fix signedness warningbrain
2006-02-07Added max and current local/global usercounts to /lusers same way as most oth...brain
2006-02-07Typo fixbrain
2006-02-06Fixed /LINKS to show flat even in tricky mIRC.brain
2006-02-05Fix to allow empty but defined away message (yes, really)brain
2006-02-05Fixed another issuebrain
2006-02-05Bad brain, bad badbrain
2006-02-05Propogation of away messages across network (we dont bounce the numeric back ...brain
2006-02-03More fixes (#3)brain
2006-02-03This probably wont compile atm - add support for prefixed messagesbrain
2006-02-03Added remote routing notices for RCONNECTbrain
2006-02-03Added RCONNECTbrain
2006-02-03Added <options:hideulines>brain
2006-02-03Changed hops from 1 to 0 (makes more sense)brain
2006-02-03Added <options:flatlinks>brain
2006-02-02Added debug loggingbrain
2006-02-02When socket fails to construct, we now check the GetState() of the socket obj...brain
2006-02-01Tidied up a kill messagebrain
2006-02-01Clean up ghosts on nick collisionbrain
2006-02-01*TEST* nick collision code for NICK change in server linkbrain