Kim Alvefur
de09c462e5
mod_mam: Fix operator precedence (thanks mimi89999)
2019-01-20 20:24:17 +01:00
Kim Alvefur
0e589d1c0b
Merge 0.11->trunk
2019-01-19 21:35:16 +01:00
Kim Alvefur
2612e75c8a
mod_bosh, mod_websocket: Remove accidentally included dependency on non-existant module
2019-01-19 20:03:04 +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
d254f7e101
prosodyctl: Fix module.command invocation (thanks woffs)
...
The first argument is already removed once since c7727c13260f
2019-01-18 18:30:41 +01:00
Kim Alvefur
3434e4560f
mod_http: Determine CORS methods to whitelist from actual methods used
2019-01-17 20:42:38 +01:00
Kim Alvefur
19d344e092
mod_http: Set up to handle OPTIONS
...
Lower priority to allow http modules to handle it themselves, should
they wish to
2019-01-18 02:03:40 +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
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