<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_opersha256.cpp, branch v1.1.0a1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_opersha256.cpp?h=v1.1.0a1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_opersha256.cpp?h=v1.1.0a1'/>
<link rel='alternate' type='text/html' href='https://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://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://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>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://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://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>Moved to extra/ - not all systems have stdint.h yet?</title>
<updated>2006-01-27T12:14:25Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-27T12:14:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=469c2e7f5ad7d3f4d7d150d643ce363a650f19b9'/>
<id>urn:sha1:469c2e7f5ad7d3f4d7d150d643ce363a650f19b9</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2933 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Changed back to using stdint.h</title>
<updated>2006-01-27T12:13:48Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-27T12:13:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8f003b86f225a607dcbec00bbde5bbf965e65e54'/>
<id>urn:sha1:8f003b86f225a607dcbec00bbde5bbf965e65e54</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2932 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Problems removing +t due to wrong bit-value being used in comparison</title>
<updated>2006-01-27T12:12:52Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-27T12:12:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3c3165311b072a8db9ffe3757606a4ccef294465'/>
<id>urn:sha1:3c3165311b072a8db9ffe3757606a4ccef294465</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2931 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Added m_opersha256 module created by Special</title>
<updated>2006-01-26T00:27:04Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-26T00:27:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=af8307b9c325dc8a1bbd39b9cb3e4f53f1c54beb'/>
<id>urn:sha1:af8307b9c325dc8a1bbd39b9cb3e4f53f1c54beb</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2912 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
