<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/helperfuncs.h, branch v1.1.0b3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/helperfuncs.h?h=v1.1.0b3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/helperfuncs.h?h=v1.1.0b3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-08-11T12:15:03Z</updated>
<entry>
<title>Now two types of log macro, log() and ilog(). log() assumes an InspIRCd object  called ServerInstance, ilog() takes an InspIRCd object as first param.</title>
<updated>2006-08-11T12:15:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-11T12:15:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d17465716790010b6e3221f9ce49272110276ccf'/>
<id>urn:sha1:d17465716790010b6e3221f9ce49272110276ccf</id>
<content type='text'>
TODO: Run a regexp over these, using perl, to translate them into InspIRCd::Log calls and then eliminate the macro :)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4879 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move tons more stuff into class InspIRCd*, make signal handler functions static members</title>
<updated>2006-08-10T20:27:51Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-10T20:27:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=23a4885701cba4a87a5ae027257fb4207c917572'/>
<id>urn:sha1:23a4885701cba4a87a5ae027257fb4207c917572</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4855 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move AllModulesReportReady into a private method of class InspIRCd</title>
<updated>2006-08-10T18:58:21Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-10T18:58:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=78dc9813021c9caf05fc47c08fc0827b4e6c8465'/>
<id>urn:sha1:78dc9813021c9caf05fc47c08fc0827b4e6c8465</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4851 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move strlower into nspace namespace where hash&lt;std::string&gt; lives</title>
<updated>2006-08-10T18:54:29Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-10T18:54:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=318552487d077bb20c8f320c564a7b1e652cf885'/>
<id>urn:sha1:318552487d077bb20c8f320c564a7b1e652cf885</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4850 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move InsertMode into ModeParser</title>
<updated>2006-08-10T18:43:15Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-10T18:43:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e51a4b5c29deac855496d6658a3c4612a61ffbb7'/>
<id>urn:sha1:e51a4b5c29deac855496d6658a3c4612a61ffbb7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4849 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move FileExists, CleanFilename, DirValid, GetFullProgDir into class ServerConfig</title>
<updated>2006-08-10T18:28:37Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-10T18:28:37Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6c9588419d3cfe01d04d3c870eaac712bb6745b8'/>
<id>urn:sha1:6c9588419d3cfe01d04d3c870eaac712bb6745b8</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4848 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, GetClass, WriteOpers, GetServerDescription -&gt; into classes</title>
<updated>2006-08-10T14:43:29Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-10T14:43:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=396c9ef9f7a96934d3227bb7d1d091315e3d4fa8'/>
<id>urn:sha1:396c9ef9f7a96934d3227bb7d1d091315e3d4fa8</id>
<content type='text'>
ServerConfig takes InspIRCd pointer in its constructor


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4832 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move tons more stuff into class InspIRCd</title>
<updated>2006-08-09T17:52:10Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-09T17:52:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2591562ada4cb1f866e5d1c98340fb19332b3844'/>
<id>urn:sha1:2591562ada4cb1f866e5d1c98340fb19332b3844</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4819 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Tidy up loglevel enum (remove some C-ish defines)</title>
<updated>2006-08-09T14:20:04Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-09T14:20:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f0680338833dd76966ba1769980abb9eafb50467'/>
<id>urn:sha1:f0680338833dd76966ba1769980abb9eafb50467</id>
<content type='text'>
change ServerConfig to pass a pointer to 'this' to Validation etc functions


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4811 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove do_log() prototypes</title>
<updated>2006-08-09T13:55:26Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-09T13:55:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=542eca81f416df9891e24399b540d8a309950fe1'/>
<id>urn:sha1:542eca81f416df9891e24399b540d8a309950fe1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4810 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
