Age | Commit message (Expand) | Author |
2006-02-23 | Added comment | brain |
2006-02-23 | iTypo (like a typo, but with crazy blue sides) | brain |
2006-02-23 | Look-behind for missed timers up to 2 minutes (if your ircd has hung for 2 mi... | brain |
2006-02-23 | Removed bit of logging that said the timer was ticking -- we know it works no... | brain |
2006-02-23 | Moved LIST header | brain |
2006-02-23 | And the typo. | brain |
2006-02-23 | listusers has to be global now (ugh) | brain |
2006-02-23 | Moved timer stuff from OnBackgroundTimer to InspTimer derivative | brain |
2006-02-23 | Use ::AddTimer not AddTimer, or it calls this->AddTimer and loops | brain |
2006-02-23 | Now copies libIRCDtimer.so | brain |
2006-02-23 | Fixed to work | brain |
2006-02-23 | Incorporating InspTimer into safelist as a test | brain |
2006-02-23 | Fixes | brain |
2006-02-23 | Its timer.cpp not timers.cpp. | brain |
2006-02-23 | Added timers.cpp/.h to makefile generation | brain |
2006-02-23 | First revision of new timer code, not in the makefile yet (so it wont build t... | brain |
2006-02-22 | Optimized a little | brain |
2006-02-22 | Force burst to end if a remote server pings us, or answers a pong, if this is... | brain |
2006-02-22 | Improved calculation to account for server name on start of numeric, plus spa... | brain |
2006-02-22 | Perm elines (<exception> tag) not being applied - fixed | brain |
2006-02-22 | SAFELIST 005 token is now part of m_safelist not the core 005 | brain |
2006-02-22 | Fix typos :p | brain |
2006-02-22 | Cleanups on module unload or user /QUIT | brain |
2006-02-22 | Added m_safelist. This was originally w00t's code, but i bastardized it (just... | brain |
2006-02-22 | Changed triggering time of OnBackgroundTimer to 5 secs (from 8) | brain |
2006-02-22 | Added m_safelist helper functions GetChannelCount and GetChannelIndex | brain |
2006-02-22 | Oh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer a... | brain |
2006-02-21 | Added which word is blocked to the numeric | w00t |
2006-02-21 | Added 'is a registered nick' to whois | w00t |
2006-02-21 | Its true i cant count! :P this one i spotted in testing. | brain |
2006-02-21 | More error descriptives | brain |
2006-02-21 | Made error more understandable on 'file not found' | brain |
2006-02-21 | MAXMODES wasn't being enforced | brain |
2006-02-21 | Missing include | brain |
2006-02-21 | Enforce 64 char dns limits | brain |
2006-02-21 | Tests for channel ghosting? | brain |
2006-02-21 | Fixed | brain |
2006-02-21 | Fix for ambiguity in function name here | brain |
2006-02-21 | Added second form of find() taking const char*, which is faster in the core w... | brain |
2006-02-21 | Improved speed of Find() by passing reference to std::string instead of std::... | brain |
2006-02-21 | It didn't, there was more strlcpy | w00t |
2006-02-21 | Fix this, I think. | w00t |
2006-02-20 | Lets fix it right this time (and annoy ol with more tweaks) | brain |
2006-02-20 | User kicks being ignored!!! | brain |
2006-02-20 | Fix to stop new code treating all KICK messages as server KICKs | brain |
2006-02-20 | Propogation of remote kicks (testy test) | brain |
2006-02-20 | Fix for hide-ulines in /links | brain |
2006-02-20 | Configure no longer allows gcc 2.x compilers AT ALL >:) | brain |
2006-02-19 | AIEEE fucking overloaded operators | brain |
2006-02-19 | More tweaks | brain |