Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | mod_storage_xep0227: Ignore luacheck warning | Matthew Wild | 2022-01-10 | 1 | -1/+1 | |
| | | ||||||
* | | mod_storage_xep0227: Support for exporting nodes with no stored configuration | Matthew Wild | 2022-01-10 | 1 | -0/+3 | |
| | | ||||||
* | | mod_storage_xep0227: Allow overriding the input/output layer for XEP-0227 data | Matthew Wild | 2022-01-10 | 1 | -27/+49 | |
| | | | | | | | | This can (and will) be used to support in-memory import/export functions. | |||||
* | | mod_bookmarks: Skip migration of legacy data when empty | Kim Alvefur | 2022-01-10 | 1 | -1/+1 | |
| | | | | | | | | Should save some cycles and not log the debug message on every login. | |||||
* | | mod_bookmarks: Make sure legacy bookmarks node exists to hold access model | Kim Alvefur | 2022-01-10 | 1 | -19/+28 | |
| | | ||||||
* | | mod_bookmarks: Broadcast notifications per XEP-0048 and XEP-0411 | Kim Alvefur | 2022-01-09 | 2 | -0/+43 | |
| | | | | | | | | For compatibility with clients relying on the notifications | |||||
* | | util.prosodyctl.cert: Fix boolean logic bug | Kim Alvefur | 2022-01-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | Boolean logic, never correct on the first try. We want to skip copying the same cert if it _has_ been imported already, not if it has not. | |||||
* | | migrator: Support pubsub and pep as a special-case | Kim Alvefur | 2022-01-09 | 2 | -10/+25 | |
| | | | | | | | | | | This sorta overloads the type suffix but PEP is used for enough stuff to justify this hack | |||||
* | | migrator: Enhance logging | Kim Alvefur | 2022-01-09 | 1 | -4/+11 | |
| | | ||||||
* | | migrator: Add option to keep going despite errors | Kim Alvefur | 2022-01-09 | 1 | -0/+14 | |
| | | ||||||
* | | migrator: Also migrate host/non-user archive data | Kim Alvefur | 2022-01-09 | 1 | -3/+2 | |
| | | | | | | | | Needed for things like mod_http_file_share | |||||
* | | migrator: Refactor out individual item migrator for code deduplication | Kim Alvefur | 2022-01-09 | 1 | -16/+18 | |
| | | ||||||
* | | migrator: Include --options in usage info | Kim Alvefur | 2022-01-09 | 1 | -1/+4 | |
| | | ||||||
* | | migrator: Reuse earlier usage text | Kim Alvefur | 2022-01-09 | 1 | -3/+7 | |
| | | ||||||
* | | migrator: Customise cli argument parsing (--help, --verbose) | Kim Alvefur | 2022-01-09 | 1 | -1/+8 | |
| | | | | | | | | | | Previously -v etc would do nothing and --config without argument would not have worked correctly. | |||||
* | | util.startup: Allow supplying an argument parsing settings | Kim Alvefur | 2022-01-09 | 1 | -2/+2 | |
| | | | | | | | | | | | | The 'prosody' global is not global this early so there was no way to override the process type field or argument parsing settings from outside, e.g. from the migrator. | |||||
* | | 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. |