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_haproxy.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers.
InspIRCd Robot
2024-06-07
1
-2
/
+2
*
Merge branch 'insp3' into master.
Sadie Powell
2023-12-22
1
-1
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2023-12-22
1
-1
/
+1
|
*
Update module descriptions.
Sadie Powell
2023-12-22
1
-1
/
+1
*
|
Fix using (unsigned) long instead of (s)size_t.
Sadie Powell
2023-01-24
1
-1
/
+1
*
|
Make implementing OnStreamSocketClose optional in middle hooks.
Sadie Powell
2023-01-21
1
-5
/
+0
*
|
Qualify auto correctly in all cases.
Sadie Powell
2023-01-10
1
-1
/
+1
*
|
Avoid copying shared_ptr<IOHookProvider> when not necessary.
Sadie Powell
2023-01-10
1
-1
/
+1
*
|
Pass the client/server sockaddr around as a ref instead of a ptr.
Sadie Powell
2022-12-25
1
-2
/
+2
*
|
Use auto in places where it is really obvious what the type is.
Sadie Powell
2022-09-04
1
-1
/
+1
*
|
Update some code that uses "endpoint" to use "socket address" instead.
Sadie Powell
2022-09-01
1
-1
/
+1
*
|
Modernize various minor legacy C++isms.
Sadie Powell
2022-07-30
1
-4
/
+2
*
|
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
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-01-03
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-12-30
1
-1
/
+1
*
|
Apply the final keyword to all module classes where appropriate.
Sadie Powell
2021-10-04
1
-3
/
+5
*
|
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
-0
/
+5
|
\
|
|
*
Use CXX11_OVERRIDE instead of the override keyword.
Sadie Powell
2021-09-22
1
-1
/
+1
|
*
Add an API for checking if I/O hooks are ready or not.
Sadie Powell
2021-09-22
1
-0
/
+5
*
|
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-11
1
-1
/
+1
|
\
|
|
*
Fix a bunch of weird indentation and spacing issues.
Sadie Powell
2021-04-27
1
-1
/
+1
*
|
Migrate IOHookProvider from reference<> to std::shared_ptr<>.
Sadie Powell
2021-04-09
1
-4
/
+4
*
|
Refer to encryption as TLS instead of SSL in all messages.
Sadie Powell
2021-04-08
1
-8
/
+8
*
|
Split OnSetEndPoint into two events.
Sadie Powell
2020-07-20
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-05-05
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-04-24
1
-1
/
+1
|
*
Update user-facing text and comments of SSL to TLS.
Matt Schatz
2020-04-14
1
-3
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-14
1
-3
/
+3
|
\
\
|
*
|
Update user-facing text and comments of SSL to TLS.
Matt Schatz
2020-04-14
1
-3
/
+3
|
|
/
*
|
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
/
+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
2020-01-01
1
-1
/
+1
|
\
|
|
*
Update my name and email address.
Sadie Powell
2019-12-31
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-09-23
1
-10
/
+17
|
\
|
|
*
Fix the haproxy module losing initial data in some circumstances.
Peter Powell
2019-08-26
1
-10
/
+17
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-07-16
1
-0
/
+1
|
\
|
|
*
Fix a compiler warning introduced in d107093. (#1653)
Matt Schatz
2019-06-05
1
-1
/
+1
|
*
m_haproxy: Initialize address length to 0
•••
If the command is LOCAL, the address length isn't set before it is used in ReadProxyAddress()
linuxdaemon
2019-05-19
1
-0
/
+1
*
|
Replace the override macro with the override keyword.
Sadie Powell
2019-01-25
1
-6
/
+6
|
/
*
Redo OnSetEndPoint logic to fix duplicate clones (#1549).
linuxdaemon
2019-01-14
1
-1
/
+2
*
Fix reading the server path for UNIX sockets.
Peter Powell
2019-01-10
1
-1
/
+1
*
Fix copying too much data into the remote endpoint field.
•••
This is a buffer overrun but its harmless as the things it will overwrite are no longer necessary.
Peter Powell
2019-01-10
1
-1
/
+1
*
Allow HAProxy to specify that a client is connecting with SSL.
Peter Powell
2018-10-25
1
-5
/
+108
*
Add a module which implements the HAProxy PROXY v2 protocol.
Peter Powell
2018-07-26
1
-0
/
+326