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
*
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.
|
*
Minor clean up of the previous commit.
Sadie Powell
2021-08-17
1
-2
/
+1
|
|
|
*
Improve WebSocket header parsing.
Sadie Powell
2021-08-17
1
-12
/
+26
|
|
*
|
Remove a bunch of unnecessary whitespace.
Sadie Powell
2021-08-17
1
-1
/
+0
|
|
*
|
Added -Wshorten-64-to-32 and fixed all warnings.
Dominic Hamon
2021-05-30
1
-1
/
+1
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-05-14
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-05-14
1
-1
/
+1
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-05-11
1
-2
/
+8
|
\
|
|
*
Send 400 Bad Request if a WebSocket client doesn't send an origin.
Sadie Powell
2021-05-07
1
-0
/
+5
|
|
|
*
Only vendor the bits of utfcpp that we actually use.
Sadie Powell
2021-05-05
1
-2
/
+3
|
|
*
|
Refactor the Base64 encoding and decoding functions.
Sadie Powell
2021-05-10
1
-1
/
+1
|
|
*
|
Migrate IOHookProvider from reference<> to std::shared_ptr<>.
Sadie Powell
2021-04-09
1
-4
/
+4
|
|
[next]