<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/cmd_rehash.cpp, branch v1.1.9</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/cmd_rehash.cpp?h=v1.1.9</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/cmd_rehash.cpp?h=v1.1.9'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2007-06-09T12:10:12Z</updated>
<entry>
<title>Change some = "" to clear() and some == "" to .empty()</title>
<updated>2007-06-09T12:10:12Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-06-09T12:10:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0161215f42ccbfe45d1aef626f830d39486ef699'/>
<id>urn:sha1:0161215f42ccbfe45d1aef626f830d39486ef699</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7263 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix re-generation of 005 on rehash</title>
<updated>2007-06-01T21:43:41Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-06-01T21:43:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3198b0ba777922c6442735af3f094f61ff1bfb19'/>
<id>urn:sha1:3198b0ba777922c6442735af3f094f61ff1bfb19</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7202 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Reorder inspircd.h header to top</title>
<updated>2007-05-21T18:36:25Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-05-21T18:36:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=11554b8626d8b421cc9cf2c6f6cc3fe2467e0441'/>
<id>urn:sha1:11554b8626d8b421cc9cf2c6f6cc3fe2467e0441</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7097 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>Add -config parameter to bin/inspircd which allows a user to specify the config file on the commandline</title>
<updated>2007-04-01T18:34:19Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-04-01T18:34:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f505e1821bf0b6e3c36df4bab8e3a4f3d1710dfd'/>
<id>urn:sha1:f505e1821bf0b6e3c36df4bab8e3a4f3d1710dfd</id>
<content type='text'>
Note: This should really be a full pathname, and not a configuration file in the current directory.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6726 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Rebuild 005 on rehash. Tracker: bug #234</title>
<updated>2007-03-03T00:24:04Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-03-03T00:24:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8b8923d15564caeeb14a6c5a218b9936a93c3ae4'/>
<id>urn:sha1:8b8923d15564caeeb14a6c5a218b9936a93c3ae4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6617 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix rehashing to display a success notice, tidy up some WriteOpers notices</title>
<updated>2007-02-10T23:10:57Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-02-10T23:10:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=750f9e29370ced3fe6f1549acbfada9483eff5f4'/>
<id>urn:sha1:750f9e29370ced3fe6f1549acbfada9483eff5f4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6570 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Cache channel max bans value to save an O(n) loop of match() on every ban (etc) add</title>
<updated>2007-01-09T00:25:18Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-09T00:25:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=be70931a50f23c68e055602facce5736775f3fab'/>
<id>urn:sha1:be70931a50f23c68e055602facce5736775f3fab</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6267 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix to allow for OnRehash to know what user initiated the rehash</title>
<updated>2007-01-01T20:53:20Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-01T20:53:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=42d5b9571eff06b0c33093dc9118c29f9603fd2b'/>
<id>urn:sha1:42d5b9571eff06b0c33093dc9118c29f9603fd2b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6207 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add missing feature: /rehash reinitializes dns subsytem (and can handle changed addresses)</title>
<updated>2006-12-31T19:17:04Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-31T19:17:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6a6f5b2275b1bfc0ab1e2b1393ec1df2fa734c86'/>
<id>urn:sha1:6a6f5b2275b1bfc0ab1e2b1393ec1df2fa734c86</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6193 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
