summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/main.cpp
AgeCommit message (Expand)Author
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
2007-08-26Routing failure messages back where they came from on /rconnectbrain
2007-08-21Fix for delete-when-we-shouldnt bug similar to what stskeeps found yesterdaybrain
2007-08-15* include/caller.h will now compile correctly on Windows platforms.burlex
2007-08-13Fix new millisec /map to compile on windows, by ifndef gettimeofday out rever...peavey
2007-08-07Feature request from djGrr, allow changing of server to server ping frequencybrain
2007-08-05Change latency figures in /map to milliseconds, much more useful for lag meas...brain
2007-07-18Ive tidied up the mode count stuff, but i still cant duplicate negative invis...brain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-11Fix for bug #347.brain
2007-07-10This should fix the rest of remote kill nick hidingbrain
2007-07-03Removed superfluous semicolonspippijn
2007-06-17Morebrain
2007-06-17Deprecate remote SQUIT, warn to use RSQUIT instead. RSQUIT supports 1 param t...peavey
2007-06-15remove a comment.peavey
2007-06-15Fix for bug #296, remote squit not accepting wildcards. awaiting QA.peavey
2007-06-15try out using one param RSQUIT for propogation of SQUIT.peavey
2007-06-13This is not, not routing of SQUIT, nothing to see here, move along :>peavey
2007-06-13Remove remote SQUIT hacks.peavey
2007-06-09A ton more clear() and empty() stuff thats been lingering on the long term to...brain
2007-06-07Add command /RSQUIT to spanningtree.peavey
2007-06-02and a little tweak to remote MOTD too.peavey