Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.prosodyctl.check: Parameterize replacement instructions | Kim Alvefur | 2022-01-08 | 1 | -11/+25 |
| | | | | | This ought to make it easier to translate in the future. And easier to reword, now! | ||||
* | util.prosodyctl.check: Move word to ease future translations | Kim Alvefur | 2022-01-08 | 1 | -13/+13 |
| | | | | | | | | | | | Recent experience with translations in the context of Snikket highlighted that sentences spread across concatenated strings like this makes the experience less than pleasant for translators. We don't have translation yet, but it is a future goal and why not? The duplication can be solved with a parameterized function for the common cases. | ||||
* | util.prosodyctl.check: Use same wording about 'daemonize' and 'no_daemonize' | Kim Alvefur | 2022-01-08 | 1 | -1/+1 |
| | | | | Why would they use different wording? | ||||
* | mod_bookmarks: Add option for disabling upgrade of legacy bookmarks | Kim Alvefur | 2022-01-08 | 1 | -1/+3 |
| | | | | | Might be nice to reduce amount of things happening on connect once all users has upgraded | ||||
* | mod_bookmarks: Unhook PEP service objects on removal from cache | Kim Alvefur | 2022-01-08 | 1 | -1/+4 |
| | | | | See 1dc00ca6ee9d | ||||
* | util.pposix: Use mallinfo2() on glibc 2.33, fix #1649 | Kim Alvefur | 2022-01-06 | 1 | -5/+12 |
| | |||||
* | util.pubsub: Fix item store resize to "max" | Kim Alvefur | 2022-01-06 | 4 | -1/+28 |
| | | | | | Previously this would end up passing the "max" directly to the underlying storage. | ||||
* | mod_bookmarks: Override the node configuration if it was wrong | Emmanuel Gil Peyrot | 2022-01-06 | 1 | -0/+20 |
| | |||||
* | mod_invites: Comment on module loading for HTTP invite URLs | Kim Alvefur | 2022-01-05 | 1 | -0/+1 |
| | |||||
* | core.certmanager: Disable DANE name checks (not needed for XMPP) | Kim Alvefur | 2021-09-16 | 1 | -1/+1 |
| | | | | | | | Pending https://github.com/brunoos/luasec/pull/179 Should not be done globally, but rather only for s2sout, but that would have to be in mod_tls then. | ||||
* | mod_bookmarks: Remove compatibility with 0.11 | Emmanuel Gil Peyrot | 2022-01-04 | 1 | -6/+0 |
| | |||||
* | mod_bookmarks: Import mod_bookmarks2 from prosody-modules @ ad7767a9f3ea | Emmanuel Gil Peyrot | 2022-01-04 | 3 | -0/+417 |
| | |||||
* | util.dependencies: Enable warning about missing lua-unbound | Kim Alvefur | 2022-01-05 | 1 | -3/+2 |
| | | | | Packages exists now. | ||||
* | core.modulemanager: Remove compat for mod_console rename in 0.8 | Kim Alvefur | 2022-01-05 | 1 | -7/+0 |
| | | | | | Should no longer be needed, especially since mod_admin_telnet morphed into mod_admin_shell and mod_admin_socket | ||||
* | mod_invites_adhoc: Import from prosody-modules@5001104f0275 | Kim Alvefur | 2022-01-05 | 2 | -0/+127 |
| | |||||
* | mod_invites_register: Import from prosody-modules@797b51043767 | Kim Alvefur | 2021-12-29 | 3 | -0/+177 |
| | |||||
* | mod_invites: Silence luacheck warning | Kim Alvefur | 2022-01-05 | 1 | -1/+1 |
| | |||||
* | mod_invites: Import from prosdy-modules@5fc306239db3 | Kim Alvefur | 2021-12-27 | 2 | -0/+340 |
| | |||||
* | util.stanza: Cover :find method in tests | Kim Alvefur | 2021-12-31 | 1 | -0/+12 |
| | | | | This method is a bit complex so good to have some test coverage | ||||
* | util.stanza: Remove dead code | Kim Alvefur | 2021-12-31 | 1 | -5/+0 |
| | | | | | These cases are caught by `check_text(v, ..)` above. Those errors do not contain the attribute however, which would have been nice. | ||||
* | util.stanza: Increase test coverage to cover validation errors | Kim Alvefur | 2021-12-31 | 1 | -0/+25 |
| | |||||
* | util.stanza: Make type error message consistent with others | Kim Alvefur | 2021-12-31 | 1 | -1/+1 |
| | |||||
* | mod_smacks: Log error to silence luacheck | Kim Alvefur | 2021-12-31 | 1 | -0/+2 |
| | |||||
* | mod_smacks: Limit "old" session resumption counters | Kim Alvefur | 2021-12-31 | 1 | -0/+19 |
| | | | | | | Doing this when creating a whole new session seems reasonable because it is already expensive and this is when it may be adding to the old session store, while a successful resumption should be plus-minus zero. | ||||
* | mod_smacks: Record timestamp with persisted counters | Kim Alvefur | 2021-12-31 | 1 | -2/+4 |
| | | | | | For future cleanup routine when people inevitably complain about this data being stored there forever | ||||
* | util_datamapper: Fix typo in unit tests | Kim Alvefur | 2021-12-29 | 1 | -1/+1 |
| | |||||
* | util.datamapper: Add support for $ref pointers | Kim Alvefur | 2021-12-29 | 3 | -40/+81 |
| | | | | Allows reuse of repetitive definitions in schemas. | ||||
* | util.jsonschema: Add support for $ref pointers | Kim Alvefur | 2021-12-29 | 2 | -44/+70 |
| | |||||
* | util.jsonpointer: Resolve JSON Pointers per RFC 6901 | Kim Alvefur | 2021-12-29 | 3 | -1/+87 |
| | |||||
* | make: Add target for rebuilding from Teal sources | Kim Alvefur | 2021-12-29 | 1 | -0/+2 |
| | |||||
* | net.resolvers: Report DNSSEC validation errors instead of NoError | Kim Alvefur | 2021-12-28 | 2 | -3/+13 |
| | | | | Thanks Martin bringing this case to attention | ||||
* | mod_auth_internal_hashed: Up iteration count to 10000 per XEP-0438 | Kim Alvefur | 2021-12-26 | 3 | -2/+9 |
| | | | | | | | | More security for less pain than switching to SCRAM-SHA-256 The XEP will likely be change to reference the RFC that will probably come from draft-ietf-kitten-password-storage once it is ready, and then we should update to follow that. | ||||
* | mod_auth_internal_hashed: Make SCRAM iteration count configurable | Kim Alvefur | 2021-12-26 | 1 | -1/+1 |
| | |||||
* | mod_admin_shell: Log creation of incoming s2s connections during ping | Kim Alvefur | 2021-12-27 | 1 | -0/+2 |
| | | | | | The 's2s-created' fires just after accepting the TCP connection, before the addresses are known, so this can have some false positives. | ||||
* | mod_smacks: sprinkle some metrics on it | Jonas Schäfer | 2021-12-27 | 1 | -2/+45 |
| | |||||
* | openmetrics/histograms: improve code clarity | Kim Alvefur | 2021-12-27 | 2 | -2/+2 |
| | | | | | If buckets thresholds are to be taken as "less than or equal to", then using the less than or equal to operator seems sensible. | ||||
* | openmetrics/histograms: fix incorrect condition for bucketing | Jonas Schäfer | 2021-12-26 | 2 | -2/+2 |
| | | | | | | The buckets thresholds are to be taken as "less than or equal to". The condition as written in the code did only "less than", not "less than or equal to". That's fixed now. | ||||
* | mod_admin_shell: Print s2s related events while waiting for ping | Kim Alvefur | 2021-12-26 | 1 | -1/+28 |
| | | | | Gives a better idea of what's taking time. | ||||
* | util.xml: Use variable instead of constant for consistency (thanks Thijs) | Matthew Wild | 2021-12-26 | 1 | -1/+1 |
| | |||||
* | core.certmanager: Add curveslist to 'old' Mozilla TLS preset | Kim Alvefur | 2021-12-26 | 1 | -1/+2 |
| | | | | | | | Unsure if this was overlooked before or a recent addition. Reproduced the data from JSON file available. Would be nice to have a tool that does that. | ||||
* | util.prosodyctl.check: Remove obsolete settings from known globals | Kim Alvefur | 2021-12-25 | 1 | -2/+0 |
| | |||||
* | util.prosodyctl.check: Add some more obsolete settings | Kim Alvefur | 2021-12-25 | 1 | -0/+6 |
| | |||||
* | mod_tombstones: Add some future TODOs | Kim Alvefur | 2021-12-23 | 1 | -0/+4 |
| | |||||
* | mod_tombstones: Add a very basic test case | Kim Alvefur | 2021-12-23 | 2 | -0/+41 |
| | |||||
* | mod_tombstones: Remember deleted accounts #1307 | Kim Alvefur | 2021-12-23 | 2 | -0/+76 |
| | | | | | | | | | Presence subscriptions are normally revoked on account deletion, which informs the contact. Sometimes this notification gets lost e.g. due to s2s problems. The accounts JID may also be present e.g. in MUC affiliations, chat group member lists, pubsub subscriptions or other systems. These may grant privileges which would fall to someone who creates the same account again, which this module is meant to prevent. | ||||
* | mod_smacks: Compact code using new stanza API | Kim Alvefur | 2021-12-22 | 1 | -9/+2 |
| | |||||
* | mod_http: Clean up redirects handlers for wildcard on http module unload | Kim Alvefur | 2021-12-22 | 1 | -0/+7 |
| | | | | | These would previously be left behind. Probably mostly harmless except for clogging up the `debug:events()` listing in the console. | ||||
* | mod_smacks: Use more compact resumption tokens | Kim Alvefur | 2021-12-22 | 1 | -2/+2 |
| | | | | | | UUID seems like insane overkill for something user-scoped and not security-sensitive. All that is needed is to avoid conflicts among what should be relatively long-lived sessions. | ||||
* | util.id: Add a 'tiny' variant | Kim Alvefur | 2021-12-02 | 1 | -0/+3 |
| | | | | | Conversations uses this for its randomized resources. Presumably fine and collision resistant enough when you have a few devices at most. | ||||
* | util.id: Adjust entropy levels, with rationales | Kim Alvefur | 2021-12-02 | 4 | -6/+17 |
| | | | | | Modules using ids for logging should not need the now pretty large medium one. |