<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/userprocess.cpp, branch v1.2.0a5</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=v1.2.0a5</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/userprocess.cpp?h=v1.2.0a5'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2008-07-19T23:19:23Z</updated>
<entry>
<title>Fix the 4-byte read madness discovered by psychon</title>
<updated>2008-07-19T23:19:23Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-07-19T23:19:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=17fe68de7265f7bb1007255d80eb3d310ebd4e53'/>
<id>urn:sha1:17fe68de7265f7bb1007255d80eb3d310ebd4e53</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10045 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Use a switch (cleaner, probably more efficient) for user status here, also, we can remove another member (::timeout) that is only actually used before registration by doing a bit of addition.</title>
<updated>2008-07-19T18:42:53Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-19T18:42:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=1a307616adeef74eddb0e0093b56c8da2195b24c'/>
<id>urn:sha1:1a307616adeef74eddb0e0093b56c8da2195b24c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10041 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Convert connection::host</title>
<updated>2008-05-19T19:12:43Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-05-19T19:12:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=12427e75fe175fe7a62f388281dd7ab5100c9dda'/>
<id>urn:sha1:12427e75fe175fe7a62f388281dd7ab5100c9dda</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9768 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Don't background process quitting users (there's no point), half fixes Jason's issue..</title>
<updated>2008-05-19T10:10:46Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-05-19T10:10:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=2df1a3de458cbc1727f35dbe8b0bb949d2485db8'/>
<id>urn:sha1:2df1a3de458cbc1727f35dbe8b0bb949d2485db8</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9761 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Make User:: nick/ident/dhost/fullname and some other things std::string instead of char*/char[] (MODULES DO NOT COMPILE)</title>
<updated>2008-05-18T23:15:53Z</updated>
<author>
<name>aquanight</name>
</author>
<published>2008-05-18T23:15:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4b856bda135a08e800b96c970a10b0b6a34d433a'/>
<id>urn:sha1:4b856bda135a08e800b96c970a10b0b6a34d433a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9748 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://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>Add stuff so that modules can hook users by altering a pointer in the User class. Note that ssl modules still bind by port, but the idea of doing this change is so we can remove that logic next</title>
<updated>2008-03-24T15:13:17Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-03-24T15:13:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=343f12b9b2d4e519b09877f76a00f6a0714509f2'/>
<id>urn:sha1:343f12b9b2d4e519b09877f76a00f6a0714509f2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9187 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://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>Nuke TIMESYNC from orbit \o/</title>
<updated>2008-02-22T16:40:02Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-02-22T16:40:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=29b51086b95c86f812ac35ed7d3333f060ba5a8c'/>
<id>urn:sha1:29b51086b95c86f812ac35ed7d3333f060ba5a8c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8998 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move some stuff to usermanager, remove a little header insanity, remove trace because it's still less useful than a chocolate fireman.</title>
<updated>2008-02-02T20:55:16Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-02-02T20:55:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=dd98d56cabcd08a3d5207454e002b187af98d28a'/>
<id>urn:sha1:dd98d56cabcd08a3d5207454e002b187af98d28a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8790 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
