aurweb 4.0.0-rc6 will be released soon and I do not expect any further patches (apart from bug fixes). For 4.1.0, our plan is to improve comments and notifications [1]. This is an RFC that converts all notification code to a Python script that can be extended easily later. You can also find this on the post-4.0.0 branch. [1] https://bugs.archlinux.org/task/42343?project=2&due%5B0%5D=140 Lukas Fleischer (2): Port notification routines to Python notify: Reword notification emails conf/config.proto | 5 + scripts/notify.py | 257 +++++++++++++++++++++++++++++++++++++++++++ web/html/passreset.php | 9 +- web/lib/acctfuncs.inc.php | 72 +++++++----- web/lib/pkgbasefuncs.inc.php | 106 ++---------------- web/lib/pkgreqfuncs.inc.php | 114 ++----------------- 6 files changed, 322 insertions(+), 241 deletions(-) create mode 100755 scripts/notify.py -- 2.4.4