Commit graph

9920 commits

Author SHA1 Message Date
Kim Alvefur
2de7db5f8b mod_muc_mam: Fix traceback saving message from non-occupant (fixes #1497)
Caused by a plugin sending a message from the room itself.
2020-02-27 19:42:51 +01:00
Kim Alvefur
d8fda82e40 util.datamanager: Fix iterating over "users" (thanks marc0s)
The 'store' path componend used to be unescaped until 756a2a00e7e7 added
escaping to address issues with characters like '/' used in PEP, but
with a special case for '_' which was already in common use in 'store'
path components.

Missed adding this escaping here.
2020-02-24 23:16:08 +01:00
Kim Alvefur
6e53a3a601 mod_storage_sql: Move update limit check back one step, fixes traceback
0c00274528a4 moved it one step too far, so the check was performed
before connecting to the database instead of after.
2020-02-22 16:23:43 +01:00
Kim Alvefur
84e0c87b7e mod_storage_sql: Fix check for deletion limits (fixes #1494)
The check was only performed if sql_manage_tables was set to true (the default)
It should always be performed
2020-02-21 23:00:44 +01:00
Matthew Wild
ccc5516646 mod_muc: Allow control over the server-admins-are-room-owners feature (see #1174) 2020-02-13 14:27:12 +00:00
Kim Alvefur
1d1491c01b mod_admin_telnet: Create a DNS resolver per console session (fixes #1492)
This is now the common pattern, eg see mod_s2s.
2020-01-24 23:27:49 +01:00
Matthew Wild
2418c3fe43 mod_websocket: Fire event on session creation (thanks Aaron van Meerten) 2020-01-24 16:21:30 +00:00
Matthew Wild
75a1867ca5 prosodyctl: Fix some luacheck warnings 2020-01-23 21:59:13 +00:00
Matthew Wild
23470dd8de Log warning when using prosodyctl start/stop/restart 2020-01-23 21:43:36 +00:00
Kim Alvefur
1aab6254c2 Merge 2020-01-20 19:51:49 +01:00
Matthew Wild
54d05bb5ec Added tag 0.11.5 for changeset dbd60f473164 2020-01-19 16:09:16 +00:00
Matthew Wild
73355a4f31 util.startup: Ensure prosody.opts exists even when no options provided 2020-01-19 15:50:32 +00:00
Matthew Wild
0d5f5c9229 util.startup: Remove accidentally-committed debugging 2020-01-19 15:50:16 +00:00
Matthew Wild
704acb8b7a util.startup: Fix logic to make --config work again 2020-01-19 15:39:13 +00:00
Matthew Wild
4167f630b8 mod_posix: Support for command-line flags to override 'daemonize' config option
-D / --daemonize
-F / --no-daemonize
2020-01-19 15:28:09 +00:00
Matthew Wild
e52171b0cd prosody/util.startup: Switch to parse_args() for --root and --config 2020-01-19 15:27:16 +00:00
Matthew Wild
ec3865fa9d util.startup: Add startup step for parsing command-line options 2020-01-19 15:26:22 +00:00
Kim Alvefur
ca542dc378 Added tag 0.11.4 for changeset 10d6d0d91f4e 2020-01-06 18:02:16 +01:00
Kim Alvefur
eb7a71a645 mod_websocket: Clear mask bit when reflecting ping frames (fixes #1484) 2020-01-02 10:49:37 +01:00
Kim Alvefur
941b35fe8a prosodyctl: Print a blank line to improve spacing and readability 2019-12-31 02:50:25 +01:00
Kim Alvefur
a7809d953e prosodyctl check: Warn about conflict between mod_pep and mod_pep_simple
Related #1483
2019-12-31 02:48:49 +01:00
Kim Alvefur
bb3d150756 core.rostermanager: Cache rosters of offline users for faster access (fixes #1233)
(grafted from 42a3e3a2824822cef7640ac56d182c59bdd4224e)
2018-12-16 02:56:11 +01:00
Kim Alvefur
9beff3d274 mod_mam: Fix rebase mistake [luacheck]
The 'err' was there in trunk
2019-12-24 01:01:05 +01:00
Kim Alvefur
a4e705c122 mod_muc_mam: Fix rebase mistake [luacheck]
The 'err' was there in trunk
2019-12-24 01:00:35 +01:00
Kim Alvefur
575cd4c57d mod_muc_mam: Schedule cleanup again on failure 2019-12-24 00:26:40 +01:00
Kim Alvefur
9482392517 mod_muc_mam: Log error when unable to delete old messages (fix #1481) [luacheck] 2019-12-24 00:26:37 +01:00
Kim Alvefur
b10527f724 mod_muc_mam: Log error when unable to store stanza (fix #1480) [luacheck] 2019-12-23 23:32:49 +01:00
Kim Alvefur
c37b1cc072 mod_mam: Schedule cleanup again if unable to delete messages 2019-12-24 00:27:44 +01:00
Kim Alvefur
669ca29966 mod_mam: Log error when unable to delete old messages (fix #1479) [luacheck] 2019-12-24 00:27:41 +01:00
Kim Alvefur
a74a87fb30 mod_mam: Log error when unable to store stanza (fix #1478)
Unclear what else to do here.

Caught by luacheck
2019-12-23 23:18:39 +01:00
Kim Alvefur
d464d7edb1 mod_auth_internal_hashed: Pass on errors from password hash function (fixes #1477) 2019-12-23 22:42:39 +01:00
Kim Alvefur
faa6cbefaf mod_pep: Handle presence subscriptions in filter (fixes #1372)
Take two on 045209b41b3a
2019-06-10 13:57:09 +02:00
Kim Alvefur
f6592c459e util.pubsub: Pass subscribers trough a filter callback 2019-06-06 18:13:46 +02:00
Kim Alvefur
9be2ed1c4b util.pubsub: Factor out calling of broadcaster
This will simplify doing things along with broadcasting.
2019-06-06 17:37:15 +02:00
Kim Alvefur
c3581958f7 net.resolvers.basic: Normalise IP literals, ensures net.server is happy 2019-11-24 04:41:07 +01:00
Kim Alvefur
9c9722935a net.resolvers.basic: Fix resolution of IPv6 literals (in brackets) (fixes #1459) 2019-11-24 04:26:44 +01:00
Kim Alvefur
7c056be161 net.resolvers.basic: Move IP literal check to constructor
This is to prepare for fixing #1459. An IPv6 literal in [ ] brackets
does not pass IDNA and resolving it fails there.
2019-11-24 04:23:51 +01:00
Kim Alvefur
7ac5e467ba core.modulemanager: Disable mod_vcard if mod_vcard_legacy is enabled to prevent conflict (#1469) 2019-11-23 23:11:03 +01:00
Kim Alvefur
290f928559 prosodyctl check: Warn about conflict between mod_vcard and mod_vcard_legacy (#1469) 2019-11-23 23:10:39 +01:00
Kim Alvefur
ebba190657 MUC: Keep role across nickname change (fixes #1466) 2019-11-23 01:05:28 +01:00
Kim Alvefur
c4c38d2f01 util.pposix: Avoid overflow of malloc info at 2GB (fixes #1445 until 4GB) 2019-11-16 16:45:33 +01:00
Kim Alvefur
2a8b031b75 net.resolvers: Fix traceback from hostname failing IDNA
Related to #1426
2019-11-08 00:54:56 +01:00
Kim Alvefur
91156ab5d9 util.startup: Ensure prosody.paths are absolute (see #1430)
Normally these paths are injected into the installed 'prosody'
executable as absolute paths, but it is possible to override at least
the config path via environment variable or command line argument. This
makes sure a path relative to pwd stays relative to that instead of the
data directory.
2019-11-04 00:29:49 +01:00
Kim Alvefur
5e4bc6299b util.startup: Update config path (fixes #1430) 2019-11-03 22:19:09 +01:00
Kim Alvefur
9c2a74d09c net.resolvers: Abort on hostnames not passing IDNA validation
Prevents error on trying to use nil.

Needs better error reporting in the future.
2019-11-02 19:36:19 +01:00
Kim Alvefur
ba431b5efc net.resolvers: Apply IDNA conversion to ascii for DNS lookups (fixes #1426) 2019-11-02 19:24:26 +01:00
Kim Alvefur
9bd711b194 util.interpolation: Support unescaped variables with more modifiers (fixes #1452)
Tests will be added in trunk.
2019-10-20 20:52:14 +02:00
Kim Alvefur
e48914fdd7 MUC: Don't advertise registration feature on host JID (fixes #1451)
There is currently no mention in XEP-0045 of how or where to advertise
support for registration.

Advertising on the host JID may be confusable with service-wide
registration, as implemented in ejabberd.

A common and sensible pattern in XMPP is that a feature is advertised on
the JID where the service is available.
2019-10-20 01:20:11 +02:00
Matthew Wild
0007aa04f1 mod_mam: Add flag to session when it performs a MAM query 2019-10-03 16:38:15 +01:00
Kim Alvefur
23b4bd4c53 MUC: Strip tags with MUC-related namespaces from private messages (fixes #1427)
Prevents duplication since it adds another <{muc#user}x> here
2019-09-29 20:48:00 +02:00