<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_permchannels.cpp, branch v4.0.0a17</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_permchannels.cpp?h=v4.0.0a17</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_permchannels.cpp?h=v4.0.0a17'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2022-10-29T15:35:12Z</updated>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2022-10-29T15:35:12Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-29T15:35:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dac556b55b516ee2e322a2ffba714bc92c2bbcc1'/>
<id>urn:sha1:dac556b55b516ee2e322a2ffba714bc92c2bbcc1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only store the topic in the permchannels database if one is set.</title>
<updated>2022-10-23T14:01:35Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-23T14:01:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bcf484016b17354c21e664901394bfc8dc79ea53'/>
<id>urn:sha1:bcf484016b17354c21e664901394bfc8dc79ea53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More const correctness.</title>
<updated>2022-10-23T13:51:33Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-22T19:45:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=859088dac5b937208c7aff7fd3976bbc63329281'/>
<id>urn:sha1:859088dac5b937208c7aff7fd3976bbc63329281</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some unused method arguments.</title>
<updated>2022-10-12T13:26:09Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-12T13:26:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e4119e33f481f792980f937e2e1c9f70de5bd05f'/>
<id>urn:sha1:e4119e33f481f792980f937e2e1c9f70de5bd05f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace foo.erase(foo.{size|end}()-1) with foo.pop_back().</title>
<updated>2022-10-01T21:15:23Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-01T21:09:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ee633a943cccb5032f66eff9c1e28d633f358127'/>
<id>urn:sha1:ee633a943cccb5032f66eff9c1e28d633f358127</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use auto instead of type names where the type is obvious.</title>
<updated>2022-09-29T11:54:24Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-29T11:41:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=44986c79769d4efc2badc5b9c3df2e75e81ac28e'/>
<id>urn:sha1:44986c79769d4efc2badc5b9c3df2e75e81ac28e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various cases of the &amp;* being next to the name instead of type.</title>
<updated>2022-09-29T11:36:01Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-29T11:01:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=89537ed2ab22fcedb25e0378bd2c18e392911c0c'/>
<id>urn:sha1:89537ed2ab22fcedb25e0378bd2c18e392911c0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2022-09-12T22:26:22Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-12T22:19:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=023e3bd22e288a288ad0bd1cc9fd04b7773cab61'/>
<id>urn:sha1:023e3bd22e288a288ad0bd1cc9fd04b7773cab61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the temporary filenames used by modules more unique.</title>
<updated>2022-09-05T01:59:56Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-05T01:59:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6bdf1ad525d8021f55720ece65bcc0f0a8f1f631'/>
<id>urn:sha1:6bdf1ad525d8021f55720ece65bcc0f0a8f1f631</id>
<content type='text'>
This prevents zombie files from causing problems.
</content>
</entry>
<entry>
<title>Rewrite logging calls to use the new APIs.</title>
<updated>2022-05-01T21:07:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-01-18T03:30:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e23ee3fde17a6bb17a9e56c7105f4bbceb36391f'/>
<id>urn:sha1:e23ee3fde17a6bb17a9e56c7105f4bbceb36391f</id>
<content type='text'>
</content>
</entry>
</feed>
