<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/hashcomp.h, branch v1.1.0b1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/hashcomp.h?h=v1.1.0b1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/hashcomp.h?h=v1.1.0b1'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-09-17T14:08:03Z</updated>
<entry>
<title>Turn irc::commasepstream into a base class, irc::sepstream, inherit two classes from it: irc::commasepstream and irc::spacesepstream, to be used for the most common token seperators "," and " "</title>
<updated>2006-09-17T14:08:03Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-17T14:08:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0e21e5b642562b199fb53b4f8302596ee592caa0'/>
<id>urn:sha1:0e21e5b642562b199fb53b4f8302596ee592caa0</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5266 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move Spacify() into irc:: namespace as multiple modules use it now</title>
<updated>2006-09-10T17:03:50Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-10T17:03:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ba5a5b345cdfbc73c0faf9a6cb5fd8d96474ae41'/>
<id>urn:sha1:ba5a5b345cdfbc73c0faf9a6cb5fd8d96474ae41</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5200 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>We now have a test module that can dump someones certificate information: /sslinfo &lt;nick&gt;</title>
<updated>2006-09-03T18:57:16Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-09-03T18:57:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d4af574074d05cb5705cd261c8fb97f52290e56a'/>
<id>urn:sha1:d4af574074d05cb5705cd261c8fb97f52290e56a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5125 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Comments</title>
<updated>2006-08-18T16:10:50Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-18T16:10:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=05066cfa55a487407ea897cad548207f5ac31539'/>
<id>urn:sha1:05066cfa55a487407ea897cad548207f5ac31539</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4952 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move lowermap[] into a pre-initialised const array in hashcomp.h,</title>
<updated>2006-08-18T15:59:23Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-18T15:59:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d546725cb683f010b6090df78a54f6b943efd034'/>
<id>urn:sha1:d546725cb683f010b6090df78a54f6b943efd034</id>
<content type='text'>
get rid of InspIRCd::MakeLowertab()


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4951 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Document the nspace namespace</title>
<updated>2006-08-12T01:17:23Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-12T01:17:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cba65964eb899d523904e5e3c4ad097a387d4bc6'/>
<id>urn:sha1:cba65964eb899d523904e5e3c4ad097a387d4bc6</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4906 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move strlower into nspace namespace where hash&lt;std::string&gt; lives</title>
<updated>2006-08-10T18:54:29Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-10T18:54:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=318552487d077bb20c8f320c564a7b1e652cf885'/>
<id>urn:sha1:318552487d077bb20c8f320c564a7b1e652cf885</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4850 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move the socket functions like insp_ntoa into their own namespace. They arent really sensible to put into a class, but namespacing them out discourages developers from directly using them without explicitly saing 'using irc::sockets::BindPorts' or whatever first. Some functions such as insp_ntoa are already 'exposed' by headers that use them so 'using irc::sockets::inet_ntoa' isnt required.</title>
<updated>2006-08-10T00:36:07Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-10T00:36:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d7336f351d9740fc4bfc1289c2b090a0f272d201'/>
<id>urn:sha1:d7336f351d9740fc4bfc1289c2b090a0f272d201</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4828 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Move to entirely using insp_sockaddr and insp_inaddr for socket stuff, first step on the road to ipv6 support</title>
<updated>2006-08-01T10:37:16Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-01T10:37:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c80508b28be5947648f59710e6653f793a73bd76'/>
<id>urn:sha1:c80508b28be5947648f59710e6653f793a73bd76</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4609 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Document irc::commasepstream and irc::tokenstream</title>
<updated>2006-07-16T15:31:53Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-07-16T15:31:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b5788187ac28ed86e7b5dbbb8801396729f9e977'/>
<id>urn:sha1:b5788187ac28ed86e7b5dbbb8801396729f9e977</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4414 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
