<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_haproxy.cpp, branch v3.7.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_haproxy.cpp?h=v3.7.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_haproxy.cpp?h=v3.7.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2020-04-24T09:23:47Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2020-04-24T09:23:47Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-04-24T09:23:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=44489ddf7e90413d8f656aea24d74445bab227af'/>
<id>urn:sha1:44489ddf7e90413d8f656aea24d74445bab227af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update user-facing text and comments of SSL to TLS.</title>
<updated>2020-04-14T12:08:31Z</updated>
<author>
<name>Matt Schatz</name>
</author>
<published>2020-04-13T04:56:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ccebfe6e637b420bef05e8e0faf29bb19f1883d9'/>
<id>urn:sha1:ccebfe6e637b420bef05e8e0faf29bb19f1883d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the module descriptions using mkversion.</title>
<updated>2020-04-10T14:36:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-10T14:22:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38'/>
<id>urn:sha1:4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-01-11T22:14:43Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-01-11T22:02:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aa692dc1039b63deef7886e914ec499abe7facaf'/>
<id>urn:sha1:aa692dc1039b63deef7886e914ec499abe7facaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update my name and email address.</title>
<updated>2019-12-31T19:55:17Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-01T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=56375392ba94f2552bbeeeab4fd39e1e50295525'/>
<id>urn:sha1:56375392ba94f2552bbeeeab4fd39e1e50295525</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the haproxy module losing initial data in some circumstances.</title>
<updated>2019-08-26T09:45:11Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-08-26T08:43:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=78f9c572119aef08c9115ad61caa41e82b41c98a'/>
<id>urn:sha1:78f9c572119aef08c9115ad61caa41e82b41c98a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a compiler warning introduced in d107093. (#1653)</title>
<updated>2019-06-05T08:01:33Z</updated>
<author>
<name>Matt Schatz</name>
</author>
<published>2019-06-05T08:01:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b8c5df6d1a574ee22d9e1a47e1cd8626cb7a1395'/>
<id>urn:sha1:b8c5df6d1a574ee22d9e1a47e1cd8626cb7a1395</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_haproxy: Initialize address length to 0</title>
<updated>2019-05-19T21:22:53Z</updated>
<author>
<name>linuxdaemon</name>
</author>
<published>2019-05-18T20:27:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d107093513680d67e4007b725499609a090c6ad3'/>
<id>urn:sha1:d107093513680d67e4007b725499609a090c6ad3</id>
<content type='text'>
If the command is LOCAL, the address length isn't set before it is used
in ReadProxyAddress()
</content>
</entry>
<entry>
<title>Redo OnSetEndPoint logic to fix duplicate clones (#1549).</title>
<updated>2019-01-14T11:48:45Z</updated>
<author>
<name>linuxdaemon</name>
</author>
<published>2019-01-14T11:48:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f400d5f394a258dee58fb56420acd65e22503761'/>
<id>urn:sha1:f400d5f394a258dee58fb56420acd65e22503761</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix reading the server path for UNIX sockets.</title>
<updated>2019-01-10T19:14:17Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-10T19:14:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=98e90d6d682c9795ab486d730d636d5c6ec1c817'/>
<id>urn:sha1:98e90d6d682c9795ab486d730d636d5c6ec1c817</id>
<content type='text'>
</content>
</entry>
</feed>
