summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
2007-08-26Bump ABI version and protocol version. Note that this really means 1.1 and 1....w00t
2007-08-26Make this compile, was missing a (peavey
2007-08-26Hide remote oper up notices if quiet bursts are enabled etc. Adapted from ave...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-23Add some stuff to change how we process a token sepeperated streambrain
2007-08-21Fix for delete-when-we-shouldnt bug similar to what stskeeps found yesterdaybrain
2007-08-20The only possibility for the issue sts found is that a socket is deleted but ...brain
2007-08-20Add a pair of colons which should fix some KILL messages being dropped and fi...brain
2007-08-20Increase max time difference to 600 secsbrain
2007-08-19Allow support for multiple dns results per request. This is a significant cha...brain
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-09Show <unknown> instead of an empty string on CAPAB failure, spotted by djGrrrw00t
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-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