Matthew Wild
65dff38bbb
mod_storage_xep0227: Allow overriding the input/output layer for XEP-0227 data
...
This can (and will) be used to support in-memory import/export functions.
2022-01-10 15:47:59 +00:00
Kim Alvefur
125249a322
mod_bookmarks: Skip migration of legacy data when empty
...
Should save some cycles and not log the debug message on every login.
2022-01-10 00:13:17 +01:00
Kim Alvefur
939e49685c
mod_bookmarks: Make sure legacy bookmarks node exists to hold access model
2022-01-10 00:11:36 +01:00
Kim Alvefur
8a53094a7d
mod_bookmarks: Broadcast notifications per XEP-0048 and XEP-0411
...
For compatibility with clients relying on the notifications
2022-01-09 18:42:22 +01:00
Kim Alvefur
d8c9ea741b
util.prosodyctl.cert: Fix boolean logic bug
...
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.
2022-01-09 21:47:04 +01:00
Kim Alvefur
3854d0c090
migrator: Support pubsub and pep as a special-case
...
This sorta overloads the type suffix but PEP is used for enough stuff
to justify this hack
2022-01-09 18:52:58 +01:00
Kim Alvefur
f04a5512a7
migrator: Enhance logging
2022-01-09 16:35:43 +01:00
Kim Alvefur
b21bc2b374
migrator: Add option to keep going despite errors
2022-01-09 16:08:15 +01:00
Kim Alvefur
07c3f35ab8
migrator: Also migrate host/non-user archive data
...
Needed for things like mod_http_file_share
2022-01-09 15:52:50 +01:00
Kim Alvefur
e9b2be9e44
migrator: Refactor out individual item migrator for code deduplication
2022-01-09 15:50:21 +01:00
Kim Alvefur
25a9fd3fdd
migrator: Include --options in usage info
2022-01-09 16:15:21 +01:00
Kim Alvefur
bf60d226b8
migrator: Reuse earlier usage text
2022-01-09 15:57:59 +01:00
Kim Alvefur
6852806c10
migrator: Customise cli argument parsing (--help, --verbose)
...
Previously -v etc would do nothing and --config without argument would
not have worked correctly.
2022-01-09 15:19:55 +01:00
Kim Alvefur
552af220f4
util.startup: Allow supplying an argument parsing settings
...
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.
2022-01-09 15:16:09 +01:00
Kim Alvefur
2cb9d62b2b
util.prosodyctl.check: Parameterize replacement instructions
...
This ought to make it easier to translate in the future.
And easier to reword, now!
2022-01-08 18:02:32 +01:00
Kim Alvefur
540364a054
util.prosodyctl.check: Move word to ease future translations
...
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.
2022-01-08 17:01:10 +01:00
Kim Alvefur
a0dbd1fc24
util.prosodyctl.check: Use same wording about 'daemonize' and 'no_daemonize'
...
Why would they use different wording?
2022-01-08 22:55:49 +01:00
Kim Alvefur
475ab4aed2
mod_bookmarks: Add option for disabling upgrade of legacy bookmarks
...
Might be nice to reduce amount of things happening on connect once
all users has upgraded
2022-01-08 00:32:33 +01:00
Kim Alvefur
1fa49be063
mod_bookmarks: Unhook PEP service objects on removal from cache
...
See 1dc00ca6ee9d
2022-01-08 00:30:26 +01:00
Kim Alvefur
d3bd9f9be5
util.pposix: Use mallinfo2() on glibc 2.33, fix #1649
2022-01-06 18:56:06 +01:00
Kim Alvefur
8a97d634a4
util.pubsub: Fix item store resize to "max"
...
Previously this would end up passing the "max" directly to the
underlying storage.
2022-01-06 01:18:35 +01:00
Emmanuel Gil Peyrot
b5b67241e0
mod_bookmarks: Override the node configuration if it was wrong
2022-01-06 00:59:40 +01:00
Kim Alvefur
f1dd97cb9c
mod_invites: Comment on module loading for HTTP invite URLs
2022-01-05 22:37:42 +01:00
Kim Alvefur
ca08584d74
mod_pep: Wipe pubsub service on user deletion
...
Data is already wiped from storage, but this ensures everything is
properly unsubscribed, possibly with notifications etc.
Clears recipient cache as well, since it is no longer relevant.
2021-11-04 01:00:06 +01:00
Kim Alvefur
db0e630ad7
mod_pep: Prevent creation of services for non-existent users
...
Using a dedicated service should give identical behavior, except for a
possible timing difference in the user existence lookup.
2021-11-04 00:55:59 +01:00
Kim Alvefur
4a89e829d4
mod_pep: Limit possible growth of node subscription info
2021-11-04 00:36:41 +01:00
Kim Alvefur
cc03265206
mod_pep: Limit possible growth of number of pubsub services
2021-11-04 00:35:44 +01:00
Kim Alvefur
a4491e8bd9
mod_pep: Don't pass pubsub services across reloads
...
Ensures configuration is refreshed, releases some memory.
2021-11-04 00:33:58 +01:00
Kim Alvefur
577c21a269
net.server_epoll: Process all queued events from epoll before timers
...
Should call timers less frequently when many sockets are waiting for
processing. May help under heavy load.
Requested by Ge0rG
Backport of 2bcd84123eba requested by Roi
2021-10-21 15:59:16 +02:00
Kim Alvefur
7ba9ee013c
util.startup: Correctly point out unknown short param ( fixes #1691 )
2021-10-12 14:53:45 +02:00
Kim Alvefur
cdea694e0d
Merge wayward 0.11.10 tag commit
2021-10-01 00:21:49 +02:00
Kim Alvefur
24111569bb
net.server_epoll: Add a hard deadline on shutdown to extra-fix #1670
...
Should ensure shutdown even if sockets somehow take a very long to get closed.
2021-09-20 14:38:08 +02:00
Kim Alvefur
6d5ff6d2be
net.server_epoll: Close sockets added after shutdown signal ( fixes #1670 )
...
This should ensure that sockets get closed even if they are added after
the quit signal. Otherwise they may keep the server alive.
2021-09-20 14:42:18 +02:00
Kim Alvefur
3b2c39901a
core.certmanager: Disable DANE name checks (not needed for XMPP)
...
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.
2021-09-16 09:52:51 +02:00
Emmanuel Gil Peyrot
91172308d6
mod_bookmarks: Remove compatibility with 0.11
2022-01-04 23:16:02 +01:00
Emmanuel Gil Peyrot
be16e27957
mod_bookmarks: Import mod_bookmarks2 from prosody-modules @ ad7767a9f3ea
2022-01-04 23:04:14 +01:00
Kim Alvefur
c43fbe25ec
util.dependencies: Enable warning about missing lua-unbound
...
Packages exists now.
2022-01-05 04:12:00 +01:00
Kim Alvefur
0736ecc63d
core.modulemanager: Remove compat for mod_console rename in 0.8
...
Should no longer be needed, especially since mod_admin_telnet morphed
into mod_admin_shell and mod_admin_socket
2022-01-05 04:04:45 +01:00
Kim Alvefur
1385404fee
mod_invites_adhoc: Import from prosody-modules@5001104f0275
2022-01-05 04:37:14 +01:00
Kim Alvefur
40c2fa85d2
mod_invites_register: Import from prosody-modules@797b51043767
2021-12-29 00:12:26 +01:00
Kim Alvefur
3cffb62920
mod_invites: Silence luacheck warning
2022-01-05 20:43:18 +01:00
Kim Alvefur
93578db96d
mod_invites: Import from prosdy-modules@5fc306239db3
2021-12-27 20:46:34 +01:00
Kim Alvefur
631d7b9003
util.stanza: Cover :find method in tests
...
This method is a bit complex so good to have some test coverage
2021-12-31 14:14:03 +01:00
Kim Alvefur
5ead4102de
util.stanza: Remove dead code
...
These cases are caught by `check_text(v, ..)` above. Those errors do not
contain the attribute however, which would have been nice.
2021-12-31 14:01:12 +01:00
Kim Alvefur
893de236f6
util.stanza: Increase test coverage to cover validation errors
2021-12-31 14:00:28 +01:00
Kim Alvefur
72be6f8229
util.stanza: Make type error message consistent with others
2021-12-31 13:52:11 +01:00
Kim Alvefur
64c385c9f7
mod_smacks: Log error to silence luacheck
2021-12-31 00:59:10 +01:00
Kim Alvefur
f017e61543
mod_smacks: Limit "old" session resumption counters
...
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.
2021-12-31 00:48:38 +01:00
Kim Alvefur
88da8ef1a0
mod_smacks: Record timestamp with persisted counters
...
For future cleanup routine when people inevitably complain about this
data being stored there forever
2021-12-31 00:18:13 +01:00
Kim Alvefur
6710420289
util_datamapper: Fix typo in unit tests
2021-12-29 18:03:26 +01:00