<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_conn_umodes.cpp, branch v3.0.0a6</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_conn_umodes.cpp?h=v3.0.0a6</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_conn_umodes.cpp?h=v3.0.0a6'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2017-10-19T13:58:21Z</updated>
<entry>
<title>Switch from std::stringstream to irc::spacesepstream.</title>
<updated>2017-10-19T13:58:21Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-19T10:55:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3c7e105d09c99ed0b74a63bef68d5f2a1cbd8cff'/>
<id>urn:sha1:3c7e105d09c99ed0b74a63bef68d5f2a1cbd8cff</id>
<content type='text'>
The latter is more suited to the things we have previously been
using std::stringstream for.
</content>
</entry>
<entry>
<title>Convert Disabled[CU]Modes to use a bitset instead of a char array.</title>
<updated>2017-09-18T13:09:01Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-09-11T14:38:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ca9a56b7ac0ec2139ade835144369455baa757bc'/>
<id>urn:sha1:ca9a56b7ac0ec2139ade835144369455baa757bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add CXX11_OVERRIDE to overridden members that lack it.</title>
<updated>2017-07-12T13:41:52Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-07-12T13:41:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d1df2bce56275e1297d94d82d4dbef6f6cf582b6'/>
<id>urn:sha1:d1df2bce56275e1297d94d82d4dbef6f6cf582b6</id>
<content type='text'>
This fixes a ton of warnings when building on compilers that
default to C++11 or newer.
</content>
</entry>
<entry>
<title>Call the MODE command handler in several modules instead of the old ModeParser::Process()</title>
<updated>2014-09-04T10:34:26Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-09-04T10:34:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6fe96bda2531cb1357f35c6d0717910283e2d921'/>
<id>urn:sha1:6fe96bda2531cb1357f35c6d0717910283e2d921</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Call ModeParser::Process() directly instead of going through the CommandParser</title>
<updated>2013-08-04T17:13:52Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-08-04T17:13:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=30935599479bd102db16842a8bc614d905a2ec60'/>
<id>urn:sha1:30935599479bd102db16842a8bc614d905a2ec60</id>
<content type='text'>
Simplify the way how m_conn_umodes assembles the modes it sets
</content>
</entry>
<entry>
<title>Automatically attach modules to events</title>
<updated>2013-08-04T14:08:57Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-08-04T12:36:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d24619c012b34d5a3d4cfb93e7bea3ff3d5721e7'/>
<id>urn:sha1:d24619c012b34d5a3d4cfb93e7bea3ff3d5721e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove $Core and $Mod* comments apart from $ModDep.</title>
<updated>2013-07-04T14:51:00Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-07-03T03:34:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=54d10d53c730ab81ca6464fe2f0e0ecbcd435672'/>
<id>urn:sha1:54d10d53c730ab81ca6464fe2f0e0ecbcd435672</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tidy up keywords on module methods.</title>
<updated>2013-05-15T20:41:36Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-04-30T07:38:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4ab1c43c1eee708fc50a4808f714a731891b75e8'/>
<id>urn:sha1:4ab1c43c1eee708fc50a4808f714a731891b75e8</id>
<content type='text'>
- Remove virtual keyword from a ton of methods which don't need it.
- Add override keyword to a ton of methods which do need it.
</content>
</entry>
<entry>
<title>Whitespace and empty destructor removal, minor coding style changes</title>
<updated>2013-04-01T19:56:13Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-04-01T19:56:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=26e7bb0b9a17a595d9935a1cae41b44504ad213e'/>
<id>urn:sha1:26e7bb0b9a17a595d9935a1cae41b44504ad213e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Attach to events and register services in init()</title>
<updated>2012-12-02T18:39:46Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-10-13T01:12:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ac7defcd3e52695dcf5e5150e9fe3e1624205e64'/>
<id>urn:sha1:ac7defcd3e52695dcf5e5150e9fe3e1624205e64</id>
<content type='text'>
</content>
</entry>
</feed>
