Commit Graph

1760 Commits (020cd46f0341663d71ebdbd02f67032ddcb4a677)

Author SHA1 Message Date
Kim Alvefur bb3948c857 core.modulemanager: Fix error if installer path missing 5 years ago
Kim Alvefur d53dcee890 core.moduleapi: Return resource path from module:get_directory() (API BC) 5 years ago
Kim Alvefur 387a03e1d3 core.modulemanager: Add compat for LuaRocks 2.x 5 years ago
Kim Alvefur 58be93c184 core.moduleapi: Use resource path for :load_resource() 5 years ago
Kim Alvefur 915cebae96 core.modulemanager: Locate resources of LuaRocks-installed modules 5 years ago
Kim Alvefur 5291ea4c7c core.certmanager: Move EECDH ciphers before EDH in default cipherstring (fixes #1513) 6 years ago
Kim Alvefur 96620cafe5 core.certmanager: Look for privkey.pem to go with fullchain.pem (fix #1526) 6 years ago
Kim Alvefur fb5e6faad6 core.certmanager: Add TODO about LuaSec issue 6 years ago
Kim Alvefur 1f80e42aa5 core.moduleapi: Allow passing a config table trough :measure 7 years ago
Kim Alvefur 401c48015c core.statsmanager: Allow passing a config table trough measure 7 years ago
Kim Alvefur 38742f7b50 moduleapi: Rename argument to silence luacheck 6 years ago
Kim Alvefur 7e181e31e0 moduleapi: Fix handling of replies to :send_iq from internal modules 6 years ago
Matthew Wild 8f5d92c15e usermanager: Fix traceback when checking admin status of host-only JIDs (fixes #1508) 6 years ago
Matthew Wild cb6148d155 storagemanager, mod_storage_sql: Rename methods to :get_all() and :delete_all() 6 years ago
Matthew Wild 81f5c3e319 storagemanager: Add support for :find_key() and :delete_key() to map store shim 6 years ago
Matthew Wild 8d04879adf usermanager, mod_authz_*: Merge mod_authz_config and mod_authz_internal into the latter 6 years ago
Matthew Wild 428e4fa832 stanza_router: only fire pre-stanza if firing other preevents (e.g. for c2s sessions) 6 years ago
Matthew Wild 783af2135e sessionmanager: Support passing an auth scope to make_authenticated 6 years ago
Matthew Wild e4f830812f portmanager: Don't auto-start network services under prosodyctl 6 years ago
Matthew Wild 3fb671e0a3 usermanager: Add get_roles() function 6 years ago
Matthew Wild fd3ee50a8c stanza_router: Add once-per-routed-stanza event, pre-stanza 6 years ago
Matthew Wild 34abcc8bd5 mod_authz_internal, usermanager: Rename to mod_authz_config 6 years ago
Matthew Wild b177628d3c usermanager: Load authz providers on components also 6 years ago
Matthew Wild 1f437623ad usermanager, mod_authz_internal: Move admin-checking functionality into a module. Fixes #517 (ish). 6 years ago
Kim Alvefur 3db27c3696 core.moduleapi: Hook correct event type in some cases 6 years ago
Kim Alvefur adc4440fd8 core.moduleapi: Rename local name for util.error for consistency 6 years ago
Kim Alvefur cdd6144dcc core.moduleapi: Fix error context in :send_iq API 6 years ago
Kim Alvefur 83c028be30 core.statsmanager: Ignore unused variable [luacheck] 6 years ago
Kim Alvefur c4c6a44c30 core.portmanager: Ignore unused return variable [luacheck] 6 years ago
Kim Alvefur 3f89e9373b core.modulemanager: Silence warning about unused err variable [luacheck] 6 years ago
Kim Alvefur 5e83a19bc8 core.stanza_router: Silence warning about unused err_message [luacheck] 6 years ago
Kim Alvefur 6d3006307d core.stanza_router: Extract host part of JIDs directly [luacheck] 6 years ago
Matthew Wild 173990157f rostermanager, mod_presence: Support for subscription preapproval (fixes #686) 6 years ago
Kim Alvefur 4614213216 core.portmanager: Complete error message for SNI TLS context problems 6 years ago
Kim Alvefur 1f33d9c6bb core.portmanager: Fix TLS context inheritance for SNI hosts (completes SNI support) 6 years ago
Kim Alvefur b65b591c7a core.portmanager: Don't set the first TLS context with a cert as main context 6 years ago
Kim Alvefur 7ac5e467ba core.modulemanager: Disable mod_vcard if mod_vcard_legacy is enabled to prevent conflict (#1469) 6 years ago
Kim Alvefur 3aee8e24a6 s2s: Allow passing a custom error for bouncing queued stanzas (#770) 6 years ago
Kim Alvefur b1516ea8f0 core.sessionmanager: Require that client-requested resources pass strict resourceprep 6 years ago
Kim Alvefur f563584fca core.configmanager: Handle nameprep validation errors 6 years ago
Kim Alvefur 4b69a96d83 core.configmanager: Ensure Hosts are given names 6 years ago
Kim Alvefur 522916d7c7 core.sessionmanager: Fix traceback from passing nil to resourceprep 6 years ago
Kim Alvefur cf05074f0e Backed out changeset 64ddcbc9a328 as it would prevent communicating with valid remote JIDs that aren't valid under STRINGPREP / Unicode 3.2 6 years ago
Kim Alvefur c09d6decbe core.stanza_router: Do strict jidprep on c2s 6 years ago
Kim Alvefur fb13625e08 core.s2smanager: Fix traceback due to mixup with to/from 6 years ago
Kim Alvefur 72b4209cfb core.s2smanager: Remove bidi-enabled s2sin from outgoing routing table 6 years ago
Kim Alvefur 2ad505a81f core.modulemanager: Split lists across multiple lines for improved readability 6 years ago
Kim Alvefur ef38f2d062 mod_s2s_bidi: Enables bi-directional streams via XEP-0288 6 years ago
Kim Alvefur 6f213da0a0 core.stanza_router: Handle s2s in more direction-agnostic way 6 years ago
Kim Alvefur 2398f38135 core.s2smanager: Add map of names authenticate for remote on s2sout for parity with s2sin 6 years ago