<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src, branch v1.1.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src?h=v1.1.2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src?h=v1.1.2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2007-03-05T22:48:48Z</updated>
<entry>
<title>Klosterkrone? wtf kind of cheese is that. It best taste nice.</title>
<updated>2007-03-05T22:48:48Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-05T22:48:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=767fc7ad41553d8f18988d2330d99c5c89f994e4'/>
<id>urn:sha1:767fc7ad41553d8f18988d2330d99c5c89f994e4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6628 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>State that the channel is full, to avoid confusion</title>
<updated>2007-03-05T21:47:27Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-05T21:47:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2ebca87ab1d277ecc83c51a1b32868cc1c30ff62'/>
<id>urn:sha1:2ebca87ab1d277ecc83c51a1b32868cc1c30ff62</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6627 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Return 1 not 0, we dont want two numerics. (thanks peavey)</title>
<updated>2007-03-05T21:43:58Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-05T21:43:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b4978a10c9f88d5fd13034697e770357ba902b21'/>
<id>urn:sha1:b4978a10c9f88d5fd13034697e770357ba902b21</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6626 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change oper notice into a numeric to the user:</title>
<updated>2007-03-05T21:27:21Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-05T21:27:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0547af0d7e4afaa4883e0a57e728fd395ef9b844'/>
<id>urn:sha1:0547af0d7e4afaa4883e0a57e728fd395ef9b844</id>
<content type='text'>
%s :%s has a circular redirect (+L). Not following redirection to %s.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6625 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Allow for the cgiirc module to change the users host if it doesnt resolve</title>
<updated>2007-03-03T22:08:00Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-03T22:08:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a98e7a8023fdaa367c4e712ea753a0d8dd9fbb04'/>
<id>urn:sha1:a98e7a8023fdaa367c4e712ea753a0d8dd9fbb04</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6622 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix double-dereference in CheckIdent and CheckPass which causes the values of the userrec to be overwritten with an ascii ip address. (oops!) Fixes primary cause for bug #215, NEEDS QA TESTING</title>
<updated>2007-03-03T16:53:07Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-03T16:53:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9fdf5e99a7960e030a1bf0ec61894fabc3732151'/>
<id>urn:sha1:9fdf5e99a7960e030a1bf0ec61894fabc3732151</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6620 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Minor tweak, return of OnUserRegister discarded in cmd_user (should not have effected anything, but bad style)</title>
<updated>2007-03-03T16:25:19Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-03T16:25:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5fa6825aa319ee37a37b7c7d11f542c83e2f8333'/>
<id>urn:sha1:5fa6825aa319ee37a37b7c7d11f542c83e2f8333</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6619 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix m_services_account logout by allowing meta with empty data field. Tracker: bug #226</title>
<updated>2007-03-03T04:00:30Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-03-03T04:00:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e7c3e34bcc90147b3ca85ea9e7711a2a19ce81ac'/>
<id>urn:sha1:e7c3e34bcc90147b3ca85ea9e7711a2a19ce81ac</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6618 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Rebuild 005 on rehash. Tracker: bug #234</title>
<updated>2007-03-03T00:24:04Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-03-03T00:24:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8b8923d15564caeeb14a6c5a218b9936a93c3ae4'/>
<id>urn:sha1:8b8923d15564caeeb14a6c5a218b9936a93c3ae4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6617 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Do not perform redirect on chained channel links, tell user channel is full and SNOTICE the offending channel(s).</title>
<updated>2007-03-02T21:39:39Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-03-02T21:39:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=efdffbdc178336e027df594282ca60e109eb6166'/>
<id>urn:sha1:efdffbdc178336e027df594282ca60e109eb6166</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6616 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
