aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | prosodyctl: Abort if no plugin source specified for the installerKim Alvefur2021-01-211-1/+7
* | prosodyctl: Move UI related calls out of util.prosodyctlKim Alvefur2021-01-212-8/+5
* | prosodyctl: Use luarocks status code as exit codeKim Alvefur2021-01-211-3/+6
* | util.prosodyctl: Reword message to sound more naturalKim Alvefur2021-01-211-1/+1
* | util.prosodyctl: Propagate status from luarocks invocationKim Alvefur2021-01-211-1/+6
* | util.prosodyctl: Use installer path prepared by util.startupKim Alvefur2021-01-211-10/+1
* | lint: Add initial semgrep configKim Alvefur2021-01-181-0/+24
* | util.datamanager: Fix not passing variables as format string to logger (thank...Kim Alvefur2021-01-161-1/+1
* | core.modulemanager: Fix resource location compat with LuaRocks 2.xKim Alvefur2021-01-161-1/+1
* | MUC: Allow modules to add to the room registration form, and handle the resultMatthew Wild2021-01-151-0/+23
* | doc/doap.xml: Fix attribute nameMatthew Wild2021-01-151-1/+1
* | mod_mam: Workaround scansion test flakynessKim Alvefur2021-01-131-12/+2
* | mod_storage_sql: Fix compatibilty with Lua 5.1Kim Alvefur2021-01-131-1/+2
* | mod_muc_mam: Copy extended MAM support from mod_mamKim Alvefur2021-01-121-4/+21
* | mod_mam: Advertise extended MAM when archive storage is capableKim Alvefur2021-01-122-3/+2
* | mod_mam: Allow querying by set of IDsKim Alvefur2021-01-121-2/+8
* | mod_storage_sql: Support query for set of IDsKim Alvefur2021-01-121-0/+10
* | mod_storage_internal: Support query for set of IDsKim Alvefur2021-01-121-0/+8
* | mod_storage_memory: Support query for set of IDsKim Alvefur2021-01-121-0/+8
* | storage tests: Add test for querying a set of IDsKim Alvefur2021-01-121-0/+24
* | mod_storage_internal: Add support for full ID range queryKim Alvefur2021-01-121-2/+5
* | mod_storage_memory: Support full ID range queriesKim Alvefur2021-01-121-2/+5
* | storage tests: Test querys with both before and after IDsKim Alvefur2021-01-121-0/+21
* | mod_mam: Add support for before-id and after-id fieldsKim Alvefur2021-01-091-4/+9
* | mod_storage_sql: Advertise support for id range queryKim Alvefur2021-01-091-0/+1
* | mod_mam: Implement extended MAM metadata queryKim Alvefur2020-11-302-1/+49
* | mod_mam: Add support for page flippingKim Alvefur2020-11-302-3/+52
* | mod_mam: Advertise extended MAM 0.7.x behind a feature flagKim Alvefur2020-11-303-2/+92
* | Merge 0.11->trunkKim Alvefur2021-01-121-0/+5
|\|
| * net.adns: Prevent empty packets from being sent on "connect" (fix #1619)Kim Alvefur2021-01-121-0/+5
| * net.server_epoll: Fix off-by-one in 2c559953ad41Kim Alvefur2021-01-101-1/+1
* | Merge 0.11->trunkKim Alvefur2021-01-083-5/+34
|\|
| * util.timer: Ensure timers can't run more than once per tick (fixes #1620)Kim Alvefur2021-01-081-1/+14
| * net.server_epoll: Ensure timers can't run more than once per tickKim Alvefur2021-01-081-2/+18
| * util.stanza: Move misplaced argument to correct placeKim Alvefur2020-12-241-2/+2
* | mod_csi_simple,mod_carbons,mod_mam: Update comment about XEP-0353Kim Alvefur2021-01-083-3/+3
* | doap: XEP-0004 Multiple Items in Form Results is not supportedKim Alvefur2020-12-291-1/+1
* | doap: LibExpat was used from the start and thus XEP-0044 supportedKim Alvefur2020-12-291-0/+2
* | doap: util.dataforms first appeared in 0.4.0Kim Alvefur2020-12-291-0/+1
* | doap: Add removed statusKim Alvefur2020-12-291-0/+8
* | doap: Specify exact Prosody versionKim Alvefur2020-12-291-62/+62
* | mod_scansion_record: Flush after writesMatthew Wild2021-01-081-0/+3
* | net.unbound: Delay loading until server has started or first queryKim Alvefur2021-01-051-1/+4
* | net.unbound: Move libunbound initialization into a functionKim Alvefur2021-01-051-4/+7
* | scansion: Allow specifying a logfile for prosody via environmentKim Alvefur2021-01-051-1/+1
* | net.unbound: Allow tracing individual queries with a logger per queryKim Alvefur2021-01-051-6/+9
* | net.unbound: Don't pass error as logger formatting stringKim Alvefur2021-01-051-1/+1
* | net.unbound: Log net.server interactionsKim Alvefur2021-01-051-0/+2
* | prosodyctl: Remove non-existant command from hidden commandsKim Alvefur2021-01-051-1/+1
* | MUC: Reject probes from non-occupantsJC Brand2020-10-022-13/+85