<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/socket.h, branch v1.1.0b7</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/socket.h?h=v1.1.0b7</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/socket.h?h=v1.1.0b7'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2006-12-23T14:19:33Z</updated>
<entry>
<title>Unload as many modules as we can on restart, and close listeners</title>
<updated>2006-12-23T14:19:33Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-23T14:19:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=529c6acc0177651e0b01cc6d7dcb7509fce17d14'/>
<id>urn:sha1:529c6acc0177651e0b01cc6d7dcb7509fce17d14</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6068 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>And now, just to force you to recompile the *whole* ircd.. updated headers on the headers. :p</title>
<updated>2006-12-15T22:18:59Z</updated>
<author>
<name>w00t</name>
</author>
<published>2006-12-15T22:18:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=696ee9ff66bb94be2229bfa9c3dc288affc38a72'/>
<id>urn:sha1:696ee9ff66bb94be2229bfa9c3dc288affc38a72</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5998 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Socket error state stuff</title>
<updated>2006-10-31T20:32:01Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-10-31T20:32:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=193b540aa750446bf67dcad132773541214c296d'/>
<id>urn:sha1:193b540aa750446bf67dcad132773541214c296d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5607 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Document ListenSocket class</title>
<updated>2006-08-18T19:18:43Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-18T19:18:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a2d8fbc45df57e2063f77a34f6fd88a73087555d'/>
<id>urn:sha1:a2d8fbc45df57e2063f77a34f6fd88a73087555d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4968 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>EventHandler class, an abstraction for raw i/o</title>
<updated>2006-08-18T01:08:14Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-18T01:08:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e381b06561228aaea752deda20a62c6dc99a560e'/>
<id>urn:sha1:e381b06561228aaea752deda20a62c6dc99a560e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4941 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Document irc::socket namespace members/classes</title>
<updated>2006-08-12T00:31:37Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-12T00:31:37Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8ef6da00a7b4aa32adbf7e19161bc6b8b59b7f7a'/>
<id>urn:sha1:8ef6da00a7b4aa32adbf7e19161bc6b8b59b7f7a</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4902 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>So much stuff changed in this one, i forgot most of it.</title>
<updated>2006-08-10T22:40:57Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-10T22:40:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f9636a2eff46f6829bf9e01c711ab1ba45a7d50a'/>
<id>urn:sha1:f9636a2eff46f6829bf9e01c711ab1ba45a7d50a</id>
<content type='text'>
Oh yeah, main thing is ModeHandler and ModeWatcher classes now take an InspIRCd* to their constructor


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4858 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 Blocking/NonBlocking to socket.cpp and make inline</title>
<updated>2006-08-09T10:12:34Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-09T10:12:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0f61489ddb2f54d62c6a59e169901e4a17098230'/>
<id>urn:sha1:0f61489ddb2f54d62c6a59e169901e4a17098230</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4806 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Allow nick!ident@ and ident@ portions in a CIDR mask if given, use match() without CIDR against that portion. This allows for CIDR operhosts while still matching idents (AND CIDR CHANNEL BANS)</title>
<updated>2006-08-06T18:34:39Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-08-06T18:34:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3e50e674c3aab0827e62d21e75b828bff0e88da7'/>
<id>urn:sha1:3e50e674c3aab0827e62d21e75b828bff0e88da7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4739 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
