<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_testcommand.cpp, branch v1.0.5</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_testcommand.cpp?h=v1.0.5</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_testcommand.cpp?h=v1.0.5'/>
<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>Server* Srv marked static or moved to private member of module class in all modules, paves way for removal of static-build-munging-regexp that breaks +eI</title>
<updated>2006-02-26T11:48:09Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-02-26T11:48:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e2e581f0d3d5d844dc4b5210f566e5a5571a0570'/>
<id>urn:sha1:e2e581f0d3d5d844dc4b5210f566e5a5571a0570</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3330 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>Last set converted to 'Implements'</title>
<updated>2005-12-26T21:28:05Z</updated>
<author>
<name>brain</name>
</author>
<published>2005-12-26T21:28:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=53e521785f75f9a3f8be7f8110a8af65fcaff410'/>
<id>urn:sha1:53e521785f75f9a3f8be7f8110a8af65fcaff410</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2667 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Typo in declaration</title>
<updated>2005-12-16T18:49:42Z</updated>
<author>
<name>brain</name>
</author>
<published>2005-12-16T18:49:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6230b5c33d1820fd42f4c899468f1e963756df2b'/>
<id>urn:sha1:6230b5c33d1820fd42f4c899468f1e963756df2b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2539 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Last set of modules converted to new command system</title>
<updated>2005-12-16T18:48:07Z</updated>
<author>
<name>brain</name>
</author>
<published>2005-12-16T18:48:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=347e25f83d2d8403851e8bdcbf27d987abbd8fd5'/>
<id>urn:sha1:347e25f83d2d8403851e8bdcbf27d987abbd8fd5</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2538 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Added support for new command system</title>
<updated>2005-12-16T18:39:53Z</updated>
<author>
<name>brain</name>
</author>
<published>2005-12-16T18:39:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a5a8764bfe85e208a622a86295bdf56da575f21c'/>
<id>urn:sha1:a5a8764bfe85e208a622a86295bdf56da575f21c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2537 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>Few more stylistic changes, modules is now (fairly) consistant with how it should be.. src directory might be done if it's ever frozen.</title>
<updated>2005-11-30T08:47:53Z</updated>
<author>
<name>w00t</name>
</author>
<published>2005-11-30T08:47:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ce0213e10f1c5125a5d1af906136110cdf08c056'/>
<id>urn:sha1:ce0213e10f1c5125a5d1af906136110cdf08c056</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2034 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>
</feed>
