summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2006-02-23And the typo.brain
2006-02-23listusers has to be global now (ugh)brain
2006-02-23Moved timer stuff from OnBackgroundTimer to InspTimer derivativebrain
2006-02-23Fixed to workbrain
2006-02-23Incorporating InspTimer into safelist as a testbrain
2006-02-22Optimized a littlebrain
2006-02-22Force burst to end if a remote server pings us, or answers a pong, if this is...brain
2006-02-22Improved calculation to account for server name on start of numeric, plus spa...brain
2006-02-22SAFELIST 005 token is now part of m_safelist not the core 005brain
2006-02-22Fix typos :pbrain
2006-02-22Cleanups on module unload or user /QUITbrain
2006-02-22Added m_safelist. This was originally w00t's code, but i bastardized it (just...brain
2006-02-22Oh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer a...brain
2006-02-21Added which word is blocked to the numericw00t
2006-02-21Added 'is a registered nick' to whoisw00t
2006-02-21Missing includebrain
2006-02-21Enforce 64 char dns limitsbrain
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-19I repeat, missing semicolons are badbrain
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-19Should fix case insensitivity issuebrain
2006-02-19- Don't allow invalid channel names in /mode #chan +L #chanw00t
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-15Yet more loggingbrain
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
2006-02-15- More formatting changesw00t
2006-02-15- Oops, missed two includesw00t
2006-02-15- Check for +K before bothing to assemble knock messagew00t
2006-02-15- Nazi stylistic changes.w00t
2006-02-15- Incorrect w00t
2006-02-15- Anal tidy of some commentsw00t
2006-02-15- Let's stop using that nasty strchr() in a loopw00t
2006-02-15- Made note of some potential improvements in m_part. Brain, please review wh...w00t
2006-02-15- And in SAPARtw00t
2006-02-15- Use IsValidChannelName() in SAJOInw00t
2006-02-14Error checking for out of range buffer reads (this shouldnt happen, read is b...brain