Commit graph

8613 commits

Author SHA1 Message Date
Matthew Wild
1b96a40a13 GNUMakefile: Add 'coverage' target (requires luacov and luacov-console) 2018-03-17 09:31:57 +00:00
Matthew Wild
3059744ca4 util.async: Add comment 2018-03-16 22:31:12 +00:00
Matthew Wild
357476b690 util.async: You can never have too many asserts! 2018-03-16 22:30:25 +00:00
Matthew Wild
5c0a12d4d1 util.async: Ensure runner is left in correct state after out-of-main-loop error (+tests) 2018-03-16 22:26:15 +00:00
Matthew Wild
2f1f98e1b5 util.async: Add test to ensure waiters throw an error outside async contexts 2018-03-16 22:19:33 +00:00
Matthew Wild
b0211d2247 util.async: Add tests to specifically cover error handling 2018-03-16 17:50:16 +00:00
Matthew Wild
9a63fdd773 MUC: Use empty string if no subject provided (thanks pep+) 2018-03-16 17:36:49 +00:00
Matthew Wild
f755b85ad1 util.async: Add tests 2018-03-16 17:13:57 +00:00
Matthew Wild
b62058e24a util.async: Log the non-error state as well when there is an error being processed 2018-03-16 17:13:20 +00:00
Matthew Wild
99d071b9f8 util.async: Bugfix, don't continue main loop while there is a pending error 2018-03-16 17:12:36 +00:00
Matthew Wild
359f425e71 util.async: Fix order of statements so queue count makes more sense 2018-03-16 17:12:09 +00:00
Matthew Wild
a19c168d25 util.async: Log warning when unexpected state is reached 2018-03-16 17:11:23 +00:00
Matthew Wild
f22ee7eef6 util.async: Add per-runner ids and add runner:log() method 2018-03-16 14:59:41 +00:00
Matthew Wild
6d7cd57d44 util.stanza: Add stricter validation for data passed to stanza builder API 2018-03-16 14:51:24 +00:00
Matthew Wild
b7fd84b6e5 util.stanza: Add tests ensuring support for unicode in tag/attr names 2018-03-16 14:50:28 +00:00
Matthew Wild
a65352b35f util.stanza: Fix tests to call error_reply() correctly, and add tests to ensure it vaguely works 2018-03-16 14:24:53 +00:00
Kim Alvefur
060ab50b41 mod_http: Pass util.events object to API, fixes traceback 2018-03-16 08:47:51 +01:00
Kim Alvefur
2bd1debc3c mod_websocket: Transfer IP address derived by mod_http 2018-03-15 17:52:11 +01:00
Kim Alvefur
4cdc813fed mod_http: Set request.ip on all HTTP requests (moves code out of mod_bosh) (fixes #540) 2018-03-15 17:22:49 +01:00
Kim Alvefur
cdd71f28ac Add makefiles compatible with BSD make 2018-03-11 06:01:19 +01:00
Kim Alvefur
e156c05ad4 Rename Makefile -> GNUmakefile to reflect dependency on GNU Make 2017-10-31 17:28:23 +01:00
Kim Alvefur
14b65a9175 Merge 0.10->trunk 2018-03-10 20:52:14 +01:00
Kim Alvefur
8eaef0235b Merge 0.9->0.10 2018-03-10 20:49:52 +01:00
Kim Alvefur
3bd8a2257f mod_admin_telnet: Include the default path property in URL calculation (fixes #1099) 2018-03-10 20:47:34 +01:00
Kim Alvefur
7bb23790b3 mod_register_limits: Return reason for disallowing 2018-03-10 02:28:29 +01:00
Kim Alvefur
9eb4ffc53d mod_register_limits: Log message for white- and blacklist hits separate 2018-03-10 02:27:09 +01:00
Kim Alvefur
549d89cb0d mod_register_limits: Log a debug message when disallowing registration by ewhite- or blacklist 2018-03-10 02:24:18 +01:00
Kim Alvefur
9d92cdc944 mod_register_ibr: Include reason for rejection of registration in debug log 2018-03-10 02:21:23 +01:00
Kim Alvefur
0417cdaae2 luacheckrc: Ignore all unknown globals in config file (ie all settings) 2018-03-10 00:08:21 +01:00
Kim Alvefur
d57f649578 Merge 0.10->trunk 2018-03-09 22:17:59 +01:00
Kim Alvefur
fa1406845d mod_mam: Remove unmatched closing paren 2018-03-09 21:51:06 +01:00
Kim Alvefur
bb927767c2 mod_presence: Ignore unused argument but make note of its use elsewhere [luacheck] 2018-03-09 21:50:01 +01:00
Kim Alvefur
0fff40cdd9 mod_presence: Remove unused local [luacheck] 2018-03-09 19:26:35 +01:00
Kim Alvefur
58ed4559d3 luacheckrc: Restore module semantics, but only for plugins (ignores some globals) 2018-03-09 19:23:19 +01:00
Kim Alvefur
34f56dc375 MUC: Write down which functions are exposed and thus available to other modules 2018-03-09 19:16:18 +01:00
Jonas Wielicki
7530c1ae49 MUC: send muc#stanza_id feature as per XEP-0045 v1.31 (fixes #1097) 2018-03-08 17:36:36 +01:00
Jonas Wielicki
7f55f83d48 MUC: send muc#stanza_id feature as per XEP-0045 v1.31 (fixes #1097) 2018-03-08 17:36:36 +01:00
Jonas Wielicki
58b678bdd6 MUC: send muc#stanza_id feature as per XEP-0045 v1.31 (fixes #1097) 2018-03-08 17:35:56 +01:00
Kim Alvefur
1660775b98 util.import: Explicitly export the global import function [luacheck] 2018-03-07 19:22:07 +01:00
Kim Alvefur
13a78a9463 .luacheckrc: Add awareness of the module:http_url API added by mod_http 2018-03-07 19:21:24 +01:00
Kim Alvefur
1dd3dc731f luacheckrc: Remove allowance legacy module() related globals 2018-03-07 19:20:31 +01:00
Kim Alvefur
f3d5f41d6a luacheckrc: Reflow globals settings 2018-03-07 19:19:56 +01:00
Kim Alvefur
2b24859b36 MUC/lock: Fix locking timeout to account for the direction of time 2018-03-07 19:18:35 +01:00
Kim Alvefur
9b481d593a MUC/lock: Remove redundant fallback value 2018-03-07 19:17:48 +01:00
Kim Alvefur
1e6c295b68 mod_mam: Add an option for whether to include 'total' counts by default in queries 2018-03-07 15:05:20 +01:00
Kim Alvefur
07c0bc5d54 mod_mam: Log a debug message if archive expiry has been disabled 2018-03-07 14:59:00 +01:00
Kim Alvefur
db93331e68 Backed out changeset 97a094fdf101, interferes with 6ddddfe05a74 2018-03-07 14:46:55 +01:00
Kim Alvefur
2fe0a4856a util_pubsub_spec: Move util.pubsub import into a setup block 2018-03-07 12:51:27 +01:00
Kim Alvefur
22cd130092 mod_adhoc: Remove unused local [luacheck] 2018-03-06 19:11:23 +01:00
Kim Alvefur
77ec8a1b6e spec: Trim trailing whitespace 2018-03-06 06:27:20 +01:00