aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* util.async: You can never have too many asserts!Matthew Wild2018-03-161-0/+2
* util.async: Ensure runner is left in correct state after out-of-main-loop err...Matthew Wild2018-03-162-1/+29
* util.async: Add test to ensure waiters throw an error outside async contextsMatthew Wild2018-03-161-0/+5
* util.async: Add tests to specifically cover error handlingMatthew Wild2018-03-161-0/+56
* MUC: Use empty string if no subject provided (thanks pep+)Matthew Wild2018-03-161-1/+1
* util.async: Add testsMatthew Wild2018-03-161-0/+315
* util.async: Log the non-error state as well when there is an error being proc...Matthew Wild2018-03-161-1/+1
* util.async: Bugfix, don't continue main loop while there is a pending errorMatthew Wild2018-03-161-1/+1
* util.async: Fix order of statements so queue count makes more senseMatthew Wild2018-03-161-1/+2
* util.async: Log warning when unexpected state is reachedMatthew Wild2018-03-161-0/+1
* util.async: Add per-runner ids and add runner:log() methodMatthew Wild2018-03-161-1/+10
* util.stanza: Add stricter validation for data passed to stanza builder APIMatthew Wild2018-03-162-0/+63
* util.stanza: Add tests ensuring support for unicode in tag/attr namesMatthew Wild2018-03-161-0/+6
* util.stanza: Fix tests to call error_reply() correctly, and add tests to ensu...Matthew Wild2018-03-161-2/+4
* mod_http: Pass util.events object to API, fixes tracebackKim Alvefur2018-03-161-1/+1
* mod_websocket: Transfer IP address derived by mod_httpKim Alvefur2018-03-151-0/+4
* mod_http: Set request.ip on all HTTP requests (moves code out of mod_bosh) (f...Kim Alvefur2018-03-152-17/+26
* Add makefiles compatible with BSD makeKim Alvefur2018-03-113-0/+163
* Rename Makefile -> GNUmakefile to reflect dependency on GNU MakeKim Alvefur2017-10-313-1/+1
* Merge 0.10->trunkKim Alvefur2018-03-101-1/+1
|\
| * Merge 0.9->0.10Kim Alvefur2018-03-101-1/+1
| |\
| | * mod_admin_telnet: Include the default path property in URL calculation (fixes...Kim Alvefur2018-03-101-1/+1
| | * MUC: send muc#stanza_id feature as per XEP-0045 v1.31 (fixes #1097)Jonas Wielicki2018-03-081-0/+1
| | * Added tag 0.9.13 for changeset 082d12728645Matthew Wild2018-01-100-0/+0
* | | mod_register_limits: Return reason for disallowingKim Alvefur2018-03-101-0/+3
* | | mod_register_limits: Log message for white- and blacklist hits separateKim Alvefur2018-03-101-2/+5
* | | mod_register_limits: Log a debug message when disallowing registration by ewh...Kim Alvefur2018-03-101-0/+1
* | | mod_register_ibr: Include reason for rejection of registration in debug logKim Alvefur2018-03-101-1/+1
* | | luacheckrc: Ignore all unknown globals in config file (ie all settings)Kim Alvefur2018-03-101-0/+1
* | | Merge 0.10->trunkKim Alvefur2018-03-091-6/+5
|\| |
| * | mod_mam: Remove unmatched closing parenKim Alvefur2018-03-091-1/+1
| * | MUC: send muc#stanza_id feature as per XEP-0045 v1.31 (fixes #1097)Jonas Wielicki2018-03-081-0/+1
| * | mod_mam: Add an option for whether to include 'total' counts by default in qu...Kim Alvefur2018-03-071-2/+2
| * | mod_mam: Log a debug message if archive expiry has been disabledKim Alvefur2018-03-071-0/+1
| * | Backed out changeset 97a094fdf101, interferes with 6ddddfe05a74Kim Alvefur2018-03-071-3/+1
* | | mod_presence: Ignore unused argument but make note of its use elsewhere [luac...Kim Alvefur2018-03-091-0/+2
* | | mod_presence: Remove unused local [luacheck]Kim Alvefur2018-03-091-1/+0
* | | luacheckrc: Restore module semantics, but only for plugins (ignores some glob...Kim Alvefur2018-03-091-0/+1
* | | MUC: Write down which functions are exposed and thus available to other modulesKim Alvefur2018-03-091-0/+10
* | | MUC: send muc#stanza_id feature as per XEP-0045 v1.31 (fixes #1097)Jonas Wielicki2018-03-081-0/+1
* | | util.import: Explicitly export the global import function [luacheck]Kim Alvefur2018-03-071-1/+1
* | | .luacheckrc: Add awareness of the module:http_url API added by mod_httpKim Alvefur2018-03-071-0/+3
* | | luacheckrc: Remove allowance legacy module() related globalsKim Alvefur2018-03-071-4/+0
* | | luacheckrc: Reflow globals settingsKim Alvefur2018-03-071-3/+9
* | | MUC/lock: Fix locking timeout to account for the direction of timeKim Alvefur2018-03-071-1/+1
* | | MUC/lock: Remove redundant fallback valueKim Alvefur2018-03-071-1/+1
* | | util_pubsub_spec: Move util.pubsub import into a setup blockKim Alvefur2018-03-071-1/+5
* | | mod_adhoc: Remove unused local [luacheck]Kim Alvefur2018-03-061-1/+1
* | | spec: Trim trailing whitespaceKim Alvefur2018-03-062-2/+2
* | | Merge 0.10->trunkKim Alvefur2018-03-062-1/+4
|\| |