<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/userprocess.cpp, branch v2.0.18</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/userprocess.cpp?h=v2.0.18</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/userprocess.cpp?h=v2.0.18'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2014-10-04T23:51:47Z</updated>
<entry>
<title>Revert "Fix an off-by-one on registration timeout handling."</title>
<updated>2014-10-04T23:51:47Z</updated>
<author>
<name>Robin Burchell</name>
</author>
<published>2014-10-04T23:51:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=d4d907fcb3a98a7d17093c1488666eea6bfd9848'/>
<id>urn:sha1:d4d907fcb3a98a7d17093c1488666eea6bfd9848</id>
<content type='text'>
This seemingly breaks (occasionally timing users out a second early), possibly
due to rounding issues on time (User::age and Time() both return int, but a
whole second is comprised of many ms).

The root cause needs investigation, but we cannot leave a potentially breaking
bug in the tree.

This reverts commit 4414d644a163f3906f90b35186e07ce0383161f4.
</content>
</entry>
<entry>
<title>Fix an off-by-one on registration timeout handling.</title>
<updated>2014-10-04T14:25:00Z</updated>
<author>
<name>Robin Burchell</name>
</author>
<published>2014-10-04T13:30:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4414d644a163f3906f90b35186e07ce0383161f4'/>
<id>urn:sha1:4414d644a163f3906f90b35186e07ce0383161f4</id>
<content type='text'>
The use of &gt; instead of &gt;= here added a second onto the configured timeout.

We won't be breaking any existing configuration, because users.h explicitly
increases the limit if it's 0.
</content>
</entry>
<entry>
<title>Add a typedef for LocalUserList</title>
<updated>2012-11-29T22:41:22Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2012-11-20T23:15:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a589577b68cb84bc877ecdd4c0f9cb84a1581ddd'/>
<id>urn:sha1:a589577b68cb84bc877ecdd4c0f9cb84a1581ddd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace copyright headers with headers granting specific authors copyright</title>
<updated>2012-04-19T18:58:29Z</updated>
<author>
<name>Robby-</name>
</author>
<published>2012-04-19T18:58:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=46a39046196f55b52336e19662bb7bac85b731ac'/>
<id>urn:sha1:46a39046196f55b52336e19662bb7bac85b731ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the pseudo-penalty hack that doesn't work properly</title>
<updated>2010-09-05T21:03:07Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-09-05T21:01:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6010e6b53c8f0b89718f8c883f701dcf70246660'/>
<id>urn:sha1:6010e6b53c8f0b89718f8c883f701dcf70246660</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove excessive gettimeofday system calls</title>
<updated>2010-01-18T19:36:41Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-18T19:36:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7e46119759b7099c38f543bd38d0186b9806542f'/>
<id>urn:sha1:7e46119759b7099c38f543bd38d0186b9806542f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12293 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>...because every now and again, i have to do a massive commit.</title>
<updated>2010-01-11T03:07:32Z</updated>
<author>
<name>brain</name>
</author>
<published>2010-01-11T03:07:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=cd712c40e1b352c05e7ae0f72e0a5e84cdf64323'/>
<id>urn:sha1:cd712c40e1b352c05e7ae0f72e0a5e84cdf64323</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add fine-grained command flood controls</title>
<updated>2009-11-11T19:52:03Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-11-11T19:52:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0f87ad0d4b97874823c94a5168a06dcd444ad559'/>
<id>urn:sha1:0f87ad0d4b97874823c94a5168a06dcd444ad559</id>
<content type='text'>
This reintrouces "Excess Flood" quits for those that prefer it to fakelag,
and allows the maximum command rate to be set in the connect block.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12093 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move StreamSocket inheritance off of User</title>
<updated>2009-11-06T22:37:36Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-11-06T22:37:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a26502ff51141c3cd74c078876d3322b49a3833c'/>
<id>urn:sha1:a26502ff51141c3cd74c078876d3322b49a3833c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12047 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move SetClass to LocalUser</title>
<updated>2009-10-21T23:44:58Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-21T23:44:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=bbb5f6ee63b4a226e6679119a1ee8c725d7d2abc'/>
<id>urn:sha1:bbb5f6ee63b4a226e6679119a1ee8c725d7d2abc</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11941 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
