aboutsummaryrefslogtreecommitdiff
path: root/src/serializable.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2021-12-301-1/+1
|
* Sync uniqueusername from the connect class to the user.Gravatar Sadie Powell2021-12-141-1/+5
| | | | | This is a massive hack for now but should be made to sync properly in v4 when we have extensibles that don't suck.
* Update my name and email address.Gravatar Sadie Powell2019-12-311-1/+1
|
* Fix a shadowing warning in the serialisation code.Gravatar Peter Powell2019-10-181-6/+6
|
* Implement serialisation of users.Gravatar Peter Powell2019-10-141-0/+282
This allows for various things which will be coming in the future. e.g. Transferring users to another server on upgrade.