<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules.cpp, branch v3.0.0a5</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules.cpp?h=v3.0.0a5</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules.cpp?h=v3.0.0a5'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2018-01-06T14:18:21Z</updated>
<entry>
<title>Rework message handling.</title>
<updated>2018-01-06T14:18:21Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-12-11T19:42:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2fcb5ff4389a9a82d253acdff02a388ddcf14653'/>
<id>urn:sha1:2fcb5ff4389a9a82d253acdff02a388ddcf14653</id>
<content type='text'>
- Move all message-related types to their own header to make moving
  them to a cross-module events easier.
- Rename OnUserMessage to OnUserPostMessage.
- Rename OnText to OnUserMessage.
- Replace the dest, target_type, and status parameters with the
  MessageTarget class.
- Replace the text, exempt_list, and msgtype parameters with the
  MessageDetails struct.
- Add echooriginal and originaltext to the MessageDetails struct
  to allow spam filtering to not be broken by cap echo-message.
</content>
</entry>
<entry>
<title>Move OnSync{Channel,Network,User} to ServerEventListener.</title>
<updated>2017-12-03T13:58:10Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-22T12:37:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=70be9c79d284982d03744443b84268bef44a3080'/>
<id>urn:sha1:70be9c79d284982d03744443b84268bef44a3080</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert the remaining things away from the caller/handler API.</title>
<updated>2017-11-25T13:38:02Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-25T13:01:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fa95bb4b0d5aed9204d469a36946a9839a7ffaa2'/>
<id>urn:sha1:fa95bb4b0d5aed9204d469a36946a9839a7ffaa2</id>
<content type='text'>
</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://www.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>Add events which are fired when a service is added or deleted.</title>
<updated>2017-11-16T14:15:25Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-11-18T16:30:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3b51dfb1d611a874c3f1138d1c1ec1bb8984334c'/>
<id>urn:sha1:3b51dfb1d611a874c3f1138d1c1ec1bb8984334c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up OnCleanup.</title>
<updated>2017-10-18T11:54:51Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-18T11:41:37Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ee7ac5aaede95eb82ecc948d0e52ad01ddeaa6c9'/>
<id>urn:sha1:ee7ac5aaede95eb82ecc948d0e52ad01ddeaa6c9</id>
<content type='text'>
- Switch to using ExtensionItem::ExtensibleType for the type instead
of TargetTypeFlags.
- Pass the extensible to OnCleanup as an Extensible pointer
instead of a void pointer.
- Call OnCleanup for memberships as well as channels and users.
- Rewrite event documentation to remove outdated references.
</content>
</entry>
<entry>
<title>Ignore &lt;module&gt; tags for modules that are already loaded.</title>
<updated>2017-10-18T03:08:07Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-18T03:00:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3b927b48ccb30619d9ace318b5a7d21f2279abbf'/>
<id>urn:sha1:3b927b48ccb30619d9ace318b5a7d21f2279abbf</id>
<content type='text'>
This allows us to do user friendly things like loading the alias
module in the example alias files.
</content>
</entry>
<entry>
<title>Unregister modes before unhooking extensions when unloading a module</title>
<updated>2016-08-29T12:34:19Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-29T12:34:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=19295ade368e9691b9d4f3152520284c7ad67b13'/>
<id>urn:sha1:19295ade368e9691b9d4f3152520284c7ad67b13</id>
<content type='text'>
Listmodes store their list in an extension that must be present when they are unset to show the modes being unset
</content>
</entry>
<entry>
<title>Deduplicate mode unregistering code in ModuleManager::DoSafeUnload() and extract into a method</title>
<updated>2016-08-29T12:33:25Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-29T12:33:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6c4a6b1753926f7de2cc210bf25d1b3c87c181e9'/>
<id>urn:sha1:6c4a6b1753926f7de2cc210bf25d1b3c87c181e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Send WHO reply numerics with User::WriteNumeric(), pass Numeric::Numeric objects to the OnSendWhoLine hook</title>
<updated>2016-02-26T14:59:20Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-02-26T14:59:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=725c954efbdaca99701412e640a1a762b36a5f48'/>
<id>urn:sha1:725c954efbdaca99701412e640a1a762b36a5f48</id>
<content type='text'>
</content>
</entry>
</feed>
