<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/cmd_notice.cpp, branch v1.1.3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/cmd_notice.cpp?h=v1.1.3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/cmd_notice.cpp?h=v1.1.3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2007-02-18T00:50:09Z</updated>
<entry>
<title>Eliminate some string copies, tidy some code, and reverse some short-circuit checks</title>
<updated>2007-02-18T00:50:09Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-02-18T00:50:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=13fcf22eaba873290e0f04484fc75bcd339d4fa3'/>
<id>urn:sha1:13fcf22eaba873290e0f04484fc75bcd339d4fa3</id>
<content type='text'>
(Expensive(x) &amp;&amp; Cheap(y)) -&gt; (Cheap(y) &amp;&amp; Expensive(x))


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6591 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change /msg $* to have the correct source the same way /notice $* does</title>
<updated>2007-02-17T20:10:54Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-02-17T20:10:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f911684c7da03ffaa0fbc5335dbe53d05dc05f71'/>
<id>urn:sha1:f911684c7da03ffaa0fbc5335dbe53d05dc05f71</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6588 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Config option added for prefixed channel NOTICEs and PRIVMSGs to turn on/off IRCU style of adding prefix to outgoing text.</title>
<updated>2006-12-16T22:43:56Z</updated>
<author>
<name>peavey</name>
</author>
<published>2006-12-16T22:43:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d7bc663d0ad571697f0a022f82aeb4ad3c23cc2b'/>
<id>urn:sha1:d7bc663d0ad571697f0a022f82aeb4ad3c23cc2b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6018 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Jesus, look who's the commit whore today. More header updates, and removal of namespacing.</title>
<updated>2006-12-15T21:45:30Z</updated>
<author>
<name>w00t</name>
</author>
<published>2006-12-15T21:45:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1552f3918ac0dad7fef9b86b70c0f4a63d4e37a7'/>
<id>urn:sha1:1552f3918ac0dad7fef9b86b70c0f4a63d4e37a7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5996 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix for bug #178</title>
<updated>2006-12-10T01:56:50Z</updated>
<author>
<name>peavey</name>
</author>
<published>2006-12-10T01:56:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1eb6c608836947ce9ccff66fc17063f32cf4503b'/>
<id>urn:sha1:1eb6c608836947ce9ccff66fc17063f32cf4503b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5905 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add exception lists to OnUserMessage and OnUserNotice, to be used for smarter routing of messages in spanningtree amongst other things</title>
<updated>2006-11-27T17:03:47Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-11-27T17:03:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ee3a514fe2e12ec326b4505e6c5bec19f074a899'/>
<id>urn:sha1:ee3a514fe2e12ec326b4505e6c5bec19f074a899</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5817 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add extra parameter to OnUserPreNotice and OnUserPrePrivmsg, CUList &amp;exempt_list, a list of users NOT to write to. By default it just contains the sender, you can add more.</title>
<updated>2006-11-26T18:04:47Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-11-26T18:04:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2e52ff280dca14d1598b84fab7a8c2e93fa30910'/>
<id>urn:sha1:2e52ff280dca14d1598b84fab7a8c2e93fa30910</id>
<content type='text'>
This also bumps the module api version by one. added "CUList fixme" to peaveys module just so it builds, as this will be refactored to use the new feature that was just added :)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5806 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>kill casts, so that om &lt;3's the code</title>
<updated>2006-09-11T19:51:08Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-11T19:51:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=484cfeaa2cea2888924a50cc0716c1ebb5c187ac'/>
<id>urn:sha1:484cfeaa2cea2888924a50cc0716c1ebb5c187ac</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5219 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>* Fix ChanModes::ModeString to not try and set a key as a user mode ;)</title>
<updated>2006-09-10T19:48:30Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-10T19:48:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1a3297e97427c3dd6c0d25c6c0591fbbdb94d8a7'/>
<id>urn:sha1:1a3297e97427c3dd6c0d25c6c0591fbbdb94d8a7</id>
<content type='text'>
* Tweak the way cyclehosts works, so that mode change is not echoed back to user who changes their host/ident


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5208 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Command result codes. This isnt finished yet, still got to do most of the modules, and alter CallCommandHandler</title>
<updated>2006-09-06T17:21:59Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-06T17:21:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4cf0ae1308fe98757de42ffbe391e61844ac9e0a'/>
<id>urn:sha1:4cf0ae1308fe98757de42ffbe391e61844ac9e0a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5149 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
