.luacheckrc
Mon, 30 May 2022 17:34:58 +0200 Kim Alvefur luacheck: Shut up (backports 3caff1f93520, ignores module deleted in trunk) 0.12
Fri, 08 Jul 2022 19:43:47 +0200 Kim Alvefur Merge 0.12->trunk
Fri, 08 Jul 2022 19:42:48 +0200 Kim Alvefur Backport 875f73ead4e8 8e4033213c62 to deal with luacheck 0.26 0.12
Mon, 30 May 2022 17:12:58 +0200 Kim Alvefur luacheck: Ignore new warning about uses of `not (x == y)` and similar
Mon, 30 May 2022 16:49:52 +0200 Kim Alvefur luacheck: Ignore new warning about using variables prefixed with '_'
Fri, 11 Feb 2022 21:36:53 +0100 Kim Alvefur mod_c2s,mod_s2s: Disable and close port listeners before closing sessions
Wed, 06 Oct 2021 14:49:26 +0200 Kim Alvefur prosody: Expose main thread on the 'prosody' global
Fri, 03 Dec 2021 09:05:41 +0100 Kim Alvefur mod_cron: Add a 'weekly' job frequency
Sun, 21 Nov 2021 18:13:21 +0100 Kim Alvefur core.moduleapi: Add API for adding daily or hourly tasks via mod_cron
Sun, 18 Apr 2021 11:47:41 +0200 Jonas Schäfer Statistics: Rewrite statistics backends to use OpenMetrics
Sun, 07 Mar 2021 00:57:36 +0100 Kim Alvefur util.datamapper: Library for extracting data from stanzas
Sat, 06 Mar 2021 21:07:53 +0100 Kim Alvefur util.jsonschema: Library for JSON Schema validation
Wed, 08 Jul 2020 20:22:48 +0200 Kim Alvefur luacheck: Remove exception for net.cqueues since it is now clean
Tue, 14 Apr 2020 16:51:24 +0200 Kim Alvefur util.sasl.digest-md5: Remove, obsolete since 2011
Fri, 20 Dec 2019 22:23:22 +0100 Kim Alvefur luacheck: Don't not warn about not using secondary return values
Mon, 09 Dec 2019 12:44:43 +0000 Matthew Wild .luacheckrc: Remove passing spec/ files from ignore list
Mon, 09 Dec 2019 12:42:22 +0000 Matthew Wild .luacheckrc: Remove passing file from ignore list
Mon, 01 Apr 2019 21:15:47 +0200 Kim Alvefur .luacheckrc: Correct indentation of 'exclude_files' list
Tue, 19 Mar 2019 09:07:36 +0000 Matthew Wild .luacheckrc: Update to reflect new module API methods
Sun, 30 Dec 2018 03:20:37 +0100 Kim Alvefur luacheckrc: Teach luacheck about the new module:send_iq() API
Mon, 24 Dec 2018 03:00:27 +0100 Kim Alvefur net.adns: Silence individual luacheck warnings instead of ignoring entire file
Sat, 08 Dec 2018 17:13:39 +0100 Kim Alvefur luacheckrc: No longer ignore access to undefined fields on table lib
Sat, 08 Dec 2018 17:07:28 +0100 Kim Alvefur lint: No longer ignore access to the deprecated global 'unpack'
Sat, 08 Dec 2018 17:00:30 +0100 Kim Alvefur luacheckrc: Set Lua standard to 5.3 with 5.2 compat enabled
Wed, 10 Oct 2018 21:55:58 +0200 Kim Alvefur mod_net_multiplex: Remove exception from luacheck
Wed, 10 Oct 2018 21:53:15 +0200 Kim Alvefur mod_http_files: Remove exception from luacheck
Wed, 10 Oct 2018 21:48:38 +0200 Kim Alvefur mod_privacy: Remove exception from luacheck
Wed, 10 Oct 2018 21:22:43 +0200 Kim Alvefur mod_storage_sql: Remove exception from luacheck
Sat, 06 Oct 2018 18:56:22 +0200 Kim Alvefur .luacheckrc: Ignore unused secondaries in non-strict mode
Sat, 06 Oct 2018 18:52:52 +0200 Kim Alvefur .luacheckrc: Do not ignore unused secondaries in strict mode
Sun, 30 Sep 2018 17:55:13 +0200 Kim Alvefur mod_websocket: Silence the one warning instead of ignoring the entire file
Sun, 30 Sep 2018 17:49:56 +0200 Kim Alvefur mod_s2s: Silence all warnings instead of ignoring the entire module
Sun, 30 Sep 2018 14:38:32 +0200 Kim Alvefur mod_admin_telnet: Remove from luacheck ignore list
Sun, 30 Sep 2018 13:37:13 +0200 Kim Alvefur mod_admin_adhoc: Remove from global luacheck ignore list
Sat, 29 Sep 2018 12:20:51 +0100 Matthew Wild .luacheckrc: Allow randomize() global in spec/
Mon, 17 Sep 2018 15:28:53 +0100 Matthew Wild util.json tests: Add [luacheck] annotation to mark intentionally-empty if branch
Mon, 17 Sep 2018 15:27:01 +0100 Matthew Wild .luacheckrc: Remove util_cache_spec.lua from the ignore list
Thu, 13 Sep 2018 16:17:46 +0100 Matthew Wild .luacheckrc: Remove aspirational goals from strict check, keep it simple for now
Sat, 07 Jul 2018 21:00:14 +0200 Kim Alvefur luacheckrc: Remove mod_groups from ignored files
Fri, 06 Jul 2018 00:19:22 +0200 Kim Alvefur luacheckrc: Remove exception for modules that produce no warnings
Fri, 06 Jul 2018 00:16:48 +0200 Kim Alvefur mod_announce: Fix luacheck warnings
Fri, 06 Jul 2018 00:16:17 +0200 Kim Alvefur luacheckrc: Consider mod_http clean
Fri, 06 Jul 2018 00:06:36 +0200 Kim Alvefur luacheckrc: Remove exception for mod_pep, it's clean
Wed, 23 May 2018 15:02:55 +0200 Kim Alvefur .luacheckrc: Remove mod_pubsub/pubsub.lib.lua from files excluded from checks
Wed, 23 May 2018 00:55:33 +0200 Kim Alvefur .luacheckrc: Only ignore warnings for excluded files, not syntax errors
Sat, 19 May 2018 00:30:34 +0200 Kim Alvefur .luacheckrc: Ignore attempts to get table.unpack
Fri, 18 May 2018 21:10:51 +0200 Kim Alvefur .luacheckrc: Remove mod_limits from excluded files as it should now be clean
Fri, 18 May 2018 15:02:00 +0100 Matthew Wild .luacheckrc: Add some additional stricter requirements when PROSODY_STRICT_LINT=1
Fri, 18 May 2018 15:01:38 +0100 Matthew Wild .luacheckrc: Ignore currently-unclean files unless env var PROSODY_STRICT_LINT=1
Fri, 18 May 2018 15:00:14 +0100 Matthew Wild .luacheckrc: Fix whitespace
Thu, 05 Apr 2018 19:37:32 +0200 Kim Alvefur luacheckrc: No longer ignore use of the global 'server' (net.server)
Thu, 29 Mar 2018 16:42:24 +0200 Kim Alvefur luacheckrc: Forget about _G.hosts, things should use _G.prosody.hosts
Thu, 05 Apr 2018 15:56:47 +0200 Kim Alvefur luacheckrc: Remove allowance for the global log() since it may not exist as early as before
Fri, 23 Mar 2018 13:18:28 +0100 Kim Alvefur luacheckrc: Allow top level variables in prosodyctl (eg CFG_*) [luacheck]
Fri, 23 Mar 2018 13:16:14 +0100 Kim Alvefur luacheckrc: Let luacheck know about the log and server globals
Fri, 23 Mar 2018 13:13:07 +0100 Kim Alvefur luacheckrc: Only allow top level declarations in the main prosody executable
Sat, 10 Mar 2018 00:08:21 +0100 Kim Alvefur luacheckrc: Ignore all unknown globals in config file (ie all settings)
Fri, 09 Mar 2018 19:23:19 +0100 Kim Alvefur luacheckrc: Restore module semantics, but only for plugins (ignores some globals)
Wed, 07 Mar 2018 19:21:24 +0100 Kim Alvefur .luacheckrc: Add awareness of the module:http_url API added by mod_http
Wed, 07 Mar 2018 19:20:31 +0100 Kim Alvefur luacheckrc: Remove allowance legacy module() related globals
less more (0) -60 tip