[dovecot-cvs] dovecot/src/lib-dict dict-client.h,1.2,1.3
cras at dovecot.org
cras at dovecot.org
Sat Jun 17 15:25:09 EEST 2006
- Previous message: [dovecot-cvs] dovecot/src/dict dict-server.c,1.12,1.13
- Next message: [dovecot-cvs] dovecot/src/master dict-process.c, 1.7,
1.8 dict-process.h, 1.1, 1.2 log.c, 1.7, 1.8 log.h, 1.3,
1.4 main.c, 1.84, 1.85 master-settings.c, 1.128,
1.129 master-settings.h, 1.84, 1.85
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/lib-dict
In directory talvi:/tmp/cvs-serv31579/src/lib-dict
Modified Files:
dict-client.h
Log Message:
Instead of passing URIs directly to dictionary server, it now accepts only
named dictionaries which are configured in config file. SIGHUPing master now
restarts dict server.
Index: dict-client.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-dict/dict-client.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dict-client.h 14 Jan 2006 14:01:40 -0000 1.2
+++ dict-client.h 17 Jun 2006 12:25:07 -0000 1.3
@@ -9,7 +9,7 @@
#define DICT_CLIENT_MAX_LINE_LENGTH (64*1024)
enum {
- /* <major-version> <minor-version> <user> <dict uri> */
+ /* <major-version> <minor-version> <user> <dict name> */
DICT_PROTOCOL_CMD_HELLO = 'H',
DICT_PROTOCOL_CMD_LOOKUP = 'L', /* <key> */
- Previous message: [dovecot-cvs] dovecot/src/dict dict-server.c,1.12,1.13
- Next message: [dovecot-cvs] dovecot/src/master dict-process.c, 1.7,
1.8 dict-process.h, 1.1, 1.2 log.c, 1.7, 1.8 log.h, 1.3,
1.4 main.c, 1.84, 1.85 master-settings.c, 1.128,
1.129 master-settings.h, 1.84, 1.85
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list