aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Parse masks with a single number correctly.Vsevolod Stakhov2013-09-241-1/+1
|
* Use entropy from OpenSSL if possible.Vsevolod Stakhov2013-09-171-1/+11
|
* Allow multiply bind configurations.Vsevolod Stakhov2013-09-164-43/+42
|
* Add workers handler function for rcl.Vsevolod Stakhov2013-09-141-0/+47
|
* Refactor metric actions handling.Vsevolod Stakhov2013-09-1312-140/+113
| | | | | | Use array of actions instead of a linked list to speed up processing. * Removed required_score, reject_score and action in metric config, now REJECT is the only default action for a metric.
* Add metrics handler for rcl.Vsevolod Stakhov2013-09-111-0/+192
|
* Another try to fix skipped messages.Vsevolod Stakhov2013-09-112-1/+10
|
* More fixes to skipped tasks processing.Vsevolod Stakhov2013-09-112-1/+17
|
* Correctly process skipped messages.Vsevolod Stakhov2013-09-111-8/+4
|
* Add a separate options handler.Vsevolod Stakhov2013-09-101-7/+40
|
* Add default options for options section.Vsevolod Stakhov2013-09-022-3/+41
|
* Allow size_t values in parse_struct_integer.Vsevolod Stakhov2013-09-022-7/+17
|
* Add fake handler for rcl object and options handler for config.Vsevolod Stakhov2013-09-011-1/+18
|
* Add logging default handlers.Vsevolod Stakhov2013-09-011-1/+13
|
* Add parser for default values in rcl section.Vsevolod Stakhov2013-09-012-0/+38
|
* Add parser for boolean fields in a structure.Vsevolod Stakhov2013-08-312-0/+35
|
* Add destructor for a string list to config pool.Vsevolod Stakhov2013-08-311-0/+3
|
* Use flags instead of size for integers.Vsevolod Stakhov2013-08-312-15/+13
|
* Add conception of default handler for structures parsing.Vsevolod Stakhov2013-08-312-15/+61
|
* Add string list fields parser.Vsevolod Stakhov2013-08-302-0/+57
|
* Add time fields parser.Vsevolod Stakhov2013-08-292-5/+63
|
* Add the parser of double fields.Vsevolod Stakhov2013-08-292-0/+33
|
* Add integer converting function.Vsevolod Stakhov2013-08-292-0/+67
|
* Add the parser of string fileds in structs.Vsevolod Stakhov2013-08-292-0/+56
|
* Allow to print booleans with %bVsevolod Stakhov2013-08-292-0/+16
|
* Add booleans parser to the rcl.Vsevolod Stakhov2013-08-261-8/+66
|
* Fix a problem with referencing.Vsevolod Stakhov2013-08-251-1/+4
|
* Add refcount to rcl objects.Vsevolod Stakhov2013-08-252-2/+53
|
* Do not use calculations in macroes.Vsevolod Stakhov2013-08-241-3/+9
|
* Add logging section handler.Vsevolod Stakhov2013-08-241-0/+148
|
* Add common principles of rspamd rcl configuration.Vsevolod Stakhov2013-08-232-2/+127
|
* Add flags to rcl parser creation.Vsevolod Stakhov2013-08-233-4/+16
| | | | | Allow RSPAMD_CL_FLAG_KEY_LOWERCASE flag to force all keys in rcl objects to be lowercased which is useful for parsing.
* Add the tolower variant of strlcpy function.Vsevolod Stakhov2013-08-232-1/+33
|
* Add test for signature checking in rcl.Vsevolod Stakhov2013-08-221-0/+1
|
* Fix signatures checking.Vsevolod Stakhov2013-08-221-1/+13
|
* Fix signing procedure.Vsevolod Stakhov2013-08-221-8/+19
|
* Add ability to sign configs using rspamd.Vsevolod Stakhov2013-08-223-0/+248
|
* Add skeleton for rcl configuration.Vsevolod Stakhov2013-08-222-0/+70
|
* Fix whitespace parsing for rcl arrays.Vsevolod Stakhov2013-08-211-11/+12
|
* Fix some issues with comments in rcl.Vsevolod Stakhov2013-08-211-19/+36
|
* Fix several problems in rcl parser.Vsevolod Stakhov2013-08-212-24/+35
|
* Implement signatures checking.Vsevolod Stakhov2013-08-211-31/+111
|
* Refactor fetching functions slightly.Vsevolod Stakhov2013-08-211-48/+92
|
* Implement include macro for rcl.Vsevolod Stakhov2013-08-203-1/+198
|
* Add pubkey loading method for rcl parser.Vsevolod Stakhov2013-08-194-29/+117
|
* Link libcurl/fetch to rcl directly.Vsevolod Stakhov2013-08-191-0/+7
|
* Fix some warnings found by coverity scan.Vsevolod Stakhov2013-08-1610-10/+23
|
* Add macro value parsing code.Vsevolod Stakhov2013-08-161-0/+92
|
* Some cleanups.Vsevolod Stakhov2013-08-141-0/+19
|
* Rework the parser state machine, add macros state.Vsevolod Stakhov2013-08-143-186/+274
|