summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* * Make composites workingVsevolod Stakhov2009-09-254-3/+19
| | | | * Document using of composites
* * Add events to lua resolverVsevolod Stakhov2009-09-252-0/+7
| | | | * Do not classify non-text messages
* * Fix learningVsevolod Stakhov2009-09-254-189/+37
|
* * Fix CRLF parsingVsevolod Stakhov2009-09-241-1/+1
| | | | * Fix pidfile in start script
* * Do not read http reply when we got 304 reply codeVsevolod Stakhov2009-09-231-0/+4
|
* * No IO allowed in events destructorsVsevolod Stakhov2009-09-231-1/+0
|
* * Another mistake in task object initializationVsevolod Stakhov2009-09-231-1/+4
|
* * Small fixes in task constructionVsevolod Stakhov2009-09-233-2/+2
|
* * Implement new system of async events handling (experimental)Vsevolod Stakhov2009-09-2211-149/+388
|
* * Export definitionsVsevolod Stakhov2009-09-212-2/+5
|
* * Add time out for sync IO as it can cause unpredictable errorsVsevolod Stakhov2009-09-214-8/+62
|
* * Fix fuzzy storage bindingVsevolod Stakhov2009-09-211-3/+11
|
* * Cleanify logic of processes dispatcherVsevolod Stakhov2009-09-214-45/+69
|
* * Fix -C flag with lua enabledVsevolod Stakhov2009-09-161-0/+3
|
* * Add decoding entities as it is specified in w3c recommendationsVsevolod Stakhov2009-09-161-21/+336
|
* * Fix double free of memoryVsevolod Stakhov2009-09-162-4/+3
| | | | * Fix symbols output
* * Remove assertVsevolod Stakhov2009-09-163-5/+6
| | | | | | * Fix build WITH_LUA * Fix calling of classifier * Fix autolearn
* * Decode all html entitles in html partsVsevolod Stakhov2009-09-163-5/+18
|
* * Add lua plugin for checking received headersVsevolod Stakhov2009-09-154-4/+72
| | | | | | * Some tunes to lua API * Fix bug with http maps * Optimize installation and make custom prefix for configs
* * Add chunked replies support for http mapsVsevolod Stakhov2009-09-152-6/+101
|
* * Sync log before closingVsevolod Stakhov2009-09-143-2/+7
| | | | * Fix buffer allocation while reading json data
* * Feed BSD lexVsevolod Stakhov2009-09-141-69/+69
|
* * New system of classifiers interface and statfiles processingVsevolod Stakhov2009-09-1413-267/+259
| | | | | | | * Fix sample config * Fix compile warnings * Fix building without lua support * Fix bugs with nrcpt header parsing and symbols cache loading (by Anton Nekhoroshikh)
* * Make settings workingVsevolod Stakhov2009-09-088-27/+263
|
* * Add JSON settings parserVsevolod Stakhov2009-09-0716-0/+2888
|
* * Add ability to call rspamd fucntions from lua apiVsevolod Stakhov2009-09-065-23/+150
| | | | | | * Make logging adaptive based on log speed (buffered vs unbuffered IO) * Fix lua API docs * Now lua modules can be loaded with glob patterns
* * Add asynchronous DNS resolver to lua APIVsevolod Stakhov2009-09-043-1/+174
| | | | | * Add access to received headers to lua API * Some code polishing
* * More fixes to lua apiVsevolod Stakhov2009-09-045-39/+81
|
* * Make lua api object orientedVsevolod Stakhov2009-09-035-42/+61
|
* * Various bugfixes in map and radix codeVsevolod Stakhov2009-09-034-73/+63
|
* * Fix lua APIVsevolod Stakhov2009-09-027-14/+21
|
* * New functionality to lua api:Vsevolod Stakhov2009-09-016-2/+336
| | | | | | | - config class - metric class - textpart class * Add documentation for lua module
* * Reorganze lua support in rspamdVsevolod Stakhov2009-08-3111-241/+480
|
* * Handle base10 encoded ip addresses correctlyVsevolod Stakhov2009-08-313-737/+779
|
* * Fix html decoding when '/' are encoded tooVsevolod Stakhov2009-08-281-2/+7
|
* * Fix integer divisionVsevolod Stakhov2009-08-261-4/+6
|
* * Change symbols planner sort logic to take into consideration not ↵Vsevolod Stakhov2009-08-261-4/+18
| | | | frequenses of symbols but their percent in total number
* * Use buffered IO for loggingVsevolod Stakhov2009-08-253-14/+12
|
* * Store sockaddr in large enough bufferVsevolod Stakhov2009-08-252-6/+7
|
* * Migrate fuzzy storage to use UDP instead of TCPVsevolod Stakhov2009-08-256-82/+53
|
* * Misprint in macro nameVsevolod Stakhov2009-08-251-1/+1
|
* * Improve google perf tools supportVsevolod Stakhov2009-08-257-36/+70
| | | | * Pass to event_add only copies of struct timeval to avoid timing problems
* * Do not sync fuzzy hash storage too oftenVsevolod Stakhov2009-08-241-1/+1
|
* * Fix error with controller IO timeoutsVsevolod Stakhov2009-08-241-4/+6
|
* * Fix processing of empty partsVsevolod Stakhov2009-08-215-22/+36
| | | | * Fix memory problems in controller
* * Fix memory leakage in controllerVsevolod Stakhov2009-08-212-3/+17
|
* * Fix process dispatcherVsevolod Stakhov2009-08-203-7/+29
| | | | * Use bloom filter in fuzzy storage
* * Add implementation of counting bloom filter to rspamdVsevolod Stakhov2009-08-192-0/+272
|
* * Fix descriptors leakage in controllerVsevolod Stakhov2009-08-191-6/+3
|
* * Improve loggingVsevolod Stakhov2009-08-181-1/+4
|