| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Identify maps by id.
Initialize secure random numbers using openssl.
Add description to maps.
|
|
|
|
| |
* Add support of simple maps like '/path/to/file' as it seems to be more comfortable than 'file:///...'
|
|
|
|
|
| |
Add apache license for regexp that were delivered from SpamAssassin project.
Fix debian/copyright for src/dns.c.
|
| |
|
|
|
|
| |
Another try to fix threading.
|
|
|
|
|
|
|
|
| |
- Removed legacy limitation of worker's types;
- Using GQuarks to identify workers and modules;
- Remove modules.sh script;
- Add a common system of workers and modules;
- Write management and configuration for new architecture.
|
| |
|
|
|
|
| |
Fix problems found by static analyzing.
|
|
|
|
|
| |
Fix coredumps while closing log file.
Fix parsing of chunked HTTP replies.
|
|
|
|
|
|
|
|
|
|
| |
- add librspamdserver
- link this library to all daemons and utils of rspamd
- use subdirectories more often
* Rework global variables logic - move them to the main process
* Fix logging to handle utf-8 correctly
* Add statshow utility and make it working
* Move printf functions to separate source file
|
|
|
|
| |
* Add ability to output colored messages for file and console loggers
|
|
|
|
| |
* Add ability to manage per-module, per-worker and per-classifier options in XML parser
|
| |
|
|
|
|
|
|
| |
more safe)
Allow only ASCII symbols in logs, escape control chars
|
|
|
|
|
| |
Now all comments in commit logs beginning with '*' would be included in changelog, so
important changes would be separated from small ones.
|
|
|
|
| |
* Fix output of log line
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* Each part in rspamd task now can have parent part
* Check for parts distance only for multipart/alternative subparts
* Do not check attachements even if they are text (but attached as file)
* Do not die if write (2) returned ENOSPACE while doing logging, turn on throttling mode instead (1 write try in a second)
* Add ability to turn on debug for specific symbols
* Add ability to configure dns timeouts and dns retransmits in config file
|
|
|
|
| |
* Add reopenlog method to FreeBSD rc script
|
|
|
|
|
| |
* Write queue id to log
* Remove test messages from cmake
|
| |
|
|
|
|
| |
* Fix issues with smtp worker
|
|
|
|
|
| |
* Fix tanhl detection for platforms that have not implementation of it
* Remove several compile warnings
|
| |
|
|
|
|
|
|
|
| |
- do not write many repeated messages to log
- add process name to log line
* Small fixes to FreeBSD port and to start script as we have xml version now
* Reconfig modules while rereading config file
|
|
- independent and customizeable buffering
- line buffering
- errors handling support
- custom (ip based) debug
- append function name automaticaly (based on __FUNCTION__)
- add some logic to logs system
|