<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/users.h, branch v3.8.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/users.h?h=v3.8.1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/users.h?h=v3.8.1'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2020-04-24T09:23:47Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2020-04-24T09:23:47Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-04-24T09:23:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=44489ddf7e90413d8f656aea24d74445bab227af'/>
<id>urn:sha1:44489ddf7e90413d8f656aea24d74445bab227af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes by misspell-fixer</title>
<updated>2020-04-21T06:52:12Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-04-21T06:34:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4f9abe96a4301a740d4a5fd7932550d88d60a3fc'/>
<id>urn:sha1:4f9abe96a4301a740d4a5fd7932550d88d60a3fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch User::usertype back to an unsigned int.</title>
<updated>2020-04-19T11:01:04Z</updated>
<author>
<name>Matt Schatz</name>
</author>
<published>2020-04-18T05:13:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3ed1cc27b13fc8790b99f97c49cf8167236afe03'/>
<id>urn:sha1:3ed1cc27b13fc8790b99f97c49cf8167236afe03</id>
<content type='text'>
Leaving it up to the compiler to set the underlying type of the enum
can result in this being a signed int. This variable will not work
as intended as a 2 bit signed int.
This fixes an issue with the Windows build(s) where a server trying
to link would fail with "Protocol violation: Invalid source".
</content>
</entry>
<entry>
<title>Add support for limiting what opers can subscribe to snomasks.</title>
<updated>2020-04-11T14:44:51Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-11T14:09:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6fcbfc072387752ec345d7589e986b9959f350fc'/>
<id>urn:sha1:6fcbfc072387752ec345d7589e986b9959f350fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various documentation and formatting issues.</title>
<updated>2020-03-30T16:24:12Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-03-30T16:24:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9ebda853f5bc470858501897442610699a5fd5de'/>
<id>urn:sha1:9ebda853f5bc470858501897442610699a5fd5de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Warn if the server config contains an unhashed password.</title>
<updated>2020-03-11T15:06:19Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-03-11T14:32:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0a67b8861adfca7b09e59d9639e26b6bf71859a5'/>
<id>urn:sha1:0a67b8861adfca7b09e59d9639e26b6bf71859a5</id>
<content type='text'>
This will be made a hard failure in v4.
</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://www.cgit.space/~steering/inspircd++.git/commit/?id=aa692dc1039b63deef7886e914ec499abe7facaf'/>
<id>urn:sha1:aa692dc1039b63deef7886e914ec499abe7facaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement serialisation of users.</title>
<updated>2019-10-14T10:03:03Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-05-13T16:24:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d0f802e30c492cb1b7e55f51063bfd38b29931c6'/>
<id>urn:sha1:d0f802e30c492cb1b7e55f51063bfd38b29931c6</id>
<content type='text'>
This allows for various things which will be coming in the future.

e.g. Transferring users to another server on upgrade.
</content>
</entry>
<entry>
<title>Add null pointer checks to IS_{LOCAL,REMOTE,SERVER}.</title>
<updated>2019-09-29T18:52:05Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-09-29T18:52:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=554308f654ab97d2964daf51b13525f400f9a2e4'/>
<id>urn:sha1:554308f654ab97d2964daf51b13525f400f9a2e4</id>
<content type='text'>
I don't know of any places this causes issues but its better to be
safe than sorry.
</content>
</entry>
<entry>
<title>Add the server id to the Server class.</title>
<updated>2019-09-23T12:18:14Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-09-23T10:49:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a4305d8f3c3e613be839bdcd61a1d14c87fed5aa'/>
<id>urn:sha1:a4305d8f3c3e613be839bdcd61a1d14c87fed5aa</id>
<content type='text'>
</content>
</entry>
</feed>
