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
2015-01-18
Specify which Extensible subclass an ExtensionItem is valid for
Attila Molnar
2014-08-04
Hashing: Redo API
Daniel Vassdal
2014-02-11
m_sqlauth Allow the client certificate fingerprint to be used in the SQL query
Attila Molnar
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-04-12
Tidy up source files:
Peter Powell
2013-04-01
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
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