<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/command_parse.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/command_parse.cpp?h=v1.1.0a1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/command_parse.cpp?h=v1.1.0a1'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-07-28T20:44:20Z</updated>
<entry>
<title>Finish off /WHO (i think it covers everything). Now has a few extra options</title>
<updated>2006-07-28T20:44:20Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-28T20:44:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=66ce3149898c5987e4b52354ea8ec8b3a9c0ba11'/>
<id>urn:sha1:66ce3149898c5987e4b52354ea8ec8b3a9c0ba11</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4581 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Tidyup</title>
<updated>2006-07-28T17:13:38Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-28T17:13:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6d06ed1a9e25683755b215ed1c89fde2fadbd797'/>
<id>urn:sha1:6d06ed1a9e25683755b215ed1c89fde2fadbd797</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4580 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Typical, forgot a ;</title>
<updated>2006-07-28T16:55:14Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-28T16:55:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4f22db0f87aac488c28054e59f17745035658765'/>
<id>urn:sha1:4f22db0f87aac488c28054e59f17745035658765</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4579 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Document &lt;options:syntaxhints&gt; and &lt;options:nouserdns&gt;</title>
<updated>2006-07-28T16:54:42Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-28T16:54:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=28cfa7d8aec7a122f51b36a715fd6ddc55837be1'/>
<id>urn:sha1:28cfa7d8aec7a122f51b36a715fd6ddc55837be1</id>
<content type='text'>
Change syntaxhints to seperate RPL_TEXT (prefix SYNTAX)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4578 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change all references to voodoo numbers (7, 3 etc) to the new bitwise constants for user-&gt;registered</title>
<updated>2006-07-28T12:00:25Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-28T12:00:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=95840640cb374a0845c866bd1ad56a04dd833081'/>
<id>urn:sha1:95840640cb374a0845c866bd1ad56a04dd833081</id>
<content type='text'>
Change a lot of user-&gt;fd &gt; -1 to use the IS_LOCAL() macro


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4569 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make the error more obvious, still has 'not enough params' on the start now</title>
<updated>2006-07-28T00:19:35Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-28T00:19:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ea7ec0c1c1219ebfd682c0bfef189b635bc146d7'/>
<id>urn:sha1:ea7ec0c1c1219ebfd682c0bfef189b635bc146d7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4563 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Re-order stuff so that users cant get syntax for commands they dont have access to</title>
<updated>2006-07-28T00:17:40Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-28T00:17:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=40581b585d1cfd38c30547c147a4130524a33d3b'/>
<id>urn:sha1:40581b585d1cfd38c30547c147a4130524a33d3b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4562 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<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>Ignore empty lines, don't try and process them as commands</title>
<updated>2006-07-16T20:13:40Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-16T20:13:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=51fb5084945d9144f2de1f85076d6f5bb419bc23'/>
<id>urn:sha1:51fb5084945d9144f2de1f85076d6f5bb419bc23</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4430 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>*Changed user input/output buffering to incur less copies</title>
<updated>2006-07-16T15:45:13Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-16T15:45:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f8956e4b455e27e0c694b0651cad090752d3a83f'/>
<id>urn:sha1:f8956e4b455e27e0c694b0651cad090752d3a83f</id>
<content type='text'>
*Fix warnings in command_parse


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4418 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
