]> jfr.im git - irc/irssi/irssi.git/commit
Add /PROXY command for configuring proxy servers.
authorAlexander Færøy <redacted>
Tue, 18 Oct 2016 20:22:22 +0000 (22:22 +0200)
committerAlexander Færøy <redacted>
Sun, 18 Dec 2016 22:14:34 +0000 (23:14 +0100)
commitdbc7896cadb02f5e2fc85caa07ac673f10acc996
tree08a1e099f09b0f166081b23f00631cff71a18b76
parentd6b0dd2b3224dfebb72e1aef7ff55c6d93f963a1
Add /PROXY command for configuring proxy servers.
13 files changed:
src/common.h
src/core/Makefile.am
src/core/core.c
src/core/proxy-protocols.c [new file with mode: 0644]
src/core/proxy-protocols.h [new file with mode: 0644]
src/core/proxy-rec.h [new file with mode: 0644]
src/core/proxy.c [new file with mode: 0644]
src/core/proxy.h [new file with mode: 0644]
src/fe-common/core/Makefile.am
src/fe-common/core/fe-common-core.c
src/fe-common/core/fe-proxy.c [new file with mode: 0644]
src/fe-common/core/module-formats.c
src/fe-common/core/module-formats.h