summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/main.cpp
AgeCommit message (Expand)Author
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
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
2007-05-27...and remember the parameters ;)brain
2007-05-27We were already sending FMODE +nt after each channel creation to keep service...brain
2007-05-21Move inspircd.h to topbrain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-16We announce a ping timeout THREE different times and ways on the server that ...brain
2007-05-16And fix another booboobrain
2007-05-16Add a notice on connection close stating server link uptime, and fix a bug in...brain
2007-05-13We dont need to send FMODE for user mode changes, and the FMODE handler doesn...brain
2007-05-13Fix remote bursting with quietbursts, before QA actually test it :P (thanks H...brain
2007-05-13Poach feature request: If a server does not respond after x seconds to a PING...brain
2007-05-09Fix ping timeout ERROR not being generated when a server pings out, making th...brain
2007-05-03Fix for new apibrain
2007-04-08It might be slightly slower, but memset the array as we're using it as a matr...brain
2007-04-08Make the lines wide enough to hold the new databrain
2007-04-06Fix bug #224 by refreshing the security ip cache every hour. The easier solut...brain
2007-04-05Add support for <link:hidden> fixes feature request documented in bug #247 re...brain
2007-04-05Add extra /map info (connection uptime, and lag time) to /MAP for opers. Adds...brain
2007-04-02The other half of special's LUSERS fixbrain
2007-03-25Allow some commands to use a mask of * (this usually finds the 'root' server)brain
2007-03-24Test stuff to fix remote stats brokagebrain
2007-03-18Change back to FMODE for channel mode changes from usersbrain
2007-03-16Remote /MODULESbrain
2007-03-16Different timesync, dont use yetbrain
2007-03-15Add third parameter to OnUserQuit (quit reason for opers only) - bump api ver...brain
2007-03-11Remove stray "Notice:" - text only changebrain
2007-02-07Support port binding herebrain
2007-02-06Make use of new AAAA->A resolvingbrain
2007-01-19Fix dependenciesbrain
2007-01-19Split out rconnect command into its own file (this ones already a command han...brain
2007-01-19Split this up even more, much smaller files that are easier for gcc to digestbrain