summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/main.cpp
AgeCommit message (Expand)Author
2008-02-06Fix warnings (thanks owine)w00t
2008-02-03Propegate BURST and ENDBURST network-wide for timing of bursts, and to keep X...w00t
2008-02-03Remove an obsolete valuew00t
2008-02-02Move some stuff to usermanager, remove a little header insanity, remove trace...w00t
2008-01-17Fix.. snomask O is already taken (ffs) so use A insteadw00t
2008-01-17Remove InspIRCd::WriteOpers in favour of snomask Ow00t
2008-01-17Move a number of methods from class InspIRCd to class UserManagerw00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-08Forward port r8664: bind server sockets on /rehashw00t
2008-01-07git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8657 e03df62e-2...w00t
2008-01-07Second half of usercount fix..w00t
2008-01-07Fix up some usercounts stuff.. to be tested.w00t
2007-11-16Minor change: Add + to FMODE on creation of a new channel. This makes all FMO...w00t
2007-11-09Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg...brain
2007-11-04Remove Implements() method from every module. booya.brain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-11-04More craqbrain
2007-11-02Dont propogate K-linesbrain
2007-11-02Implement DELLINE, allow both DELLINE and ADDLINE to take a server OR client ...brain
2007-11-02Hopefully fix the bursting of xlines to work again (even with unknown types) ...brain
2007-10-31Make it all compile.brain
2007-10-22Remove a wrapper, it's easy to read as is :pw00t
2007-10-17Remove debugbrain
2007-10-17UID translator broken with space or comma seperated lists (thanks danieldg)brain
2007-10-15InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...w00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-14Split up spanningtree some more, the filenames should be more intuitive so th...brain
2007-09-30Minor change, param for local PING wasnt an SID and should bebrain
2007-09-04* Fixed connection messages in ModuleSpanningTree::HandleConnect (reported by...burlex
2007-09-02Fixed an issue that could cause empty parameters in module commands to not be...special
2007-08-31Fixed a bug introduced in r7827 (does not affect 1.1.12) that would cause an ...special
2007-08-29We really should SEND it too, if we're looking for it... :pbrain
2007-08-28Move everything module-related out of InspIRCd and into ModuleManager, there ...om
2007-08-28If the user's nick is just a case change, the TS is NOT updated (thanks jilles)brain
2007-08-28Note: NICK now takes two params, a nickname and a timestamp of the change.brain
2007-08-28Fixes 1brain
2007-08-28Convert yet more to ServerConfig::GetSID() - this is the last of the obvious ...brain
2007-08-28First round of servername->sid stuffsbrain
2007-08-28Remove unneeded headers from spanningtree. This was done to the rest of the s...w00t
2007-08-27Debug to try figure this out ..w00t
2007-08-27Translation of mode parameters to uids where neccessarybrain
2007-08-27Auto translation nick->uuid for command params should now work in all modules...brain
2007-08-27More translation stuffbrain
2007-08-27Fix obligotary typosbrain
2007-08-27Translate some stuff to uid.brain
2007-08-27Make FJOIN send UUIDw00t
2007-08-27Convert a metric assload of stuff to use UIDw00t
2007-08-27Send UID (not nick) on client connectionw00t
2007-08-27Send UID prefix on module commands across links.w00t
2007-08-26Document ModuleSpanningTree::RemoteMessage. Maybe useful for other stuff.brain