summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-04-03split_clist will never send lines over 512 chars, also should be fasterom
2006-04-03Fix to prevent adding empty phrases to +g listbrain
2006-04-03Copy of 1_0_stable fix for malformed (>64 chars) hostnames.brain
2006-04-02Undo me screwing stuff upom
2006-04-02Add amd64/linux to list of OS'es tested, but mainly CIA test :Pom
2006-04-01Fixes for stability of connects (these didnt make it into trunk!!!)brain
2006-03-30Make the comment make sense ;<om
2006-03-30Make chlist() use an ostringstream, should be fasterom
2006-03-30Add configuration option <options:operspywhois> to set if opers see invisble ...om
2006-03-30Make /whois code a little prettier, make /whowas show real host as well as di...om
2006-03-28Backport of 100% cpu on connection refused bugbrain
2006-03-28Cleanups. Don't have a colon with no part reason. Parameter order not changedom
2006-03-27Remove debuggingbrain
2006-03-27Fix typo in spanningtree (who put this colon here?)brain
2006-03-27Fix for desync in channels with keys a'la servicesbrain
2006-03-27"I'm a tester, honest!" :pbrain
2006-03-27Indentation fixes, and stop it snoticing on every join by an override-allowed...om
2006-03-27if(chan->limit >= Srv->CountUsers(chan)) snotice & allow!?om
2006-03-27Experimental (it compiles..) channel support for /check. Not yet finished, bu...w00t
2006-03-27Founders CANNOT be kicked, so don't let them be removed either.w00t
2006-03-27Remove unused variablew00t
2006-03-27Removed unused check for valid channel name - if it's invalid, it won't exist...w00t
2006-03-27trivial: Slight reformat of expiry of line messagew00t
2006-03-26->1.1.0brain
2006-03-26Regressed buffering codebrain
2006-03-26Removal of DoOneIteration stuffbrain
2006-03-26All software threading stuff *disabled*brain
2006-03-26IS_LOCAL check on flushwritebufbrain
2006-03-26Listening sockets are now explicitly nonblocking just in case the socket engi...brain
2006-03-26Remove unnecessary casting.w00t
2006-03-25Possible fix for a desync conditionw00t
2006-03-25kill_link safety checksbrain
2006-03-25Bugfix for bug #101 being as the fix was just one simple line :)brain
2006-03-22Removal of software threading idea in CullList. Nice idea, but did really wha...w00t
2006-03-22Stack overflow prevention allows deeper recursionbrain
2006-03-21unsigned long -> unsigned int: unsigned int should be the same size on AMD64 ...brain
2006-03-21Tidyup: (unsigned) cast to more explicit (unsigned char)brain
2006-03-20Why does EVERYONE forget to include helperfuncs.h?brain
2006-03-20Trivial: ServerPrivmsgAll() sending Noticesbrain
2006-03-19Trivial: 401 numeric for m_remove when nick or channel cannot be foundbrain
2006-03-19Someone doesnt validate their input.... ;-pbrain
2006-03-19Don't permit non-opers to /NOTICE $* and /PRIVMSG $* :pbrain
2006-03-19LUSERS oper count was broken and reporting the oper count to always be equal ...brain
2006-03-19Took out ability to issue parameterless helpopbrain
2006-03-19Check for link tags with undefined ipaddr fields (for drunk admins that typo)brain
2006-03-19Someone didnt know how to check for no parameters (*looks at Craig*)brain
2006-03-18Test fix for topic loopbrain
2006-03-18Allow adding of new client ports via /REHASH.brain
2006-03-18See previous changebrain
2006-03-18No RFC says anything about hiding channels containing only +i users -- and it...brain