<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_websocket.cpp, branch v3.12.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_websocket.cpp?h=v3.12.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_websocket.cpp?h=v3.12.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2021-11-24T06:00:12Z</updated>
<entry>
<title>Make parsing websocket proxy headers more robust.</title>
<updated>2021-11-24T06:00:12Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-11-24T06:00:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=047473426bc6e60185c2576ec3f585b9e62d5072'/>
<id>urn:sha1:047473426bc6e60185c2576ec3f585b9e62d5072</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix parsing the Sec-WebSocket-Protocol header.</title>
<updated>2021-10-04T21:53:38Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-10-04T21:53:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0412fc0f40d874f7b6370713e9d02bf783e6c254'/>
<id>urn:sha1:0412fc0f40d874f7b6370713e9d02bf783e6c254</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use CXX11_OVERRIDE instead of the override keyword.</title>
<updated>2021-09-22T19:49:32Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-09-22T19:49:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6646c9fbeab6cd85e4efcff9ffb16d11ee617650'/>
<id>urn:sha1:6646c9fbeab6cd85e4efcff9ffb16d11ee617650</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace &lt;websocket:sendastext&gt; with &lt;websocket:defaultmode&gt;.</title>
<updated>2021-09-22T19:43:49Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-09-21T09:14:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=191fb584780b5651931d703fb17c9bbad273dfa2'/>
<id>urn:sha1:191fb584780b5651931d703fb17c9bbad273dfa2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an API for checking if I/O hooks are ready or not.</title>
<updated>2021-09-22T19:43:49Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-08-17T11:06:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5bd0a93976f6818187e70a4446257d90a41c7ff1'/>
<id>urn:sha1:5bd0a93976f6818187e70a4446257d90a41c7ff1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement support for websocket subprotocols.</title>
<updated>2021-08-17T21:30:45Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-05-24T15:59:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1790dacff5966212d12d88a7dc2a169d607a114d'/>
<id>urn:sha1:1790dacff5966212d12d88a7dc2a169d607a114d</id>
<content type='text'>
This is based on the current IRCv3 draft but using a vendored protocol.
</content>
</entry>
<entry>
<title>Minor clean up of the previous commit.</title>
<updated>2021-08-17T21:21:07Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-08-17T21:21:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0b61c19a804d03027bbc0696ba95ea791f28f98d'/>
<id>urn:sha1:0b61c19a804d03027bbc0696ba95ea791f28f98d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve WebSocket header parsing.</title>
<updated>2021-08-17T21:19:55Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-05-24T15:33:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0d163280f539e91c5a55c2fd679e581be31b177c'/>
<id>urn:sha1:0d163280f539e91c5a55c2fd679e581be31b177c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2021-05-14T13:48:39Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2021-05-14T13:48:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e94b673532f7833aaa4789f834e61d68e0b4fc56'/>
<id>urn:sha1:e94b673532f7833aaa4789f834e61d68e0b4fc56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Send 400 Bad Request if a WebSocket client doesn't send an origin.</title>
<updated>2021-05-07T15:09:02Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-05-07T15:09:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=876d6d3afe5b936d585159b6c4f444aed808b5b6'/>
<id>urn:sha1:876d6d3afe5b936d585159b6c4f444aed808b5b6</id>
<content type='text'>
</content>
</entry>
</feed>
