<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/away.cpp, branch v4.0.0a7</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_spanningtree/away.cpp?h=v4.0.0a7</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/away.cpp?h=v4.0.0a7'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2021-09-10T12:09:02Z</updated>
<entry>
<title>Always use ExtractTS to extract timestamps from S2S messages.</title>
<updated>2021-09-10T12:09:02Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-09-10T12:09:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bec93a9ab8eff6df9f9180a108b29d59f0ad1d27'/>
<id>urn:sha1:bec93a9ab8eff6df9f9180a108b29d59f0ad1d27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert FOREACH_MOD_CUSTOM to a variadic function.</title>
<updated>2020-11-10T23:14:21Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-11-10T23:14:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ba3dd9cedcca2f3cc6781f09410e3cf2cf696e43'/>
<id>urn:sha1:ba3dd9cedcca2f3cc6781f09410e3cf2cf696e43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert CmdResult to an 8-bit strongly typed enum.</title>
<updated>2020-10-27T00:59:11Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-10-26T23:40:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7cb27dabe695505d2eb7b942c4fbf518dda8e6b3'/>
<id>urn:sha1:7cb27dabe695505d2eb7b942c4fbf518dda8e6b3</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>Fix away broadcast logic (#1561)</title>
<updated>2019-01-23T08:40:25Z</updated>
<author>
<name>linuxdaemon</name>
</author>
<published>2019-01-23T08:40:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5394adf41ff609f7f97af529774fcb616fe072b2'/>
<id>urn:sha1:5394adf41ff609f7f97af529774fcb616fe072b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix conversion issues by replacing ConvToInt with ConvToNum&lt;T&gt;.</title>
<updated>2018-12-12T21:43:24Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-12-12T20:34:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0f7cfd46ef2d277f5f82e34a2852c75212d75261'/>
<id>urn:sha1:0f7cfd46ef2d277f5f82e34a2852c75212d75261</id>
<content type='text'>
The former was a thin wrapper around atol and brought with it all
of the weird parsing logic of atol which is almost never what is
actually wanted. It also almost never returned the numeric type
which is actually wanted which can cause weird issues when casting.
</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>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>Use !empty() instead of 'size() &gt; 0' when checking parameter count.</title>
<updated>2018-07-03T15:09:35Z</updated>
<author>
<name>B00mX0r</name>
</author>
<published>2018-07-03T15:07:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5585654df265bc37d547fa7738e35cc7ae7dacbb'/>
<id>urn:sha1:5585654df265bc37d547fa7738e35cc7ae7dacbb</id>
<content type='text'>
</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://www.cgit.space/~steering/inspircd++.git/commit/?id=da04e0622c37d3d1ec6c3313fb5a82cbf9901329'/>
<id>urn:sha1:da04e0622c37d3d1ec6c3313fb5a82cbf9901329</id>
<content type='text'>
This fixes issues in static builds
</content>
</entry>
</feed>
