<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/inspircd.h, branch v1.2.0a4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/include/inspircd.h?h=v1.2.0a4</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/include/inspircd.h?h=v1.2.0a4'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2008-05-25T17:30:43Z</updated>
<entry>
<title>First phase of conversion to dynamic limits on all the lengths, configured via the &lt;limits&gt; tag</title>
<updated>2008-05-25T17:30:43Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-05-25T17:30:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7d7250484c352c13830e63ae41ee8faae40a9bd5'/>
<id>urn:sha1:7d7250484c352c13830e63ae41ee8faae40a9bd5</id>
<content type='text'>
(the tag isnt there yet, these all just run on defaults in the class constructor)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9802 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>char -&gt; std::string conversion</title>
<updated>2008-05-20T15:34:10Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-05-20T15:34:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ba0d375f7a28b529770791f4568d787aca6dcf96'/>
<id>urn:sha1:ba0d375f7a28b529770791f4568d787aca6dcf96</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9777 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Conversion of command handler params from "const char* const* parameters, int pcnt" to "const std::vector&lt;std::string&gt;&amp; parameters". All of core is converted, but cant test it till the modules are converted.</title>
<updated>2008-05-04T21:37:36Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-05-04T21:37:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ffbd1eebf0b82bf40482879f410f58874030a695'/>
<id>urn:sha1:ffbd1eebf0b82bf40482879f410f58874030a695</id>
<content type='text'>
IMPORTANT: The mode parser public calls have had to be tweaked a bit to also use the string vector. Note that this makes a LOT of our core a bit messy and paves the way to convert a lot of stuff from the mess
of .c_str() calls to using std::string params directly.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9608 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Port a bunch of methods of InspIRCd to functors. IsChannel, IsSID, Rehash.</title>
<updated>2008-04-13T03:28:56Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-13T03:28:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=dd737891345a7ff80f601ab0c0ba712de5e10943'/>
<id>urn:sha1:dd737891345a7ff80f601ab0c0ba712de5e10943</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9474 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove deprecated InspIRCd::Log() method so people don't use it etc</title>
<updated>2008-04-04T15:40:33Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-04-04T15:40:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=eb2e28b0cfcf25b792c23951024594e1bbb69ef6'/>
<id>urn:sha1:eb2e28b0cfcf25b792c23951024594e1bbb69ef6</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9320 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add basic stuff for protocol interface and implement a couple of the methods. It's all in ServerInstance-&gt;PI for calls from other modules/the core</title>
<updated>2008-04-04T12:30:38Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-04-04T12:30:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e48c7e038abe2954ecec30f465c811f017793332'/>
<id>urn:sha1:e48c7e038abe2954ecec30f465c811f017793332</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9297 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Better generation. This is still fucked up, but less spectacularly and in a much less obvious way.</title>
<updated>2008-04-02T11:48:54Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-04-02T11:48:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=519d8e5dfe379840ae5da2ac43231ec4364d7b18'/>
<id>urn:sha1:519d8e5dfe379840ae5da2ac43231ec4364d7b18</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9260 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Unneeded</title>
<updated>2008-04-02T08:54:43Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-04-02T08:54:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9fcf4c08a11282a24dbbf376c3326b69c1afd8ac'/>
<id>urn:sha1:9fcf4c08a11282a24dbbf376c3326b69c1afd8ac</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9255 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspircd now get treated like printf (meaning compile-time check goodness) in GCC</title>
<updated>2008-03-30T02:48:54Z</updated>
<author>
<name>aquanight</name>
</author>
<published>2008-03-30T02:48:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=58385dd458e927994957b6d603f7f9da3fc52e14'/>
<id>urn:sha1:58385dd458e927994957b6d603f7f9da3fc52e14</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9217 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix the warnings that are worth fixing, ignore the rest of gcc's nannying</title>
<updated>2008-03-17T17:28:54Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-03-17T17:28:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=43a376fd68197db472472db78afd7bb5545fde38'/>
<id>urn:sha1:43a376fd68197db472472db78afd7bb5545fde38</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9117 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
