<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/cmd_nick.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/cmd_nick.cpp?h=v1.1.0a1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/cmd_nick.cpp?h=v1.1.0a1'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-07-29T13:50:52Z</updated>
<entry>
<title>Fix typo</title>
<updated>2006-07-29T13:50:52Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-29T13:50:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0eeab51f4916d60d2b2805e6b540a1248b9c7275'/>
<id>urn:sha1:0eeab51f4916d60d2b2805e6b540a1248b9c7275</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4585 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Allow invalid nicks from remote users in NICK (we'll need this soon for UID nick collision handling)</title>
<updated>2006-07-28T22:16:15Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-28T22:16:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=194365ecfb90e1790e8fba6b96f49ec30daa7d81'/>
<id>urn:sha1:194365ecfb90e1790e8fba6b96f49ec30daa7d81</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4584 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<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>Fixed, no longer a memory leak (Thread leak)</title>
<updated>2006-07-20T18:02:09Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-20T18:02:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6bfae0cd735052b91151f8ffc56808d090683483'/>
<id>urn:sha1:6bfae0cd735052b91151f8ffc56808d090683483</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4465 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Someone please take a look at this and tell me why a thread doesnt free itself like it should when it exits, freeing the ram</title>
<updated>2006-07-20T17:16:08Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-20T17:16:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1cfd1e693a92b8289f77e7fe87261774d19e8048'/>
<id>urn:sha1:1cfd1e693a92b8289f77e7fe87261774d19e8048</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4462 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>mass tidyup, change A LOT of stuff to const char** which was char** (such as parameters to commands in handlers)</title>
<updated>2006-07-16T12:18:29Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-16T12:18:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0757a4a495daabf661ac3b7ab79f0a5ee423abe8'/>
<id>urn:sha1:0757a4a495daabf661ac3b7ab79f0a5ee423abe8</id>
<content type='text'>
which makes the new lineparser work neater with no casts. This also removes tons of casts from other locations
(all in all, ive added 2 casts and removed almost a hundred)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4403 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add &lt;options:nouserdns&gt; - defaults to off. if set to on, no user dns lookups are performed, saving resources</title>
<updated>2006-07-14T13:02:40Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-14T13:02:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d4ca01f12f539a7f3eda3a682b5d2fbb67fabdb7'/>
<id>urn:sha1:d4ca01f12f539a7f3eda3a682b5d2fbb67fabdb7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4386 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move to new include path</title>
<updated>2006-04-20T18:55:46Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-04-20T18:55:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=24ac504f4b6dbcca3cb3ab91d3cbb40cc7a9ff33'/>
<id>urn:sha1:24ac504f4b6dbcca3cb3ab91d3cbb40cc7a9ff33</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3898 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits going into inspircd.*, doesn't look like I've broken anything... :P</title>
<updated>2006-04-08T17:05:48Z</updated>
<author>
<name>om</name>
</author>
<published>2006-04-08T17:05:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d54fbc71e2a2e0f70002e2d36c669c4aa3d59e17'/>
<id>urn:sha1:d54fbc71e2a2e0f70002e2d36c669c4aa3d59e17</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3847 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Whowas refactor - probably wont compile yet</title>
<updated>2006-03-07T19:11:50Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-03-07T19:11:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1e639377cbad496a0b5f7d969a88fb808508f811'/>
<id>urn:sha1:1e639377cbad496a0b5f7d969a88fb808508f811</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3523 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
