index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_websocket.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Update copyright headers.
InspIRCd Robot
2026-06-05
1
-1
/
+1
|
*
Warn about some potentially problematic <wsorigin> values.
Sadie Powell
2026-06-03
1
-0
/
+6
|
*
Allow building the websocket module against the system utfcpp lib.
Sadie Powell
2025-04-12
1
-3
/
+8
|
*
Update copyright headers.
InspIRCd Robot
2025-02-28
1
-1
/
+1
|
*
Show the WebSocket origin and the proxy address to opers in whois.
Sadie Powell
2025-01-07
1
-8
/
+67
|
*
Only allow the IRCv3 WebSocket subprotocols on client connections.
Sadie Powell
2024-07-31
1
-2
/
+2
|
*
Disable text websockets when the server has an incompatible charset.
Sadie Powell
2024-07-22
1
-1
/
+26
|
*
Implement support for the IRCv3 WebSocket subprotocol names.
Sadie Powell
2024-07-19
1
-2
/
+5
|
*
Update copyright headers.
InspIRCd Robot
2024-06-07
1
-2
/
+3
|
*
Add support for non-web WebSocket connections.
Sadie Powell
2024-05-23
1
-0
/
+9
|
|
|
|
Closes #2066.
*
Update usages of stdalgo::string::equalsci to use insp::equalsci.
Sadie Powell
2023-08-11
1
-5
/
+6
|
*
Fix using (unsigned) long instead of (s)size_t.
Sadie Powell
2023-01-24
1
-1
/
+1
|
*
Refactor the caching methods in User and rename to make more sense.
Sadie Powell
2023-01-24
1
-1
/
+1
|
*
Make implementing OnStreamSocketClose optional in middle hooks.
Sadie Powell
2023-01-21
1
-4
/
+0
|
*
Use the underlying transport method for pinging idle clients.
Sadie Powell
2023-01-21
1
-6
/
+33
|
|
|
|
Closes #1998.
*
Qualify auto correctly in all cases.
Sadie Powell
2023-01-10
1
-2
/
+2
|
*
Avoid copying shared_ptr<IOHookProvider> when not necessary.
Sadie Powell
2023-01-10
1
-1
/
+1
|
*
Avoid copying shared_ptr<ConfigTag> when not necessary.
Sadie Powell
2023-01-10
1
-1
/
+1
|
*
Merge branch 'insp3' into master.
Sadie Powell
2022-12-27
1
-0
/
+1
|
\
|
*
Include the WebSocket fail reason in the body of the HTTP response.
Sadie Powell
2022-12-25
1
-0
/
+1
|
|
*
|
Pass the client/server sockaddr around as a ref instead of a ptr.
Sadie Powell
2022-12-25
1
-2
/
+2
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-08-27
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2022-08-25
1
-1
/
+1
|
|
*
|
Move aptosa/untosa into the sockaddrs union and add from/from_ip.
Sadie Powell
2022-08-11
1
-9
/
+6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The struct will also now always be zero-initialized by default which removes the footgun which has happened previously where the union has been accessed before being initialized leading to it containing weird values.
*
|
Rename SetClientIP to ChangeRemoteAddress.
Sadie Powell
2022-08-10
1
-1
/
+1
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-08-04
1
-6
/
+27
|
\
|
|
*
Fix a pedantic C++98 warning in the websocket module.
Sadie Powell
2022-08-04
1
-1
/
+1
|
|
|
*
Expose WebSocket error messages to clients.
Sadie Powell
2022-08-04
1
-6
/
+27
|
|
*
|
Switch from NULL to nullptr.
Sadie Powell
2022-07-22
1
-1
/
+1
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-06-08
1
-1
/
+1
|
\
|
|
*
Fix parsing non-normalised WebSocket headers.
Sadie Powell
2022-06-08
1
-1
/
+1
|
|
|
|
|
|
|
|
Ref: #1987.
*
|
Fix a bunch of weird uses of .c_str().
Sadie Powell
2022-01-30
1
-1
/
+1
|
|
*
|
Kill vendor_directory in favour of normal include paths.
Sadie Powell
2022-01-26
1
-3
/
+1
|
|
*
|
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-6
/
+6
|
|
*
|
Add constexpr to the initialisation of various const static fields.
Sadie Powell
2022-01-18
1
-11
/
+11
|
|
*
|
Refactor CoreException and ModuleException.
Sadie Powell
2022-01-07
1
-3
/
+3
|
|
*
|
Promote ExtensionItem::ExtensibleType to a top level enum class.
Sadie Powell
2021-12-23
1
-2
/
+2
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-11-24
1
-6
/
+14
|
\
|
|
*
Make parsing websocket proxy headers more robust.
Sadie Powell
2021-11-24
1
-6
/
+14
|
|
*
|
Move the websocket protocol name instead of copying it.
Sadie Powell
2021-11-17
1
-1
/
+1
|
|
|
|
|
|
|
|
Closes #1929.
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-10-05
1
-1
/
+3
|
\
|
|
*
Fix parsing the Sec-WebSocket-Protocol header.
Sadie Powell
2021-10-04
1
-1
/
+3
|
|
*
|
Apply the final keyword to all module classes where appropriate.
Sadie Powell
2021-10-04
1
-4
/
+6
|
|
*
|
Mark all module classes as final.
Sadie Powell
2021-10-01
1
-1
/
+2
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-09-23
1
-6
/
+40
|
\
|
|
*
Use CXX11_OVERRIDE instead of the override keyword.
Sadie Powell
2021-09-22
1
-1
/
+1
|
|
|
*
Replace <websocket:sendastext> with <websocket:defaultmode>.
Sadie Powell
2021-09-22
1
-6
/
+35
|
|
|
*
Add an API for checking if I/O hooks are ready or not.
Sadie Powell
2021-09-22
1
-0
/
+5
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-08-19
1
-13
/
+48
|
\
|
|
*
Implement support for websocket subprotocols.
Sadie Powell
2021-08-17
1
-2
/
+23
|
|
|
|
|
|
|
|
This is based on the current IRCv3 draft but using a vendored protocol.
[next]