aboutsummaryrefslogtreecommitdiff
path: root/include/modules/sql.h
Commit message (Collapse)AuthorAgeFilesLines
* Hide User#host and User#dhost and use accessors to modify them.Gravatar Peter Powell2017-10-281-1/+1
| | | | | This removes the need to invalidate the cache after changing a user's hostname.
* Introduce Server classGravatar Attila Molnar2014-01-051-1/+1
| | | | | - Replaces std::string server in User - Replaces InspIRCd::ULine() and SilentULine()
* Tidy up source files:Gravatar Peter Powell2013-04-121-0/+184
- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues.