October 19, 2003 | ||
---|---|---|
View a725e55dd8
- one $ sign missed :-(Bogdan-Andrei Iancu authored on 19/10/2003 19:11:57 |
||
View af48ab11e0
- tables used by usrloc, aliases, subscribers and groups are not internally set if already defined from outside; usefull if we want to force different names for this tablesBogdan-Andrei Iancu authored on 19/10/2003 17:54:33 |
October 15, 2003 | ||
---|---|---|
View eaffa61da6
- "body_lump" changes reverted, sorry.Jan Janak authored on 15/10/2003 08:47:56 |
October 14, 2003 | ||
---|---|---|
View e5f4cdaf27
- added fifo_dir to the cfg. files (default /tmp, fifo replies dir) - preliminary proto:host:port suport in cfg.{y,lex}: proto:host:port supported (but only the port is used for now) - e.g: tcp:[fec0::1]:5060 or listen= eth0:5062 eth1 127.0.0.1:5060Andrei Pelinescu-Onciul authored on 14/10/2003 14:49:42 |
||
View 8253d647d7
usage comments updatedJiri Kuthan authored on 14/10/2003 03:44:41 |
||
View c4d411a964
new example showing behaviour of flag processing in reply handlers introducedJiri Kuthan authored on 14/10/2003 00:57:13 |
||
View ce62b42d7f
- add_rm lump list split into add_rm (for headers) and body_lump (for body), this allows fast calculation of the message body delta to generate Content-Length value properly - Updated developer's guide - updates modules that modify message body to use body_lumps - updated tm to process both lists - updated msg_translator to process body lumps first to find out body length, generate lumps necesarry to update Content-Lenght and calculate length of add_rm lumps thenJan Janak authored on 14/10/2003 00:13:34 |
October 13, 2003 | ||
---|---|---|
View 3e1eaf9dd6
debug mode turned off which I mistakenly checked inJiri Kuthan authored on 13/10/2003 22:51:55 |
||
View 0d35f4394f
aliases introduced to default config (its absence caused serweb complaining when introducing aliases and people complaining about complaining serweb)Jiri Kuthan authored on 13/10/2003 22:50:55 |
||
View 22c83b9200
- unnecesarry parameter removed from *_duplicate_rr (thanks to Daniel)Jan Janak authored on 13/10/2003 21:40:21 |
||
View b516633cfd
- digest credentials memory leak fixed.Jan Janak authored on 13/10/2003 21:26:58 |
October 12, 2003 | ||
---|---|---|
View dda578bae9
- if () {} do not have to be followed by ';' anymore - added switch to check the config file (-c) and display aliases and listen interface list if the config is ok. - changes: removed len_gt() and replaced with if (msg:len op number|max_len) - more operators supported: != for special operations (e.g. myself or ip comparisons), != for strings (==, !=, ~=), !=, >, <, >=, <= for numbers (e.g msg:len >= max_len). - updated NEWSAndrei Pelinescu-Onciul authored on 12/10/2003 15:09:08 |
||
View 9976cb2537
- check if the lump parameter is NULL to avoid segmentation faultDaniel-Constantin Mierla authored on 12/10/2003 10:46:27 |
October 10, 2003 | ||
---|---|---|
View fe81a67e6b
examples ported from stable to develJiri Kuthan authored on 10/10/2003 06:27:18 |
October 8, 2003 | ||
---|---|---|
View fcd237dfc9
merger errors fixedJiri Kuthan authored on 08/10/2003 20:23:18 |