summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-02-21Tests for channel ghosting?brain
2006-02-21Fixedbrain
2006-02-21Fix for ambiguity in function name herebrain
2006-02-21Added second form of find() taking const char*, which is faster in the core w...brain
2006-02-21Improved speed of Find() by passing reference to std::string instead of std::...brain
2006-02-21It didn't, there was more strlcpyw00t
2006-02-21Fix this, I think.w00t
2006-02-20Lets fix it right this time (and annoy ol with more tweaks)brain
2006-02-20User kicks being ignored!!!brain
2006-02-20Fix to stop new code treating all KICK messages as server KICKsbrain
2006-02-20Propogation of remote kicks (testy test)brain
2006-02-20Fix for hide-ulines in /linksbrain
2006-02-19AIEEE fucking overloaded operatorsbrain
2006-02-19More tweaksbrain
2006-02-19Tweaksbrain
2006-02-19Added + and == operators between std::string and irc::string.brain
2006-02-19Removed the 'one of' check for <dns>brain
2006-02-19Throws exception on failed GetIOHook()brain
2006-02-19Added check for if the servername contains a '.', if not append one on rehashbrain
2006-02-19Moved to 1.0.2+SVNbrain
2006-02-19Moved to 1.0.1 releasebrain
2006-02-19This was back to front and threw an exception when the command DIDNT exist (w...brain
2006-02-19Return false after catching a module exceptionbrain
2006-02-19I repeat, missing semicolons are badbrain
2006-02-19Missing semicolons are bad.brain
2006-02-19Server::AddExtendedMode and Server::AddCommand will now throw exceptions when...brain
2006-02-19More exception throwing in constructorsbrain
2006-02-19Added FilterException and throw codebrain
2006-02-19Added exception throwerbrain
2006-02-19Apparently to catch descendent classes we need to catch a reference to the pa...brain
2006-02-19Added exception handling for module loadingbrain
2006-02-19Should fix case insensitivity issuebrain
2006-02-19- Don't allow invalid channel names in /mode #chan +L #chanw00t
2006-02-18Added MAXPARA=32 to 005 (no other ircd has this, or allows a larger MAXPARA b...brain
2006-02-16Bad maths, bad! go sit in the cornerbrain
2006-02-16More debugbrain
2006-02-16New tweak doesnt work yet, dont usebrain
2006-02-16Extra tweak for exceptional conditionbrain
2006-02-16Experimental speed improvement to sending encrypted linesbrain
2006-02-16Extra logging to log bad opertypes coming in from remotesbrain
2006-02-16Checking to prevent dodgy opertypes (opertypes must follow the same syntax as...brain
2006-02-16Extra checking and exception handling in InspSocket::Writebrain
2006-02-15Test for bug reported by TDCbrain
2006-02-15Yet more loggingbrain
2006-02-15Extra error loggingbrain
2006-02-15Fixed broken /operbrain
2006-02-15Moved custom_mode_params to per-channelbrain
2006-02-15Sped up disabled commands checkbrain
2006-02-15Removed a whole lot of strchr's looking for mode +o where we can do if *user-...brain
2006-02-15Now has no strchr() at all.brain