summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
AgeCommit message (Expand)Author
2005-11-30Casting glitchbrain
2005-11-30Added ForceTopic stuffbrain
2005-11-30Added TOPIC handler stubbrain
2005-11-30Added INVITEbrain
2005-11-30Safely allow for server KILLbrain
2005-11-30Fixed colon stuffbrain
2005-11-30Fixed minor typo in new KILL codebrain
2005-11-30Added remote killbrain
2005-11-29Added KICK supportbrain
2005-11-29Removed some useless debug infobrain
2005-11-29Two squits, one server? Someones been at the silly cookies.brain
2005-11-29Line wrapping fixesbrain
2005-11-29Debug stuffbrain
2005-11-29Fixed mode stuffbrain
2005-11-29Frigging warningbrain
2005-11-29Fixed warning and attempt to use string as an int (!)brain
2005-11-29Added OnOper and OnMode to modulebrain
2005-11-29Added opertype to OnOper and added OnMode functionbrain
2005-11-29Added NICK and QUITbrain
2005-11-29Added reason to OnUserQuitbrain
2005-11-29Added support for NOTICEbrain
2005-11-29Fixed servernames in remote intro getting cut to one wordbrain
2005-11-29Fixed a warningbrain
2005-11-29Fixed compile errorbrain
2005-11-29Changed the way lines are populated to remote serversbrain
2005-11-29Fucking colon strippingbrain
2005-11-29Colon stripping fixesbrain
2005-11-29Leading colon fixesbrain
2005-11-29Changed to strchrbrain
2005-11-29Various optimizations and tweaksbrain
2005-11-29PRIVMSG tweaksbrain
2005-11-29Crash tweakbrain
2005-11-29Added test code for one-to-many PRIVMSGbrain
2005-11-29Added a few stats on squitbrain
2005-11-29Moved some stuff to debugbrain
2005-11-29Tweaked parameter count of sent out SQUITsbrain
2005-11-29Netsplit/SQUIT tweaksbrain
2005-11-29Recursive free sucksbrain
2005-11-29Added squit stuff... dont like recursive delete.brain
2005-11-28Fixed some glitches in linkingbrain
2005-11-28Fixed dodgy server being broadcast on BURSTbrain
2005-11-28Fixed a loop whoopsiebrain
2005-11-28Found a typo when compiling on gcc3.3.6brain
2005-11-28Changed to propogate SERVER properly when a new server connectsbrain
2005-11-28Commented /MAP because it takes some documenting to get across what im trying...brain
2005-11-28/MAP. ARGH!brain
2005-11-28Fixed bouncing messages caused by trying to echo to servers more than one hop...brain
2005-11-28Made privmsgs workbrain
2005-11-28Added OnUserMessage and OnUserNotice (why have these been missing so long?)brain
2005-11-27Tied in client message parser, works very well :)brain