Commit graph

9965 commits

Author SHA1 Message Date
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
Matthew Wild
e791ba30b5 muc_register.scs: Fix to expect new affiliation change notifications 2018-10-31 14:19:01 +00:00
Matthew Wild
54ecdb5cd0 MUC: Announce affiliation changes for JIDs that are not in the room 2018-10-31 13:13:05 +00:00
Kim Alvefur
e6400cd0d8 pubsub: Set pubsub#title as name attribute in disco#items (fixes #1226) 2018-10-30 18:20:54 +01:00
Matthew Wild
0ec2f1debd spec/scansion: Add pep_publish_subscribe (fixes #1222) 2018-10-30 12:24:48 +00:00
Kim Alvefur
f8eb580c6b prosody.cfg.lua.dist: Replace old vcard module with new ones 2018-10-29 22:04:58 +01:00
Kim Alvefur
e9458e4c87 prosody.cfg.lua.dist: Add mod_muc_mam to example MUC section 2018-10-29 16:07:42 +01:00
Kim Alvefur
0a684bdf33 prosody.cfg.lua.dist: Mention that mod_pep handles avatars 2018-10-29 21:33:01 +01:00
Kim Alvefur
8bc951e8e2 prosody.cfg.lua.dist: Add mod_csi_simple 2018-10-29 21:50:40 +01:00
Kim Alvefur
61151d4d82 mod_csi_simple: Import modified version of mod_csi_pump from prosody-modules 2018-10-29 21:15:38 +01:00
Kim Alvefur
6bb00e3481 CHANGES: Mention mod_csi 2018-10-29 21:04:32 +01:00
Kim Alvefur
38d8451b29 mod_storage_sql1: Remove pre-0.10 SQL module 2018-10-28 16:35:12 +01:00
Kim Alvefur
ed25cd6f85 util.sslconfig: Recognise TLS 1.3 as a protocol version
This enables it to understand protocol = "tlsv1_3+"
2018-10-28 16:12:30 +01:00
Kim Alvefur
5914d0d695 CHANGES: Update with new branch 2018-10-28 01:40:52 +02:00
Kim Alvefur
22540ad217 Diverge 0.11 2018-10-28 00:00:33 +02:00
Kim Alvefur
84c8383fb6 net.server_epoll: Shuffle variables earlier to improve readability 2018-10-27 20:44:53 +02:00
Kim Alvefur
9c620291f4 mod_ping, mod_uptime: Use module:provides 2018-10-27 17:36:51 +02:00
Kim Alvefur
dee63f8605 mod_adhoc: Add compat marker for older handling of adhoc items
Most modules use the module:provides() API which add the '-provides'
suffix. Previously module:add_item() was used.

See 58714123f600
2018-10-27 17:25:50 +02:00
Kim Alvefur
a261de73b9 util.serialization: Encode non-fatal error in way that can be restored
It could previously encode to eg `{ [nil] = ... }` which doesn't get decoded
2018-10-27 12:56:01 +02:00
Kim Alvefur
1497806989 util.serialization: Rename non-fatal fallback handler for clarity 2018-10-27 12:54:57 +02:00
Kim Alvefur
28031d133d util.serialization: Disable use of unquoted table keys by default
For safety against future new keywords
2018-10-27 12:48:48 +02:00
Kim Alvefur
fdbc23fab6 util.serialization: Add option for allowing multiple references to the same table (but not cycles) 2018-10-27 12:43:03 +02:00
Kim Alvefur
2801e1f100 util.serialization: Test rejection of multiple references to same table 2018-10-27 12:40:47 +02:00
Kim Alvefur
bdadc69e1a util.serialization: Separate errors for multiple table references and max depth 2018-10-27 12:38:47 +02:00
Kim Alvefur
97c56e6c71 util.serialization: Make maximum table depth configurable 2018-10-27 12:17:35 +02:00
Matthew Wild
d833e2c6d4 modulemanager: Fix issues introduced in previous commit acf74ad0b795 [thanks luacheck, scansion] 2018-10-26 19:53:02 +01:00
Matthew Wild
f5f6460b2e Many things: switch from hacky multi-arg xpcall implementations to a standard util.xpcall 2018-10-26 19:32:00 +01:00
Matthew Wild
1454ac8208 util.xpcall, util.compat: Add non-hacky multi-argument xpcall() for Lua 5.1 2018-10-26 19:29:08 +01:00