index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
extra
Age
Commit message (
Expand
)
Author
2005-11-30
Added a parameter to OnRehash for the rehash parameter
brain
2005-11-29
Fixed for new OnOper syntax
brain
2005-11-29
Added opertype to OnOper and added OnMode function
brain
2005-11-29
Added reason to OnUserQuit
brain
2005-11-25
Fixed OnMeshToken (deprecated)
brain
2005-11-25
Fixed removal of mesh linking from core
brain
2005-11-25
Fixed to not use mesh stuff
brain
2005-05-30
Started on -Wall - safe compile
brain
2005-05-25
Operhosts are now optional (in the type tag)
brain
2005-05-15
Changed to use __single_client_alloc, faster on most systems in a single thread
brain
2005-05-15
Moved a ton of functions into helperfuncs.h to speed up recompiles
brain
2005-05-06
Fixed logging slowdown
brain
2005-05-06
Test fix for 3.23 and below
brain
2005-04-27
Added explicit oper tracking in a vector of userrec* pointers, optimizes send...
brain
2005-04-26
Major code tidyup (-W) - expect a few belches
brain
2005-04-25
Fixed include issue
brain
2005-04-25
Added hostname checking
brain
2005-04-25
Added m_sqloper, allows storage of opers within a mysql database
brain
2005-04-25
Optimised SQL
brain
2005-04-24
Changed $ModDesc
brain
2005-04-23
Added global connect/oper logging
brain
2005-04-23
Fixed typo in OnKill
brain
2005-04-23
Fixed recursive 'splat' in the actors table
brain
2005-04-23
Added preliminary m_sqllog.cpp
brain
2005-04-22
Fixed crash-n-burn on rehash
brain
2005-04-21
Added allowpatterns
brain
2005-04-21
Added some extra options
brain
2005-04-21
Changed description comment
brain
2005-04-21
Added user/password checks and connection code
brain
2005-04-21
Added m_sqlauth - allows authorizing of connections via an arbitary mysql tab...
brain
2005-04-21
Updated with a bit more debug output
brain
2005-04-21
New stuff actually compiles now
brain
2005-04-21
Added header for m_sql with inherited Request class
brain
2005-04-21
Corrected library paths in $CompileFlags
brain
2005-04-21
Tested initial m_sql (works with issues)
brain
2005-04-20
Added preliminary m_sql.cpp
brain
2005-04-11
Fixed minor text typos
brain
2005-04-11
Added m_filter_pcre, filters with regular expression matches!
brain