Commit Graph

43 Commits

Author SHA1 Message Date
Franco Fichtner ffcd201992 Framework: mark obsolete plugins in list 2022-05-10 09:59:20 +02:00
Franco Fichtner 10b235e3d8 Framework: use -v rather than -V for full expansion 2021-02-24 10:23:02 +01:00
Franco Fichtner 4ab914ceaf Framework: add revision bump helper and fix a typo 2021-02-15 09:54:11 +01:00
Franco Fichtner 8acfa41254 Framework: do not hardcode CATEGORIES 2021-02-01 13:46:22 +01:00
Franco Fichtner b10ffbaceb Framework: small output for directory change 2020-04-15 20:11:02 +02:00
Franco Fichtner f00eba92f1 Framework: annotate development-only plugins
PR: https://forum.opnsense.org/index.php?topic=10177.0
2020-04-06 14:51:49 +02:00
Franco Fichtner e72efeead1 Framework: allow diff and mfc targets for subdirs 2020-02-28 10:22:17 +01:00
Franco Fichtner d3ce811139 Framework: support inline built-time replacement
Use Sunny Valley vendor plugin to showcase the implementation.

PR://github.com/opnsense/plugins/pull/1693
2020-02-12 13:06:17 +01:00
Franco Fichtner 1c7203f633 Framework: 20.1 is now stable 2020-01-31 11:18:34 +01:00
Franco Fichtner 4bc92be30d make: composite sync target 2019-11-16 09:45:35 +01:00
Franco Fichtner 3a63ae5fe5 make: finally add "make list-fix" 2019-11-16 06:49:07 +01:00
Franco Fichtner 93c4acce98 Framework: switch to 20.1 development track 2019-07-14 17:51:16 +02:00
Franco Fichtner 5c70309ab2 README: sync 2019-07-10 07:52:49 +02:00
Franco Fichtner c48caba652 plugins: switch ABI 2019-01-23 22:44:15 +01:00
Franco Fichtner ce33526b38 make: mfc files and dirs as well 2019-01-04 09:19:18 +01:00
Franco Fichtner 3730d4a088 make: allow diff argument
E.g.:

    # make diff-dns/dyndns
2018-09-21 08:27:14 +02:00
Franco Fichtner 3fc2e88312 make: add diff and mfc targets 2018-09-16 13:58:41 +02:00
Franco Fichtner ee900ac77a Framework: provide test and style-python targets 2018-04-06 05:30:17 +00:00
Franco Fichtner d80bdc507d misc/theme-rebellion: post-op care 2018-01-18 11:28:47 +01:00
Franco Fichtner badb1430ee Framework: add/update copyrights 2018-01-03 06:36:15 +00:00
Franco Fichtner e1e70b41d9 benchmarks/iperf: better place, minor adjustments 2017-12-02 21:42:56 +01:00
Franco Fichtner 177c9b6303 make: the alpahabet is hard... 2017-11-19 09:01:12 +01:00
Fabian Franz, BSc b8ca2c76d1 net/redis: add Redis Server (#371)
* add redis
* add general to model
* temlate: add slowlog etc.
* form seem ok
* improve menu style
* add service controller
* select picker: bootstrap style
* copy pkg-descr from ports tree
* mv redis to db
* add category databases and update readme
2017-11-15 18:33:49 +01:00
Franco Fichtner 55dd1f8387 README: fix sort and sort order...
alphabethically almost works as net-mgmt/ sorts above net/, a little
weird but ok.
2017-10-30 21:06:57 +01:00
Fabian Franz, BSc 83dd4a7868 mail/rspamd: Mail Protection (#332)
* Init Antispam

* init menu structure

* add the right icon

* add some stuff to the form

* add form elements

* remove postfix from package

* add some values to model

* add rate limit

* add some av stuff

* add surbl

* add options in dkim

* rename package

* models: rename package to Rspamd

* rename

* Makefile: rename to rspamd

* add service stubs

* some fixes

* fix input type of enabled

* add some service files

* move directory; add configd actions

* add av to templates

* add some templates; improve error messages

* add spamtrap

* fix bug

* add surbl

* add graylist; phishing

* add mx_check and ratelimit

* cleaning

* mark as devel

* add pkg description from parent port

* mv security/rspamd mail/rspamd; update Makefile; update Readme.md

* use service name in menu

* reorder categories in makefile

* update makefile: make os-clamav optional

* add clamav plugin missing warning

* add missing field to spamtrap
2017-10-30 20:29:54 +01:00