<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_ojoin.cpp, branch v2.1b2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_ojoin.cpp?h=v2.1b2</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_ojoin.cpp?h=v2.1b2'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2011-05-04T22:28:12Z</updated>
<entry>
<title>Update copyright notices to 2011</title>
<updated>2011-05-04T22:28:12Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2011-05-04T22:28:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3cb24a1ec87a7ef5bd87eae2509b33ff0246712c'/>
<id>urn:sha1:3cb24a1ec87a7ef5bd87eae2509b33ff0246712c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix channel registrants being able to kick OJOINed users</title>
<updated>2011-04-17T22:57:18Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2011-04-17T22:30:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=16158007e82e97aeaf69046c2f272cd63c4fcfb9'/>
<id>urn:sha1:16158007e82e97aeaf69046c2f272cd63c4fcfb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove protocol.h from inspircd.h</title>
<updated>2011-01-29T15:22:55Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2011-01-29T15:22:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3f5d0490d62350738996236140a6a7255e6a17e8'/>
<id>urn:sha1:3f5d0490d62350738996236140a6a7255e6a17e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use more printf-style WriteServ</title>
<updated>2010-12-16T21:07:26Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2010-12-16T16:34:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=2689488d1bddb290824a8fad191f5ef77ef90006'/>
<id>urn:sha1:2689488d1bddb290824a8fad191f5ef77ef90006</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid future bugs with Attach</title>
<updated>2010-08-29T00:18:22Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2010-08-29T00:18:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=eb056ec67eb774e8ba4751911c22d2973927271d'/>
<id>urn:sha1:eb056ec67eb774e8ba4751911c22d2973927271d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clarify the configuration tag function names</title>
<updated>2010-08-22T13:27:08Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-22T13:27:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=1710bc2e998b22162f95181973633c03a6a29a3c'/>
<id>urn:sha1:1710bc2e998b22162f95181973633c03a6a29a3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change config reading hook for better error reporting</title>
<updated>2010-08-21T15:13:59Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-21T04:48:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e95a4358c193ddd3e60da28ae55b44986c73c4d0'/>
<id>urn:sha1:e95a4358c193ddd3e60da28ae55b44986c73c4d0</id>
<content type='text'>
This eliminates the OnRehash hook, and replaces it with ReadConfig which
is called on boot, module load, and rehash.
</content>
</entry>
<entry>
<title>Change ResolveModeConflict to a simpler parameter ordering function</title>
<updated>2010-08-19T02:23:12Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-19T02:23:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=d1d273c09efe5b27657b32f8a591901558dbee65'/>
<id>urn:sha1:d1d273c09efe5b27657b32f8a591901558dbee65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change ModeHandler::AccessCheck to use PermissionData</title>
<updated>2010-08-19T02:00:15Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-19T02:00:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=bf3f6948aef997bf3af13b549d9163aa618be9c4'/>
<id>urn:sha1:bf3f6948aef997bf3af13b549d9163aa618be9c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change to use a permission-based OnCheckJoin hook instead of OnUserPreJoin</title>
<updated>2010-08-04T17:50:38Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-04T16:56:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b2743de6da61e6f81cff53f457ceb9ece6708d42'/>
<id>urn:sha1:b2743de6da61e6f81cff53f457ceb9ece6708d42</id>
<content type='text'>
</content>
</entry>
</feed>
