<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/command_parse.cpp, branch v1.2.0b4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/command_parse.cpp?h=v1.2.0b4</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/command_parse.cpp?h=v1.2.0b4'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2008-12-07T18:31:57Z</updated>
<entry>
<title>Move stuff to use ASCII map where required.</title>
<updated>2008-12-07T18:31:57Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-12-07T18:31:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=805d47c98e48df374976972c3fcbba36fd4289f8'/>
<id>urn:sha1:805d47c98e48df374976972c3fcbba36fd4289f8</id>
<content type='text'>
Also move this out of being a member totally, as it breaks (gah) and is already untidy.. to be revisited.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10858 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove lines_in and reset_due flood protection mechanism, recvq/sendq on their own now fill this role, as we have proper penalties.</title>
<updated>2008-12-01T20:14:49Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-12-01T20:14:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=be2a677ddd01859a61f484aa8f1e5d916a8f3ca5'/>
<id>urn:sha1:be2a677ddd01859a61f484aa8f1e5d916a8f3ca5</id>
<content type='text'>
This tidies up *a lot* of code, and also saves a further sizeof(time_t) + sizeof(unsigned int) per user.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10838 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove m_operflood, add privs: users/flood/no-throttle &amp; users/flood/increased-buffers.</title>
<updated>2008-12-01T18:10:24Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-12-01T18:10:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9994478a85358bfa48bd5b764ebc1e74e928d57a'/>
<id>urn:sha1:9994478a85358bfa48bd5b764ebc1e74e928d57a</id>
<content type='text'>
This also saves another sizeof(bool) per user.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10837 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove OverPenalty, saves sizeof(bool) per user.</title>
<updated>2008-12-01T18:10:22Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-12-01T18:10:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=fc7eba500a05eaf51a0f72d6ca1e91085698b38a'/>
<id>urn:sha1:fc7eba500a05eaf51a0f72d6ca1e91085698b38a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10836 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>This was never supposed to be invoked on /rehash, only startup.. so move it to startup only. Also remove (redundant) user arg.</title>
<updated>2008-11-02T14:29:40Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-11-02T14:29:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0d2b6637ca369166629576f160ef1fd376078e5a'/>
<id>urn:sha1:0d2b6637ca369166629576f160ef1fd376078e5a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10792 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Leak fix on /rehash</title>
<updated>2008-11-02T04:18:42Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-11-02T04:18:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0f33be2964f8a47fa89c19c7c69375b46ffd6563'/>
<id>urn:sha1:0f33be2964f8a47fa89c19c7c69375b46ffd6563</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10787 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix a compiler warning about a redefinition of some symbol.</title>
<updated>2008-10-30T19:53:58Z</updated>
<author>
<name>psychon</name>
</author>
<published>2008-10-30T19:53:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=d9bdfda657f3a199bcd535257a1daca4a7a91efe'/>
<id>urn:sha1:d9bdfda657f3a199bcd535257a1daca4a7a91efe</id>
<content type='text'>
Does nobody else read compiler warnings? Oo


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10751 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix for "unknown commands" w/ m_abbreviation, thanks dz for making me understand this.</title>
<updated>2008-10-29T16:06:23Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-10-29T16:06:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f103942e505e416dd541429bfd4f50cc3dd696f4'/>
<id>urn:sha1:f103942e505e416dd541429bfd4f50cc3dd696f4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10749 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Explain the duplicate OnPreCommand call.</title>
<updated>2008-10-25T16:41:12Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-10-25T16:41:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5b91ea259b0c01e2c936f1be8ee1f888d2704aa1'/>
<id>urn:sha1:5b91ea259b0c01e2c936f1be8ee1f888d2704aa1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10717 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>By moving OnPreCommand call in two places, modules (even with unverified commands) can still recieve the command with max_params at most if it exists.</title>
<updated>2008-10-25T16:41:11Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-10-25T16:41:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=813c8981600b440a7cf762607fa6518b9e9b3d56'/>
<id>urn:sha1:813c8981600b440a7cf762607fa6518b9e9b3d56</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10716 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
