aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * Fix race between learn and classifyVsevolod Stakhov2009-09-284-9/+17
|
* * Make composites workingVsevolod Stakhov2009-09-256-2551/+2686
| | | | * Document using of composites
* * Add events to lua resolverVsevolod Stakhov2009-09-252-0/+7
| | | | * Do not classify non-text messages
* * Add documentationVsevolod Stakhov2009-09-252-0/+12517
|
* * Fix learningVsevolod Stakhov2009-09-255-190/+38
|
* * Fix CRLF parsingVsevolod Stakhov2009-09-242-2/+3
| | | | * Fix pidfile in start script
* * Do not read http reply when we got 304 reply codeVsevolod Stakhov2009-09-231-0/+4
|
* Added tag 0.2.7 for changeset e3cf50559597Vsevolod Stakhov2009-09-231-0/+1
|
* * Update sample config0.2.7Vsevolod Stakhov2009-09-231-0/+13
|
* * 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-2212-149/+389
|
* * Export definitionsVsevolod Stakhov2009-09-212-2/+5
|
* * Add time out for sync IO as it can cause unpredictable errorsVsevolod Stakhov2009-09-216-8/+70
|
* * 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-164-5/+7
| | | | | | * Fix build WITH_LUA * Fix calling of classifier * Fix autolearn
* * Decode all html entitles in html partsVsevolod Stakhov2009-09-163-5/+18
|
* * Fix build with LUA_ENABLED = on and WITH_LUA = no (when lua is not found)Vsevolod Stakhov2009-09-162-368/+1
|
* * Add lua plugin for checking received headersVsevolod Stakhov2009-09-158-27/+153
| | | | | | * 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-142-113/+163
|
* * New system of classifiers interface and statfiles processingVsevolod Stakhov2009-09-1418-316/+372
| | | | | | | * Fix sample config * Fix compile warnings * Fix building without lua support * Fix bugs with nrcpt header parsing and symbols cache loading (by Anton Nekhoroshikh)
* * Add sample of settingsVsevolod Stakhov2009-09-081-0/+9
|
* * Make settings workingVsevolod Stakhov2009-09-089-30/+274
|
* * Add JSON settings parserVsevolod Stakhov2009-09-0717-0/+2892
|
* * Add ability to call rspamd fucntions from lua apiVsevolod Stakhov2009-09-067-23/+157
| | | | | | * 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
* * Set version to 0.2.7 - current WIP versionVsevolod Stakhov2009-08-311-1/+1
|
* * Reorganze lua support in rspamdVsevolod Stakhov2009-08-3112-247/+489
|
* * 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-262-4/+28
| | | | 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
|
* * Not ommit frame pointer when building with gperf toolsVsevolod Stakhov2009-08-251-0/+1
|
* * Misprint in macro nameVsevolod Stakhov2009-08-251-1/+1
|
* * Improve google perf tools supportVsevolod Stakhov2009-08-259-36/+90
| | | | * Pass to event_add only copies of struct timeval to avoid timing problems