<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/uid.cpp, branch v4.0.0a13</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_spanningtree/uid.cpp?h=v4.0.0a13</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/uid.cpp?h=v4.0.0a13'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2022-07-22T17:53:21Z</updated>
<entry>
<title>Switch from NULL to nullptr.</title>
<updated>2022-07-22T17:53:21Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-07-22T17:33:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=648f813f8c89e6e7d0ed5bda2c2149bee2babb09'/>
<id>urn:sha1:648f813f8c89e6e7d0ed5bda2c2149bee2babb09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2022-04-29T10:24:05Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-29T10:24:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d7912e6a3e17f9e9eec16ec8abd3cebc20f344b6'/>
<id>urn:sha1:d7912e6a3e17f9e9eec16ec8abd3cebc20f344b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2022-04-28T17:49:16Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2022-04-28T17:49:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=346ec99c430cbb4e57df0bc288a36316efc4e9ec'/>
<id>urn:sha1:346ec99c430cbb4e57df0bc288a36316efc4e9ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2022-03-27T14:30:41Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-03-27T14:30:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f06ea52d0ab08db213b2c2fd81a4dee95910af16'/>
<id>urn:sha1:f06ea52d0ab08db213b2c2fd81a4dee95910af16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix real name formatting bleeding into IRC messages.</title>
<updated>2022-03-21T21:38:45Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-03-21T21:38:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8addeb78b7ec6ed8d30a39adee28eab45a5273c7'/>
<id>urn:sha1:8addeb78b7ec6ed8d30a39adee28eab45a5273c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the FRHOST command to allow changing a remote user's real host.</title>
<updated>2021-09-02T10:45:23Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-09-02T10:44:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3629e99c15a6ee5acd7d6015bc0b8fad1285b671'/>
<id>urn:sha1:3629e99c15a6ee5acd7d6015bc0b8fad1285b671</id>
<content type='text'>
Closes #1803.
</content>
</entry>
<entry>
<title>Fix various uses of the _t suffix which is reserved by POSIX.</title>
<updated>2021-04-17T21:44:13Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-04-17T21:36:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d8019f87b34b4d725bd085f04c6aef0b925c9e76'/>
<id>urn:sha1:d8019f87b34b4d725bd085f04c6aef0b925c9e76</id>
<content type='text'>
</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>Convert various mode methods to take Mode::Change.</title>
<updated>2021-03-30T17:25:55Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-03-30T16:52:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=49702c621eed54caee6a45c0518d68a33bca8f92'/>
<id>urn:sha1:49702c621eed54caee6a45c0518d68a33bca8f92</id>
<content type='text'>
- AccessCheck
- AfterMode
- BeforeMode
- OnModeChange
- OnRawMode
</content>
</entry>
<entry>
<title>Replace all internal references to uline with services.</title>
<updated>2021-01-30T14:20:25Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-01-30T14:19:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e8514f7149bbf81bc394a7a12c54d11dda3da290'/>
<id>urn:sha1:e8514f7149bbf81bc394a7a12c54d11dda3da290</id>
<content type='text'>
</content>
</entry>
</feed>
