[dovecot-cvs] dovecot/src/lib-dict dict-client.h,1.2,1.2.2.1
cras at dovecot.org
cras at dovecot.org
Sat Jun 17 15:24:32 EEST 2006
- Previous message: [dovecot-cvs] dovecot/src/dict dict-server.c,1.11.2.1,1.11.2.2
- Next message: [dovecot-cvs] dovecot/src/master dict-process.c, 1.7,
1.7.2.1 dict-process.h, 1.1, 1.1.2.1 log.c, 1.7, 1.7.2.1 log.h,
1.3, 1.3.2.1 main.c, 1.80.2.4, 1.80.2.5 master-settings.c,
1.125.2.3, 1.125.2.4 master-settings.h, 1.83.2.1, 1.83.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/lib-dict
In directory talvi:/tmp/cvs-serv18929/src/lib-dict
Modified Files:
Tag: branch_1_0
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.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- dict-client.h 14 Jan 2006 14:01:40 -0000 1.2
+++ dict-client.h 17 Jun 2006 12:24:29 -0000 1.2.2.1
@@ -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.11.2.1,1.11.2.2
- Next message: [dovecot-cvs] dovecot/src/master dict-process.c, 1.7,
1.7.2.1 dict-process.h, 1.1, 1.1.2.1 log.c, 1.7, 1.7.2.1 log.h,
1.3, 1.3.2.1 main.c, 1.80.2.4, 1.80.2.5 master-settings.c,
1.125.2.3, 1.125.2.4 master-settings.h, 1.83.2.1, 1.83.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list