<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/inspircd.h, branch v3.0.0a1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/include/inspircd.h?h=v3.0.0a1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/include/inspircd.h?h=v3.0.0a1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2016-08-17T10:49:48Z</updated>
<entry>
<title>Merge insp20</title>
<updated>2016-08-17T10:49:48Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-17T10:49:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b9e11915a976daaf790ebc763aff56e19fd49e0f'/>
<id>urn:sha1:b9e11915a976daaf790ebc763aff56e19fd49e0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't exit on rehash if the pid file cannot be written</title>
<updated>2016-06-17T10:04:12Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-06-17T10:04:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=925afed1b90871a52fb19f0ee2cb99cd26a53bae'/>
<id>urn:sha1:925afed1b90871a52fb19f0ee2cb99cd26a53bae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce Stats::Context, pass it to the OnStats hook and switch all code to it</title>
<updated>2016-02-25T16:02:03Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-02-25T16:02:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=304b6dbbf56710b1310fce8c5cf71b73334c060a'/>
<id>urn:sha1:304b6dbbf56710b1310fce8c5cf71b73334c060a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Numeric::Numeric</title>
<updated>2016-02-25T14:25:02Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-02-25T14:25:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=28dcc1f9e017152f03b0d9bfbcc494260b015a0a'/>
<id>urn:sha1:28dcc1f9e017152f03b0d9bfbcc494260b015a0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move implementation of ConvTo*() and related functions into convto.h</title>
<updated>2016-02-25T14:15:00Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-02-25T14:15:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8f5a3bb7bc30ef83d529e90e9584229c740af732'/>
<id>urn:sha1:8f5a3bb7bc30ef83d529e90e9584229c740af732</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include stdint.h from inspircd.h</title>
<updated>2016-02-25T14:02:01Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-02-25T14:02:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=fc8ad300cd27d9b41a5d51054376f59d29faac41'/>
<id>urn:sha1:fc8ad300cd27d9b41a5d51054376f59d29faac41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Numeric::Builder</title>
<updated>2015-12-30T12:20:21Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-12-30T12:20:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0854edb4462ff573c307b900b6138c8fa87efa9d'/>
<id>urn:sha1:0854edb4462ff573c307b900b6138c8fa87efa9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Strip all control codes except \001 in InspIRCd::StripColor()</title>
<updated>2015-12-08T15:32:50Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-12-08T15:32:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5b5590f09599c3fca1fd2c2ed9a6908cdd201597'/>
<id>urn:sha1:5b5590f09599c3fca1fd2c2ed9a6908cdd201597</id>
<content type='text'>
Fixes issue #1100 reported by @uecasm
</content>
</entry>
<entry>
<title>Move InspIRCd::SendError() to cmd_die</title>
<updated>2015-05-17T16:13:45Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-05-17T16:13:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=33137bba446212f89f7b94f50ace20db19b6d009'/>
<id>urn:sha1:33137bba446212f89f7b94f50ace20db19b6d009</id>
<content type='text'>
Fix multiple ERROR messages being sent to unregistered users by removing the "Exiting with status..." message
</content>
</entry>
<entry>
<title>Move OnWhois* events to core_whois, add Whois::Context</title>
<updated>2015-04-28T13:16:22Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-04-28T13:16:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8f34594cb7d600ccff100dff1817b69b03756ea2'/>
<id>urn:sha1:8f34594cb7d600ccff100dff1817b69b03756ea2</id>
<content type='text'>
Remove InspIRCd::SendWhoisLine()
</content>
</entry>
</feed>
