summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
AgeCommit message (Expand)Author
2005-12-02FJOIN now acts like SJOINbrain
2005-12-02Different FJOIN nowbrain
2005-12-02Changed around FJOIN a little.brain
2005-12-01Added clever code to propogate module's special commands (SAJOIN, KNOCK etc) ...brain
2005-12-01Fixed forward declaration of class issue`brain
2005-12-01Fixed loss of padding spaces in privmsgs, etcbrain
2005-12-01Made rehash re-read the <link> blocksbrain
2005-12-01Optimized routing, some O(n) stuff could easily be made 'n'.brain
2005-11-30Modes being sent, but remote side not applying them?brain
2005-11-30Typecasting is ugly.brain
2005-11-30Typecasting fixesbrain
2005-11-30Extra externs requiredbrain
2005-11-30Added opaque protocol functionsbrain
2005-11-30Fixed bug where half-registered users would be propogated if they were half c...brain
2005-11-30Fixed a warningbrain
2005-11-30Fixed hopcount error during authentication/burst which caused one server to s...brain
2005-11-30Trying to find out where the remote rehash is goingbrain
2005-11-30Typos suck assbrain
2005-11-30Informational remote rehash messages`brain
2005-11-30Added remote rehash (even to a mask)brain
2005-11-30Made a simple booboobrain
2005-11-30Added OnGetServerDescription (mainly for link modules)brain
2005-11-30More collision fixesbrain
2005-11-30ARGH, TSbrain
2005-11-30Fixed nick collision stuffbrain
2005-11-30Attempted fixbrain
2005-11-30Extra debugbrain
2005-11-30Some debug trackingbrain
2005-11-30Added TS nick collision stuff (ugh)brain
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