aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/extra
Commit message (Expand)AuthorAgeFilesLines
* Operhosts are now optional (in the type tag)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1520 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-251-1/+2
* Changed to use __single_client_alloc, faster on most systems in a single thread•••Specified namespace std in *all* files git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1404 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-156-0/+11
* Moved a ton of functions into helperfuncs.h to speed up recompiles•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1383 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-154-0/+4
* Fixed logging slowdown•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1318 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-061-1/+0
* Test fix for 3.23 and below•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1315 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-061-0/+5
* Added explicit oper tracking in a vector of userrec* pointers, optimizes send...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1209 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-271-0/+1
* Major code tidyup (-W) - expect a few belches•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1190 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-262-25/+27
* Fixed include issue•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1189 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-251-2/+2
* Added hostname checking•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1188 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-251-2/+3
* Added m_sqloper, allows storage of opers within a mysql database•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1187 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-251-0/+225
* Optimised SQL•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1184 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-251-1/+3
* Changed $ModDesc•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1180 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-241-1/+1
* Added global connect/oper logging•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1178 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-231-0/+10
* Fixed typo in OnKill•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1169 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-231-1/+1
* Fixed recursive 'splat' in the actors table•••Added other log events git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1168 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-231-5/+40
* Added preliminary m_sqllog.cpp•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1167 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-231-0/+231
* Fixed crash-n-burn on rehash•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1163 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-221-4/+3
* Added allowpatterns•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1160 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-211-2/+2
* Added some extra options•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1159 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-211-5/+30
* Changed description comment•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1158 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-211-1/+1
* Added user/password checks and connection code•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1157 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-211-16/+30
* Added m_sqlauth - allows authorizing of connections via an arbitary mysql tab...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1156 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-212-6/+166
* Updated with a bit more debug output•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1154 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-212-0/+31
* New stuff actually compiles now•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1150 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-212-22/+26
* Added header for m_sql with inherited Request class•••Added simple API for m_sql git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1149 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-212-0/+174
* Corrected library paths in $CompileFlags•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1148 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-211-1/+1
* Tested initial m_sql (works with issues)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1145 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-211-8/+78
* Added preliminary m_sql.cpp•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1141 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-201-0/+201
* Fixed minor text typos•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1044 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-111-3/+3
* Added m_filter_pcre, filters with regular expression matches!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1043 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-112-0/+259