]> jfr.im git - irc/ircd-hybrid/libopm.git/commit
Bring MINDJAIL and HTTPGET support into the main libopm, but with intention to
authorandy <redacted>
Tue, 26 Aug 2003 06:06:49 +0000 (06:06 +0000)
committerandy <redacted>
Tue, 26 Aug 2003 06:06:49 +0000 (06:06 +0000)
commit8c2e2cdb5f0f1d8dbd1d02cf3f49ffd892b3823c
treef26603a76e2d55983c68dad5895d7fdd8a004499
parent97e45dd783d4c3ee6c2f237215ded574e08116a1
Bring MINDJAIL and HTTPGET support into the main libopm, but with intention to
break every protocol off later into individual modules.

Remove hard-coded configuration options, now change all config keys to be
strings.

The default config keys required by the provided protocols are added when
opm_create is called, but additional keys as used by any contributed protocols
can be added by the caller using opm_config_add.
13 files changed:
doc/libopm-api.txt
src/Makefile.am
src/Makefile.in
src/config.c
src/config.h
src/libopm.c
src/libopm.h
src/opm.h
src/opm_error.h
src/opm_types.h
src/proxy.c
src/proxy.h
src/test.c