summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-02-23listusers has to be global now (ugh)brain
2006-02-23Moved timer stuff from OnBackgroundTimer to InspTimer derivativebrain
2006-02-23Use ::AddTimer not AddTimer, or it calls this->AddTimer and loopsbrain
2006-02-23Fixed to workbrain
2006-02-23Incorporating InspTimer into safelist as a testbrain
2006-02-23Fixesbrain
2006-02-23First revision of new timer code, not in the makefile yet (so it wont build t...brain
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-22Perm elines (<exception> tag) not being applied - fixedbrain
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-22Changed triggering time of OnBackgroundTimer to 5 secs (from 8)brain
2006-02-22Added m_safelist helper functions GetChannelCount and GetChannelIndexbrain
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-21Its true i cant count! :P this one i spotted in testing.brain
2006-02-21More error descriptivesbrain
2006-02-21Made error more understandable on 'file not found'brain
2006-02-21MAXMODES wasn't being enforcedbrain
2006-02-21Missing includebrain
2006-02-21Enforce 64 char dns limitsbrain
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