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
/
m_sqloper.cpp
Age
Commit message (
Expand
)
Author
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-03-13
Handle database not present a bit better, add missing MySQL rehash on init
danieldg
2010-03-13
Change SQLv3 to format queries during submission, not before
danieldg
2010-03-13
Convert pgsql to SQLv3
danieldg
2010-03-06
Add column names to SQLv3, allow sqloper to specify its own query string
danieldg
2010-03-06
Add some useful logging output to m_sqloper
danieldg
2010-03-06
SQL API v3, drop all the ugly complexity
danieldg
2010-03-06
Search for SQL service in init(), not in constructor
danieldg
2010-02-21
Add HMAC implementation to HashProvider
danieldg
2010-01-18
PreCommand/PostCommand are local-only hooks
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-11-16
Use ServiceProvider for inter-module dependencies
danieldg
2009-10-21
Change User::oper to an OperInfo reference
danieldg
2009-10-14
Fix module unmapping with culled Module objects
danieldg
2009-10-10
Update m_cloaking to use free-form keys instead of weakening the hash IV
danieldg
2009-10-08
Update Event and Request APIs
danieldg
2009-09-28
Fix compilation of some extras modules
danieldg