Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Releases: nefelim4ag/Ananicy

Move bash -> python

17 Apr 12:59
Compare
Choose a tag to compare
Move bash -> python Pre-release
Pre-release

Ananicy rewritten from scratch on Python3 for name of the great justice (joke).

That will give ananicy more flexibility also dramatically reduce CPU usage (with slightly increase in mem).

I drop pgrep usage.
For now ananicy will apply rule to pid,
if basename of running process is equal to "NAME=" in rule.

So:

  • PGREP_ARGS - will be dropped.
  • Some rules will not work, and must be ported to 2.X
  • Some rules really depends on apply of regex on process cmdline,
    currently that not supported.

2.0.0 will be released, when it was ready.

New rules/Code fixes

14 Feb 22:03
Compare
Choose a tag to compare
Update debian package info

Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>

Rebalance sleep times for rare/often rule sets + Update rules

03 Jan 11:13
Compare
Choose a tag to compare
Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>

Many rules updates/fixes

21 Dec 19:28
Compare
Choose a tag to compare
Update: _steam.rules, add PGREP_ARGS to Planetary Annihilation

Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>

Split rules in run time to rare/often

15 Dec 23:22
Compare
Choose a tag to compare

All loaded rules will reside in two dirs: RULES_CACHE_OFTEN & RULES_CACHE_RARE

If rule match something, rule stored at: RULES_CACHE_OFTEN
If rule not match something, rules move at RULES_CACHE_RARE

RULES_CACHE_RARE - checked in 5 times less often.

Use hash of NAME regex instead NAME directly to cache rules

14 Nov 22:16
Compare
Choose a tag to compare
Added: Robocraft to Steam games

Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>

New rules added

12 Nov 00:01
3b91644
Compare
Choose a tag to compare
Merge pull request #46 from Nightbane112/master

New rules to add into ananicy

Added: ananicy.rules

14 May 04:03
Compare
Choose a tag to compare
Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>

Fix dump command

14 May 03:29
Compare
Choose a tag to compare
Cleanups

Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>

Internal changes

13 May 23:00
Compare
Choose a tag to compare
  • Add support to INFO_MSG_PARSE_ENABLED: 5c9338a
  • Remove: CPUQuota & TimeoutSec as it cause problems with start up: c5645de