aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_codepage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move FilePosition to fileutils.h and use in ConfigTag.Gravatar Sadie Powell2020-11-031-6/+6
* Add stdalgo::iterator_range and switch config tag reading to use it.•••This allows us to use range-based for loops which were not possible with the previous config tag system. Gravatar Sadie Powell2020-10-311-8/+4
* Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-111-1/+1
|\
| * Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
* | Improve storage of module description, flags, and link data.Gravatar Sadie Powell2020-04-111-3/+4
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-091-1/+1
|\|
| * Fix various documentation and formatting issues.Gravatar Sadie Powell2020-03-301-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-9/+5
|/
* 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