<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_opermd5.cpp, branch v1.1.0a1</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_opermd5.cpp?h=v1.1.0a1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_opermd5.cpp?h=v1.1.0a1'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-07-28T00:13:41Z</updated>
<entry>
<title>Add support for syntax of commands in place of the text 'Not enough parameters' in numeric 461, where supported.</title>
<updated>2006-07-28T00:13:41Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-28T00:13:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dc8f5d02f77aeabefaefe88005b99c8b47030ab7'/>
<id>urn:sha1:dc8f5d02f77aeabefaefe88005b99c8b47030ab7</id>
<content type='text'>
To support this each derived class of command_t must set the value of command_t::syntax to a non-empty string.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4561 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>mass tidyup, change A LOT of stuff to const char** which was char** (such as parameters to commands in handlers)</title>
<updated>2006-07-16T12:18:29Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-16T12:18:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0757a4a495daabf661ac3b7ab79f0a5ee423abe8'/>
<id>urn:sha1:0757a4a495daabf661ac3b7ab79f0a5ee423abe8</id>
<content type='text'>
which makes the new lineparser work neater with no casts. This also removes tons of casts from other locations
(all in all, ive added 2 casts and removed almost a hundred)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4403 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Typos</title>
<updated>2006-07-10T19:06:38Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-10T19:06:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7de6d6cb9d1e93911636b0160929210124138540'/>
<id>urn:sha1:7de6d6cb9d1e93911636b0160929210124138540</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4302 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Inherit tons of stuff from classbase that should always have been</title>
<updated>2006-07-10T18:54:25Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-10T18:54:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=62b550f653ca674bb84eaac77fcdbc4bfc84f135'/>
<id>urn:sha1:62b550f653ca674bb84eaac77fcdbc4bfc84f135</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4298 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Support for systems without stdint.h (we make a guess at sizeof(unsigned int) == 32... if youre running an outdated OS its your own fault)</title>
<updated>2006-07-10T02:34:58Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-10T02:34:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b285ef3229737b772853b7042b767896ce73fa1f'/>
<id>urn:sha1:b285ef3229737b772853b7042b767896ce73fa1f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4261 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>#ifdef's around stdint.h include</title>
<updated>2006-07-10T02:32:27Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-10T02:32:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=045d266246f5ab996777561e4af38ec9cadeb15a'/>
<id>urn:sha1:045d266246f5ab996777561e4af38ec9cadeb15a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4260 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>unsigned long -&gt; unsigned int: unsigned int should be the same size on AMD64 as it is on 32 bit, but unsigned long is NOT.</title>
<updated>2006-03-21T18:54:57Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-03-21T18:54:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=392c3490d97960c22ac4aa15deb035e190584828'/>
<id>urn:sha1:392c3490d97960c22ac4aa15deb035e190584828</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3747 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Yet more const ref changes</title>
<updated>2006-03-11T15:22:26Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-03-11T15:22:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=981ca37d6641404548a13623b90438f8f1c87ded'/>
<id>urn:sha1:981ca37d6641404548a13623b90438f8f1c87ded</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3658 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>
</feed>
