| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2021-05-14 | 1 | -1/+1 | |
| * | Fix various documentation comments. | 2021-03-31 | 1 | -3/+3 | |
| * | Fixes by misspell-fixer | 2020-04-21 | 1 | -1/+1 | |
| * | Update copyright headers. | 2020-01-11 | 1 | -1/+4 | |
| * | Update my name and email address. | 2019-12-31 | 1 | -1/+1 | |
| * | Add GetId() to the SQL::Provider class. | 2019-11-13 | 1 | -1/+8 | |
| * | Rename User::fullname to realname and make it private. | 2018-07-30 | 1 | -1/+1 | |
| * | Replace most usages of "GECOS" with "real" or "real name". | 2018-07-30 | 1 | -1/+1 | |
| * | SQL: Add HasColumn() to check if a result contains a named column. | 2018-04-07 | 1 | -0/+9 | |
| * | Fix building on Windows (mostly). | 2018-02-17 | 1 | -1/+1 | |
| * | Make InspIRCd::Format return std::string instead of const char*.•••Using the latter is problematic as if you don't copy the return value before calling Format again your formatted message will be overwritten by something else. This bug was observed in m_callerid where InspIRCd::Format was being used for formatting two arguments the latter of which was being overwritten with the former. We could have preserved the return type and just copied the string but then callers would have had to deallocate the string once they have finished with it which is an undesirabable burden to put on callers. | 2018-01-03 | 1 | -6/+5 | |
| * | Improve and modernize the SQL system API.•••- Move everything into the SQL namespace and drop the SQL prefix. - Move SQLProvider::PopulateUserInfo to SQL::PopulateUserInfo. - Rename SQLEntry to SQL::Field and clean up. - Rename SQLEntries to SQL::Row. - Rename SQLerror to SQL::Error and clean up. - Rename SQLerrorNum to SQL::ErrorCode and drop the SQL_ prefix. - Rename ParamL to SQL::ParamList. - Rename ParamM to SQL::ParamMap; - Make implementing SQLQuery::OnError mandatory. - Redo most of the documentation in the sql header. | 2017-12-22 | 1 | -80/+155 | |
| * | Hide User#host and User#dhost and use accessors to modify them.•••This removes the need to invalidate the cache after changing a user's hostname. | 2017-10-28 | 1 | -1/+1 | |
| * | Introduce Server class•••- Replaces std::string server in User - Replaces InspIRCd::ULine() and SilentULine() | 2014-01-05 | 1 | -1/+1 | |
| * | Tidy up source files:•••- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. | 2013-04-12 | 1 | -0/+184 |
