Age | Commit message (Expand) | Author |
2005-04-20 | Removed some unceccessary debug output | brain |
2005-04-20 | Added OnUserDisconnect method to modules.* to fix fd leak in m_ident.cpp | brain |
2005-04-19 | Fixed fd leaks | brain |
2005-04-15 | Fixed a minor bug in text formatting of errors | brain |
2005-04-15 | Fixed a minor parameter bug (display glitch, wrong censor word in an error) | brain |
2005-04-15 | Added the m_chanfilter module, implements chanmode +g which allows channel sp... | brain |
2005-04-15 | Someone got a comparison completely the wrong way around (and it wasnt spotted!) | brain |
2005-04-14 | Brains law of coding #1: There will always be typos in the simplest of code i... | brain |
2005-04-14 | Sends /LUSERS on connect | brain |
2005-04-14 | More nice comments (this module is kind of a flagship for a few new method ca... | brain |
2005-04-14 | Changed the state engine states to nice constants | brain |
2005-04-14 | More careful checks for control characters and linefeeds in the ident (becaus... | brain |
2005-04-14 | Added comments | brain |
2005-04-14 | Lots of bugfixes, added timeouts, completely nonblocking! | brain |
2005-04-14 | Added m_ident skeleton | brain |
2005-04-13 | Changed to non-conflicting numeric 948 for invalid idle time | brain |
2005-04-13 | Fixed stupid m_park disabling privmsgs to all users :/ | brain |
2005-04-13 | Added Module::OnSendList | brain |
2005-04-13 | Fixed a typo | brain |
2005-04-13 | Fixed /kill bug in m_operlevels (couldnt kill non-opers) | brain |
2005-04-13 | Fixed m_park stuff | brain |
2005-04-13 | Now tracks quits (just in case some oper saquits, then a user changes to the ... | brain |
2005-04-13 | Track user quits in the park list | brain |
2005-04-12 | Unitialized data bites the big one | brain |
2005-04-12 | Fixed not reading sessions until a rehash | brain |
2005-04-12 | Added 005 numeric handling, token is "PARK" | brain |
2005-04-12 | Fixed to prevent giving out negative keys | brain |
2005-04-12 | Added m_park, user parking to keep ops during a ping timeout (suggested by Ib3N) | brain |
2005-04-11 | Fixed /unloadmodule on crappy gentoo | brain |
2005-04-11 | Fixed minor text typos | brain |
2005-04-11 | Added m_filter_pcre, filters with regular expression matches! | brain |
2005-04-11 | Added getrlimit/setrlimit to set process limits to allow a core dump | brain |
2005-04-10 | Fixed to not have an idle time greater than the signon time | brain |
2005-04-10 | Added m_setidle, allows opers to set their idle times | brain |
2005-04-10 | Fine-grained control over what can be overridden by whom | brain |
2005-04-09 | Fixed matching | brain |
2005-04-09 | Never got committed - added GetVersion() | brain |
2005-04-08 | Added Dynamic src/modules/Makefile generation, during ./configure the script ... | frostycoolslug |
2005-04-08 | Added m_nicklock module, a module which allows opers to lock a user to a nick... | brain |
2005-04-07 | Fixed issue where failing modules would bail by calling exit (deprecated) -- | brain |
2005-04-07 | /LOADMODULE and /UNLOADMODULE all successfully working! | brain |
2005-04-07 | Tons of module versionflags stuff, and checks for it in /UNLOADMODULE | brain |
2005-04-07 | Added version flags | brain |
2005-04-07 | Started work on /UNLOADMODULE, resource tracking and flags in Version class | brain |
2005-04-06 | Fix by om for 'mode change while not on channel' bug | brain |
2005-04-04 | Added m_operlevels, prevents opers designated as above other opers from being... | brain |
2005-04-03 | Fixed stupid typo again | brain |
2005-04-03 | Fixed dumb typo | brain |
2005-04-03 | More secure checking in 005 handlers | brain |
2005-04-03 | Fix for bug #39, m_redirect returning invalid/random value for OnUserPreJoin ... | brain |