Commit Graph

6927 Commits (4f147a612741c20c8eb2783030dabbbf3b30ebc5)
 

Author SHA1 Message Date
Anton Shestakov 4f147a6127 test_util_cache: wrap individual test blocks in do-end [luacheck] 10 years ago
Anton Shestakov 92ae03df96 test_util_stanza: wrap individual test blocks in do-end [luacheck] 10 years ago
Anton Shestakov 1698a5f3cf mod_net_multiplex: remove unused one-letter loop variable [luacheck] 10 years ago
Anton Shestakov 7d5a4cde28 net.server_select: remove unused one-letter loop variable [luacheck] 10 years ago
Anton Shestakov 848f1bb7d5 net.dns: remove unused one-letter loop variables [luacheck] 10 years ago
Anton Shestakov ea1dd1eb0d fallbacks.bit: remove unused one-letter loop variables [luacheck] 10 years ago
Anton Shestakov 1796694c76 run_tests: use "$@" for passing arguments [shellcheck] 10 years ago
Kim Alvefur 81dad38074 Merge 0.9->0.10 10 years ago
Kim Alvefur d76cafb539 tests: Add basic test for net.http.parser 10 years ago
Kim Alvefur 83227502e7 mod_http_errors: Add a newline after end of HTML 10 years ago
Kim Alvefur 1e1c4c0cb6 mod_http_files: Send larger files using new file handle API 10 years ago
Kim Alvefur d61a15295b mod_http_files: Switch to use util.cache for cache 10 years ago
Kim Alvefur bb7e066da3 net.http.server: Add response method for reading response body from a file handle 10 years ago
Anton Shestakov 368a4d0cf8 mod_http_files: send valid ETag header 10 years ago
Anton Shestakov 3e39dcb915 util.ip: rename variable (i is already defined) [luacheck] 10 years ago
Anton Shestakov 4a1b271462 test_util_cache: rename a variable (c is already defined) [luacheck] 10 years ago
Anton Shestakov a7aaab54eb test_util_cache: remove unused argument c3 [luacheck] 10 years ago
Anton Shestakov 1345988fdd prosodyctl: remove unused one-letter loop variable [luacheck] 10 years ago
Anton Shestakov 12787b47f5 util.openssl: remove unused one-letter loop variable [luacheck] 10 years ago
Anton Shestakov 4daf38eaeb util.ip: remove unused one-letter loop variables [luacheck] 10 years ago
Anton Shestakov c227b18346 net.dns: don't use "for s,s in pairs..." (unused loop variable s) [luacheck] 10 years ago
Anton Shestakov 5ea57df29b luacheckrc: make module a global in plugins/ 10 years ago
Anton Shestakov ba4cb24cb0 luacheckrc: make test helpers read-only globals, add testlib_new_env and runtest 10 years ago
Kim Alvefur c53e625e42 luacheckrc: Ignore assert helper functions used in tests/* 10 years ago
Anton Shestakov bd4e6a36a1 net.adns: remove unused local variables t_insert and t_remove [luacheck] 10 years ago
Anton Shestakov cdfde7ee2f mod_admin_telnet: remove unused import (util.serialization) [luacheck] 10 years ago
Anton Shestakov 48b05f7421 test_util_jid: make function test() local [luacheck] 10 years ago
Anton Shestakov b0622b1716 test_util_multitable: make mt variable local [luacheck] 10 years ago
Anton Shestakov 68238f0edb mod_admin_telnet: rename variable to make it defined (room -> room_name) 10 years ago
Anton Shestakov 25dda5941d mod_presence: remove unused one-letter loop variable [luacheck] 10 years ago
Anton Shestakov 63fc438538 net.dns: remove unused one-letter loop variables [luacheck] 10 years ago
Anton Shestakov d77dfdad8e net.server_select: remove unused one-letter loop variables [luacheck] 10 years ago
Kim Alvefur a18479bd70 mod_c2s, mod_s2s: Bootstrap connection count statistic on module load 10 years ago
Matthew Wild 2ba75409ab net.http: Add log messages for requests, including their id (so "calling callback" and tracebacks can be traced back to their initial request) 10 years ago
Matthew Wild a92512707c net.http: Add request.id to every request object (can be overridden by providing ex.id) 10 years ago
Matthew Wild 8afacb5d92 util.time: New tiny library to abstract LuaSocket's gettime() function, so we can use other sources in the future 10 years ago
Kim Alvefur 8d589c4768 Merge 0.9->0.10 10 years ago
Kim Alvefur 7a878f8b68 util.openssl: Handle return value from os.execute being true in Lua 5.2 10 years ago
Kim Alvefur 41b4932ef2 util.prosodyctl: Handle os.execute in Lua 5.2 returning true when command terminates successfully 10 years ago
Kim Alvefur 7356f17074 mod_privacy: Fix selecting the top resource (fixes #694) 10 years ago
Kim Alvefur 71d98a3f41 prosodyctl: Warn if encryption is required but mod_tls is not enabled (see #617) 10 years ago
Kim Alvefur cf0dc0690b mod_pep: Use correct field for full JID (thanks Milan*) 10 years ago
Kim Alvefur 5bbd7c9875 mod_pep: Include the bare user jid in event 10 years ago
Kim Alvefur fac7477aad mod_s2s: Remove compat with namespace issue from Prosody pre-0.6.2 10 years ago
Kim Alvefur 7e30d7d127 core.stanza_router: Remove compatibility with Jabiru not including id attribute (originally added in 9b352c8a32e6) 10 years ago
Kim Alvefur 45079c02ef util.dataforms: Fix including default value for list-single when given as field.value[].default 10 years ago
Kim Alvefur 9cf9b9f63a prosodyctl: Fix typo (thanks av6) 10 years ago
Kim Alvefur 609c8e58a2 MUC: Allow members (or above) in members-only non-anonymous rooms to see the member list (fixes #445) 10 years ago
Kim Alvefur c6db698f65 util.dataforms: Allow separation of options from values in list fields 10 years ago
Kim Alvefur 0fd7323ab7 util.pposix: Ask for shared file descriptor table using rfork() on *BSD (fixes #412) 10 years ago