Age | Commit message (Expand) | Author |
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 |
2005-03-26 | Added m_silence.cpp - implementation of /SILENCE command | brain |
2005-03-26 | Added m_remove by om, uses a force part to replace a kick to thwart auto rejoin | brain |
2005-03-26 | Fixed a minor error in error checking (eat that, grammar....) | brain |
2005-03-25 | Added a lot of config error checking | brain |
2005-03-24 | Finally fixed a load of umode change stuff! | brain |
2005-03-24 | Fixed minor typo in the bugfix, wrong number of brackets in a confusing if() | brain |
2005-03-24 | Fix to bug #27 | frostycoolslug |
2005-03-15 | Added Comment with regard to 'hidden command' :D | frostycoolslug |
2004-07-20 | m_showwhois.cpp - adds support for +W umode | typobox43 |
2004-07-17 | Initial commit | typobox43 |
2004-05-29 | Added m_botmode, module that provides unreal style +B and the SWHOIS that goe... | brain |
2004-05-24 | Fixed perplexing bug in custom mode removal (apparent with +C and +c) | brain |
2004-05-23 | Added m_stripcolor.so, strips ansi colour (user and channel +S mode) | brain |
2004-05-22 | Fixed issue where ReplaceText threw an exception (!) | brain |
2004-05-22 | Added m_censor.cpp mode +G module | brain |
2004-05-22 | Added support for changing of text within OnUserPreNotice and OnUserPreMessag... | brain |
2004-05-22 | Added remainder of OnUserPreInvite stuff | brain |
2004-05-22 | added m_noinvite that uses the new OnUserPreInvite method | brain |
2004-05-16 | Updated header comments | brain |
2004-05-15 | Modified so opers can still change nicks on a +N channel | brain |
2004-05-15 | Added ability for (H)OP to still change nick on +N channel | brain |
2004-05-15 | Added +N via m_nonicks, restored some stuff from a firewall fuckup | brain |
2004-05-10 | Fixes to permissions issues | brain |
2004-05-10 | Fixed a permissions error, was doing work as root! | brain |