<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_cgiirc.cpp, branch v2.0.10</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_cgiirc.cpp?h=v2.0.10</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_cgiirc.cpp?h=v2.0.10'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2012-12-02T18:40:17Z</updated>
<entry>
<title>Register all commands, modes and extensions using AddService()</title>
<updated>2012-12-02T18:40:17Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-12-02T18:40:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=349106f3f9f75d7f957fc5d1e71ca650f4807bb9'/>
<id>urn:sha1:349106f3f9f75d7f957fc5d1e71ca650f4807bb9</id>
<content type='text'>
AddService() throws an exception if an item cannot be registered, modules no longer need to worry about AddMode() etc. failing
</content>
</entry>
<entry>
<title>Dynamically determine the size of the eventlist[] passed to Attach()</title>
<updated>2012-12-02T18:40:00Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-12-02T18:40:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=84a1569cd60daa64b1ae52a1fff62c0dc4d78850'/>
<id>urn:sha1:84a1569cd60daa64b1ae52a1fff62c0dc4d78850</id>
<content type='text'>
m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove
</content>
</entry>
<entry>
<title>m_cgiirc Fix wrong announcement when the host in WEBIRC is too long</title>
<updated>2012-11-29T20:12:13Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-11-29T19:12:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=83db3dc06a44b50d8e25828e201a51edb4030d92'/>
<id>urn:sha1:83db3dc06a44b50d8e25828e201a51edb4030d92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_cgiirc Don't apply resolved host or send notifications when the user is quitting (matched a line)</title>
<updated>2012-11-29T19:26:17Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-11-29T18:39:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d53f0956ab7ff6b63430bb62ba7dbcfd2fde8e41'/>
<id>urn:sha1:d53f0956ab7ff6b63430bb62ba7dbcfd2fde8e41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_cgiirc Don't resolve IPs when &lt;performance:nouserdns&gt; is true</title>
<updated>2012-11-29T19:26:17Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-11-29T17:53:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=129dfe60ae37147fea2b5bc78aae539120d847bc'/>
<id>urn:sha1:129dfe60ae37147fea2b5bc78aae539120d847bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_cgiirc De-duplicate code, recheck elines after ip/host changes</title>
<updated>2012-11-29T19:26:17Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-11-21T00:53:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6e55cd2003750a7f69866128cfd44409676c9a1e'/>
<id>urn:sha1:6e55cd2003750a7f69866128cfd44409676c9a1e</id>
<content type='text'>
Fixes #350 reported by @MistrX

New functions:
- RecheckElineAndClass()
- ChangeIP() - decreases clone counts for a user, calls SetUserIP, increases clone counts after the new ip is applied
- HandleIdentOrPass() - common code extracted from CheckIdent() and CheckPass()
</content>
</entry>
<entry>
<title>m_cgiirc Remove dead code, warn when a &lt;cgihost&gt; block has an invalid type value, misc. cleanup</title>
<updated>2012-11-29T19:26:17Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-11-21T03:10:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9eb655dbdd49cd7afb44ca972512f0fdf7cfa46f'/>
<id>urn:sha1:9eb655dbdd49cd7afb44ca972512f0fdf7cfa46f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_cgiirc, m_dnsbl Remove unnecessary includes</title>
<updated>2012-10-12T16:51:53Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-10-12T16:51:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=152bf4946c3cdee3e8b66cb2babbf3182840d054'/>
<id>urn:sha1:152bf4946c3cdee3e8b66cb2babbf3182840d054</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_cgiirc Take actions after a successful WEBIRC in the OnCheckReady hook, stop using OnUserConnect</title>
<updated>2012-09-13T16:51:28Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-22T18:08:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8597ba610b854b17d3ec5f9326ba575c4f87085d'/>
<id>urn:sha1:8597ba610b854b17d3ec5f9326ba575c4f87085d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_cgiirc Register the "waiting" extension</title>
<updated>2012-09-13T16:51:28Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-07-22T18:07:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aeeb6d4f8e7feb394a57e1ed2fdcd3925671d4d6'/>
<id>urn:sha1:aeeb6d4f8e7feb394a57e1ed2fdcd3925671d4d6</id>
<content type='text'>
</content>
</entry>
</feed>
