<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_chanhistory.cpp, branch v3.6.0</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_chanhistory.cpp?h=v3.6.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_chanhistory.cpp?h=v3.6.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2020-04-10T14:36:14Z</updated>
<entry>
<title>Update the module descriptions using mkversion.</title>
<updated>2020-04-10T14:36:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-10T14:22:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38'/>
<id>urn:sha1:4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the chanhistory module not storing CTCP ACTIONs.</title>
<updated>2020-01-31T10:32:28Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-31T10:32:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=823f5b3ee0d9dcb83e379f0e404500361c2e5cb5'/>
<id>urn:sha1:823f5b3ee0d9dcb83e379f0e404500361c2e5cb5</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>Rename &lt;chanhistory:notice&gt; to &lt;chanhistory:prefixmsg&gt;.</title>
<updated>2020-01-03T22:35:53Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-03T22:35:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6bd4024fd2e93fb740329560356500ce149692b3'/>
<id>urn:sha1:6bd4024fd2e93fb740329560356500ce149692b3</id>
<content type='text'>
This name is a lot lessambiguous.
</content>
</entry>
<entry>
<title>Make chanhistory skip CTCPs when storing messages.</title>
<updated>2020-01-03T22:28:45Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-03T22:22:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7a2462b891ba055cbedbf4d94ea3d5af50afa97c'/>
<id>urn:sha1:7a2462b891ba055cbedbf4d94ea3d5af50afa97c</id>
<content type='text'>
Sending historic CTCPs to clients can only end badly.
</content>
</entry>
<entry>
<title>Make chanhistory replay notices as well as privmsgs.</title>
<updated>2020-01-03T22:28:10Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-03T22:21:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b3d82bb7a89ce550f5a60a668ce36bf2a3a22495'/>
<id>urn:sha1:b3d82bb7a89ce550f5a60a668ce36bf2a3a22495</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the chanhistory module not replaying message tags.</title>
<updated>2020-01-03T21:35:19Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-03T20:54:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=038074d7c0f25ece31a6223214887ee56a1859de'/>
<id>urn:sha1:038074d7c0f25ece31a6223214887ee56a1859de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extract history sending logic in chanhistory to its own function.</title>
<updated>2019-07-21T13:13:07Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-07-21T13:13:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=62f6e56e158a3c147cd1395dab790f918ce2d1b4'/>
<id>urn:sha1:62f6e56e158a3c147cd1395dab790f918ce2d1b4</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://www.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>Use DurationString() in the 'Replaying ...' message.</title>
<updated>2019-07-04T16:18:06Z</updated>
<author>
<name>Matt Schatz</name>
</author>
<published>2019-07-04T16:01:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bdbedfe2c0e87e970de790d51557e69b8a051718'/>
<id>urn:sha1:bdbedfe2c0e87e970de790d51557e69b8a051718</id>
<content type='text'>
</content>
</entry>
</feed>
