Implement support for the HAProxy proxy protocol
authorJanne Mareike Koschinski <janne@kuschku.de>
Fri, 6 Dec 2019 09:44:50 +0000 (10:44 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 15 Mar 2020 16:22:51 +0000 (17:22 +0100)
commit71253052c7152711f7f1b96f274d6f06d97f2cdb
tree92deda91869f4ec36cc1e612e5266fb621a8dfb2
parent926e41c2d511fd0ac68b50f6d109243d6457a999
Implement support for the HAProxy proxy protocol
14 files changed:
src/common/CMakeLists.txt
src/common/authhandler.h
src/common/ircdecoder.cpp
src/common/ircdecoder.h
src/common/protocol.h
src/common/protocols/legacy/legacypeer.cpp
src/common/proxyline.cpp [new file with mode: 0644]
src/common/proxyline.h [new file with mode: 0644]
src/common/quassel.cpp
src/common/remotepeer.cpp
src/common/remotepeer.h
src/core/core.cpp
src/core/coreauthhandler.cpp
src/core/coreauthhandler.h