<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/users.cpp, branch v1.1.0a1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/users.cpp?h=v1.1.0a1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/users.cpp?h=v1.1.0a1'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-07-28T12:00:25Z</updated>
<entry>
<title>Change all references to voodoo numbers (7, 3 etc) to the new bitwise constants for user-&gt;registered</title>
<updated>2006-07-28T12:00:25Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-28T12:00:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=95840640cb374a0845c866bd1ad56a04dd833081'/>
<id>urn:sha1:95840640cb374a0845c866bd1ad56a04dd833081</id>
<content type='text'>
Change a lot of user-&gt;fd &gt; -1 to use the IS_LOCAL() macro


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4569 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix crashbug when exiting a remote client with threaded dns on (oops)</title>
<updated>2006-07-27T11:41:20Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-27T11:41:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=da404eb4154d8fe93258ec4adf190a97c04065b2'/>
<id>urn:sha1:da404eb4154d8fe93258ec4adf190a97c04065b2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4552 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move a confusing debug message within its conditional</title>
<updated>2006-07-20T16:52:08Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-20T16:52:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dcd533e8e6a81ef787939001a085932319db7785'/>
<id>urn:sha1:dcd533e8e6a81ef787939001a085932319db7785</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4461 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make threaded dns stable by placing some mutexes around some stl stuff (this really needs lots of testing now)</title>
<updated>2006-07-20T16:48:44Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-20T16:48:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=57bba0c632bf07cdce7810330dffdfa27ae14972'/>
<id>urn:sha1:57bba0c632bf07cdce7810330dffdfa27ae14972</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4460 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Tried to implement sprintf that returns std::string of any size, realized it would scale like unreal scales to ircnet (e.g. it wouldnt!) so took it back out.</title>
<updated>2006-07-18T21:43:37Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-18T21:43:37Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=983f18f8348c96edd3086e750db29778bec8b042'/>
<id>urn:sha1:983f18f8348c96edd3086e750db29778bec8b042</id>
<content type='text'>
Moved chop() functionality into userrec::AddWriteBuf and make it nicer (no strlen)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4433 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Improved connect time by not referencing the hash for each user value, store a temp pointer</title>
<updated>2006-07-16T21:23:27Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-16T21:23:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=93a796af16530f1895f0b6c5f9baca9c7c1e1bbf'/>
<id>urn:sha1:93a796af16530f1895f0b6c5f9baca9c7c1e1bbf</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4431 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Ignore empty lines, don't try and process them as commands</title>
<updated>2006-07-16T20:13:40Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-16T20:13:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=51fb5084945d9144f2de1f85076d6f5bb419bc23'/>
<id>urn:sha1:51fb5084945d9144f2de1f85076d6f5bb419bc23</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4430 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove some casts</title>
<updated>2006-07-16T19:58:25Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-16T19:58:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=09dbf0f94815b40f6d2d1cdff272c7e45892f963'/>
<id>urn:sha1:09dbf0f94815b40f6d2d1cdff272c7e45892f963</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4427 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Craq removal service, at your service</title>
<updated>2006-07-16T19:54:17Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-16T19:54:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d8fbbeafdf66acc0a47e59f6a06ae7813542c7ab'/>
<id>urn:sha1:d8fbbeafdf66acc0a47e59f6a06ae7813542c7ab</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4426 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>i'm doing this in increments, because if i try and change too much at once, it breaks</title>
<updated>2006-07-16T19:45:24Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-16T19:45:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1e232ef237619261dd5f4345e727c50b6cdccfaf'/>
<id>urn:sha1:1e232ef237619261dd5f4345e727c50b6cdccfaf</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4425 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
