<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/commands/cmd_kill.cpp, branch v1.2.0a3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/commands/cmd_kill.cpp?h=v1.2.0a3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/commands/cmd_kill.cpp?h=v1.2.0a3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2008-05-05T10:07:55Z</updated>
<entry>
<title>fix LoopCalls to not send param count thus avoiding a crash in command parser</title>
<updated>2008-05-05T10:07:55Z</updated>
<author>
<name>peavey</name>
</author>
<published>2008-05-05T10:07:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bc4828bbbde8a596b80b8f1d2c7349551f0f43b8'/>
<id>urn:sha1:bc4828bbbde8a596b80b8f1d2c7349551f0f43b8</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9642 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://www.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>Move QuitUser into UserManager class, and unstaticize it. This prepares for some benchmarking lulz on object pooling I plan to do today, as well as making more sense now we *have* a manager class</title>
<updated>2008-04-09T15:34:54Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-04-09T15:34:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d7a0cd3db1e8b64a6f706f1831e645ad69aa7927'/>
<id>urn:sha1:d7a0cd3db1e8b64a6f706f1831e645ad69aa7927</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9442 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Convert remaining InspIRCd::Log() calls to new logging system</title>
<updated>2008-02-22T16:47:10Z</updated>
<author>
<name>aquanight</name>
</author>
<published>2008-02-22T16:47:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=da074814501f23680b579feb1ad649c86e8a1348'/>
<id>urn:sha1:da074814501f23680b579feb1ad649c86e8a1348</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9001 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Wheee, mass commit! this adds const stafety, throwing a compile error if anyone does: "parameters[n] = blahvar;" in a command handler etc. where they REALLY SHOULD NOT fuck with the value and should </title>
<updated>2008-02-20T19:07:07Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-02-20T19:07:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dd36852a52e8541306b76c5b88bce8ab9b36654c'/>
<id>urn:sha1:dd36852a52e8541306b76c5b88bce8ab9b36654c</id>
<content type='text'>
copy the pointer.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8971 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove an O(log n) in favour of an O(1) operation, and tidy up culllist some more</title>
<updated>2008-01-16T16:19:57Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-01-16T16:19:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=af9d3617375b3fb013dc6ac49a1926bde4f775e0'/>
<id>urn:sha1:af9d3617375b3fb013dc6ac49a1926bde4f775e0</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8717 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Two stage commit: don't set user-&gt;muted except in QuitUser (duplicate setting), also, change muted to drop all socket operations instead of just not reading the user's buffer if muted is set (no point wasting time - they're going away). Also revert culllist back to once per mainloop iteration now it is much cheaper than previously.</title>
<updated>2008-01-16T09:14:23Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-01-16T09:14:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=72fe978b29fa7d9fd7f8e9c2766c06ab1a0a8bc7'/>
<id>urn:sha1:72fe978b29fa7d9fd7f8e9c2766c06ab1a0a8bc7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8716 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Header update: 2007 -&gt; 2008</title>
<updated>2008-01-10T13:27:07Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-01-10T13:27:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e4acbc95b8b6cd5b28d38a2242c02e8ff4991e4a'/>
<id>urn:sha1:e4acbc95b8b6cd5b28d38a2242c02e8ff4991e4a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8694 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah well :p</title>
<updated>2007-10-22T14:13:48Z</updated>
<author>
<name>w00t</name>
</author>
<published>2007-10-22T14:13:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5d5285f24b1fe306faa2a6d0565ba1cff0f17f11'/>
<id>urn:sha1:5d5285f24b1fe306faa2a6d0565ba1cff0f17f11</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8299 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
