Commit graph

9947 commits

Author SHA1 Message Date
Kim Alvefur
66d2e6adc3 net.server_epoll: Rename handshake_timeout to ssl_handshake_timeout (fixes #1319)
This is to match server_event, see 430797a8fc81
2019-02-09 19:28:24 +01:00
Kim Alvefur
8732027944 net.server_epoll: Use send_timeout for write timout like other implementations (fixes #1316) 2019-02-07 14:02:15 +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
da56744645 util.pubsub: Add support for requesting multiple specific items (needed for #1305) 2019-01-28 01:41:01 +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
Matthew Wild
9fbf2fad48 Added tag 0.11.2 for changeset 4f8b6c09e5f3 2019-01-08 13:12:58 +00:00
Matthew Wild
01b30084a9 Merge 0.10->0.11 2019-01-07 15:34:23 +00: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
Kim Alvefur
ce17a974fc util.startup: Always reload logging after config (fixes #1284)
This chancged in 6e24a69b03af likely because of confusion about the
`reopen-log-files` event which was fired but never hooked.
2019-01-06 12:14:42 +01:00
Kim Alvefur
9f19a48ee2 util.pubsub: Restore subscription index from stored data (fixes #1281) 2018-12-29 21:47:51 +01:00
Kim Alvefur
67a3bf56f3 mod_mam: Add test for JID normalization in prefs (see #1275) 2018-12-23 15:22:49 +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
Matthew Wild
ee729847c3 spec/scansion: Fix test names of tests added in 0d97768b0ea9 2018-12-19 16:54:07 +00:00
Matthew Wild
6b8d5f97ed spec/scansion: Add tests for members-only rooms 2018-12-19 13:25:15 +00:00
Kim Alvefur
59c09fa604 prosodyctl check: Add statisticsmanager settings to known global options 2018-12-17 15:34:15 +01: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
968eaf41a8 util.datetime: Make sure timezone difference is calculated correctly (fixes #1262)
If the two os.date() calls happen at either side of a second ticking
over there would be a one second error in the calculation.
2018-12-09 23:01:47 +01:00
Kim Alvefur
76536dab05 util.stanza: Deserialize stanza without mutating input (fixes #711) 2018-12-01 18:30:19 +01:00
Kim Alvefur
1bf2e5f5f4 util.stanza: Improve tests 2018-12-02 02:16:21 +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
6176e9ff1b server_epoll: Add comments describing config options 2018-11-30 19:40:39 +01:00
Kim Alvefur
448257af39 net.server_epoll: Remove unused config option 2018-11-30 18:23:43 +01:00
Kim Alvefur
160fd37742 server_epoll: Increase write timeout
7 may be too low for some slow machines and/or networks
2018-11-30 18:11:36 +01:00
Kim Alvefur
d21439da5c util-src/makefile: Update with util.poll and util.compat (fixes #1251) 2018-11-30 16:00:12 +01:00
Kim Alvefur
7f75a66d21 net.websocket.frames: Add some brief tests
These are mostly just recordings of minimal input roundtripped back into tables.
2018-11-29 17:20:49 +01:00
Matthew Wild
dc26cd154e Added tag 0.10.3 for changeset bb8486491b48 2018-11-28 16:55:27 +00:00
Matthew Wild
9bc330f368 Added tag 0.11.1 for changeset 91856829f18b 2018-11-28 14:06:48 +00: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