<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules.cpp, branch v1.0.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules.cpp?h=v1.0.1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules.cpp?h=v1.0.1'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-02-19T15:21:51Z</updated>
<entry>
<title>Server::AddExtendedMode and Server::AddCommand will now throw exceptions when adding a bad mode or already existing command. If the module constructor does not handle this exception, this will abort the module's constructor, forbidding loading of modules which are unable to function (smart eh)</title>
<updated>2006-02-19T15:21:51Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-02-19T15:21:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1328556e3690aa7a6c6003373221c4cc914c1d4d'/>
<id>urn:sha1:1328556e3690aa7a6c6003373221c4cc914c1d4d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3246 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Experimental improved string handling in server links</title>
<updated>2006-02-07T18:26:38Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-02-07T18:26:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dba88edc767697f9c2a9de3c4c2fbaea6cc35f3e'/>
<id>urn:sha1:dba88edc767697f9c2a9de3c4c2fbaea6cc35f3e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3127 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Propogation of away messages across network (we dont bounce the numeric back for every privmsg like other ircds, we burst them and keep them synched by broadcasting AWAY)</title>
<updated>2006-02-05T16:08:46Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-02-05T16:08:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ecee8268b239c22cc68dd624779aae84e6020939'/>
<id>urn:sha1:ecee8268b239c22cc68dd624779aae84e6020939</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3095 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Added "char status" parameter to OnUserPreNotice and OnUserPreMessage for NOTICE @#chan etc.</title>
<updated>2006-02-04T13:09:18Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-02-04T13:09:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=235a0a2035bda6dd214719107083266207f39883'/>
<id>urn:sha1:235a0a2035bda6dd214719107083266207f39883</id>
<content type='text'>
Tidied up craq++ in modules (copy and pasting OnUserPreNotice into OnUserPreMessage?! why not just call one from the other!)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3072 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Typo fixes #2</title>
<updated>2006-02-03T17:30:46Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-02-03T17:30:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9c64f695f6becd596889ecebdeb40242e255f5b0'/>
<id>urn:sha1:9c64f695f6becd596889ecebdeb40242e255f5b0</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3052 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>This probably wont compile atm - add support for prefixed messages</title>
<updated>2006-02-03T17:20:40Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-02-03T17:20:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9ebbd138cc41fdd89d32b1bcbd137be4f89afa5e'/>
<id>urn:sha1:9ebbd138cc41fdd89d32b1bcbd137be4f89afa5e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3046 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remainder of TYPE_OTHER metadata</title>
<updated>2006-01-30T00:10:46Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-30T00:10:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e9c208d82b288226437fdef3c9ca4c5438d43abc'/>
<id>urn:sha1:e9c208d82b288226437fdef3c9ca4c5438d43abc</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2983 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Moved Write() call so that it can send the NICK message properly and force the client to change</title>
<updated>2006-01-29T22:14:58Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-29T22:14:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f5aee622aa273a991e253a9f5fb5210f7e2b2a63'/>
<id>urn:sha1:f5aee622aa273a991e253a9f5fb5210f7e2b2a63</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2978 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Created OnPostOper that can be gauranteed to be called *after* opering (by ALL modules) is done</title>
<updated>2006-01-29T21:43:34Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-29T21:43:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3ba6fa6d7f81cc1c20a3ad4a7d2aa9521e9b36a8'/>
<id>urn:sha1:3ba6fa6d7f81cc1c20a3ad4a7d2aa9521e9b36a8</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2973 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Added PRIORITY_BEFORE and PRIORITY_AFTER (see src/modules/m_hostchange.cpp for how it works, function Prioritize())</title>
<updated>2006-01-25T16:31:05Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-01-25T16:31:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cdaf7ac3781a0ea1bfbfac85c4a428ddea7725f9'/>
<id>urn:sha1:cdaf7ac3781a0ea1bfbfac85c4a428ddea7725f9</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2889 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
