<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_showfile.cpp, branch v4.3.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_showfile.cpp?h=v4.3.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_showfile.cpp?h=v4.3.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2024-08-27T13:29:56Z</updated>
<entry>
<title>Change InspIRCd::ProcessColors to take a string instead of a vector.</title>
<updated>2024-08-27T13:29:56Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-08-27T13:29:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e6ea9f7d4a4bf015524749da6ffeecf1d15c9268'/>
<id>urn:sha1:e6ea9f7d4a4bf015524749da6ffeecf1d15c9268</id>
<content type='text'>
This is more useful for how MOTDs are processed now as we iterate
through them anyway and this allows us to avoid a needless second
iteration.
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2024-07-14T10:58:57Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2024-07-14T10:58:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a3b0aa484bbc8d0f624bc1da0d6f9f72b33426eb'/>
<id>urn:sha1:a3b0aa484bbc8d0f624bc1da0d6f9f72b33426eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix MOTD parsing accidentally skipping lines which are blank.</title>
<updated>2024-07-05T16:47:19Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-07-05T16:47:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1263f3cf63a1caff2cd8edbee9386bb6f170941f'/>
<id>urn:sha1:1263f3cf63a1caff2cd8edbee9386bb6f170941f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2024-06-07T09:37:56Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2024-06-07T09:37:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ae3e2db109eecaea25032e218c39a257e736174a'/>
<id>urn:sha1:ae3e2db109eecaea25032e218c39a257e736174a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace FileReader with something more sensible.</title>
<updated>2023-07-03T17:43:58Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-03T16:26:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=386f0dafd55897723356c75299cd02ed0b882f5b'/>
<id>urn:sha1:386f0dafd55897723356c75299cd02ed0b882f5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix calling c_str() for parameters that can take a std::string.</title>
<updated>2023-05-31T15:46:48Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-05-31T15:46:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0498e9ad207f9c0f93ab6f974586d8148fd9c8eb'/>
<id>urn:sha1:0498e9ad207f9c0f93ab6f974586d8148fd9c8eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace getInt/getUInt/getFloat with type safe templated functions.</title>
<updated>2023-01-25T00:39:27Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-24T23:41:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=af8effe4f0876d6fa934806745712f679bd36278'/>
<id>urn:sha1:af8effe4f0876d6fa934806745712f679bd36278</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert various enums to strongly typed scoped enums.</title>
<updated>2023-01-22T22:36:31Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-22T21:48:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cadf228c3e66ce33c3599539b6650e26dfc3bff5'/>
<id>urn:sha1:cadf228c3e66ce33c3599539b6650e26dfc3bff5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some more unnecessary things from the global headers.</title>
<updated>2023-01-14T10:19:38Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-14T10:19:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=046b1a2b654cc5ffe181c71076410633ac144b2e'/>
<id>urn:sha1:046b1a2b654cc5ffe181c71076410633ac144b2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid copying shared_ptr&lt;ConfigTag&gt; when not necessary.</title>
<updated>2023-01-10T21:27:18Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-10T20:57:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1b2916c8451506adccf3ab0a56bbf836d9f3cb36'/>
<id>urn:sha1:1b2916c8451506adccf3ab0a56bbf836d9f3cb36</id>
<content type='text'>
</content>
</entry>
</feed>
