<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_websocket.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_websocket.cpp?h=v3.7.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_websocket.cpp?h=v3.7.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2020-04-10T14:36:14Z</updated>
<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>Fixing MatchCIDR call when checking proxy range</title>
<updated>2019-12-06T19:30:11Z</updated>
<author>
<name>iwalkalone</name>
</author>
<published>2019-12-06T17:07:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aea5500b46890665ccb26d436217cb7014e93a32'/>
<id>urn:sha1:aea5500b46890665ccb26d436217cb7014e93a32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WebSocket: move the OriginList typedef inside WebSocketConfig.</title>
<updated>2019-11-29T11:11:11Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-11-29T11:11:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=965460400b271a178cc415783414de43c89341bf'/>
<id>urn:sha1:965460400b271a178cc415783414de43c89341bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WebSocket: replace the behindproxy switch with a proxy IP list.</title>
<updated>2019-11-29T11:09:36Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-11-29T11:09:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=afb5972ab54d64f8c4e7b09962fb2088e427920b'/>
<id>urn:sha1:afb5972ab54d64f8c4e7b09962fb2088e427920b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement support for websocket connections via a proxy like nginx.</title>
<updated>2019-11-28T17:59:35Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-11-28T17:59:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bb1f892f68cb70537b224bca85cc40f1ed23017d'/>
<id>urn:sha1:bb1f892f68cb70537b224bca85cc40f1ed23017d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move WebSocket config to its own class.</title>
<updated>2019-11-28T17:06:11Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-11-28T17:06:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6f2d0b505f4715c696cc5d49874d442cf790b98a'/>
<id>urn:sha1:6f2d0b505f4715c696cc5d49874d442cf790b98a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WebSocket: send messages as text by default.</title>
<updated>2018-11-03T14:12:59Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-10-31T05:11:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=efdb51bc9d46283e55d95cd47398cf463b401d96'/>
<id>urn:sha1:efdb51bc9d46283e55d95cd47398cf463b401d96</id>
<content type='text'>
This requires all messages to be UTF-8. If you are using a UTF-8
incompatible text encoding then you can disable this by setting
&lt;websocket:sendastext&gt; to false.
</content>
</entry>
<entry>
<title>WebSocket: use one WebSocket message per IRC message.</title>
<updated>2018-10-31T05:28:20Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-10-31T02:45:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=99af213a58946185621b3e4de01970a7c21cce93'/>
<id>urn:sha1:99af213a58946185621b3e4de01970a7c21cce93</id>
<content type='text'>
This makes more sense for WebSocket clients than CR+LF termination
as the protocol already understands the concept of messages.
</content>
</entry>
<entry>
<title>Require WebSocket origins to be whitelisted in order to connect.</title>
<updated>2018-10-10T15:45:35Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-10-10T15:45:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=553877f7a9eff26166dfa4d953d6f69f9420de28'/>
<id>urn:sha1:553877f7a9eff26166dfa4d953d6f69f9420de28</id>
<content type='text'>
Fixes #1281.
</content>
</entry>
</feed>
