<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/mode.h, branch v1.1.0b4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/mode.h?h=v1.1.0b4</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/mode.h?h=v1.1.0b4'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-09-09T15:29:42Z</updated>
<entry>
<title>Make SAMODE oper output tidier</title>
<updated>2006-09-09T15:29:42Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-09T15:29:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=be60fccc6ca656636924d28eb1fa870f7e8f0144'/>
<id>urn:sha1:be60fccc6ca656636924d28eb1fa870f7e8f0144</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5184 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add /RELOAD and move cmd_mode into its own command.</title>
<updated>2006-09-03T00:44:11Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-03T00:44:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=540f3bd9da75eea65e8ae5e5fd929ff522d95870'/>
<id>urn:sha1:540f3bd9da75eea65e8ae5e5fd929ff522d95870</id>
<content type='text'>
/RELOAD is the only thing you cant reload (ahem)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5119 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Allow unloading of modules which implement modes!</title>
<updated>2006-09-02T15:50:29Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-02T15:50:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7f9c5d0bb0aee8939a92c9003121c53c7a6d1057'/>
<id>urn:sha1:7f9c5d0bb0aee8939a92c9003121c53c7a6d1057</id>
<content type='text'>
The default implementation of the new system will remove simplemodes so any mode handler which is just a simple mode (no params and not a list mode) does not need to add much more than one line of code and remove its VF_STATIC flag.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5100 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>*thwap* om for not fixing the bugs he finds :p</title>
<updated>2006-08-31T11:00:35Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-31T11:00:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7ce952d2b81bad9d9ec4c671f9e548910053f8db'/>
<id>urn:sha1:7ce952d2b81bad9d9ec4c671f9e548910053f8db</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5087 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove a ton of &lt;typeinfo&gt;, &lt;iostream&gt;, &lt;sstream&gt; etc that we usually never use</title>
<updated>2006-08-30T09:51:50Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-30T09:51:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5b8d2c4cabec5e6bb7aaf359e6cf6af9635c8dab'/>
<id>urn:sha1:5b8d2c4cabec5e6bb7aaf359e6cf6af9635c8dab</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5081 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add &lt;options:cyclehosts&gt; which allows a user to appear to have quit when their host changes, so that clients/bots can stay synched properly.</title>
<updated>2006-08-25T13:42:19Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-25T13:42:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a93e436b039fa86345759b9a29243fe09fb54bcf'/>
<id>urn:sha1:a93e436b039fa86345759b9a29243fe09fb54bcf</id>
<content type='text'>
It is recommended this option always be on.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5017 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>ModeParser::InsertMode is no longer required -- this is auto-generated by the ModeParser based on what modes are registered and wether or not they have certain attributes</title>
<updated>2006-08-23T22:34:58Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-23T22:34:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3382adb9e9a79748b4db09bb41a296861800fa2d'/>
<id>urn:sha1:3382adb9e9a79748b4db09bb41a296861800fa2d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5007 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Document ModeParser::FindPrefix() and chanrec::GetAllPrefixes()</title>
<updated>2006-08-23T22:03:05Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-23T22:03:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=932f1a6bc5dfec0a3b02c364fdf20d984af1c3a4'/>
<id>urn:sha1:932f1a6bc5dfec0a3b02c364fdf20d984af1c3a4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5006 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Multi-prefix FJOIN, and allowing module-defined prefixes across the network</title>
<updated>2006-08-23T21:34:04Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-23T21:34:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ea3ba4bfd1b072b4f14fb588286eedd0ea8c1d22'/>
<id>urn:sha1:ea3ba4bfd1b072b4f14fb588286eedd0ea8c1d22</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5002 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>More prefixchar stuff.</title>
<updated>2006-08-23T21:09:49Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-23T21:09:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=594d430ee457b621c731a6cc70d84c02c295d59c'/>
<id>urn:sha1:594d430ee457b621c731a6cc70d84c02c295d59c</id>
<content type='text'>
WARNING: 005 numeric is broken in this commit.


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