<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/users.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/users.cpp?h=v1.2.0a5</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/users.cpp?h=v1.2.0a5'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2008-07-21T17:11:02Z</updated>
<entry>
<title>Remove duplicated member, kept in classes.. Possible now we have a pointer. this saves (another) 4 bytes per user.</title>
<updated>2008-07-21T17:11:02Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-21T17:11:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7e94b3110480efd4ef1e46cd44dc31c46aa9f8a7'/>
<id>urn:sha1:7e94b3110480efd4ef1e46cd44dc31c46aa9f8a7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10064 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change modes in channels and users to use std::bitset instead of an array. This saves 56 bytes per channel, and 112 bytes per channel, with no loss in speed or ease of use in code. :). Thanks (VERY) much to Special for telling me about this.</title>
<updated>2008-07-19T20:34:14Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-19T20:34:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a67b9de1742efbff29ec08093b220565eab7df23'/>
<id>urn:sha1:a67b9de1742efbff29ec08093b220565eab7df23</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10043 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix compile. Also remove write error stuff, as that was used prior to the goodness of global culllist. This makes getting user's quit messages to them (on excess recvq etc) much easier.</title>
<updated>2008-07-19T19:17:15Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-19T19:17:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e93827e41cdb958314eb669e94c9dd1280b691c9'/>
<id>urn:sha1:e93827e41cdb958314eb669e94c9dd1280b691c9</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10042 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove unneccessary temp value which caused a win32 problem by using uint32_t type.</title>
<updated>2008-07-14T14:55:16Z</updated>
<author>
<name>om</name>
</author>
<published>2008-07-14T14:55:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f08e4a94e46dbbb64e2f29a8147355355e572108'/>
<id>urn:sha1:f08e4a94e46dbbb64e2f29a8147355355e572108</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10021 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>More broken compile stuff</title>
<updated>2008-07-14T08:28:23Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-14T08:28:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9ab90c52b46cc613d29174fd183330bd9ace1e97'/>
<id>urn:sha1:9ab90c52b46cc613d29174fd183330bd9ace1e97</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10016 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Convert, convert, convert</title>
<updated>2008-07-13T19:24:38Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-13T19:24:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0579cdd300433f232b05aef41e281ea7d0a9bd79'/>
<id>urn:sha1:0579cdd300433f232b05aef41e281ea7d0a9bd79</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10009 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Convert a bunch of crap</title>
<updated>2008-07-13T19:19:15Z</updated>
<author>
<name>w00t</name>
</author>
<published>2008-07-13T19:19:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3a9cee1356d0e46ced89826c9433fd1ecac3a9e7'/>
<id>urn:sha1:3a9cee1356d0e46ced89826c9433fd1ecac3a9e7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10008 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change sprintf to snprintf, just in case; Update comments.</title>
<updated>2008-07-12T15:42:30Z</updated>
<author>
<name>om</name>
</author>
<published>2008-07-12T15:42:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ea7694a8dbdaa7b77b787add711df1b6e5ace95d'/>
<id>urn:sha1:ea7694a8dbdaa7b77b787add711df1b6e5ace95d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9985 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Increase static buffer size to 44 to account for a full IPv6 CIDR mask: 1111:1111:1111:1111:1111:1111:1111:1111/128 + null terminator. Also remove newlines in returned mask.</title>
<updated>2008-07-12T15:33:19Z</updated>
<author>
<name>om</name>
</author>
<published>2008-07-12T15:33:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ab348e6c8b94adfc0d815562c32d504bf1965ade'/>
<id>urn:sha1:ab348e6c8b94adfc0d815562c32d504bf1965ade</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9984 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Cleanup of some of the new CIDR code: compiles but untested; Also: My first commit for a very long time</title>
<updated>2008-07-12T12:28:25Z</updated>
<author>
<name>om</name>
</author>
<published>2008-07-12T12:28:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ce53937c4249d7e1c47327e19fd163fc29226f3f'/>
<id>urn:sha1:ce53937c4249d7e1c47327e19fd163fc29226f3f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9979 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
