Commit graph

4000 commits

Author SHA1 Message Date
Kim Alvefur
b246b00f85 mod_tls: Restore querying for certificates on s2s
The 'ssl_config' setting in the mod_s2s network service is not used.
Only direct TLS ports use this currently.
2019-03-11 13:07:59 +01:00
Kim Alvefur
9f65ce7189 core.certmanager: Do not ask for client certificates by default
Since it's mostly only mod_s2s that needs to request client
certificates it makes some sense to have mod_s2s ask for this, instead
of having eg mod_http ask to disable it.
2019-03-10 19:58:28 +01:00
Kim Alvefur
2326bed3c7 Merge 0.11->trunk 2019-03-04 13:46:09 +01:00
Kim Alvefur
9c9d32e7e6 mod_muc_mam: Validate that the FORM_TYPE of a query is as expected 2019-03-04 13:13:37 +01:00
Kim Alvefur
09a662026a mod_muc_mam: Add comment about the tricks done with the 'with' field 2019-03-04 12:58:20 +01:00
Kim Alvefur
2c8eecf7c2 mod_muc_mam: Move a comment to the line it describes 2019-03-04 12:57:42 +01:00
Kim Alvefur
dad8bb5fee mod_muc_mam: Strip the stanza 'to' attribute (fixes #1259) 2019-03-04 12:56:31 +01:00
Kim Alvefur
0f12a9df66 Merge 0.11->trunk 2019-03-02 22:26:30 +01:00
Kim Alvefur
7241f86668 mod_storage_memory: Generate ID using standard util (fixes #1326)
The previous method relied on tostring(table) returning the pointer address,
which might not be portable.
2019-03-02 22:26:01 +01:00
Kim Alvefur
07541082dc mod_storage_memory: Replace query function with one based on storage_internal (fixes #1322)
The :find method in storage_internal works and is easier to read and
understand. Future changes should be simpler to apply to both modules.
2019-02-27 10:20:38 +01:00
Kim Alvefur
4673e4897b mod_pubsub: Simplify configuration for node data (see #1302) 2019-02-22 07:33:23 +01:00
Kim Alvefur
e289d31177 mod_pep: Simplify configuration for node data (fixes #1320) 2019-02-22 07:35:44 +01:00
Matthew Wild
da3f688d79 MUC: Add error message to error bounces when not joined to room 2019-02-04 09:27:43 +00:00
Kim Alvefur
6d84bd44ba mod_pubsub: Support requests for multiple items (fixes #1305) 2019-01-28 01:41:42 +01:00
Kim Alvefur
d0d8bf9237 mod_vcard_legacy: Handle partial migration
Eg in case the user already published an avatar, migrate only the vcard,
and vice versa.
2019-01-26 13:32:26 +01:00
Kim Alvefur
1fe3e2754a mod_vcard_legacy: Allow disabling vcard conversion
Once everyone has been migrated it might be nice to skip these checks
2019-01-25 23:31:02 +01:00
Kim Alvefur
22bdd21fc1 mod_vcard_legacy: Don't overwrite existing PEP data 2019-01-25 23:27:23 +01:00
Kim Alvefur
55490159fd mod_vcard_legacy: Add some missing semicolons 2019-01-25 23:21:13 +01:00
Kim Alvefur
f7c48ad3bc mod_vcard_legacy: Upgrade vcard-temp on login (fixes #1289) 2019-01-10 15:39:02 +01:00
Kim Alvefur
cc4a160cdb mod_vcard_legacy: Adapt node defaults to number of avatars 2019-01-11 09:20:48 +01:00
Kim Alvefur
47887761c6 mod_vcard_legacy: Factor out conversion from vcard-temp to 4 2019-01-11 09:20:45 +01:00
Kim Alvefur
f8d61d21e5 mod_websocket: Log an error if cross_domain_websocket = true is set in a VirtualHost section 2019-01-22 10:41:00 +01:00
Kim Alvefur
757051d913 mod_websocket: Include the value of cross_domain_websocket in debug message 2019-01-18 18:37:04 +01:00
Kim Alvefur
ad15946ae3 mod_motd: Remove unused variable [luacheck] 2019-01-17 01:15:29 +01:00
Kim Alvefur
30ab1bca86 mod_motd: Remove redundant conditions
The stanza should always be like this in the presence/initial event
2019-01-17 01:05:47 +01:00
Kim Alvefur
b2d3ebb76d mod_presence: Revert empty 'to' attribute of presence before presence/initial event (fixes #1296) 2019-01-17 01:04:39 +01:00
Kim Alvefur
5cd064035a mod_bosh: Handle missing wait attribute (fixes #1288)
250855633092 did not fix this completely.
2019-01-10 13:07:22 +01:00
Kim Alvefur
24c44a4566 mod_csi_simple: Consider messages encrypted payload as important (fixes part of #1250) 2019-01-06 21:09:32 +01:00
Kim Alvefur
e03098631f mod_csi_simple: Consider messages with subject (eg MUC joins) (fixes part of #1250) 2019-01-06 21:09:00 +01:00
Kim Alvefur
05b481ec89 mod_csi_simple: Unpack Carbons-forwarded messages (fixes part of #1250) 2019-01-06 21:09:50 +01:00
Kim Alvefur
9251fa5500 mod_csi_simple: Consider messages forwarded from another of the users clients as important (fixes part of #1250) 2019-01-06 21:08:11 +01:00
Kim Alvefur
38c98346b1 mod_csi_simple: Tweak check for <body>
There were code that checked the body for mentions but isn't included.
2019-01-06 21:03:09 +01:00
Kim Alvefur
1e9a016034 mod_posix: Don't reload logging twice
See 18eca6afb367
2019-01-06 12:17:00 +01:00
Emmanuel Gil Peyrot
6282f9029c mod_mam: Only accept valid JIDs in <always/> and <never/> prefs. (fixes #1275) 2018-12-23 15:25:01 +01:00
Kim Alvefur
85a028c727 MUC: Allow changing data attached to an only owner (fixes #1273)
This previously prevented a single owner from setting their own nickname
via admin query.

The form method uses `true` as actor so it bypasses this check.
2018-12-20 14:45:22 +01:00
Matthew Wild
f281528c39 MUC: Adjust priorities of muc-get-default-role handlers (fixes #1272) 2018-12-19 23:14:13 +00:00
Kim Alvefur
b31939c492 MUC: Fix traceback when requesting voice (fixes #1269) (thanks jonas’)
Introduced by change from add_child to add_direct_child in ce57c69a20e2

Why does add_direct_child not return self like everything else?
2018-12-15 11:55:27 +01:00
Kim Alvefur
41656354bf mod_vcard_legacy: Limit injection of XEP-0153 to normal presence (fixes #1252) 2018-12-01 00:11:49 +01:00
Kim Alvefur
d4f6ff10dc mod_csi: Fix copypaste mistake [luacheck] 2018-11-27 21:23:22 +01:00
Kim Alvefur
a24712e845 mod_csi: Set session.state to simplify CSI modules
Moved here from mod_csi_simple
2018-11-27 19:34:21 +01:00
Kim Alvefur
64b9b5a758 mod_csi_simple: Fix autocompletion mistake 2018-11-27 19:15:33 +01:00
Kim Alvefur
1796f20abc mod_csi_simple: Bypass importance event in active mode (fixes #1249) 2018-11-27 19:05:11 +01:00
Kim Alvefur
0db6c3f669 mod_csi_simple: Don't set <delay> stamps on <iq> stanzas (fixes #1248) 2018-11-27 18:56:22 +01:00
Kim Alvefur
6f941bbc64 Merge 0.10->0.11 2018-11-26 19:48:07 +01:00
Kim Alvefur
ad38cc8fbe mod_csi_simple: Use the same event name when firing as when hooking (fixes #1245) 2018-11-25 14:47:36 +01:00
Kim Alvefur
7093d062f7 mod_proxy65: Check what port is used at the time of the query
Could have changed between startup and time of request
2018-11-25 13:16:17 +01:00
Kim Alvefur
25b9a621a3 mod_proxy65: Return an error if no port is open (fixes #1240) 2018-11-25 13:14:05 +01:00
Kim Alvefur
38498588b4 MUC: Fix traceback on muc#admin query with missing <item> child (#1242)
Caused by a missing return statement introduced in 494938dec5d8
2018-11-25 13:04:37 +01:00
Kim Alvefur
3d3e0fa082 mod_csi_simple: Consider non-stanza objects important
Most cases are for keepalive or stream closing, where it needs to be
flushed anyways.
2018-11-17 15:36:10 +01:00
Kim Alvefur
23be1afef6 mod_csi_simple: Skip delay tags on objects other than stanzas (thanks quest)
This may be triggered by sending strings, eg as done by mod_c2s for
keepalives, stream errors, "</stream>".
2018-11-17 15:28:49 +01:00