<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_gateway.cpp, branch v4.0.0a18</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_gateway.cpp?h=v4.0.0a18</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_gateway.cpp?h=v4.0.0a18'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2022-12-19T14:18:30Z</updated>
<entry>
<title>Move extension types to their own header to speed up build times.</title>
<updated>2022-12-19T14:18:30Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-12-19T14:06:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=43d48a2e983bb7a3408f65073cfa392ec6956a1d'/>
<id>urn:sha1:43d48a2e983bb7a3408f65073cfa392ec6956a1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use in_port_t instead of int/unsigned int/long.</title>
<updated>2022-12-18T18:47:28Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-12-18T17:51:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2ddb62319803f6a3f3246a52b4e009d9ae1daaed'/>
<id>urn:sha1:2ddb62319803f6a3f3246a52b4e009d9ae1daaed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the unused Extensible* parameter to PassCompare/OnPassCompare.</title>
<updated>2022-12-10T15:22:15Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-12-10T15:22:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=86b4a0853e41f02d1b004a94cc64749b0a3a0ff4'/>
<id>urn:sha1:86b4a0853e41f02d1b004a94cc64749b0a3a0ff4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid copying a shared_ptr where not actually necessary.</title>
<updated>2022-12-01T05:39:24Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-12-01T05:39:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d1301063741b3544342e10fcc02f72417000b50e'/>
<id>urn:sha1:d1301063741b3544342e10fcc02f72417000b50e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a typedef for sa_family_t on Windows.</title>
<updated>2022-11-16T17:00:08Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-11-16T16:55:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c4fa62c9ca5430768659108e664c1003def13d30'/>
<id>urn:sha1:c4fa62c9ca5430768659108e664c1003def13d30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use User::IsFullyConnected instead of checking for REG_ALL.</title>
<updated>2022-10-29T12:43:11Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-29T12:30:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5a508c19ff3dec65bb4148883d38127d7c0be79e'/>
<id>urn:sha1:5a508c19ff3dec65bb4148883d38127d7c0be79e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make internal penalty be specified in millisecs instead of seconds.</title>
<updated>2022-09-09T01:16:13Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-09T01:01:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c56bea9d5fcbf239a63992eb9a141b43cb780184'/>
<id>urn:sha1:c56bea9d5fcbf239a63992eb9a141b43cb780184</id>
<content type='text'>
This removes the need to multiply it later.
</content>
</entry>
<entry>
<title>Default allow_empty_last_param to false.</title>
<updated>2022-09-07T21:36:02Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-07T20:09:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=de2392833ec17a9deb865fdac0af73275fd960ff'/>
<id>urn:sha1:de2392833ec17a9deb865fdac0af73275fd960ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move aptosa/untosa into the sockaddrs union and add from/from_ip.</title>
<updated>2022-08-11T14:40:57Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-08-11T13:20:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f88fbaa2fe91c22f1c7280ecd96c2bcf92f73a4d'/>
<id>urn:sha1:f88fbaa2fe91c22f1c7280ecd96c2bcf92f73a4d</id>
<content type='text'>
The struct will also now always be zero-initialized by default which
removes the footgun which has happened previously where the union has
been accessed before being initialized leading to it containing weird
values.
</content>
</entry>
<entry>
<title>Rename SetClientIP to ChangeRemoteAddress.</title>
<updated>2022-08-10T21:16:06Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-08-10T21:05:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d4125ff12d5a5a50627fe183d30971b049f84730'/>
<id>urn:sha1:d4125ff12d5a5a50627fe183d30971b049f84730</id>
<content type='text'>
</content>
</entry>
</feed>
