| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make parsing websocket proxy headers more robust. | 2021-11-24 | 1 | -6/+14 | |
| * | Fix parsing the Sec-WebSocket-Protocol header. | 2021-10-04 | 1 | -1/+3 | |
| * | Use CXX11_OVERRIDE instead of the override keyword. | 2021-09-22 | 1 | -1/+1 | |
| * | Replace <websocket:sendastext> with <websocket:defaultmode>. | 2021-09-22 | 1 | -6/+35 | |
| * | Add an API for checking if I/O hooks are ready or not. | 2021-09-22 | 1 | -0/+5 | |
| * | Implement support for websocket subprotocols.•••This is based on the current IRCv3 draft but using a vendored protocol. | 2021-08-17 | 1 | -2/+23 | |
| * | Minor clean up of the previous commit. | 2021-08-17 | 1 | -2/+1 | |
| * | Improve WebSocket header parsing. | 2021-08-17 | 1 | -12/+26 | |
| * | Update copyright headers. | 2021-05-14 | 1 | -1/+1 | |
| * | Send 400 Bad Request if a WebSocket client doesn't send an origin. | 2021-05-07 | 1 | -0/+5 | |
| * | Only vendor the bits of utfcpp that we actually use. | 2021-05-05 | 1 | -2/+3 | |
| * | Update copyright headers. | 2020-11-20 | 1 | -1/+1 | |
| * | Fail websocket connections if changing the user's IP errors. | 2020-11-20 | 1 | -0/+4 | |
| * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| * | Update copyright headers. | 2020-01-11 | 1 | -1/+3 | |
| * | Fixing MatchCIDR call when checking proxy range | 2019-12-06 | 1 | -2/+2 | |
| * | WebSocket: move the OriginList typedef inside WebSocketConfig. | 2019-11-29 | 1 | -3/+2 | |
| * | WebSocket: replace the behindproxy switch with a proxy IP list. | 2019-11-29 | 1 | -7/+19 | |
| * | Implement support for websocket connections via a proxy like nginx. | 2019-11-28 | 1 | -0/+27 | |
| * | Move WebSocket config to its own class. | 2019-11-28 | 1 | -14/+21 | |
| * | WebSocket: send messages as text by default.•••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 <websocket:sendastext> to false. | 2018-11-03 | 1 | -4/+27 | |
| * | WebSocket: use one WebSocket message per IRC message.•••This makes more sense for WebSocket clients than CR+LF termination as the protocol already understands the concept of messages. | 2018-10-31 | 1 | -8/+42 | |
| * | Require WebSocket origins to be whitelisted in order to connect.•••Fixes #1281. | 2018-10-10 | 1 | -2/+50 | |
| * | Unite SSL service providers and SSL profile classes | 2017-11-13 | 1 | -2/+2 | |
| * | Clean up OnCleanup.•••- Switch to using ExtensionItem::ExtensibleType for the type instead of TargetTypeFlags. - Pass the extensible to OnCleanup as an Extensible pointer instead of a void pointer. - Call OnCleanup for memberships as well as channels and users. - Rewrite event documentation to remove outdated references. | 2017-10-18 | 1 | -2/+2 | |
| * | Add WebSocket module | 2016-08-08 | 1 | -0/+405 |
