<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_nokicks.cpp, branch v1.0.3</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_nokicks.cpp?h=v1.0.3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_nokicks.cpp?h=v1.0.3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-03-12T14:49:30Z</updated>
<entry>
<title>Renamed to chanrec::modes</title>
<updated>2006-03-12T14:49:30Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-03-12T14:49:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ced58c3be3f1da8dcf70c3904e5fe4bdaabf0e3d'/>
<id>urn:sha1:ced58c3be3f1da8dcf70c3904e5fe4bdaabf0e3d</id>
<content type='text'>
Renamed IsCustomModeSet to IsModeSet
GetModeParameter will now return the channel limit (as a string) for a request for mode 'l' and the channel key for a request for mode 'k'.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3692 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Changed more to use InsertMode</title>
<updated>2006-01-25T20:43:45Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-25T20:43:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=79262c9d8751eca8cff50eca0b9f5b57f6730577'/>
<id>urn:sha1:79262c9d8751eca8cff50eca0b9f5b57f6730577</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2902 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Updated copyrights in headers etc using perl inplace edit</title>
<updated>2006-01-15T15:59:11Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-15T15:59:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1383dba43e463f292aea094d01f62f355946049d'/>
<id>urn:sha1:1383dba43e463f292aea094d01f62f355946049d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2795 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>More 'Implements' Conversions</title>
<updated>2005-12-26T18:53:30Z</updated>
<author>
<name>brain</name>
</author>
<published>2005-12-26T18:53:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6985fb2b69872dd641f9f48ffae1c0ac4f185a2d'/>
<id>urn:sha1:6985fb2b69872dd641f9f48ffae1c0ac4f185a2d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2662 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Changed behaviour of module API to pass Server* to the constructor, rather than have to create one (makes more sense)</title>
<updated>2005-12-07T17:05:34Z</updated>
<author>
<name>brain</name>
</author>
<published>2005-12-07T17:05:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2d821f2980825be73e3f90b47ffff365b0ec5ecb'/>
<id>urn:sha1:2d821f2980825be73e3f90b47ffff365b0ec5ecb</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2252 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Changed to use __single_client_alloc, faster on most systems in a single thread</title>
<updated>2005-05-15T22:58:24Z</updated>
<author>
<name>brain</name>
</author>
<published>2005-05-15T22:58:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ab01aaeeee9aed655df2eec2522072233fe3aa57'/>
<id>urn:sha1:ab01aaeeee9aed655df2eec2522072233fe3aa57</id>
<content type='text'>
Specified namespace std in *all* files


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1404 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Moved a ton of functions into helperfuncs.h to speed up recompiles</title>
<updated>2005-05-15T03:03:23Z</updated>
<author>
<name>brain</name>
</author>
<published>2005-05-15T03:03:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=eb4229deed0281ae566ef7e55a144e5d3183a4b2'/>
<id>urn:sha1:eb4229deed0281ae566ef7e55a144e5d3183a4b2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1383 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Tons of module versionflags stuff, and checks for it in /UNLOADMODULE</title>
<updated>2005-04-07T17:59:33Z</updated>
<author>
<name>brain</name>
</author>
<published>2005-04-07T17:59:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ec7fc489a14af54738da17a94b162a9606df4756'/>
<id>urn:sha1:ec7fc489a14af54738da17a94b162a9606df4756</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1001 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Added version flags</title>
<updated>2005-04-07T17:40:40Z</updated>
<author>
<name>brain</name>
</author>
<published>2005-04-07T17:40:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9fc9227cf51585dd2e44c2fcd0014c8da8f8739f'/>
<id>urn:sha1:9fc9227cf51585dd2e44c2fcd0014c8da8f8739f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1000 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>More secure checking in 005 handlers</title>
<updated>2005-04-03T21:26:22Z</updated>
<author>
<name>brain</name>
</author>
<published>2005-04-03T21:26:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=87bba3d377a99fef1e22a96a8ac403c9aad6efbd'/>
<id>urn:sha1:87bba3d377a99fef1e22a96a8ac403c9aad6efbd</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@968 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
