aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* util.rsm: Add testsKim Alvefur2020-04-231-0/+82
* MUC tests: Add missing 'affiliation' attributeMatthew Wild2020-04-231-1/+1
* Merge with upstream trunkMatthew Wild2020-04-2311-22/+203
|\
| * mod_mam: Remove unused variables [luacheck]Kim Alvefur2020-04-231-4/+0
| * mod_mam: Don't store any groupchat messagesKim Alvefur2020-04-231-1/+3
| * mod_lastactivity: Encode seconds as decimal, not floatKim Alvefur2020-04-221-1/+1
| * mod_uptime: Encode uptime as decimal, fix #1536 (thanks Martin)Kim Alvefur2020-04-221-1/+1
| * util.hashes: Fix output length of PBKDF2-HMAC-SHA256Kim Alvefur2020-04-222-1/+19
| * util.hashes: Use generic name of PBKDF2-HMAC-SHA1 function in testsKim Alvefur2020-04-221-5/+5
| * mod_mam: Make note of Experimental (or Deferred) XEPsKim Alvefur2020-04-221-0/+3
| * mod_mam: Save delivery failures (thanks Ge0rG)Kim Alvefur2020-04-221-0/+3
| * mod_mam: Keep chat markers (thanks Ge0rG)Kim Alvefur2020-04-221-0/+3
| * mod_mam: Respect no-store hint (thanks Ge0rG)Kim Alvefur2020-04-221-1/+2
| * mod_mam: Fix typo in commentKim Alvefur2020-04-211-1/+1
| * mod_mam: Prefer not archiving if no interesting payloads are foundKim Alvefur2020-04-211-1/+3
| * mod_mam: Check sender of error instead of receiverKim Alvefur2020-04-211-0/+3
| * mod_mam: Store XEP-0184 receipts and requestsKim Alvefur2020-04-211-0/+5
| * mod_mam: Add more positive hints for storageKim Alvefur2020-04-211-0/+12
| * mod_mam: Rework hints handlingKim Alvefur2020-04-211-7/+6
| * mod_mam: Invert check for typeKim Alvefur2020-04-211-5/+13
| * mod_mam: Log 'why' a stanza is archivedKim Alvefur2020-04-211-1/+1
| * mod_mam: Factor out "should we store this" into a functionKim Alvefur2020-04-211-13/+21
| * mod_csi_simple: Consider MUC invites importantKim Alvefur2020-04-182-0/+11
| * mod_lastactivity: Add basic scansion test coverageKim Alvefur2020-04-202-0/+46
| * mod_uptime: Add scansion test coverageKim Alvefur2020-04-201-0/+21
| * scansion: Mock time libraries during testsKim Alvefur2020-04-201-0/+11
| * mod_version: Add scansion testKim Alvefur2020-04-202-0/+29
* | Merge 0.11->trunkMatthew Wild2020-04-232-2/+2
|\ \ | |/ |/|
| * MUC tests: Add missing affiliation attributeMatthew Wild2020-04-231-1/+1
| * Backed out changeset 18f2c7bc5795 (was testing against wrong branch)Matthew Wild2020-04-231-6/+2
| * MUC tests: Add <required/> to expected form fieldMatthew Wild2020-04-231-2/+6
| * MUC: Always include 'affiliation'/'role' attributes, defaulting to 'none' if nilMatthew Wild2020-04-231-1/+1
* | mod_bosh, mod_websocket: Add config options to override GET responsesMatthew Wild2020-04-202-7/+13
* | mod_c2s: Swap commentsKim Alvefur2020-04-191-2/+2
* | migrator: Don't create unused directoryKim Alvefur2020-04-191-1/+0
* | migrator: Inject data- and plugin paths during buildKim Alvefur2020-04-191-1/+3
* | mod_csi_simple: Allow configuring extra tags indicating importanceKim Alvefur2020-04-181-1/+8
* | util.sasl.digest-md5: Remove, obsolete since 2011Kim Alvefur2020-04-144-254/+1
* | Merge 0.11->trunkKim Alvefur2020-04-130-0/+0
|\|
| * core.certmanager: Move EECDH ciphers before EDH in default cipherstring (fixe...Kim Alvefur2019-08-251-1/+1
| * util.prosodyctl: Tell prosody do daemonize via command line flag (fixes #1514)Kim Alvefur2020-01-261-2/+2
* | net.http.server: Use error code from util.error (fixes #1502)Kim Alvefur2020-04-121-0/+1
* | mod_scansion_record: Indent stanzas in recordingsKim Alvefur2020-04-121-2/+1
* | util.stanza: Add method returning stanza with added indentationKim Alvefur2020-04-122-0/+38
* | mod_component: Specify an error source for Component unavailable errorsKim Alvefur2020-04-111-1/+1
* | spec: Include a hacky moduleapi stub to allow test to proceedKim Alvefur2020-04-111-5/+17
* | MUC: Switch hats to new presence APIsMatthew Wild2020-04-111-3/+4
* | MUC: Add API for adding 'filtered namespaces' to be stripped from inbound pre...Matthew Wild2020-04-111-7/+11
* | MUC: Add new event 'muc-build-occupant-presence' for plugins to extend occupa...Matthew Wild2020-04-111-0/+2
* | spec: Add test cases for util.http.contains_tokenEmmanuel Gil Peyrot2020-04-101-0/+19