<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/commands.h, branch v3.2.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/commands.h?h=v3.2.0</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/commands.h?h=v3.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2019-07-04T13:04:34Z</updated>
<entry>
<title>Fix building on Windows.</title>
<updated>2019-07-04T13:04:34Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-07-04T13:04:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0d33974a75b0764864b316a481cfaf75937d3f57'/>
<id>urn:sha1:0d33974a75b0764864b316a481cfaf75937d3f57</id>
<content type='text'>
This regression was introduced by #1659. This distinction is only
relevant on Windows so this should not affect non-Windows platforms.
</content>
</entry>
<entry>
<title>CoreExport for CommandSave. fixes #1635</title>
<updated>2019-06-07T13:36:33Z</updated>
<author>
<name>Ben Harris</name>
</author>
<published>2019-06-07T13:32:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ca161e8637384af9ba7e437c1e45611560517fdf'/>
<id>urn:sha1:ca161e8637384af9ba7e437c1e45611560517fdf</id>
<content type='text'>
</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://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>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://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>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://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>
<entry>
<title>m_spanningtree Put command handlers with class names that collide with core commands into the SpanningTree namespace</title>
<updated>2016-08-19T09:21:19Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-19T09:21:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=da04e0622c37d3d1ec6c3313fb5a82cbf9901329'/>
<id>urn:sha1:da04e0622c37d3d1ec6c3313fb5a82cbf9901329</id>
<content type='text'>
This fixes issues in static builds
</content>
</entry>
<entry>
<title>m_spanningtree Remove PUSH handler</title>
<updated>2016-03-30T10:32:02Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-03-30T10:32:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=514a9edadf19d01ac80a9ef7b8b05054e7d4786b'/>
<id>urn:sha1:514a9edadf19d01ac80a9ef7b8b05054e7d4786b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree Add CommandNum::Builder</title>
<updated>2016-03-29T14:39:06Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-03-29T14:39:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=484b30f67b1479de72ff99532b7b91e775686e97'/>
<id>urn:sha1:484b30f67b1479de72ff99532b7b91e775686e97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree Add NUM command handler</title>
<updated>2016-03-29T14:28:01Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-03-29T14:28:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a7dedb347b7dcd26ce93d4af81e77cfa3cf82d0f'/>
<id>urn:sha1:a7dedb347b7dcd26ce93d4af81e77cfa3cf82d0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_spanningtree Increase maximum generated FJOIN line size to 510</title>
<updated>2015-01-09T14:21:10Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-01-09T14:21:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=607a5499c39706061899987f332db6bdf31303e5'/>
<id>urn:sha1:607a5499c39706061899987f332db6bdf31303e5</id>
<content type='text'>
</content>
</entry>
</feed>
