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_sqlauth.cpp
Age
Commit message (
Expand
)
Author
2012-12-02
Dynamically determine the size of the eventlist[] passed to Attach()
attilamolnar
2012-10-21
Make better use of User::GetFullRealHost()
attilamolnar
2012-05-25
A few more typo fixes.
Peter Powell
2012-05-25
Debian typo fixes.
Peter Powell
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 query debug output to m_sqlauth
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-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
Move all local-only fields to LocalUser
danieldg
2009-10-21
Change module API to use LocalUser* where correct
danieldg
2009-10-17
Remove dummy API_VERSION from Version constructor
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