aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
Commit message (Expand)AuthorAgeFilesLines
* luacheckrc, mod_http_file_share: Update for module API change (once->on_ready)Matthew Wild2023-11-301-1/+1
* .luacheckrc: Add module:could()Matthew Wild2023-11-071-0/+1
* lint: Teach luacheck about module:onceKim Alvefur2023-10-151-0/+1
* moduleapi: Add :get_option_integer()Kim Alvefur2023-07-171-0/+1
* core.moduleapi: Add :get_option_period for parsing time intervalsKim Alvefur2023-07-161-0/+1
* moduleapi: Add enum config option methodKim Alvefur2021-01-161-0/+1
* luacheck: Remove long gone mod_storage_sql1 from excludesKim Alvefur2023-01-191-2/+0
* .luacheckrc: Add test_mutants.sh.lua to the ignore listMatthew Wild2022-10-111-0/+1
* Switch to a new role-based authorization framework, removing is_admin()Matthew Wild2022-06-151-0/+3
* luacheck: Set expected globals to Lua 5.4 + compatKim Alvefur2022-07-101-1/+1
* luacheck: Ignore new warning about uses of `not (x == y)` and similarKim Alvefur2022-05-301-1/+1
* luacheck: Ignore new warning about using variables prefixed with '_'Kim Alvefur2022-05-301-1/+1
* mod_c2s,mod_s2s: Disable and close port listeners before closing sessionsKim Alvefur2022-02-111-0/+1
* prosody: Expose main thread on the 'prosody' globalKim Alvefur2021-10-061-0/+3
* mod_cron: Add a 'weekly' job frequencyKim Alvefur2021-12-031-0/+1
* core.moduleapi: Add API for adding daily or hourly tasks via mod_cronKim Alvefur2021-11-211-0/+2
* Statistics: Rewrite statistics backends to use OpenMetricsJonas Schäfer2021-04-181-3/+1
* util.datamapper: Library for extracting data from stanzasKim Alvefur2021-03-071-0/+3
* util.jsonschema: Library for JSON Schema validationKim Alvefur2021-03-061-0/+3
* luacheck: Remove exception for net.cqueues since it is now cleanKim Alvefur2020-07-081-1/+0
* util.sasl.digest-md5: Remove, obsolete since 2011Kim Alvefur2020-04-141-2/+0
* luacheck: Don't not warn about not using secondary return valuesKim Alvefur2019-12-201-1/+0
* .luacheckrc: Remove passing spec/ files from ignore listMatthew Wild2019-12-091-3/+0
* .luacheckrc: Remove passing file from ignore listMatthew Wild2019-12-091-1/+0
* .luacheckrc: Correct indentation of 'exclude_files' listKim Alvefur2019-04-011-30/+30
* .luacheckrc: Update to reflect new module API methodsMatthew Wild2019-03-191-1/+4
* luacheckrc: Teach luacheck about the new module:send_iq() APIKim Alvefur2018-12-301-0/+1
* net.adns: Silence individual luacheck warnings instead of ignoring entire fileKim Alvefur2018-12-241-1/+0
* luacheckrc: No longer ignore access to undefined fields on table libKim Alvefur2018-12-081-1/+1
* lint: No longer ignore access to the deprecated global 'unpack'Kim Alvefur2018-12-081-1/+1
* luacheckrc: Set Lua standard to 5.3 with 5.2 compat enabledKim Alvefur2018-12-081-0/+1
* mod_net_multiplex: Remove exception from luacheckKim Alvefur2018-10-101-1/+0
* mod_http_files: Remove exception from luacheckKim Alvefur2018-10-101-1/+0
* mod_privacy: Remove exception from luacheckKim Alvefur2018-10-101-1/+0
* mod_storage_sql: Remove exception from luacheckKim Alvefur2018-10-101-1/+0
* .luacheckrc: Ignore unused secondaries in non-strict modeKim Alvefur2018-10-061-2/+2
* .luacheckrc: Do not ignore unused secondaries in strict modeKim Alvefur2018-10-061-0/+1
* mod_websocket: Silence the one warning instead of ignoring the entire fileKim Alvefur2018-09-301-1/+0
* mod_s2s: Silence all warnings instead of ignoring the entire moduleKim Alvefur2018-09-301-2/+0
* mod_admin_telnet: Remove from luacheck ignore listKim Alvefur2018-09-301-1/+0
* mod_admin_adhoc: Remove from global luacheck ignore listKim Alvefur2018-09-301-1/+0
* .luacheckrc: Allow randomize() global in spec/Matthew Wild2018-09-291-1/+2
* util.json tests: Add [luacheck] annotation to mark intentionally-empty if branchMatthew Wild2018-09-171-1/+0
* .luacheckrc: Remove util_cache_spec.lua from the ignore listMatthew Wild2018-09-171-1/+0
* .luacheckrc: Remove aspirational goals from strict check, keep it simple for nowMatthew Wild2018-09-131-3/+0
* luacheckrc: Remove mod_groups from ignored filesKim Alvefur2018-07-071-1/+0
* luacheckrc: Remove exception for modules that produce no warningsKim Alvefur2018-07-061-3/+0
* mod_announce: Fix luacheck warningsKim Alvefur2018-07-061-1/+0
* luacheckrc: Consider mod_http cleanKim Alvefur2018-07-061-1/+0
* luacheckrc: Remove exception for mod_pep, it's cleanKim Alvefur2018-07-061-1/+0