summaryrefslogtreecommitdiff
path: root/src/modules/m_haproxy.cpp
AgeCommit message (Collapse)Author
2020-01-11Update copyright headers.InspIRCd Robot
2019-12-31Update my name and email address.Sadie Powell
2019-08-26Fix the haproxy module losing initial data in some circumstances.Peter Powell
2019-06-05Fix a compiler warning introduced in d107093. (#1653)Matt Schatz
2019-05-19m_haproxy: Initialize address length to 0linuxdaemon
If the command is LOCAL, the address length isn't set before it is used in ReadProxyAddress()
2019-01-14Redo OnSetEndPoint logic to fix duplicate clones (#1549).linuxdaemon
2019-01-10Fix reading the server path for UNIX sockets.Peter Powell
2019-01-10Fix copying too much data into the remote endpoint field.Peter Powell
This is a buffer overrun but its harmless as the things it will overwrite are no longer necessary.
2018-10-25Allow HAProxy to specify that a client is connecting with SSL.Peter Powell
2018-07-26Add a module which implements the HAProxy PROXY v2 protocol.Peter Powell