コミットグラフ

170 コミット

作成者 SHA1 メッセージ 日付
Vsevolod Stakhov
777efac652 [Minor] Add zlib dependency 2017-08-13 16:23:32 +01:00
Vsevolod Stakhov
8d13d8df65 [Minor] Add torch support to debian build rules 2017-08-03 18:59:16 +01:00
Vsevolod Stakhov
b743378428 Revert "Debian: Update changelog."
This reverts commit f83310f8e9.
2017-06-28 08:31:43 +01:00
Sebastian Lipponer
f83310f8e9 Debian: Update changelog. 2017-06-24 22:38:07 +02:00
Sebastian Lipponer
55a82d5f22 Debian: Add missing build dependencies. 2017-06-24 22:38:03 +02:00
Andrew Lewis
063d748331 [Minor] RPM/DEB: fix log directory ownership on systemd platforms 2017-06-11 22:28:25 +02:00
Andrew Lewis
17a6ce2ae1 [Conf] Do away with systemd specifics completely 2017-06-11 19:48:57 +02:00
Vsevolod Stakhov
df33e9977c [Minor] Revert debian control cleanup: it breaks build scripts 2017-05-14 20:06:19 +01:00
Sebastien Badia
dd64721ae6
[Minor] debian: Update BD and refresh packaging 2017-05-13 17:20:44 +02:00
Vsevolod Stakhov
50a4c6d172 [Minor] Add missing debian dependency
Issue: #1286
Reported by: @LynxChaus
2016-12-26 11:09:29 +00:00
Vsevolod Stakhov
1cc0dcf1a5 [Minor] Add optimization option to debian rules 2016-12-26 11:00:27 +00:00
Vsevolod Stakhov
6eecb5ce7c [Minor] Add enable full debug option 2016-12-25 16:23:02 +00:00
Vsevolod Stakhov
305de55dda Revert "Disable reload command in rc scripts"
This reverts commit 869af99b49.
2016-08-22 18:12:22 +01:00
Andrew Lewis
638ba136d0 [Rework] Remove systemd socket activation 2016-07-27 16:43:45 +01:00
Andrew Lewis
4170bba745 [Minor] Require ragel for Debian/RPM package build 2016-07-25 15:47:35 +01:00
Vsevolod Stakhov
35bebde01f [Minor] Create local dirs in packages 2016-07-25 13:07:59 +01:00
Vsevolod Stakhov
401e5b9b11 [Minor] Enable jemalloc for debian builds 2016-04-11 11:26:44 +01:00
Vsevolod Stakhov
16f7461d83 [Minor] Explicitly set ENABLE_LUAJIT in debian rules 2016-03-08 17:33:39 +00:00
Vsevolod Stakhov
40d4ca2966 Add manpages 2016-02-08 15:46:55 +00:00
Vsevolod Stakhov
8766fba694 Switch the rest to apache 2 2016-02-04 09:37:21 +00:00
Vsevolod Stakhov
869af99b49 Disable reload command in rc scripts 2016-01-28 15:12:37 +00:00
Vsevolod Stakhov
c14870dd22 Remove hiredis from depends 2016-01-11 16:34:34 +00:00
Vsevolod Stakhov
4fc834d623 Embed hiredis as it is broken literally everywhere 2016-01-11 16:04:50 +00:00
Vsevolod Stakhov
2e41b2e8cc Add another override to fix packaging 2016-01-01 17:38:09 +00:00
Vsevolod Stakhov
2c66cc1be0 Another try to fix debug packages 2016-01-01 16:23:38 +00:00
Vsevolod Stakhov
4eb2317f5c Add debuginfo package 2015-12-31 18:04:17 +00:00
Vsevolod Stakhov
fa1a67a410 Create dbdir for rspamd in debian package 2015-12-17 18:28:56 +00:00
Vsevolod Stakhov
7ea334cd83 Add libmagic dependency 2015-11-12 14:36:48 +00:00
Andrew Lewis
010a0230e6 Fix path to rspamadm in Debian init script 2015-10-14 22:48:41 +02:00
Vsevolod Stakhov
0de0656c3e Fix rc scripts 2015-10-14 14:51:22 +01:00
Vsevolod Stakhov
10328550c1 Update copyright notices. 2015-10-05 14:52:59 +01:00
Vsevolod Stakhov
ac8c91c01b
Release 1.0.2
* Fix critical bug in webui that prevents password from being sent
* Rework webui view:
	- Switch to d3.js for graphs
	- Improve piechart look
	- Rework colors for piechart
	- Fix layout for symbols
	- Fix refresh button
