<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src, branch v4.0.0a4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src?h=v4.0.0a4</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src?h=v4.0.0a4'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2021-09-01T12:13:46Z</updated>
<entry>
<title>Release v4.0.0 alpha 4.</title>
<updated>2021-09-01T12:13:46Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-09-01T12:13:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f3e37cda41816a35e2436646591aef765a32edc0'/>
<id>urn:sha1:f3e37cda41816a35e2436646591aef765a32edc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2021-09-01T03:33:45Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-09-01T03:33:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8b936aedde579a2a292902dc0321f0e049538fa0'/>
<id>urn:sha1:8b936aedde579a2a292902dc0321f0e049538fa0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some places where U-line -&gt; service was missed.</title>
<updated>2021-08-29T00:48:27Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-08-29T00:48:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=79b7d484274126390b62d44aff9f795581e4d7b8'/>
<id>urn:sha1:79b7d484274126390b62d44aff9f795581e4d7b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the protocol version enum entries slightly less verbose.</title>
<updated>2021-08-28T22:47:51Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-08-28T22:47:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=932866d5e2535c0ebd760a33189d5c0a33c6e77a'/>
<id>urn:sha1:932866d5e2535c0ebd760a33189d5c0a33c6e77a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Forward SQUERY to services instead of downgrading it to PRIVMSG.</title>
<updated>2021-08-28T22:45:26Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-08-28T22:45:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=38fa27876d05edecbf9f238947d18d1319ca2757'/>
<id>urn:sha1:38fa27876d05edecbf9f238947d18d1319ca2757</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace certfp with sslfp in sqlauth and helpop.</title>
<updated>2021-08-28T14:29:55Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-08-28T14:28:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=277b497b63b53e39e1dfe26b792702bfa50225c5'/>
<id>urn:sha1:277b497b63b53e39e1dfe26b792702bfa50225c5</id>
<content type='text'>
Once we implement SPKI fingerprints the old name will be inaccurate.
</content>
</entry>
<entry>
<title>Require TLS by default when connecting to Postgres servers.</title>
<updated>2021-08-28T13:49:10Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-08-28T13:46:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=981b9e0409fda2bc8b78f9da6d92a0f7cf0a6895'/>
<id>urn:sha1:981b9e0409fda2bc8b78f9da6d92a0f7cf0a6895</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2021-08-28T12:20:53Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-08-28T12:18:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b7615ccd868283dcbbacf2721a1cb5952b16d432'/>
<id>urn:sha1:b7615ccd868283dcbbacf2721a1cb5952b16d432</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Significantly upgrade the check module's ability to find users.</title>
<updated>2021-08-28T12:11:59Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-08-28T12:11:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ffa21a16815329762096edbdbfddeb36b7e643cc'/>
<id>urn:sha1:ffa21a16815329762096edbdbfddeb36b7e643cc</id>
<content type='text'>
- Check for users based on nick mask, ident mask, and real name mask
  as well as ip mask and host mask.

- Include matching user's nick, ident and displayed host in the
  command output.

- Specify in the output what was actually matched against.

Closes #1909.
</content>
</entry>
<entry>
<title>Release v3.11.0.</title>
<updated>2021-08-27T08:39:16Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-08-27T08:30:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f643bd4833f31160b73d2a095c6a0ceda92e2c4c'/>
<id>urn:sha1:f643bd4833f31160b73d2a095c6a0ceda92e2c4c</id>
<content type='text'>
</content>
</entry>
</feed>
