<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/configreader.h, branch v1.1.8</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/include/configreader.h?h=v1.1.8</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/include/configreader.h?h=v1.1.8'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2007-05-20T12:54:57Z</updated>
<entry>
<title>- Modify ServerConfig::GetFullProgDir to just return cwd, previously it did a lot of voodoo that was a little hard to grasp, probably didn't quite accomplish what it should have, and broke on windows.</title>
<updated>2007-05-20T12:54:57Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-05-20T12:54:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6ab38d48cad06633bfe5a118c1c5a6877fba6d5a'/>
<id>urn:sha1:6ab38d48cad06633bfe5a118c1c5a6877fba6d5a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7063 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Windows support. Tested and working to compile on freebsd and linux. Next step is to make sure it actually works in windows too. ;p. Add Burlex to contributors.</title>
<updated>2007-05-19T15:56:42Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-05-19T15:56:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9cf56d917d92959701694477f7944d45ad2c38ed'/>
<id>urn:sha1:9cf56d917d92959701694477f7944d45ad2c38ed</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7043 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Replace strip/blockcolor tags with &lt;options:exemptchanops&gt;, sexy string of modes to exempt chanops from (currently Sc are supported).</title>
<updated>2007-05-13T22:10:57Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-05-13T22:10:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=32be456c07972a289ebbf8db99b88a591e963235'/>
<id>urn:sha1:32be456c07972a289ebbf8db99b88a591e963235</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7018 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Refactor port binding, warning not yet tested fully</title>
<updated>2007-05-11T18:38:00Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-05-11T18:38:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=bfcaef8623bb3f8faf1141eb7b3805ab75ae97dd'/>
<id>urn:sha1:bfcaef8623bb3f8faf1141eb7b3805ab75ae97dd</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6982 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Implement bug #282 from owine: kill sender hiding. &lt;options:hidekills&gt; needs to be set to a static string to display instead of the killer's nick. QA: *IMPORTANT* please extensivly test local ***AND*** remote killing with this on and off. Thanks :)</title>
<updated>2007-05-09T01:02:44Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-05-09T01:02:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=cba3552f3a77f1c98dd2a718b4b5d9864267b48d'/>
<id>urn:sha1:cba3552f3a77f1c98dd2a718b4b5d9864267b48d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6921 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix one issue, add another feature: When sending MODE +beI, weed out duplicates with simple O(1) check so that users dont send MODE #chan +bbbbbbbbbbbb.</title>
<updated>2007-04-30T16:50:08Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-04-30T16:50:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=569114e4c2f8ef8b14d48d4a94d7226e7f87eaff'/>
<id>urn:sha1:569114e4c2f8ef8b14d48d4a94d7226e7f87eaff</id>
<content type='text'>
Allow configuration of which listmodes you want to deny to below halfops. For example &lt;options hidemodes="eI"&gt;. This is because blocking +b can break mirc, blocking +eI usually wont break it so 
severely.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6852 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add support for hiding listmode lists such as +beI from unprivileged users.</title>
<updated>2007-04-27T17:55:08Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-04-27T17:55:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=d6fcf2726e4075fb323010e067964c84044cbf08'/>
<id>urn:sha1:d6fcf2726e4075fb323010e067964c84044cbf08</id>
<content type='text'>
See bug #258


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6849 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Feature request outlined in bug #257, allow connect/allow lines by port</title>
<updated>2007-04-15T11:42:42Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-04-15T11:42:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b1d06ea1d3a4a11a8253e0d81c832cb54c3c0946'/>
<id>urn:sha1:b1d06ea1d3a4a11a8253e0d81c832cb54c3c0946</id>
<content type='text'>
Needs QA test


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6798 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix for bug #199 (Feature request) submitted by owine. Ended up adding an extra parameter to &lt;uline&gt; for this.</title>
<updated>2007-04-05T23:53:01Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-04-05T23:53:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=821a5bca883ad8c06cb27963acf8861d9ef1031e'/>
<id>urn:sha1:821a5bca883ad8c06cb27963acf8861d9ef1031e</id>
<content type='text'>
It turned into a biggie :P


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6742 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add &lt;options:fixedquit&gt; and &lt;options:suffixquit&gt; to go along with the existing &lt;options:prefixquit&gt;. note that fixedquit overrides both suffix and prefix if set</title>
<updated>2007-04-01T15:22:54Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-04-01T15:22:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e466a6f5fef9aa5cb0ac4621fd578edbace88281'/>
<id>urn:sha1:e466a6f5fef9aa5cb0ac4621fd578edbace88281</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6722 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
