<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/docs/conf, branch v4.0.0a11</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/docs/conf?h=v4.0.0a11</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/docs/conf?h=v4.0.0a11'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2022-05-18T15:49:20Z</updated>
<entry>
<title>Update links to point to the upcoming v4 docs.</title>
<updated>2022-05-18T15:49:20Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-05-18T15:49:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=844a3505e9d04f6d28b3b806ed18cace5f5fca81'/>
<id>urn:sha1:844a3505e9d04f6d28b3b806ed18cace5f5fca81</id>
<content type='text'>
[skip alpine ci]
[skip macos ci]
[skip windows ci]
[skip ubuntu ci]
</content>
</entry>
<entry>
<title>Implement support for JSON logging.</title>
<updated>2022-05-02T14:10:10Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-05-02T11:06:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a44a6cfab77c11382bfbc465702755a7e512e3e9'/>
<id>urn:sha1:a44a6cfab77c11382bfbc465702755a7e512e3e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite the entire logging system.</title>
<updated>2022-05-01T21:07:04Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-01-18T03:10:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c382faf9c941ad2ab93f806b6477933d41566719'/>
<id>urn:sha1:c382faf9c941ad2ab93f806b6477933d41566719</id>
<content type='text'>
- Much cleaner API for writing to the log.
- Adds support for stderr and stdout logging to the core.
- Adds support for sql and syslog logging in modules.
</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://cgit.space/~steering/inspircd++.git/commit/?id=d7912e6a3e17f9e9eec16ec8abd3cebc20f344b6'/>
<id>urn:sha1:d7912e6a3e17f9e9eec16ec8abd3cebc20f344b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document the 'G' WHO flag.</title>
<updated>2022-04-28T08:42:42Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-28T08:42:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=bce6e2422e2ea5d1187a307670df60f8359134af'/>
<id>urn:sha1:bce6e2422e2ea5d1187a307670df60f8359134af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2022-04-21T15:32:29Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-21T15:32:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9fbcb685e8eb0686af2504778159b4854c3ba1d5'/>
<id>urn:sha1:9fbcb685e8eb0686af2504778159b4854c3ba1d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for automatically expiring the override user mode.</title>
<updated>2022-04-21T15:17:10Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-21T15:16:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=cdd80af74c43015b9b492bc3c5eabc3ab982a0df'/>
<id>urn:sha1:cdd80af74c43015b9b492bc3c5eabc3ab982a0df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow normalising extbans to a specific format.</title>
<updated>2022-04-17T11:08:57Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-17T11:08:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=27c0ae9433571f71521cda36beeb43a529637b57'/>
<id>urn:sha1:27c0ae9433571f71521cda36beeb43a529637b57</id>
<content type='text'>
Also, fix canonicalisation of acting extban values.
</content>
</entry>
<entry>
<title>Remove FPART, force REMOVE to always use the new syntax.</title>
<updated>2022-04-16T07:35:26Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-12T23:17:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a810c07ccf85cc3eb0ea7de3c1391ea287fa4fa7'/>
<id>urn:sha1:a810c07ccf85cc3eb0ea7de3c1391ea287fa4fa7</id>
<content type='text'>
FPART was deprecated in v3 when the parameters for REMOVE were
switched.

This does not need any compat layer changes as v3 always forwarded
FPART as REMOVE.
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2022-04-05T22:37:33Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-05T22:37:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=72372136c46e1863ba09140f1d79e2e53270b86b'/>
<id>urn:sha1:72372136c46e1863ba09140f1d79e2e53270b86b</id>
<content type='text'>
</content>
</entry>
</feed>
