<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_sasl.cpp, branch v3.7.0</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_sasl.cpp?h=v3.7.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_sasl.cpp?h=v3.7.0'/>
<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>Update the module descriptions using mkversion.</title>
<updated>2020-04-10T14:36:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-10T14:22:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38'/>
<id>urn:sha1:4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for requiring users to use SSL in order to use SASL.</title>
<updated>2020-02-21T20:27:05Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-02-21T20:27:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b31a4aea1b68f9fd27d4bf30440948056af2edce'/>
<id>urn:sha1:b31a4aea1b68f9fd27d4bf30440948056af2edce</id>
<content type='text'>
</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>Stop GCC warnings about the deprecated OnServerSplit event.</title>
<updated>2019-09-30T09:11:43Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-09-30T09:11:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8ebe4ce2cb0331abfffd9f72455b17adfeea7bf2'/>
<id>urn:sha1:8ebe4ce2cb0331abfffd9f72455b17adfeea7bf2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add whether the server split with an error to OnServerSplit.</title>
<updated>2019-09-23T12:18:19Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-09-23T10:51:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cf5d382b822cecd54fdbc77e4c1c4de8a8aa3c35'/>
<id>urn:sha1:cf5d382b822cecd54fdbc77e4c1c4de8a8aa3c35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix sasl hangs with clients that blindly request the capability.</title>
<updated>2019-07-31T21:16:28Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-07-31T21:16:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c6b5da1f6fdb1bc54ebe97ebe3666ad9ae85e99b'/>
<id>urn:sha1:c6b5da1f6fdb1bc54ebe97ebe3666ad9ae85e99b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various cases of broken indentation.</title>
<updated>2019-07-26T09:22:42Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-07-26T09:22:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=193eac649066bda33e693baadce6bc40181008f0'/>
<id>urn:sha1:193eac649066bda33e693baadce6bc40181008f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split ServerEventListener into {Broadcast,Link,Sync}EventListener.</title>
<updated>2019-07-15T11:55:48Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-07-15T11:43:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=06e2961a86705d794fd5904000e44a7ae08004d9'/>
<id>urn:sha1:06e2961a86705d794fd5904000e44a7ae08004d9</id>
<content type='text'>
There is no reason to have these events in one big handler and it
causes unnecessary event hooks to be created by having them like
this.

The ServerEventListener class still exists for compatibility
</content>
</entry>
<entry>
<title>Textual improvements and fixes such as typos, casing, etc. (#1612)</title>
<updated>2019-04-28T08:14:21Z</updated>
<author>
<name>Robby</name>
</author>
<published>2019-04-28T08:14:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e57d1b19ff4823b7885eb7f4d3b37c84d2edca0e'/>
<id>urn:sha1:e57d1b19ff4823b7885eb7f4d3b37c84d2edca0e</id>
<content type='text'>
</content>
</entry>
</feed>
