summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
2007-08-03There was a missing colon on remote numeric 376. Spotted by Hal9000 of Denora.w00t
2007-07-24Replace some voodoo with a definew00t
2007-07-23Fix crash on unload of modules with listening sockets -- some situations requ...brain
2007-07-18Ive tidied up the mode count stuff, but i still cant duplicate negative invis...brain
2007-07-17Stability fixes, some DELETEs here that dont belong any more.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-10Clarifying commentbrain
2007-07-10This should fix the rest of remote kill nick hidingbrain
2007-07-03Removed superfluous semicolonspippijn
2007-06-24Check for TS==0 in FJOINbrain
2007-06-24Drop fmode with TS of 0, just in case any craq smoking services devs get the ...brain
2007-06-24Fix for atheme support (and others) which makes sure CAPAB is always sent bef...brain
2007-06-17Morebrain
2007-06-17Deprecate remote SQUIT, warn to use RSQUIT instead. RSQUIT supports 1 param t...peavey
2007-06-16RSQUIT/SQUIT is one target only for 1.1. The multi target is going into the 1...peavey
2007-06-15And truly fix rsquit 1 parm crash.peavey
2007-06-15Fix crash on propogation after routed squit has reached it's destination. Thx...peavey
2007-06-15Oops forgot to tidy up comments.peavey
2007-06-15Use PUSH to let remote servers advise of errors.peavey
2007-06-15Cannot WriteServ to remote users, write info to snomask instead.peavey
2007-06-15remove from header also.peavey
2007-06-15remove RSQUIT2 routing hack for SQUIT now we use one param RSQUIT.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-15One param RSQUIT behaving like routed SQUIT.peavey
2007-06-14- Fixed fencepost error in apply_other_sides_modes.burlex
2007-06-14+ Added a check between servers prefixes at the CAPAB negotiation stage. This...burlex
2007-06-14Fix problem where two unrelated options are named identically, thanks for rem...brain
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-13Make this require 2 params, just like god intended it. (no remote squit hacks)peavey
2007-06-13new rsquit command handler, this is still work in progress.peavey
2007-06-13strip RSQUIT from protocol, part of new RSQUIT, not ready for use yet.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-06Add back remote kill handler for server origin killsbrain
2007-06-06Patch fixing (almost) remote kill server notices, by just passing KILL onto c...w00t
2007-06-02and a little tweak to remote MOTD too.peavey
2007-06-02same for admin, and fix some returns.peavey
2007-06-02Fix for bug #297. /MODULES now correctly finds remote server on wildcard. Mar...peavey
2007-05-31And remove soem debugbrain
2007-05-31Fix for issue discovered by satmd where it is possible to send an empty strin...brain
2007-05-30Apply ipv6 #ifdef tidyup patch from djGrrr, thanks :)brain
2007-05-28Display the proper transports for server ports *slap* :Pbrain
2007-05-28Remove code for clientcount/servercount from /stats p. At the moment it was s...w00t
2007-05-28Show IPs that a port is bound to in /stats p, don't remove duplicate ports an...w00t
2007-05-28- Add server ports to /stats p. This doesn't work properly yet as something i...w00t