Andrey Kunitsyn
Andrey Kunitsyn
Hello Openfire 4.9.2 Monitoring Plugin 2.6.1 According to standard https://xmpp.org/extensions/xep-0313.html#archives_id ``` Call me but love, and I'll be new baptized; Henceforth I never will be Romeo. ``` Server MUST add...
Hello Please implement bridge from email to p2p with help of postfix https://www.postfix.org/postconf.5.html#mailbox_command To receive ordinary emails `[email protected]` and translate them inside p2p network to address `aaa...bbb@eppie`
Hello Please implement analog (or fork) of [fetchmail](https://www.fetchmail.info/) which will receive messages from p2p network and put them locally via LDA or LMTP
I believe path to RRD data should be configurable `/var/www/html/backend/datasources/data` It's important for docker installations. Restarting container cause regeneration of all RRDs, that may take a lot of time (hours).
Hello It would be convenient to see what is the service behind port number. I think in brackets would be good. Like `22(ssh)` `53(dns)` There is a function in PHP...
Hello Please implement function of team creation https://docs.gitea.com/api/#tag/organization/operation/orgCreateTeam All functions to work with Teams are present but this is missed Thank you
Hello Here is a code example ```python fs.require("date") fs.require("relational") fs.require("vacation") conditions = [ ("currentdate", ":zone", "+0500", ":value", "ge", "date", "2026-01-01"), ("currentdate", ":zone", "+0500", ":value", "le", "date", "2026-01-31") ] actions =...