aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_haproxy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of weird indentation and spacing issues.Gravatar Sadie Powell2021-04-271-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+1
* Update user-facing text and comments of SSL to TLS.Gravatar Matt Schatz2020-04-141-3/+3
* Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+3
* Update my name and email address.Gravatar Sadie Powell2019-12-311-1/+1
* Fix the haproxy module losing initial data in some circumstances.Gravatar Peter Powell2019-08-261-10/+17
* Fix a compiler warning introduced in d107093. (#1653)Gravatar Matt Schatz2019-06-051-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() Gravatar linuxdaemon2019-05-191-0/+1
* Redo OnSetEndPoint logic to fix duplicate clones (#1549).Gravatar linuxdaemon2019-01-141-1/+2
* Fix reading the server path for UNIX sockets.Gravatar Peter Powell2019-01-101-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. Gravatar Peter Powell2019-01-101-1/+1
* Allow HAProxy to specify that a client is connecting with SSL.Gravatar Peter Powell2018-10-251-5/+108
* Add a module which implements the HAProxy PROXY v2 protocol.Gravatar Peter Powell2018-07-261-0/+326