<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_nationalchars.cpp, branch v3.10.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_nationalchars.cpp?h=v3.10.0</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_nationalchars.cpp?h=v3.10.0'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2021-05-14T13:48:39Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2021-05-14T13:48:39Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2021-05-14T13:48:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e94b673532f7833aaa4789f834e61d68e0b4fc56'/>
<id>urn:sha1:e94b673532f7833aaa4789f834e61d68e0b4fc56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a bunch of weird indentation and spacing issues.</title>
<updated>2021-04-27T15:41:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-04-27T15:36:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b4a174ee9c32d62ea6bf010e837e8c5b1c3d36a3'/>
<id>urn:sha1:b4a174ee9c32d62ea6bf010e837e8c5b1c3d36a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2021-03-05T02:16:11Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2021-03-05T02:04:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7b1ab06a9551d8db141ebc9213836af6b5369284'/>
<id>urn:sha1:7b1ab06a9551d8db141ebc9213836af6b5369284</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the module descriptions using mkversion.</title>
<updated>2020-04-10T14:36:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-10T14:22:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38'/>
<id>urn:sha1:4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set the minimum length to 1 for most config items with a default.</title>
<updated>2020-04-09T14:18:04Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-09T14:18:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=bb39d78be61e45555cdd87985e26ea07b725fabf'/>
<id>urn:sha1:bb39d78be61e45555cdd87985e26ea07b725fabf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-01-11T22:14:43Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-01-11T22:02:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=aa692dc1039b63deef7886e914ec499abe7facaf'/>
<id>urn:sha1:aa692dc1039b63deef7886e914ec499abe7facaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Explicitly reject nicks beginning with a number in nationalchars.</title>
<updated>2020-01-07T10:06:28Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-07T10:06:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=1e819280ee504883af4af27655ba22410274111f'/>
<id>urn:sha1:1e819280ee504883af4af27655ba22410274111f</id>
<content type='text'>
Closes #1745.
</content>
</entry>
<entry>
<title>Fix linking servers that are using the nationalchars module.</title>
<updated>2020-01-06T11:40:02Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-06T11:40:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=33bf99090f7e3e8d3fa7f570c486f1f3d7670db9'/>
<id>urn:sha1:33bf99090f7e3e8d3fa7f570c486f1f3d7670db9</id>
<content type='text'>
Closes #1744.
</content>
</entry>
<entry>
<title>Change Config-&gt;CaseMapping back when unloading.</title>
<updated>2019-11-18T11:07:19Z</updated>
<author>
<name>Matt Schatz</name>
</author>
<published>2019-11-17T12:06:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=36d7ee44a8c697a702211bb767d7a5c912300dfd'/>
<id>urn:sha1:36d7ee44a8c697a702211bb767d7a5c912300dfd</id>
<content type='text'>
Now that casemapping is configurable in the core and we set that
Config variable rather than just modifying the ISupport output each
time, we need to change the variable back when being unloaded. So we
save the current value when loading and set it back when being
unloaded. We also need to call the ISupport builder a second time as
the core calls it before we destruct.
</content>
</entry>
<entry>
<title>Update most URLs to use HTTPS and fix some dead links.</title>
<updated>2019-03-14T11:02:24Z</updated>
<author>
<name>Robby</name>
</author>
<published>2019-03-12T14:37:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ac0d5abaace6521643b213423bf57625abe9dd41'/>
<id>urn:sha1:ac0d5abaace6521643b213423bf57625abe9dd41</id>
<content type='text'>
</content>
</entry>
</feed>
