<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include, branch v1.1.4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include?h=v1.1.4</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include?h=v1.1.4'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2007-03-24T23:01:52Z</updated>
<entry>
<title>Test stuff to fix remote stats brokage</title>
<updated>2007-03-24T23:01:52Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-24T23:01:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=16a963e19f65aa6d69025a82d20254aa72d48c02'/>
<id>urn:sha1:16a963e19f65aa6d69025a82d20254aa72d48c02</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6710 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>set the TS of a channel in JoinUser, not after the entire FJOIN, this is safer and may fix the odd desync here and there</title>
<updated>2007-03-18T16:52:56Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-18T16:52:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0f6de0b18372a76ebb5d6c4ba3dc9a7a7e0a7297'/>
<id>urn:sha1:0f6de0b18372a76ebb5d6c4ba3dc9a7a7e0a7297</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6690 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add third parameter to OnUserQuit (quit reason for opers only) - bump api version</title>
<updated>2007-03-15T17:37:25Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-15T17:37:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=38ca8be9a3881a3cb3cf6864e67b779ffbab6874'/>
<id>urn:sha1:38ca8be9a3881a3cb3cf6864e67b779ffbab6874</id>
<content type='text'>
Add SetOperQuit and GetOperQuit methods to userrec
Add OPERQUIT command to protocol - bump protocol version
All this is to properly allow hidebans etc to work properly


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6675 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Document OnBufferFlushed</title>
<updated>2007-03-11T16:23:58Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-11T16:23:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d46fc56ef045dad7e11ebfd7532f098b76e1900e'/>
<id>urn:sha1:d46fc56ef045dad7e11ebfd7532f098b76e1900e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6660 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Added OnBufferFlush, improved m_safelist, no longer works on a timer but works on the writeability state of each user who is listing.</title>
<updated>2007-03-11T15:53:34Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-11T15:53:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=52214a3195d062bc45522e7da58bbe7611d040f6'/>
<id>urn:sha1:52214a3195d062bc45522e7da58bbe7611d040f6</id>
<content type='text'>
Seems to test fine with 500 reet bots all listing at once. (doesnt lock up the ircd while listing them all any more, either, just lags a small amount)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6657 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove debug</title>
<updated>2007-03-11T02:51:51Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-11T02:51:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8adc40e9af710006b96230da11fe0068cdad3179'/>
<id>urn:sha1:8adc40e9af710006b96230da11fe0068cdad3179</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6654 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix the operator== for irc::string -&gt; std::string to be const&amp;, the lack of const was stopping them being used in certain situations, this saves us a bunch of assign()</title>
<updated>2007-03-10T15:29:47Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-10T15:29:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=07ca4f5789bb54f9bfe0e24e68c5515d9708d9ee'/>
<id>urn:sha1:07ca4f5789bb54f9bfe0e24e68c5515d9708d9ee</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6643 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change mask variable to irc::string to allow for case insensitive removal/addition</title>
<updated>2007-03-10T15:16:27Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-10T15:16:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=902f5b36810fa8d367dacb6895f79d58afd619a1'/>
<id>urn:sha1:902f5b36810fa8d367dacb6895f79d58afd619a1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6642 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>/who tidyup - needs QA'ing</title>
<updated>2007-03-09T11:49:41Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-09T11:49:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=166dfe4163f0941148f5927c28dfbdb8bdb49c5e'/>
<id>urn:sha1:166dfe4163f0941148f5927c28dfbdb8bdb49c5e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6641 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>option to allow announce of invites to channel (similar to unreal)</title>
<updated>2007-03-08T11:26:31Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-08T11:26:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=feeeced47094ed52541d1bc74440f1b223e6dadc'/>
<id>urn:sha1:feeeced47094ed52541d1bc74440f1b223e6dadc</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6635 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
