<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git, branch v1.1.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/?h=v1.1.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/?h=v1.1.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2007-01-31T20:24:46Z</updated>
<entry>
<title>1.1.0+Diamond!</title>
<updated>2007-01-31T20:24:46Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-31T20:24:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5e1aa02b669979addf3034c45eacf662597f4011'/>
<id>urn:sha1:5e1aa02b669979addf3034c45eacf662597f4011</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6471 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove -O2, it seems to break tons of stuff with no clue how it did it</title>
<updated>2007-01-31T17:35:13Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-31T17:35:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1680c90b210f35a2dd26a7c7bd1301859fde6eb1'/>
<id>urn:sha1:1680c90b210f35a2dd26a7c7bd1301859fde6eb1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6470 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>ipv6 connect tweaks, to memcpy() sin6_addr's rather than assigning with =.</title>
<updated>2007-01-31T01:41:33Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-31T01:41:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9e0546b1c5990d0db87cd24420f8267d5520832f'/>
<id>urn:sha1:9e0546b1c5990d0db87cd24420f8267d5520832f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6469 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Why the fuck do no systems have INADDR6_ANY?!</title>
<updated>2007-01-31T00:36:56Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-31T00:36:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=660248d9eb56f380fbbd906827fdef0535b98894'/>
<id>urn:sha1:660248d9eb56f380fbbd906827fdef0535b98894</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6468 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Tweaks to backwards memcpy's that dont actually do anything, causing ipv6 address bindings to potentially be bound to random ips.</title>
<updated>2007-01-30T23:56:20Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-30T23:56:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=21b5d0d5bd1e7d7de5bf34e9a1fc950fe9e1d6ec'/>
<id>urn:sha1:21b5d0d5bd1e7d7de5bf34e9a1fc950fe9e1d6ec</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6467 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Good job we test, because often we find bugs ;p</title>
<updated>2007-01-30T23:33:13Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-30T23:33:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=610a2edba049eaede5e0ccaed4c10a0b23e16e6c'/>
<id>urn:sha1:610a2edba049eaede5e0ccaed4c10a0b23e16e6c</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6466 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Support both forms of ISON as clients seem to send one and the RFC mandates another:</title>
<updated>2007-01-30T23:26:56Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-30T23:26:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=79e87eeebc8eab292a083aaee2c17a12108f9b77'/>
<id>urn:sha1:79e87eeebc8eab292a083aaee2c17a12108f9b77</id>
<content type='text'>
ISON nick1 nick2 nick3,
or
ISON :nick1 nick2 nick3.
Interestingly this means we now even support:   ISON nick1 nick2 :nick3 nick4


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6465 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix w00ts compile error :p (if you do an if without braces, vars declared within that if are in fact local :p)</title>
<updated>2007-01-30T21:09:47Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-30T21:09:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e734675c7292a6cfe43dbc6cdde1a23b6043d7f5'/>
<id>urn:sha1:e734675c7292a6cfe43dbc6cdde1a23b6043d7f5</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6464 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Documentation change to indicate errno is valid on return from the constructor -- dont bother to svn up for this if youre testing right now</title>
<updated>2007-01-30T20:35:49Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-30T20:35:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a77e32fa3267f022b4b0dd973c9b937534da9a5d'/>
<id>urn:sha1:a77e32fa3267f022b4b0dd973c9b937534da9a5d</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6463 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Whoops, fix inspsocket so that its ok to use errno after a failure of the Write/Read methods or constructor!</title>
<updated>2007-01-30T20:32:59Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-30T20:32:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=706303e177d05afa6269d3a40cfde726854c52c3'/>
<id>urn:sha1:706303e177d05afa6269d3a40cfde726854c52c3</id>
<content type='text'>
the close() in its Close method always changed errno to "Endpoint is not connected" on error, so now we make a copy.


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