<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/modules, branch v3.0.0a10</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/modules?h=v3.0.0a10</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/modules?h=v3.0.0a10'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2018-10-01T11:34:47Z</updated>
<entry>
<title>Fix the chanhistory module being inconsistent across servers.</title>
<updated>2018-10-01T11:34:47Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-09-29T15:19:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=75e144b55e761b663958599dc40dc8fd670445db'/>
<id>urn:sha1:75e144b55e761b663958599dc40dc8fd670445db</id>
<content type='text'>
Closes #331.
</content>
</entry>
<entry>
<title>Add support for the IRCv3 batch specification.</title>
<updated>2018-08-13T21:01:42Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-13T20:48:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=584d4569031d9e5d699d72eb3e09307fc84ea2f8'/>
<id>urn:sha1:584d4569031d9e5d699d72eb3e09307fc84ea2f8</id>
<content type='text'>
Co-authored-by: Attila Molnar &lt;attilamolnar@hush.com&gt;
</content>
</entry>
<entry>
<title>Add support for the IRCv3 server-time specification.</title>
<updated>2018-08-13T21:01:21Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-13T20:44:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=224952435591734d8308fd2b612d51c030416e53'/>
<id>urn:sha1:224952435591734d8308fd2b612d51c030416e53</id>
<content type='text'>
Co-authored-by: Attila Molnar &lt;attilamolnar@hush.com&gt;
</content>
</entry>
<entry>
<title>Implement IRCv3 message tag support.</title>
<updated>2018-08-13T20:51:11Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-13T19:17:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=58a0a7e01422e62de1565a8eb0a1febdc463d04d'/>
<id>urn:sha1:58a0a7e01422e62de1565a8eb0a1febdc463d04d</id>
<content type='text'>
Co-authored-by: Attila Molnar &lt;attilamolnar@hush.com&gt;
</content>
</entry>
<entry>
<title>Convert AWAY to use cross-module events and clean up slightly.</title>
<updated>2018-08-12T14:01:45Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-12T13:56:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ba23c2b115ad3bf2632179d283165c1579332fd8'/>
<id>urn:sha1:ba23c2b115ad3bf2632179d283165c1579332fd8</id>
<content type='text'>
OnSetAway has been replaced with four events. OnUserPreAway and
OnUserPreBack can be used to deny an away state change and/or
change the away message of a local user. OnUserAway and OnUserBack
allow modules to be notified that a user's away state has changed.
</content>
</entry>
<entry>
<title>Rename User::fullname to realname and make it private.</title>
<updated>2018-07-30T17:50:34Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-07-30T17:50:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=abbf70b2a35edaf17631e43027828011296924ad'/>
<id>urn:sha1:abbf70b2a35edaf17631e43027828011296924ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace most usages of "GECOS" with "real" or "real name".</title>
<updated>2018-07-30T17:30:11Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-07-30T17:30:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8cb20e354533fbec24aafd4e61ff6fa69b434aa2'/>
<id>urn:sha1:8cb20e354533fbec24aafd4e61ff6fa69b434aa2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use CommandBase::Params instead of std::vector&lt;std::string&gt;.</title>
<updated>2018-07-26T19:12:14Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-07-26T18:43:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=384ef31bc01e4a1a2e59d082c9066002410ba54a'/>
<id>urn:sha1:384ef31bc01e4a1a2e59d082c9066002410ba54a</id>
<content type='text'>
This is presently a typedef but will soon be replaced with a class
that encapsulates both tags and parameters.
</content>
</entry>
<entry>
<title>Move OnStats from the core to a cross-module event.</title>
<updated>2018-04-08T15:54:27Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-04-07T14:07:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=454c8d374955d2ffb3ec1fca39a6efc32032c649'/>
<id>urn:sha1:454c8d374955d2ffb3ec1fca39a6efc32032c649</id>
<content type='text'>
Some core code still exists in the XLine system but this will be
replaced when the XLine system is replaced later.
</content>
</entry>
<entry>
<title>SQL: Add HasColumn() to check if a result contains a named column.</title>
<updated>2018-04-07T10:50:08Z</updated>
<author>
<name>Daniel Vassdal</name>
</author>
<published>2015-03-02T02:06:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d38f2ad213e875d40556116cba3230064eacb861'/>
<id>urn:sha1:d38f2ad213e875d40556116cba3230064eacb861</id>
<content type='text'>
</content>
</entry>
</feed>
