<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/helperfuncs.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/helperfuncs.cpp?h=v1.1.0a1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/helperfuncs.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>Change some if fd &gt; -1 to IS_LOCAL macro</title>
<updated>2006-07-28T11:39:16Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-28T11:39:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9296aee7bc95c0fb2a0d00f76b908eba99e730af'/>
<id>urn:sha1:9296aee7bc95c0fb2a0d00f76b908eba99e730af</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4568 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Increase size to unsigned long</title>
<updated>2006-07-19T14:54:18Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-19T14:54:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=592c13592a731678b9652f4f24babe251ad0a5e8'/>
<id>urn:sha1:592c13592a731678b9652f4f24babe251ad0a5e8</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4448 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Completely remove need for memset.</title>
<updated>2006-07-19T14:52:39Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-19T14:52:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a47ea856edfbd043d0295787fe7e1262fb8646a5'/>
<id>urn:sha1:a47ea856edfbd043d0295787fe7e1262fb8646a5</id>
<content type='text'>
When we uniq_id++, we can wrap to 0 theoretically after 4 billion output messages, HOWEVER, when we do, 0 will be a valid comparison within the array :p


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4447 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix MOTD</title>
<updated>2006-07-19T13:12:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-19T13:12:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4f5ef4c1ae94f66b89e04e5b4f246103abed8332'/>
<id>urn:sha1:4f5ef4c1ae94f66b89e04e5b4f246103abed8332</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4442 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Change size of already_sent from char to int to work with uniq_id value</title>
<updated>2006-07-19T11:13:15Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-19T11:13:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e8c920ce01a47e7b05ca3d445c3d8d88f9c70e37'/>
<id>urn:sha1:e8c920ce01a47e7b05ca3d445c3d8d88f9c70e37</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4438 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Speed up writecommon, writecommon_noformat, writechannel, etc (by quite a bit) - eliminate 99.99999999999% of the memsets</title>
<updated>2006-07-19T11:00:55Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-19T11:00:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b137f2564c6a9d785c468d1facd54471a51db087'/>
<id>urn:sha1:b137f2564c6a9d785c468d1facd54471a51db087</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4437 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix motd with new buffering</title>
<updated>2006-07-19T09:16:45Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-19T09:16:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8f1f87ce10097e05419dda9d24419047e463daf9'/>
<id>urn:sha1:8f1f87ce10097e05419dda9d24419047e463daf9</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4434 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>Add userrec::HasMode, fix some typos.</title>
<updated>2006-07-08T18:03:30Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-08T18:03:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fc9e00f49299cb3b402406b5f185d5f4af1e9780'/>
<id>urn:sha1:fc9e00f49299cb3b402406b5f185d5f4af1e9780</id>
<content type='text'>
TODO: Make more use of userrec::HasUmode('c') rather than user-&gt;modes['c'-65] *oogly*
Next - get umode +o working!


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4178 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
