Commit graph

9859 commits

Author SHA1 Message Date
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
Matthew Wild
83cf41ab78 Added tag 0.11.0 for changeset 83f3a05c1b1b 2018-11-18 15:40:24 +00:00
Matthew Wild
6af619e67b CHANGES: Update with release date 2018-11-18 14:52:53 +00:00
Matthew Wild
b1afa00429 prosody.cfg.lua.dist: Tidy up some comments 2018-11-18 15:05:15 +00:00
Matthew Wild
c2c1bc2a97 prosody.cfg.lua.dist: Add https_certificate option 2018-11-18 14:57:29 +00:00
Kim Alvefur
589010b407 net.server_select: Fix IP validation to use correct variable (thanks quest)
Copy-paste mistake most likely. Not caught because server_select is ignored by luacheck.
2018-11-17 16:26:40 +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
Kim Alvefur
50f6335501 util.stanza: Validate input to clone() (with brief tests) 2018-11-17 15:26:11 +01:00
Matthew Wild
813f69fd2b mod_storage_sql: Catch errors during schema upgrade (thanks Nothing4You) 2018-11-15 21:55:16 +00:00
Matthew Wild
66bad36147 MUC: Use defaults from config in create_room() if no config provided 2018-11-15 10:25:48 +00:00
Matthew Wild
8ebaee9c3d net.http.server: Move event formation to avoid traceback on missing Host header 2018-11-13 15:03:24 +00:00
Kim Alvefur
4c07742fbb spec/scansion/prosody.cfg.lua: Add comment about mod_scansion_record
This was accidentally included in a previous commit, but having it here
makes it easier to enable when making new test cases.
2018-11-12 22:49:54 +01:00
Kim Alvefur
cdf083b8d4 MUC: Add scanison test case for #1230 2018-11-12 18:25:40 +01:00
Kim Alvefur
e3164afc4a mod_scansion_record: Split stanzas into multiple lines
Not perfect but should improve readability somewhat
2018-11-12 17:15:41 +01:00
Kim Alvefur
b85188f938 mod_scansion_record: Discard from/to where these are implicitly the sessions full JID
Makes it easier to clean up recordings and change JIDs etc
2018-11-12 16:32:43 +01:00
Kim Alvefur
1086a1325d util.sql: Switch from hacky multi-arg xpcall implementation to util.xpcall 2018-11-11 02:26:40 +01:00
Kim Alvefur
60aa42033a MUC: Allow anyone read access to all affiliation lists in non-anonymous rooms (fixes #1230) 2018-11-09 18:49:45 +01:00
Kim Alvefur
a13259451a MUC: Clarify condition with parenthesis 2018-11-09 18:40:13 +01:00
Kim Alvefur
8226d6de4c net.http: Manually merge settings (fixes #1231)
Metatable table indexing is done raw, so metatables can't be chained
2018-11-09 15:59:32 +01:00
Kim Alvefur
f014ba0feb mod_storage_memory: Support the purge driver method 2018-11-07 20:30:21 +01:00
Kim Alvefur
ce9eed3c88 mod_register: Move dependency on mod_register_limits into mod_register_ibr 2018-11-07 17:49:34 +01:00
Matthew Wild
bab787b0ec issue1224.scs: Fix to expect new affiliation change notifications 2018-10-31 14:18:36 +00:00
Matthew Wild
45ae85d523 issue1224.scs: Update title 2018-10-31 13:30:38 +00:00
Matthew Wild
08fc91ebdd MUC: Add luacheck annotation for unused parameter in filter function 2018-10-31 13:28:02 +00:00
Matthew Wild
02c97f3066 muc_affiliation_notify.scs: Remove trailing whitespace 2018-10-31 13:18:01 +00:00