* Add descriptions for whitelist maps
* Fix build on arm (#379)
* Fix issue with the last element in the radix trie
* Add more tests for radix trie algorithm
* Allow to extract URLs from query strings of other URLs (#361)
* Initialize rrd fields before writing to file
* Fix double free if no password has been specified

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
2015-09-23 17:26:52 +01:00
Vsevolod Stakhov
1fb5069a2a
Release 1.0.1
* Add writing to rrd from the controller
* Fixed lots of bugs in rrd code
* Adopt new DNS API in hfilter plugin (by @AlexeySa)
* Allow only one controller process to manage rrd file
* Set event base for fuzzy calls
* Improve fuzzy IO errors logging
* Add rra extraction function to rrd library
* Add graph handler to the controller
* Cache correct passwords to avoid too high CPU usage when working with webui
* Controller sockets are owned by router do not export them to task
* Optimize logging by skipping hash table search if it's empty
* Fix loading issue whith broken statfiles
* Print assertions from glib to rspamd logger
* Load legacy `lua/rspamd.local.lua`
* Update webui with some fixes to learning and scanning

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
2015-09-22 16:53:20 +01:00
Vsevolod Stakhov
1cdd82879e Update linux build specs. 2015-09-17 15:23:26 +01:00
Mikhail Gusarov
7748fc767b Update changelog 2015-05-20 18:37:14 +00:00
Mikhail Gusarov
39f4376780 Restrict luajit B-D to architectures it is available 2015-05-20 18:35:44 +00:00
Vsevolod Stakhov
3e91739b5c Release 0.9.3
* Revert incorrect regexp change that broke the default rules
* Fix lua_tcp module

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
2015-05-19 17:20:19 +01:00
Mikhail Gusarov
17bc32beba Update changelog 2015-05-18 17:24:56 +00:00
Mikhail Gusarov
4e06f9ec00 Use lua 5.1 if luajit is not available (Arm64, PowerPC, s390x etc) 2015-05-18 17:24:35 +00:00
Mikhail Gusarov
4480828ebc Require fixed version of libhiredis to drop workaround 2015-05-18 17:24:35 +00:00
Mikhail Gusarov
88c0c6a6e6 Update changelog 2015-05-18 17:24:35 +00:00
Vsevolod Stakhov
87120745fe Release 0.9.1.
* Restore utf8 validation for regular expressions to avoid crashes
* Fix symbols displaying in the interface
* Add symbol groups to the interface
* Fix maps ID parsing in the controller
* Add multimap and regexp modules documentation
* Backport fixes from libucl
* Fix debian package (by @dottedmag)
* Rework XXH32 invocations

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
2015-05-17 16:24:08 +01:00
Mikhail Gusarov
4ae261b2cf Update changelog 2015-05-16 23:51:00 +00:00
Mikhail Gusarov
c4168abae4 Update debian/copyright 2015-05-16 23:51:00 +00:00
Mikhail Gusarov
b9cc9d2ffb Restart rspamd on upgrade, stop on removal 2015-05-16 23:51:00 +00:00
Vsevolod Stakhov
918e08f278 Fix debian copyright and rules. 2015-05-06 10:57:05 +01:00
Vsevolod Stakhov
faf96d9f2a Update copyright. 2015-04-28 16:52:13 +01:00
Vsevolod Stakhov
169d2260db Fix private library dir. 2015-04-28 11:43:54 +01:00
Andrew Lewis
2dd92a6637 Remove upstart job from Debian package (because it's breaking stuff) 2015-03-19 18:15:34 +02:00
Vsevolod Stakhov
8c7f8e2283 Merge pull request #229 from fatalbanana/master
Fix finding headers from luajit
2015-03-19 10:53:09 +00:00