Commit Graph

1921 Commits (7b6a2f64e227a2cd41c1925d8dda7944ac450f46)

Author SHA1 Message Date
Kim Alvefur 7b6a2f64e2 core.certmanager: Handle dane context setting same way on reload as on initialization 2 years ago
Kim Alvefur 2c9c0fab32 core.certmanager: Tweak log level of message about SNI being required 2 years ago
Kim Alvefur e8128c1d60 core.certmanager: Validate that 'tls_profile' is one of the valid values 2 years ago
Kim Alvefur 59f9a608fd core.certmanager: Update Mozilla TLS config to version 5.7 3 years ago
Matthew Wild b4ed120963 portmanager: Expose API to get at SSL/TLS config for a given interface/port 3 years ago
Kim Alvefur 20afe7d20d mod_s2s: Add event where resolver for s2sout can be tweaked 3 years ago
Matthew Wild a4556fc67a sessionmanager: Improve logging around session destruction 3 years ago
Kim Alvefur d616d70f3c core.sessionmanager: Mark session as destroyed to prevent reentry 3 years ago
Kim Alvefur b89b219406 core.sessionmanager: Skip log when (not) destroying destroyed sessions 3 years ago
Kim Alvefur 814817ebf2 core.s2smanager: Don't remove unrelated session on close of bidi session 4 years ago
Kim Alvefur 1f668fed00 core.certmanager: Expand debug messages about cert lookups in index 4 years ago
Kim Alvefur 9e5bf4fc48 core.moduleapi: Fix 'global' property via :context() - #1748 4 years ago
Kim Alvefur a696800291 core.modulemanager: Fix global flag on per-host instances of shared modules (fix #1736) 4 years ago
Matthew Wild 0f493bd245 configmanager: Clearer errors when providing unexpected values after VirtualHost (fixes #1735, thanks arawaks) 4 years ago
Matthew Wild a52c531dc5 configmanager: Add method to report loaded config files (part of #1729 fix) 4 years ago
Kim Alvefur 43351d2b54 Spelling: Fix various spelling mistakes (thanks timeless) 4 years ago
Kim Alvefur c460117e3c core.portmanager: Fix traceback on attempt to get non-existent service 4 years ago
Kim Alvefur dd1e42f499 core.certmanager: Ensure key exists for fullchain 4 years ago
Matthew Wild 067a0ad4d8 usermanager, mod_saslauth: Default to internal_hashed if no auth module specified 4 years ago
Kim Alvefur 406b90d31d core.certmanager: Turn soft dependency on LuaSec into a hard 4 years ago
Kim Alvefur eeaa713fda core.storagemanager: Remove 0.10 era sql2 driver COMPAT 2 years ago
Kim Alvefur f8a2c4d7ab core.portmanager: Join strings broken into multiple lines 2 years ago
Kim Alvefur 1ff9661412 core.portmanager: Hint at HTTP servers for conflicts over port 443 2 years ago
Kim Alvefur 4891b4eea3 core.moduleapi: Parse period min/max arguments 3 years ago
Kim Alvefur aaa6b2b4d6 core.moduleapi: Fix min/maxinteger fallback for Lua 5.2 3 years ago
Kim Alvefur 55768509a3 core.moduleapi: Add min/max range support to :get_option_period 3 years ago
Kim Alvefur 210f608086 moduleapi: Add :get_option_integer() 3 years ago
Kim Alvefur 903e945d09 core.moduleapi: Accept boolean false to disable period setting 3 years ago
Kim Alvefur c8ed05967a core.moduleapi: Log error for unexpected types (booleans?) set as periods 3 years ago
Kim Alvefur f3aac1a4be core.moduleapi: Turn negative periods or "never" into infinity 3 years ago
Kim Alvefur 15a2cec870 core.moduleapi: Improve handling of different types in :get_option_period 3 years ago
Kim Alvefur 3c4dc9a754 core.moduleapi: Add :get_option_period for parsing time intervals 3 years ago
Kim Alvefur 924064a30a core.moduleapi: Allow specifying an acceptable range for number options 4 years ago
Kim Alvefur c4abd68e92 moduleapi: Add enum config option method 5 years ago
Matthew Wild f7323ed6e4 core, plugins: Split prosody:user role into prosody:{guest,registered,member} 3 years ago
Matthew Wild 641f070a9d usermanager: Add create_user_with_role() method to atomically set initial role 3 years ago
Kim Alvefur e6f0e0b9d0 net.tls_luasec: Expose method for loading a certificate 3 years ago
Kim Alvefur 296710c701 net.certmanager: Move LuaSec feature detection to net.tls_luasec 3 years ago
Kim Alvefur 33c20d9cf4 core.sessionmanager: Delay closing a replaced connection after replacement 3 years ago
Matthew Wild 97d83f6c8f moduleapi: Add luacheck annotation to suppress warning about unused self 3 years ago
Matthew Wild 05c6704075 moduleapi: Add module:once() to execute a function after module load/startup 3 years ago
Matthew Wild 89bf5049a1 sessionmanager: Preserve 'since' property of original session after resumption 3 years ago
Matthew Wild eb45f0fcf8 moduleapi: Add 'peek' to :may() and new :could() helper to suppress logging 3 years ago
Matthew Wild 6b2d191b93 moduleapi: may: Fail early if a local session has no role assigned 3 years ago
Kim Alvefur e53ef27a1c core.usermanager: Correct formatting of not implemented error 3 years ago
Kim Alvefur d47a7bb3bd core: Prefix module imports with prosody namespace 3 years ago
Matthew Wild 7309514c2d features: Add "keyval+" 3 years ago
Matthew Wild 2460207d50 storagemanager: Add keyval+ (combined keyval + map) store type 3 years ago
Kim Alvefur 784ad4b1ba core.features: Add feature for prosody.loader 3 years ago
Kim Alvefur 32445b3082 core.moduleapi: Record reverse dependencies 3 years ago