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
/
m_sqloper.cpp
Age
Commit message (
Expand
)
Author
2006-02-05
Add .c_str()'s to m_sqloper in call to OneOfMatches(), and change prototype o...
om
2006-02-04
Added support for space-seperated lists here, too
brain
2006-01-29
Created OnPostOper that can be gauranteed to be called *after* opering (by AL...
brain
2006-01-28
Deleted the semicolon that had half the dev team wondering...
om
2006-01-28
A few tweaks here and there
brain
2006-01-28
Missing extern
brain
2006-01-28
TESTME: Fix to this to make it work with newer OnPreCommand event (a paramete...
brain
2006-01-15
Updated copyrights in headers etc using perl inplace edit
brain
2005-12-26
Last set converted to 'Implements'
brain
2005-12-07
Changed behaviour of module API to pass Server* to the constructor, rather th...
brain
2005-11-30
Added a parameter to OnRehash for the rehash parameter
brain
2005-11-29
Fixed for new OnOper syntax
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-04-27
Added explicit oper tracking in a vector of userrec* pointers, optimizes send...
brain
2005-04-25
Added hostname checking
brain
2005-04-25
Added m_sqloper, allows storage of opers within a mysql database
brain