<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_spanningtree/main.h, branch v3.12.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/main.h?h=v3.12.0</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_spanningtree/main.h?h=v3.12.0'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2021-12-30T18:52:08Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2021-12-30T18:52:08Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2021-12-30T18:52:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=adbe149c56bc938aa5d2454e4a4f9cc9d68efa68'/>
<id>urn:sha1:adbe149c56bc938aa5d2454e4a4f9cc9d68efa68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sync uniqueusername from the connect class to the user.</title>
<updated>2021-12-14T15:48:57Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-12-14T15:48:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=64340dc50901f88336d9a2933dad98b462b6f36b'/>
<id>urn:sha1:64340dc50901f88336d9a2933dad98b462b6f36b</id>
<content type='text'>
This is a massive hack for now but should be made to sync properly
in v4 when we have extensibles that don't suck.
</content>
</entry>
<entry>
<title>Fixes by misspell-fixer</title>
<updated>2020-04-21T06:52:12Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-04-21T06:34:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4f9abe96a4301a740d4a5fd7932550d88d60a3fc'/>
<id>urn:sha1:4f9abe96a4301a740d4a5fd7932550d88d60a3fc</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://cgit.space/~steering/inspircd++.git/commit/?id=aa692dc1039b63deef7886e914ec499abe7facaf'/>
<id>urn:sha1:aa692dc1039b63deef7886e914ec499abe7facaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an event provider class for the event/messagetag event.</title>
<updated>2020-01-03T21:01:52Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-03T20:48:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a9e8e1f03ace24e9dcb50299f8e66c5fd6b42850'/>
<id>urn:sha1:a9e8e1f03ace24e9dcb50299f8e66c5fd6b42850</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mark messages from ulined clients with the inspircd.org/service tag.</title>
<updated>2019-12-29T18:41:56Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-12-29T18:23:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=953ee6d2d1118307884ccff4ca29cdde068ecf89'/>
<id>urn:sha1:953ee6d2d1118307884ccff4ca29cdde068ecf89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SQuit all servers when a shutdown happens.</title>
<updated>2019-10-17T18:11:25Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-10-17T18:11:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8c0912f428afc6340693f2c55ed82358e4a4579a'/>
<id>urn:sha1:8c0912f428afc6340693f2c55ed82358e4a4579a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an event for adding tags to S2S messages.</title>
<updated>2019-07-19T13:17:10Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-07-19T13:12:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e2fcf7b3b15f86fec250b7b784bdf3d0631048c6'/>
<id>urn:sha1:e2fcf7b3b15f86fec250b7b784bdf3d0631048c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split ServerEventListener into {Broadcast,Link,Sync}EventListener.</title>
<updated>2019-07-15T11:55:48Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-07-15T11:43:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=06e2961a86705d794fd5904000e44a7ae08004d9'/>
<id>urn:sha1:06e2961a86705d794fd5904000e44a7ae08004d9</id>
<content type='text'>
There is no reason to have these events in one big handler and it
causes unnecessary event hooks to be created by having them like
this.

The ServerEventListener class still exists for compatibility
</content>
</entry>
<entry>
<title>Fix msgid inconsistencies with TAGMSG</title>
<updated>2019-06-22T15:08:21Z</updated>
<author>
<name>linuxdaemon</name>
</author>
<published>2019-06-22T14:10:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8f94fcc856dd492c6ecd5d1ebd1acdb7e59cbbe2'/>
<id>urn:sha1:8f94fcc856dd492c6ecd5d1ebd1acdb7e59cbbe2</id>
<content type='text'>
Also fixes accidentally copying incoming tags on TAGMSG when sending to
other users
</content>
</entry>
</feed>
