Age | Commit message (Expand) | Author |
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2019-10-13 | Convert a bunch of LocalUser* casts to IS_LOCAL. | Peter Powell |
2019-04-28 | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby |
2018-12-01 | Fix detecting secure clients connecting through HAProxy/WEBIRC. | Peter Powell |
2018-04-07 | m_sqlauth: Allow specifying what hash algos to provide hashes from. | Daniel Vassdal |
2017-12-22 | Improve and modernize the SQL system API. | Peter Powell |
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 |