index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_haproxy.cpp
Age
Commit message (
Collapse
)
Author
2021-04-27
Fix a bunch of weird indentation and spacing issues.
Sadie Powell
2020-04-24
Update copyright headers.
InspIRCd Robot
2020-04-14
Update user-facing text and comments of SSL to TLS.
Matt Schatz
2020-04-10
Update the module descriptions using mkversion.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-12-31
Update my name and email address.
Sadie Powell
2019-08-26
Fix the haproxy module losing initial data in some circumstances.
Peter Powell
2019-06-05
Fix a compiler warning introduced in d107093. (#1653)
Matt Schatz
2019-05-19
m_haproxy: Initialize address length to 0
linuxdaemon
If the command is LOCAL, the address length isn't set before it is used in ReadProxyAddress()
2019-01-14
Redo OnSetEndPoint logic to fix duplicate clones (#1549).
linuxdaemon
2019-01-10
Fix reading the server path for UNIX sockets.
Peter Powell
2019-01-10
Fix 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-25
Allow HAProxy to specify that a client is connecting with SSL.
Peter Powell
2018-07-26
Add a module which implements the HAProxy PROXY v2 protocol.
Peter Powell