<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/coremods, branch v3.11.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/coremods?h=v3.11.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/coremods?h=v3.11.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2021-08-27T08:38:22Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2021-08-27T08:38:22Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2021-08-27T08:38:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4540162276aa23e016ae094158d2d1d93bcc734f'/>
<id>urn:sha1:4540162276aa23e016ae094158d2d1d93bcc734f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Thank more people in the credits.</title>
<updated>2021-08-23T23:49:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-08-23T23:35:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=eb11c938ecd5d8ca5afb2b297e21de7a8499fb66'/>
<id>urn:sha1:eb11c938ecd5d8ca5afb2b297e21de7a8499fb66</id>
<content type='text'>
dan- and jwheare have helped a bunch with ircdocs and testing so
they definitely deserve to be listed here.
</content>
</entry>
<entry>
<title>Update the credits.</title>
<updated>2021-08-23T21:33:35Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-08-23T21:27:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3143b797e8d46bd931509cbd6043bb8e3b256398'/>
<id>urn:sha1:3143b797e8d46bd931509cbd6043bb8e3b256398</id>
<content type='text'>
- Move fraggeln (former CI host) to former contributors.
- Add Duck (domain manager) to thanks.
- Add progval (docs magician) to active contributors.
</content>
</entry>
<entry>
<title>Makes NAMES reply with RPL_ENDOFNAMES even for nonexisting channels</title>
<updated>2021-08-07T14:04:58Z</updated>
<author>
<name>Valentin Lorentz</name>
</author>
<published>2021-08-07T12:43:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c3ff059188d8a0999e59d38f9d7c15dcfade6fb9'/>
<id>urn:sha1:c3ff059188d8a0999e59d38f9d7c15dcfade6fb9</id>
<content type='text'>
Instead of ERR_NOSUCHCHANNEL.

This is the behavior described by the RFCs and the Modern spec,
and is implemented by Hybrid/Chary/Solanum, Ergo, and Unreal.
</content>
</entry>
<entry>
<title>Fix a race condition with hostname lookups when using haproxy.</title>
<updated>2021-07-27T15:28:23Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-07-07T13:19:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0651f91bda6e770dadfe68613d28966d3ee14b95'/>
<id>urn:sha1:0651f91bda6e770dadfe68613d28966d3ee14b95</id>
<content type='text'>
If a user's origin has been changed before the first DNS lookup
returns then the result of the lookup for that origin may overwrite
their host.

Closes #1914.
</content>
</entry>
<entry>
<title>Simplify reverse lookup code in core_hostname_lookup.</title>
<updated>2021-07-07T13:05:46Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-07-07T13:05:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1b19bcb8870c1ec5706256f7b0a38f071da2edfd'/>
<id>urn:sha1:1b19bcb8870c1ec5706256f7b0a38f071da2edfd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deduplicate all whois numerics to the whois module header.</title>
<updated>2021-07-05T15:50:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-07-05T15:43:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=38351efa8d3f17ad9a46f332783fbe0fd663f0cf'/>
<id>urn:sha1:38351efa8d3f17ad9a46f332783fbe0fd663f0cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop sending RPL_WHOISSERVICE as it conflicts with RPL_WHOISHELPOP.</title>
<updated>2021-07-05T15:49:21Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-07-04T20:12:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aabaca020b76c6d78b3ddb7c65e1b1d627f7276c'/>
<id>urn:sha1:aabaca020b76c6d78b3ddb7c65e1b1d627f7276c</id>
<content type='text'>
Both Anope and Atheme send an oper type for services clients so
this numeric is unnecessary. In cases where genericoper is enabled
we now send "is a network service" in RPL_WHOISOPERATOR.
</content>
</entry>
<entry>
<title>Fix some "targ" usages which were missed in the earlier commit.</title>
<updated>2021-07-03T12:58:34Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-07-03T12:58:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4350050a82df2c90db4a2ca4fe3ae75a8a343e08'/>
<id>urn:sha1:4350050a82df2c90db4a2ca4fe3ae75a8a343e08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various spelling issues (#1883).</title>
<updated>2021-06-21T20:47:06Z</updated>
<author>
<name>Josh Soref</name>
</author>
<published>2021-06-21T20:47:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=de6d4dbd1e8845e08c2d87cd89a919e5b21ba619'/>
<id>urn:sha1:de6d4dbd1e8845e08c2d87cd89a919e5b21ba619</id>
<content type='text'>
Signed-off-by: Josh Soref &lt;jsoref@users.noreply.github.com&gt;
</content>
</entry>
</feed>
