summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2005-04-22Fixed crash-n-burn on rehashbrain
2005-04-22Added module which provides MD5 encryption for oper passwords plus /mkpasswdbrain
2005-04-21Added allowpatternsbrain
2005-04-21Added some extra optionsbrain
2005-04-21Changed description commentbrain
2005-04-21Added user/password checks and connection codebrain
2005-04-21Added m_sqlauth - allows authorizing of connections via an arbitary mysql tab...brain
2005-04-21Updated with a bit more debug outputbrain
2005-04-21New stuff actually compiles nowbrain
2005-04-21Added header for m_sql with inherited Request classbrain
2005-04-21Corrected library paths in $CompileFlagsbrain
2005-04-21Tested initial m_sql (works with issues)brain
2005-04-20Added preliminary m_sql.cppbrain
2005-04-20Removed some unceccessary debug outputbrain
2005-04-20Added OnUserDisconnect method to modules.* to fix fd leak in m_ident.cppbrain
2005-04-19Fixed fd leaksbrain
2005-04-15Fixed a minor bug in text formatting of errorsbrain
2005-04-15Fixed a minor parameter bug (display glitch, wrong censor word in an error)brain
2005-04-15Added the m_chanfilter module, implements chanmode +g which allows channel sp...brain
2005-04-15Someone got a comparison completely the wrong way around (and it wasnt spotted!)brain
2005-04-14Brains law of coding #1: There will always be typos in the simplest of code i...brain
2005-04-14Sends /LUSERS on connectbrain
2005-04-14More nice comments (this module is kind of a flagship for a few new method ca...brain
2005-04-14Changed the state engine states to nice constantsbrain
2005-04-14More careful checks for control characters and linefeeds in the ident (becaus...brain
2005-04-14Added commentsbrain
2005-04-14Lots of bugfixes, added timeouts, completely nonblocking!brain
2005-04-14Added m_ident skeletonbrain
2005-04-13Changed to non-conflicting numeric 948 for invalid idle timebrain
2005-04-13Fixed stupid m_park disabling privmsgs to all users :/brain
2005-04-13Added Module::OnSendListbrain
2005-04-13Fixed a typobrain
2005-04-13Fixed /kill bug in m_operlevels (couldnt kill non-opers)brain
2005-04-13Fixed m_park stuffbrain
2005-04-13Now tracks quits (just in case some oper saquits, then a user changes to the ...brain
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