<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_alias.cpp, branch v1.2.0rc2</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_alias.cpp?h=v1.2.0rc2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_alias.cpp?h=v1.2.0rc2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-02-14T21:14:36Z</updated>
<entry>
<title>Nuke trailing spaces</title>
<updated>2009-02-14T21:14:36Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-02-14T21:14:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f209cce90b394acd26e22eacef0bff61e8f5b4e1'/>
<id>urn:sha1:f209cce90b394acd26e22eacef0bff61e8f5b4e1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11105 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Prevent fantasy aliases from blocking user commands (eg. !topic would prevent users from using /topic).</title>
<updated>2009-02-10T02:26:44Z</updated>
<author>
<name>dz</name>
</author>
<published>2009-02-10T02:26:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6e470a0c86707d897f61fe98c77e242b6011fe3b'/>
<id>urn:sha1:6e470a0c86707d897f61fe98c77e242b6011fe3b</id>
<content type='text'>
Also as a result of this change, any aliases where the command does not actually exist and are either strictly fantasy commands or no formats match will result in a unknown command message.
Fixes bug #714, spotted by CJ -- thanks.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11080 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Merge fantasy:allowbots patch from Taros, closing off bug #709, thanks!</title>
<updated>2009-02-09T12:38:04Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-02-09T12:38:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dcfae7ba4402d2922dee4763fe38ae2e64a3b2bc'/>
<id>urn:sha1:dcfae7ba4402d2922dee4763fe38ae2e64a3b2bc</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11069 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Templateise this</title>
<updated>2009-01-23T13:40:24Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-01-23T13:40:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0b44d28a3143c7f6925a5d3956d9e982974a46de'/>
<id>urn:sha1:0b44d28a3143c7f6925a5d3956d9e982974a46de</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10991 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix m_nationalchars using a copy and paste of my unsafe copy and paste algorithm, that will lock up if the string to replace contains the string to search for.</title>
<updated>2009-01-23T13:20:57Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-01-23T13:20:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a3fb932831ca09b2a931616f1701ea39429356c2'/>
<id>urn:sha1:a3fb932831ca09b2a931616f1701ea39429356c2</id>
<content type='text'>
Finally make this function a core utility function and remove the copies from 3 modules m_alias m_nationalchars and m_sqlauth


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10990 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Hmm, why didnt this go through before?</title>
<updated>2009-01-18T20:10:12Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-01-18T20:10:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fa70e3360757075e45b08340b0ab3a5b585af826'/>
<id>urn:sha1:fa70e3360757075e45b08340b0ab3a5b585af826</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10973 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Correctly match alias formats (was backwards) and avoid going on to other aliases if none match. Fixes bug #668 reported by Ankit, thanks.</title>
<updated>2009-01-09T01:12:46Z</updated>
<author>
<name>dz</name>
</author>
<published>2009-01-09T01:12:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0268121676bcd787a980aca0a6ebea36a8564cdd'/>
<id>urn:sha1:0268121676bcd787a980aca0a6ebea36a8564cdd</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10953 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update copyrights for 2009.</title>
<updated>2009-01-02T18:16:05Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-01-02T18:16:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=43847ec9c7e1a195163eb4c529f1c92fd1ace0a4'/>
<id>urn:sha1:43847ec9c7e1a195163eb4c529f1c92fd1ace0a4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Rename case_sensitive_map to rfc_case_sensitive_map</title>
<updated>2008-12-07T01:11:48Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-12-07T01:11:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dadfb1ecc1336541c2fa621d31aa5d5ddd9cf7bc'/>
<id>urn:sha1:dadfb1ecc1336541c2fa621d31aa5d5ddd9cf7bc</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10851 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Don't execute multiple aliases after executing one.</title>
<updated>2008-09-07T17:10:52Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-09-07T17:10:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=86b8e74c3a96de4cd61574bb55ca691ca92ffd0d'/>
<id>urn:sha1:86b8e74c3a96de4cd61574bb55ca691ca92ffd0d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10445 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
