summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/main.cpp
AgeCommit message (Expand)Author
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
2007-01-18Remove space indentsbrain
2007-01-18Add all this crapolabrain
2007-01-18Much more tidyup, and yes, tons more to gobrain
2007-01-18Start of splitting up. WARNING: This is far from tidy or finished in terms of...brain
2007-01-18Move some stuff into utils.hbrain
2007-01-18Start of moving m_spanningtree into a dir so we can split it, cutting down ra...brain