aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix comparision method.Vsevolod Stakhov2015-10-071-3/+0
|
* Fix client.Vsevolod Stakhov2015-10-071-3/+3
|
* Fix the code for updated strings in HTTP library.Vsevolod Stakhov2015-10-077-77/+78
|
* Fix protocols processing.Vsevolod Stakhov2015-10-072-70/+59
|
* Fix a couple of issues.Vsevolod Stakhov2015-10-073-2/+4
|
* Add emitting of ucl object to rspamd_fstring_t.Vsevolod Stakhov2015-10-076-90/+206
|
* Fix lua_http.Vsevolod Stakhov2015-10-072-10/+10
|
* Rework HTTP code to rspamd_fstring_t.Vsevolod Stakhov2015-10-072-197/+270
|
* Use rspamd_lc_cmp for fixed strings comparisions.Vsevolod Stakhov2015-10-071-2/+2
|
* Add routine to free fstring mapped ftoks.Vsevolod Stakhov2015-10-072-0/+21
|
* Generalize lowercase comparision.Vsevolod Stakhov2015-10-073-53/+57
|
* Add tokens comparision routines.Vsevolod Stakhov2015-10-072-38/+87
|
* Skip NULL fstrings and gstrings on printing.Vsevolod Stakhov2015-10-071-2/+6
|
* Add fixed strings assigning utility function.Vsevolod Stakhov2015-10-072-5/+36
|
* Add fixed strings comparision routines.Vsevolod Stakhov2015-10-073-1/+85
|
* Merge branch 'strings-rework'Vsevolod Stakhov2015-10-0638-668/+435
|\
| * Fix tests.Vsevolod Stakhov2015-10-061-11/+13
| |
| * Add printing to rspamd_fstring_t.Vsevolod Stakhov2015-10-062-0/+35
| |
| * Fix printing of fixed strings.Vsevolod Stakhov2015-10-064-9/+10
| |
| * Add %T for printing rspamd_ftok_tVsevolod Stakhov2015-10-062-2/+10
| |
| * Fix workers.Vsevolod Stakhov2015-10-062-13/+18
| |
| * Fix plugins.Vsevolod Stakhov2015-10-064-22/+21
| |
| * Fix other mime library modules.Vsevolod Stakhov2015-10-064-42/+48
| |
| * Fix mime expressions.Vsevolod Stakhov2015-10-062-11/+14
| |
| * Fix statistics.Vsevolod Stakhov2015-10-069-33/+32
| |
| * Fix html code.Vsevolod Stakhov2015-10-061-7/+7
| |
| * Add pool token dup utility.Vsevolod Stakhov2015-10-062-3/+26
| |
| * Fix dkim code.Vsevolod Stakhov2015-10-061-2/+2
| |
| * Fix buffers code.Vsevolod Stakhov2015-10-063-57/+32
| |
| * Start miration to the new strings.Vsevolod Stakhov2015-10-0611-55/+52
| |
| * Start new fixed strings library.Vsevolod Stakhov2015-10-063-421/+135
|/
* Enable mmap in sqlite3.Vsevolod Stakhov2015-10-052-2/+18
|
* Update version.Vsevolod Stakhov2015-10-051-1/+1
|
* Release 1.0.41.0.4Vsevolod Stakhov2015-10-051-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add configdump routine to rspamadm * Implement retransmits for fuzzy_check plugin * Fix events processing for learning anf checking fuzzy hashes * Avoid dependency on unneeded and uncompatible glib include * Add `historyreset` command to the controller * Fix loading of tokenizer config from dump (#389) * Add sorting hints for the history * Allow custom lua scripts for users/languages extraction (#388) * Do not add FORGED_RECIPIENTS when 'To' is missing (#387) * Do not add R_UNDISC_RCPT when 'To' is missing (#387) * Add encryption to fuzzy check plugin * Add encryption for fuzzy storage * Add new epoch for encrypted fuzzy request * Add encryption for `rspamd.com` storage * Remove gmime processing for LDA mode as it is deadly broken * Add routine to find end of headers position in mime messages * Fix LDA headers folding * Init libraries in rspamc client as well to avoid locale issues * Avoid collision with locally installed includes * Allocate and free memory with the same allocator in rspamadm (#385) * Preserve expired fuzzy hashes counter * Improvements in webui: - Add favicon.ico - Rework history table - Fix sorting for the history - Migrate to bootstrap 3 and jquery 2 - Fix css bugs - Add glyphicons - Add reset history - Improve history buttons - Redraw graph to avoid display issues - Webui is now MIT licensed to match licensing policy of rspamd Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Update copyright notices.Vsevolod Stakhov2015-10-051-3/+4
|
* Catch up interface changes.Vsevolod Stakhov2015-10-051-0/+0
|
* Try to fix fuzzy learning states (not fully completed).Vsevolod Stakhov2015-10-051-19/+25
|
* Update manpage.Vsevolod Stakhov2015-10-052-0/+24
|
* Add configdump routine.Vsevolod Stakhov2015-10-053-1/+194
|
* Implement retransmits for fuzzy_check plugin.Vsevolod Stakhov2015-10-051-50/+172
|
* Update webui.Vsevolod Stakhov2015-10-041-0/+0
|
* Fix dirent include.Vsevolod Stakhov2015-10-032-0/+6
|
* Avoid dependency on unneeded and uncompatible glib include.Vsevolod Stakhov2015-10-031-4/+0
|
* Update interface.Vsevolod Stakhov2015-10-031-0/+0
|
* Add '/historyreset' command.Vsevolod Stakhov2015-10-031-0/+33
|
* Fix loading of tokenizer config from dump.Vsevolod Stakhov2015-10-031-7/+31
| | | | Issue: #389
* Update webui.Vsevolod Stakhov2015-10-021-0/+0
|
* Add sorting hints for the history.Vsevolod Stakhov2015-10-021-0/+2
|
* Allow custom lua scripts for users/languages extraction.Vsevolod Stakhov2015-10-021-31/+145
| | | | Issue: #388
* Do not use relative path for linkage.Vsevolod Stakhov2015-10-021-2/+2
| | | | Issue: #386