summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
2007-05-20- Fix a small warning thrown by cl about unused local.w00t
2007-05-20Send CHANMODES= and PREFIX= in CAPAB CAPABILITIES.brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-18Fixed a fairly low-risk crash in m_spanningtreespecial
2007-05-17Change the way i/o lines are formatted in debug log to make them more intuiti...brain
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-14quietbursts tweak for hiropbrain
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-13Better logging to troubleshoot silentburstsbrain
2007-05-13Make the debug output a bit more readablebrain
2007-05-13Poach feature request: If a server does not respond after x seconds to a PING...brain
2007-05-10Change some stuff around to make sure metadata/fmode comes after nick list if...brain
2007-05-10remove EB metadata madness and make services people happy.brain
2007-05-10Small api change with wide reaching effects in modules - Allows modification ...brain
2007-05-09Fix ping timeout ERROR not being generated when a server pings out, making th...brain
2007-05-09Fix operquit notices being chopped to first word of quit message, spotted by ...brain
2007-05-09Make RCONNECT accept a glob for the first parameter. Thanks, HiroP :)w00t
2007-05-08- (FINALLY, ffs) add realnames to connect/remote connect server notices, per ...w00t
2007-05-07Correct the silentbursts logicbrain
2007-05-07Slightly tidier capab checksbrain
2007-05-07Needs a little testing: Tidyup of some code, namely when validating the lengt...brain
2007-05-07Fix channel TS not being set correctly on creation of new channelbrain
2007-05-07Developers, please review ForceJoin starting at line 730 of this file. It nee...brain
2007-05-07A bit more debug in herebrain
2007-05-07Add bugnotice when an fmode is sent with a TS < ours. This should in theory n...brain
2007-05-07FTOPIC from another server now (correctly) shows local server name to obscure...brain
2007-05-06gcc fails it at exporting symbols properly :/brain
2007-05-05Make debug warning for broken servers once per servername onlybrain
2007-05-04Add options:quietbursts, fixes bug #269, also adds support for quits in a cul...brain
2007-05-04Add MODE nag to debug snomask +dbrain
2007-05-04Apply visibility state to whois, next stop, /whobrain
2007-05-03Fix for new apibrain
2007-05-01Much more detailed logging of lowlevel socket errors to the +l snomaskbrain
2007-05-01Fix crashbug in latest svn introduced by inspsocket cull list, which can caus...brain
2007-04-26Make error reporting work properly, it seemed to loose errors.brain
2007-04-25dhost and host are both char[65], so let stringcopy take up to 64 chars here.peavey
2007-04-20Fix bug #259 proper by doing what I should have done back in r6618 when I fir...peavey
2007-04-20Revert this back to previous.peavey
2007-04-19Do not add empty strings to outgoing lines. *needs testing, may break stuff*peavey
2007-04-19Check some userrec values in remote whois, so that it wont crash if a user ha...brain
2007-04-15Fix for bug that took ages to track down and was very subtle.brain
2007-04-09The hmac stuff was slightly wrong, calculating the 2nd partbrain
2007-04-09D'oh, this is what causes it to randomly not allow the HMAC, when theres an =...brain
2007-04-09And spell it right.brain
2007-04-09Minor change, easy to roll back if it fucks upbrain
2007-04-09Whoopsiebrain
2007-04-09Wait longer before sending data on the connect than on the acceptbrain