Commit Graph

11963 Commits (d46c43fbeb5e2fcc1d3cccf348ebb92f60f4bc2d)
 

Author SHA1 Message Date
Matthew Wild d46c43fbeb util.async: Add next-tick configuration 5 years ago
Matthew Wild cfef2c6ef6 util.async: Add sleep() method with configurable scheduling backend 5 years ago
Kim Alvefur ebd4ea2bb3 util.stanza: Adjust pretty printing for symmetry 5 years ago
Kim Alvefur eb2c2d4597 util.dependencies: Discourage Lua 5.1 5 years ago
Kim Alvefur 74e1de54fd util.dependencies: Consider Lua 5.4 Supported™️ 5 years ago
Kim Alvefur 0a4923938a util.prosodyctl.check: Support direct TLS connectivity checks 5 years ago
Kim Alvefur 7e5d67ab1a doap: Remove stray ... is that a tab or a space? 5 years ago
Kim Alvefur b3f009317b doap: Fill in the mandatory 'status' field everywhere 5 years ago
Kim Alvefur 3f4a73c66b mod_admin_shell: Remove now redundant promise awaiting in dns:lookup() 5 years ago
Kim Alvefur 769a3ed263 mod_admin_shell: Remove now redundant promise awaiting in xmpp:ping() 5 years ago
Kim Alvefur 10664a8877 mod_smacks: Remove left-over debug logging 5 years ago
Kim Alvefur cc84e83895 util.promise: Fix test 5 years ago
Kim Alvefur bdc838bf11 mod_admin_shell: Fix indentation 5 years ago
Kim Alvefur aac203f0d9 mod_admin_shell: Wait for promises 5 years ago
Kim Alvefur b0ea55a155 util.startup: Integrate util.promise with net.server main loop 8 years ago
Kim Alvefur a35dd91a12 util.promise: Support delayed promise execution 8 years ago
Kim Alvefur 51c1c97fe2 mod_admin_shell: Reduce width of 'Status' column 5 years ago
Kim Alvefur 2ec4d4a83d mod_admin_shell: Reduce width of 'Security' column (thanks Link Mauve) 5 years ago
Emmanuel Gil Peyrot 303fd5b4ee mod_vcard_legacy: Also respect avatar:metadata access restrictions 5 years ago
Kim Alvefur fe93f28b16 mod_admin_shell: Fix showing default HTTP path in module:info 5 years ago
Kim Alvefur 17aad028b3 mod_http_openmetrics: Serve HTTP from global context 5 years ago
Kim Alvefur e29326533e teal: Describe the module API interface 5 years ago
Kim Alvefur b9f7f40d6e util.prosodyctl.check: Add mod_http_openmetrics settings to known globals 5 years ago
Kim Alvefur 03c93e9e24 CHANGES: Mention mod_http_openmetrics 5 years ago
Kim Alvefur bbfe15dac5 mod_smacks: Optimize scheduling of ack requests 5 years ago
Kim Alvefur faff262ac8 mod_smacks: Refactor ack requesting to avoid some timer roundtrips 5 years ago
Kim Alvefur d4398ef21d mod_smacks: Fix timer lifetimes to follow session instead of module 5 years ago
Kim Alvefur ea20acace0 mod_smacks: Clean up compat code etc 5 years ago
Kim Alvefur 5e86776f0c mod_smacks: Import from prosody-modules @ eb63890ae8fc 5 years ago
Kim Alvefur 7683221a64 mod_external_services: Warn about missing recommended fields 5 years ago
Kim Alvefur 6e91f0ad43 mod_admin_shell: Factor out simple function in module:info for reuse 5 years ago
Kim Alvefur 1ac4aed7cd mod_admin_shell: List collected metrics in module:info 5 years ago
Kim Alvefur 2388b800b2 mod_admin_shell: List net providers in module:info 5 years ago
Matthew Wild fa22d40ba3 mod_http_openmetrics: Imported from prosody-modules mod_prometheus @df2246b15075 5 years ago
Kim Alvefur 8a949f83e2 mod_csi_simple: Skip initiating flush in all but inactive state 5 years ago
Kim Alvefur 349968eb67 mod_csi_simple: Early return on client activity while flushing buffer 5 years ago
Kim Alvefur 3fb3e86228 mod_csi_simple: Allow some straggler traffic after flushing buffer 5 years ago
Kim Alvefur 8756adf72b util.prosodyctl.check: Highlight inconsistency of AAAA records and use_ipv6=false 5 years ago
Kim Alvefur 555740dd96 util.prosodyctl.check: Respect use_ipv4/v6 in proxy65 check 5 years ago
Kim Alvefur 40ca2839e0 util.prosodyctl.check: Take IPv6 support in LuaSocket into account 5 years ago
Kim Alvefur 8ac98af8b8 net.server_epoll: Fix streaming downloads (thanks Menel) 5 years ago
Kim Alvefur 2921cef48f core.moduleapi: Fix name of renamed API in log message 5 years ago
Kim Alvefur 4704104049 net.server_epoll: Try harder to avoid reentrant opportunistic writes 5 years ago
Kim Alvefur 3c57156fb9 mod_csi_simple: Skip flushing of empty buffer 5 years ago
Kim Alvefur d922bbb1ef mod_csi_simple: Fire event when flushing due to client activity 5 years ago
Kim Alvefur ce8107379d mod_admin_shell: Return counts of shown vs total from new table views 5 years ago
Kim Alvefur 6289a2f29d mod_csi_simple: Detach cleanly from sessions if unloaded while flushing 5 years ago
Matthew Wild 820eabbed6 MUC: Actually set the new affiliation data if it was previously empty 5 years ago
Kim Alvefur 62c74a6ad3 mod_csi_simple: Only act in inactive mode to prevent infinite recursion 5 years ago
Kim Alvefur 49e86e78c5 mod_csi_simple: Unlock writes after event, to allow things to be queued 5 years ago