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_sqlauth.cpp
Age
Commit message (
Expand
)
Author
2006-03-11
More const ref fixes
brain
2006-03-08
Changed m_sqlauth to allow more advanced encryption types
brain
2006-02-26
Fixed Server* Srv stuff in these too, although by default these arent availab...
brain
2006-01-28
Fix small memory leaks in some cases (bad password, bad query, lost mysql ser...
om
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-05-30
Started on -Wall - safe compile
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-21
Added allowpatterns
brain
2005-04-21
Added some extra options
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