<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_services_account.cpp, branch v3.2.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_services_account.cpp?h=v3.2.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_services_account.cpp?h=v3.2.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2019-06-24T16:10:17Z</updated>
<entry>
<title>Replace large if/else blocks for target.type with switches (#1668).</title>
<updated>2019-06-24T16:10:17Z</updated>
<author>
<name>linuxdaemon</name>
</author>
<published>2019-06-24T16:10:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7ad534c1af4578a0d46742c4b6b00a5a33afb63f'/>
<id>urn:sha1:7ad534c1af4578a0d46742c4b6b00a5a33afb63f</id>
<content type='text'>
</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>
<entry>
<title>Remove CXX11_OVERRIDE from some non-overrides.</title>
<updated>2019-04-18T22:38:23Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-04-18T22:16:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d40ea20e6573b33d59cd9b68ab2790b4c990557d'/>
<id>urn:sha1:d40ea20e6573b33d59cd9b68ab2790b4c990557d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update trivially-modifiable modules to handle tag messages.</title>
<updated>2019-04-16T15:19:55Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-04-16T15:19:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8459e625349c03039e7545c213f84d8756034390'/>
<id>urn:sha1:8459e625349c03039e7545c213f84d8756034390</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow users on an accept list to bypass the +R user mode.</title>
<updated>2018-12-09T04:28:25Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-12-09T04:28:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5cf88fd79eee763cde0e586c9524a52686263cee'/>
<id>urn:sha1:5cf88fd79eee763cde0e586c9524a52686263cee</id>
<content type='text'>
As implemented in ircd-seven and possibly other servers.
</content>
</entry>
<entry>
<title>Fix a bunch more conflicting/unnamed numerics.</title>
<updated>2018-08-14T18:31:26Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-14T18:18:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a69f543be3bb6df77bfc19eaadc313d405ec2d45'/>
<id>urn:sha1:a69f543be3bb6df77bfc19eaadc313d405ec2d45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include modules/whois.h directly from files that use it.</title>
<updated>2018-04-08T16:00:58Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-04-07T14:48:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c9cdf7255356761152f1e679a948f9bc55e07b00'/>
<id>urn:sha1:c9cdf7255356761152f1e679a948f9bc55e07b00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework message handling.</title>
<updated>2018-01-06T14:18:21Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-12-11T19:42:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2fcb5ff4389a9a82d253acdff02a388ddcf14653'/>
<id>urn:sha1:2fcb5ff4389a9a82d253acdff02a388ddcf14653</id>
<content type='text'>
- Move all message-related types to their own header to make moving
  them to a cross-module events easier.
- Rename OnUserMessage to OnUserPostMessage.
- Rename OnText to OnUserMessage.
- Replace the dest, target_type, and status parameters with the
  MessageTarget class.
- Replace the text, exempt_list, and msgtype parameters with the
  MessageDetails struct.
- Add echooriginal and originaltext to the MessageDetails struct
  to allow spam filtering to not be broken by cap echo-message.
</content>
</entry>
<entry>
<title>Add names for a bunch more numerics.</title>
<updated>2017-12-09T13:43:44Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-12-09T13:43:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e8da9b7a266c545844bfb4a3987b7fc0b05f2cf7'/>
<id>urn:sha1:e8da9b7a266c545844bfb4a3987b7fc0b05f2cf7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the override keyword in places that it is missing.</title>
<updated>2017-11-21T15:51:45Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-21T13:05:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=91e0af0fc4889f20d2f63426f8fe379674fc0393'/>
<id>urn:sha1:91e0af0fc4889f20d2f63426f8fe379674fc0393</id>
<content type='text'>
GCCs warnings for this are much better than Clangs.
</content>
</entry>
</feed>
