aboutsummaryrefslogtreecommitdiff
path: root/src/serializable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2021-12-301-1/+1
* Sync uniqueusername from the connect class to the user.•••This is a massive hack for now but should be made to sync properly in v4 when we have extensibles that don't suck. Gravatar Sadie Powell2021-12-141-1/+5
* 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.•••This allows for various things which will be coming in the future. e.g. Transferring users to another server on upgrade. Gravatar Peter Powell2019-10-141-0/+282