summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-05-06Fixed logging slowdownbrain
2005-05-06Test fix for 3.23 and belowbrain
2005-04-27Added explicit oper tracking in a vector of userrec* pointers, optimizes send...brain
2005-04-26Major code tidyup (-W) - expect a few belchesbrain
2005-04-25Fixed include issuebrain
2005-04-25Added hostname checkingbrain
2005-04-25Added m_sqloper, allows storage of opers within a mysql databasebrain
2005-04-25Optimised SQLbrain
2005-04-24Changed $ModDescbrain
2005-04-23Added global connect/oper loggingbrain
2005-04-23Fixed typo in OnKillbrain
2005-04-23Fixed recursive 'splat' in the actors tablebrain
2005-04-23Added preliminary m_sqllog.cppbrain
2005-04-22Fixed crash-n-burn on rehashbrain
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-11Fixed minor text typosbrain
2005-04-11Added m_filter_pcre, filters with regular expression matches!brain