index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_websocket.cpp
Age
Commit message (
Expand
)
Author
2021-05-14
Update copyright headers.
InspIRCd Robot
2021-05-07
Send 400 Bad Request if a WebSocket client doesn't send an origin.
Sadie Powell
2021-05-05
Only vendor the bits of utfcpp that we actually use.
Sadie Powell
2020-11-20
Update copyright headers.
InspIRCd Robot
2020-11-20
Fail websocket connections if changing the user's IP errors.
Sadie Powell
2020-04-10
Update the module descriptions using mkversion.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-12-06
Fixing MatchCIDR call when checking proxy range
iwalkalone
2019-11-29
WebSocket: move the OriginList typedef inside WebSocketConfig.
Peter Powell
2019-11-29
WebSocket: replace the behindproxy switch with a proxy IP list.
Peter Powell
2019-11-28
Implement support for websocket connections via a proxy like nginx.
Peter Powell
2019-11-28
Move WebSocket config to its own class.
Peter Powell
2018-11-03
WebSocket: send messages as text by default.
Peter Powell
2018-10-31
WebSocket: use one WebSocket message per IRC message.
Peter Powell
2018-10-10
Require WebSocket origins to be whitelisted in order to connect.
Peter Powell
2017-11-13
Unite SSL service providers and SSL profile classes
Attila Molnar
2017-10-18
Clean up OnCleanup.
Peter Powell
2016-08-08
Add WebSocket module
Attila Molnar