<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules, branch v1.2.0rc5</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules?h=v1.2.0rc5</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules?h=v1.2.0rc5'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-08-14T20:43:46Z</updated>
<entry>
<title>Make ident handling consistant: use ChangeIdent for all ident manipulation. This fixes cache bugs properly.</title>
<updated>2009-08-14T20:43:46Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-08-14T20:43:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0740e2b8e5d619bb3babbd143e99d8a77a9062ec'/>
<id>urn:sha1:0740e2b8e5d619bb3babbd143e99d8a77a9062ec</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11518 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Print line on empty prefix errors to track down a bug</title>
<updated>2009-08-14T20:10:36Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-08-14T20:10:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ff02ab2e930c25755d211d25ad809ff234363214'/>
<id>urn:sha1:ff02ab2e930c25755d211d25ad809ff234363214</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11517 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>(Hopefully) fix a issue with m_ident's result not being used for display.</title>
<updated>2009-08-14T19:50:53Z</updated>
<author>
<name>psychon</name>
</author>
<published>2009-08-14T19:50:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=32810ff62b41cff00b9d664f62e570046c3a57a9'/>
<id>urn:sha1:32810ff62b41cff00b9d664f62e570046c3a57a9</id>
<content type='text'>
The user class has a couple of caches for the user's hostmask. If one of those
caches is initialized before m_ident set the user's new ident it would stick
around until the cache was invalidated the next time. This patch fixes this by
using the proper API for setting a user's ident which also invalidates any
caches which might still have the old ident.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11514 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fixes for config reader</title>
<updated>2009-08-12T18:03:52Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-08-12T18:03:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0036e3a70cabea02e9ec2103ed1dfdf5c799289f'/>
<id>urn:sha1:0036e3a70cabea02e9ec2103ed1dfdf5c799289f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11504 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix thread join not working for subclasses of Thread because of C++ destructor ordering</title>
<updated>2009-08-10T19:55:07Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-08-10T19:55:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8235290c734c17f5b52533876136e9a61d231c9d'/>
<id>urn:sha1:8235290c734c17f5b52533876136e9a61d231c9d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11500 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove m_testcommand too</title>
<updated>2009-08-04T00:19:03Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-08-04T00:19:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c120298c83374333d1ca4d7a45280fadea2e7323'/>
<id>urn:sha1:c120298c83374333d1ca4d7a45280fadea2e7323</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11482 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove m_foobar. This has no practical purpose, except as a module basis,</title>
<updated>2009-08-03T21:00:19Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-08-03T21:00:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=61120e6f72b9db00cbd8288959680f8eb0322081'/>
<id>urn:sha1:61120e6f72b9db00cbd8288959680f8eb0322081</id>
<content type='text'>
and nowdays we have plenty of others that can serve for that. Rest in peace.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11472 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix a few typos in here so it compiles again.</title>
<updated>2009-08-02T22:23:45Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-08-02T22:23:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=843ee9d4a269e7bbcafcd4dc04f7dc394b1f5a6c'/>
<id>urn:sha1:843ee9d4a269e7bbcafcd4dc04f7dc394b1f5a6c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11464 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change all non-fatal GNUTLS initialisation notices to debug level, to avoid unnecessary questions.</title>
<updated>2009-08-02T19:29:24Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-08-02T19:29:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=70087b5cefe239d74c5e0469e874786ace496619'/>
<id>urn:sha1:70087b5cefe239d74c5e0469e874786ace496619</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11462 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix a missed reference</title>
<updated>2009-08-02T15:05:06Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-08-02T15:05:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2da6369ab26d3a39941e4ece95600f82ffcc5611'/>
<id>urn:sha1:2da6369ab26d3a39941e4ece95600f82ffcc5611</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11457 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
