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 (
Expand
)
Author
Age
Files
Lines
*
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.
•••
Ref: #1987.
Sadie Powell
2022-06-08
1
-1
/
+1
*
|
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.
•••
Closes #1929.
Sadie Powell
2021-11-17
1
-1
/
+1
*
|
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.
•••
This is based on the current IRCv3 draft but using a vendored protocol.
Sadie Powell
2021-08-17
1
-2
/
+23
|
*
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
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-12
/
+12
*
|
Fix a ton of pedantic compiler warnings.
Sadie Powell
2021-04-04
1
-1
/
+1
*
|
Constify variables within loops.
Sadie Powell
2021-04-01
1
-1
/
+1
*
|
Merge tag 'v3.8.1' into master.
Sadie Powell
2020-11-20
1
-1
/
+5
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-11-20
1
-1
/
+1
|
*
Fail websocket connections if changing the user's IP errors.
Sadie Powell
2020-11-20
1
-0
/
+4
*
|
Move config typedefs to ServerConfig and use auto in more places.
Sadie Powell
2020-11-03
1
-1
/
+1
*
|
Move FilePosition to fileutils.h and use in ConfigTag.
Sadie Powell
2020-11-03
1
-1
/
+1
*
|
Convert ConfigTag from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
1
-1
/
+1
*
|
Add stdalgo::iterator_range and switch config tag reading to use it.
•••
This allows us to use range-based for loops which were not possible with the previous config tag system.
Sadie Powell
2020-10-31
1
-4
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-11
1
-1
/
+1
|
\
|
|
*
Update the module descriptions using mkversion.
Sadie Powell
2020-04-10
1
-1
/
+1
*
|
Improve storage of module description, flags, and link data.
Sadie Powell
2020-04-11
1
-6
/
+3
*
|
Use C++11 inline initialisation for class members.
Sadie Powell
2020-02-06
1
-4
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-1
/
+3
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-1
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-12-08
1
-16
/
+61
|
\
|
[next]