<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_codepage.cpp, branch v4.0.0a2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_codepage.cpp?h=v4.0.0a2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_codepage.cpp?h=v4.0.0a2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2021-06-07T06:15:39Z</updated>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2021-06-07T06:15:39Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-06-07T05:59:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d7f967bdfc2931771350a459c7eb77fa52f45517'/>
<id>urn:sha1:d7f967bdfc2931771350a459c7eb77fa52f45517</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Send the CHARSET token if using a non-ascii casemapping.</title>
<updated>2021-06-02T02:43:27Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-06-02T02:43:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8ef5c350f08aed38b2d64f8770298baf74f03afe'/>
<id>urn:sha1:8ef5c350f08aed38b2d64f8770298baf74f03afe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added -Wshorten-64-to-32 and fixed all warnings.</title>
<updated>2021-05-30T19:37:54Z</updated>
<author>
<name>Dominic Hamon</name>
</author>
<published>2021-05-30T19:37:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=02340285c564a7e82105137192d46d554a6fce3a'/>
<id>urn:sha1:02340285c564a7e82105137192d46d554a6fce3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a new map-based method for building link data.</title>
<updated>2021-05-10T00:46:51Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-05-09T21:45:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ecabf153d01b4cb48944155a638e1cf4c1d80d98'/>
<id>urn:sha1:ecabf153d01b4cb48944155a638e1cf4c1d80d98</id>
<content type='text'>
The new link data is not currently used but will be in the near
future.
</content>
</entry>
<entry>
<title>Move channel logic from InspIRCd to the new ChannelManager class.</title>
<updated>2021-05-08T14:31:50Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-06-21T03:25:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0c750c060839f9018ca129bd7456184792ea0dc0'/>
<id>urn:sha1:0c750c060839f9018ca129bd7456184792ea0dc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Abstract out the single byte codepage support to a class.</title>
<updated>2021-04-18T00:28:54Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-03-17T03:59:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bc9f8517555690a3d6439e249c561fdcedc30969'/>
<id>urn:sha1:bc9f8517555690a3d6439e249c561fdcedc30969</id>
<content type='text'>
This will allow us to modularly implement support for multi-byte
codepages in the near future.
</content>
</entry>
<entry>
<title>Switch simple iterator loops to use range-based for loops.</title>
<updated>2021-04-07T09:36:11Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-04-06T19:06:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=942fd2bcfd384a12c900999fe663202c87319a68'/>
<id>urn:sha1:942fd2bcfd384a12c900999fe663202c87319a68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a ton of pedantic compiler warnings.</title>
<updated>2021-04-04T22:42:15Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-04-04T22:42:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7d84e4900fa8f4ef96e8cf4bb67b76be7902e840'/>
<id>urn:sha1:7d84e4900fa8f4ef96e8cf4bb67b76be7902e840</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Constify variables within loops.</title>
<updated>2021-04-01T17:10:11Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-04-01T17:10:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ef24ec632da12f272eddcf9924eacde9260597a2'/>
<id>urn:sha1:ef24ec632da12f272eddcf9924eacde9260597a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2021-01-07T13:13:58Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-01-07T13:13:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4f68d162cc55a8e35f9800a2ab85274876061861'/>
<id>urn:sha1:4f68d162cc55a8e35f9800a2ab85274876061861</id>
<content type='text'>
</content>
</entry>
</feed>
