aboutsummaryrefslogtreecommitdiffstats
path: root/include/serialize.h
Commit message (Collapse)AuthorAgeFilesLines
* Rip out the extensible/user serialisation system.Gravatar Sadie Powell2022-09-011-117/+0
| | | | | | This was part of a failed attempt to implement zero downtime restarts in v3. This can be implemented in a better way but for now its just slowing down build times so lets kill it.
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-3/+3
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-011-2/+2
|\
| * Fix various spelling issues (#1883).Gravatar Josh Soref2021-06-211-2/+2
| | | | | | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-111-1/+1
|\|
| * Fix a bunch of weird indentation and spacing issues.Gravatar Sadie Powell2021-04-271-1/+1
| |
* | Clean up a bunch of contructors and destructors.Gravatar Sadie Powell2020-11-011-1/+1
|/
* Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+1
|
* Fix various documentation and formatting issues.Gravatar Sadie Powell2020-03-301-3/+3
|
* Update my name and email address.Gravatar Sadie Powell2019-12-311-1/+1
|
* Switch ChildMap and EntryMap to insp::flat_map.Gravatar Peter Powell2019-10-181-2/+2
|
* Implement serialisation of users.Gravatar Peter Powell2019-10-141-0/+117
This allows for various things which will be coming in the future. e.g. Transferring users to another server on upgrade.