aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_codepage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2023-04-281-1/+1
* Fix destroying duplicate channels when the casemapping changes.Gravatar Sadie Powell2023-03-011-0/+53
* Fix renicking duplicate users when the casemapping changes.Gravatar Sadie Powell2023-03-011-11/+36
* Update copyright headers.Gravatar InspIRCd Robot2021-08-271-1/+1
* Send the CHARSET token if using a non-ascii casemapping.Gravatar Sadie Powell2021-06-021-1/+13
* After changing the codepage rename duplicate users to their UUID.Gravatar Sadie Powell2020-12-221-0/+16
* Send RPL_SAVENICK from irc2 when renaming a user to their UUID.Gravatar Sadie Powell2020-12-221-0/+3
* Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
* Fix various documentation and formatting issues.Gravatar Sadie Powell2020-03-301-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+0
* Rebuild the 005 numeric after changing the case mapping.Gravatar Sadie Powell2020-01-081-0/+4
* Minor improvements to the codepage module.•••- Cache the codepage name on load and restore on unload. - Make origisnick constant. - Fix the size of the casemap in memcmp call. Gravatar Sadie Powell2020-01-071-2/+7
* Add a replacement for the nationalchars module.Gravatar Sadie Powell2020-01-071-0/+212