Age | Commit message (Expand) | Author |
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 |
2005-04-03 | Added m_hostchange module, our own homebrew implementation of the unreal pay ... | brain |
2005-04-02 | Fixed bug number 34, same nick can exist multiple times on a silence list | brain |
2005-04-01 | Fixed the random seeder thingie! | frostycoolslug |
2005-04-01 | Fixed Crash bug cause by multiple declarations of 'Srv' (Bug #35) | frostycoolslug |
2005-03-30 | Fixed strcpy vs. strlcpy problem | frostycoolslug |
2005-03-28 | Fixed m_helpop.cpp lowercasing the first line of the text | brain |
2005-03-28 | Fixed to take away +q and +a when the user parts the channel (double DOH) | brain |
2005-03-28 | /helpop now behaves for opers in the same way it does for users. | frostycoolslug |
2005-03-28 | Fixed using the wrong function, doh, i must need sleep! | brain |
2005-03-28 | Typos are bad ok? | brain |
2005-03-28 | Added a module at request of [ed] which stops anyone messaging all but opers | brain |
2005-03-28 | Added module to restrict channel creation to opers only (requested by [ed]) | brain |
2005-03-27 | Added 005 numeric handling to most of the modules | brain |
2005-03-27 | Fixed detection of missing opertypes | brain |
2005-03-27 | Added SILENCE=999 to 005 numeric | brain |