<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_safelist.cpp, branch v1.1.9</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_safelist.cpp?h=v1.1.9</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_safelist.cpp?h=v1.1.9'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2007-05-21T19:13:39Z</updated>
<entry>
<title>Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahblah that we dont even use, remove redeclared &lt;string&gt;, &lt;map&gt;, &lt;vector&gt;.</title>
<updated>2007-05-21T19:13:39Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-05-21T19:13:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=76d7e8a0684b38a82e6c05ebd7538b69660e1bef'/>
<id>urn:sha1:76d7e8a0684b38a82e6c05ebd7538b69660e1bef</id>
<content type='text'>
This (1) fixes the irc::string::move warnings on vc8 (2) speeds up compile a lot


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7098 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://www.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 extra stuff to LIST.</title>
<updated>2007-03-30T19:48:50Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-30T19:48:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1f960a7c7e55ebe1ea1591b410ed105ec88ae2e0'/>
<id>urn:sha1:1f960a7c7e55ebe1ea1591b410ed105ec88ae2e0</id>
<content type='text'>
Firstly allow RFC-specified &gt;x and &lt;x, and allow for glob matching to match the topic text, as well as the channel name


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6718 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>Fix minor bug, number of users listing doesnt decrement if a user quits while they are in the middle of listing</title>
<updated>2007-03-11T18:30:44Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-11T18:30:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=29771d3c4fd397dbdea891706996541419852c14'/>
<id>urn:sha1:29771d3c4fd397dbdea891706996541419852c14</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6662 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add safelist:maxlisters which prevents more than x number of people doing a LIST at the same time.</title>
<updated>2007-03-11T16:01:56Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-03-11T16:01:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=98bea6aca4a6033f1b2693fbaa4935ef009eb30a'/>
<id>urn:sha1:98bea6aca4a6033f1b2693fbaa4935ef009eb30a</id>
<content type='text'>
(as i've just noticed, 500 bots all doing LIST at once can severely lag your ircd)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6658 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>Get rid of a compile warning.</title>
<updated>2007-02-12T00:17:57Z</updated>
<author>
<name>peavey</name>
</author>
<published>2007-02-12T00:17:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ed7219d6bf051a5a6e4a7cc69178be3680308c69'/>
<id>urn:sha1:ed7219d6bf051a5a6e4a7cc69178be3680308c69</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6576 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make some stuff configurable that hasnt been and should be.</title>
<updated>2007-02-10T15:18:49Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-02-10T15:18:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=50d65268f4af9caf5e990e6323607b30217d7c60'/>
<id>urn:sha1:50d65268f4af9caf5e990e6323607b30217d7c60</id>
<content type='text'>
&lt;securelist waittime="n"&gt;: number of seconds a user must wait before LIST
&lt;safelist throttle="n"&gt;: Number of seconds a user must wait between each LIST command


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6563 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Mass comment removal.</title>
<updated>2007-01-17T21:14:26Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-17T21:14:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=76bf72f8c2c5b1524bf20a523fe1cf0d79d29742'/>
<id>urn:sha1:76bf72f8c2c5b1524bf20a523fe1cf0d79d29742</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6367 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
