8 Commits

Author SHA1 Message Date
Ken Rice
c5554eb939 Copyright date update. 2012-04-18 11:52:02 -05:00
Ken Rice
cac6c262bb conf: add config files to module directories
The idea here is that the config files in the module directories will
serve as the canonical documentation of all module configuration
options.
2012-03-24 04:51:08 +00:00
Raymond Chandler
abc5d7cd03 FS-3617 --resolve truncate file and rename dump to save 2011-10-18 20:48:34 -04:00
Jeff Lenk
14b81f21ce FS-3610 --resolve add mod_blacklist to vc2010 thanks Jeffrey Leung 2011-10-17 10:16:31 -05:00
Raymond Chandler
decb286114 i guess you're supposed to mention that you contributed :-\ 2011-09-21 20:03:46 -04:00
Raymond Chandler
1d5f5ec7f3 add ability to dump a list back to it's text file 2011-09-21 18:43:29 -04:00
Stefan Knoblich
41abb3e644 mod_blacklist: Resource leak fixes, config checks and add help output for api interface
Don't leak the file handle after parsing the configuration
Don't leak memory if the file could not be opened

Check list name and filename attribute of configuration entry.

Add "blacklist help" and error messages to api interface.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2011-09-21 15:50:57 +02:00
Mathieu Rene
3a477c42a0 Add mod_blacklist from contrib.
Can be used to maintain lists of numbers and query/modify them with api commands.

Example:
blacklist add <list> <number>
blacklist del <list> <number>
blacklist check <list> <number> (outputs true or false)
2011-09-16 13:58:46 -04:00