<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_passforward.cpp, branch v3.7.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_passforward.cpp?h=v3.7.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_passforward.cpp?h=v3.7.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2020-04-24T09:23:47Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2020-04-24T09:23:47Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-04-24T09:23:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=44489ddf7e90413d8f656aea24d74445bab227af'/>
<id>urn:sha1:44489ddf7e90413d8f656aea24d74445bab227af</id>
<content type='text'>
</content>
</entry>
<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>Set the minimum length to 1 for most config items with a default.</title>
<updated>2020-04-09T14:18:04Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-09T14:18:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bb39d78be61e45555cdd87985e26ea07b725fabf'/>
<id>urn:sha1:bb39d78be61e45555cdd87985e26ea07b725fabf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow &lt;passforward:forwardmsg&gt; to be optional.</title>
<updated>2020-04-09T13:46:04Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-09T13:46:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=52a433cfccad8559ff7d12f7ea308d8f4570444f'/>
<id>urn:sha1:52a433cfccad8559ff7d12f7ea308d8f4570444f</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>Use SQUERY instead of PRIVMSG in alias/passforward config.</title>
<updated>2019-04-04T11:27:56Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-04-02T13:43:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9ea8ecfaf395955a4e58c743c2f9e35a26528039'/>
<id>urn:sha1:9ea8ecfaf395955a4e58c743c2f9e35a26528039</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid forwarding passwords to nickserv when using SASL (#1562)</title>
<updated>2019-01-24T13:34:54Z</updated>
<author>
<name>linuxdaemon</name>
</author>
<published>2019-01-24T13:34:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a7fac86ccda9e75c6f426b07faa85081f5857d33'/>
<id>urn:sha1:a7fac86ccda9e75c6f426b07faa85081f5857d33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement IRCv3 message tag support.</title>
<updated>2018-08-13T20:51:11Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-13T19:17:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=58a0a7e01422e62de1565a8eb0a1febdc463d04d'/>
<id>urn:sha1:58a0a7e01422e62de1565a8eb0a1febdc463d04d</id>
<content type='text'>
Co-authored-by: Attila Molnar &lt;attilamolnar@hush.com&gt;
</content>
</entry>
<entry>
<title>Move message parsing to ProcessBuffer and fix edge cases in it.</title>
<updated>2018-08-10T19:04:56Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-10T08:04:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=02838a09396a3626b61263791570e96324563fa0'/>
<id>urn:sha1:02838a09396a3626b61263791570e96324563fa0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change allocation of InspIRCd::Parser to be physically part of the object containing it</title>
<updated>2014-06-13T13:45:55Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-06-13T13:45:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5b1ee304b5e1d71c71eec9ebf8f40758dfce5c1e'/>
<id>urn:sha1:5b1ee304b5e1d71c71eec9ebf8f40758dfce5c1e</id>
<content type='text'>
</content>
</entry>
</feed>
