summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2005-04-13Track user quits in the park listbrain
2005-04-12Unitialized data bites the big onebrain
2005-04-12Fixed not reading sessions until a rehashbrain
2005-04-12Added 005 numeric handling, token is "PARK"brain
2005-04-12Fixed to prevent giving out negative keysbrain
2005-04-12Added m_park, user parking to keep ops during a ping timeout (suggested by Ib3N)brain
2005-04-11Fixed /unloadmodule on crappy gentoobrain
2005-04-11Fixed minor text typosbrain
2005-04-11Added m_filter_pcre, filters with regular expression matches!brain
2005-04-11Added getrlimit/setrlimit to set process limits to allow a core dumpbrain
2005-04-10Fixed to not have an idle time greater than the signon timebrain
2005-04-10Added m_setidle, allows opers to set their idle timesbrain
2005-04-10Fine-grained control over what can be overridden by whombrain
2005-04-09Fixed matchingbrain
2005-04-09Never got committed - added GetVersion()brain
2005-04-08Added Dynamic src/modules/Makefile generation, during ./configure the script ...frostycoolslug
2005-04-08Added m_nicklock module, a module which allows opers to lock a user to a nick...brain
2005-04-07Fixed issue where failing modules would bail by calling exit (deprecated) --brain
2005-04-07/LOADMODULE and /UNLOADMODULE all successfully working!brain
2005-04-07Tons of module versionflags stuff, and checks for it in /UNLOADMODULEbrain
2005-04-07Added version flagsbrain
2005-04-07Started work on /UNLOADMODULE, resource tracking and flags in Version classbrain
2005-04-06Fix by om for 'mode change while not on channel' bugbrain
2005-04-04Added m_operlevels, prevents opers designated as above other opers from being...brain
2005-04-03Fixed stupid typo againbrain
2005-04-03Fixed dumb typobrain
2005-04-03More secure checking in 005 handlersbrain
2005-04-03Fix for bug #39, m_redirect returning invalid/random value for OnUserPreJoin ...brain
2005-04-03Added m_hostchange module, our own homebrew implementation of the unreal pay ...brain
2005-04-02Fixed bug number 34, same nick can exist multiple times on a silence listbrain
2005-04-01Fixed the random seeder thingie!frostycoolslug
2005-04-01Fixed Crash bug cause by multiple declarations of 'Srv' (Bug #35)frostycoolslug
2005-03-30Fixed strcpy vs. strlcpy problemfrostycoolslug
2005-03-28Fixed m_helpop.cpp lowercasing the first line of the textbrain
2005-03-28Fixed 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-28Fixed using the wrong function, doh, i must need sleep!brain
2005-03-28Typos are bad ok?brain
2005-03-28Added a module at request of [ed] which stops anyone messaging all but opersbrain
2005-03-28Added module to restrict channel creation to opers only (requested by [ed])brain
2005-03-27Added 005 numeric handling to most of the modulesbrain
2005-03-27Fixed detection of missing opertypesbrain
2005-03-27Added SILENCE=999 to 005 numericbrain
2005-03-26Added m_silence.cpp - implementation of /SILENCE commandbrain
2005-03-26Added m_remove by om, uses a force part to replace a kick to thwart auto rejoinbrain
2005-03-26Fixed a minor error in error checking (eat that, grammar....)brain
2005-03-25Added a lot of config error checkingbrain
2005-03-24Finally fixed a load of umode change stuff!brain
2005-03-24Fixed minor typo in the bugfix, wrong number of brackets in a confusing if()brain
2005-03-24Fix to bug #27frostycoolslug