Software /
code /
prosody
Graph
-
MUC: Fix legacy hats (thanks nicoco)12 months ago, by Kim Alvefur
-
MUC: Switch to official XEP-0317 namespace for Hats (including compat) (thanks nicoco)12 months ago, by Kim Alvefur
-
util.startup: Fix exiting on pidfile trouble12 months ago, by Kim Alvefur
-
Merge 0.12->trunk12 months ago, by Matthew Wild
-
prosodyctl check: Warn about invalid domain names in the config file 0.1212 months ago, by Matthew Wild
-
util.startup: Abort before initialization of logging when started as root12 months ago, by Kim Alvefur
-
util.startup: Don't use not yet existent shutdown procedure when started as root (thanks SigmaTel71)12 months ago, by Kim Alvefur
-
util.startup: Check root after detecting platform and reading config (thanks SigmaTel71)12 months ago, by Kim Alvefur
-
mod_posix: Move everything to util.startup12 months ago, by Kim Alvefur
-
mod_bosh: Set base_type on session12 months ago, by Matthew Wild
-
util.startup: Back out 598df17b8ebb12 months ago, by Kim Alvefur
-
util.startup: Hook signals after daemonization13 months ago, by Kim Alvefur
-
mod_pubsub: Ignore shadowed variable [luacheck]13 months ago, by Kim Alvefur
-
mod_pubsub: Add shell commands to create and list nodes13 months ago, by Matthew Wild
-
core.features: Advertise that events are fired for SIGUSR1/213 months ago, by Kim Alvefur
-
util.startup: Fix firing of USR1/2 events13 months ago, by Kim Alvefur
-
net.server: Restore epoll signalfd handling13 months ago, by Kim Alvefur
-
mod_posix: Move POSIX signal handling into util.startup to avoid race13 months ago, by Kim Alvefur
-
net.server: Disable epoll signalfd handling by default until problems resolved13 months ago, by Kim Alvefur
-
net.server_epoll: Log creation of signalfd handles at noise level13 months ago, by Kim Alvefur
-
util.bit53: Add bnot() method13 months ago, by Matthew Wild
-
util.signal: Fail signalfd() if unable to change signal mask13 months ago, by Kim Alvefur
-
net.server_epoll: Log failure to hook signals13 months ago, by Kim Alvefur
-
Merge 0.12->trunk13 months ago, by Kim Alvefur
-
mod_s2s: Comment on why we avoid hostnames in stanza bounce messages13 months ago, by Kim Alvefur
-
mod_cron: Fix log format to account for float that was integer before13 months ago, by Kim Alvefur
-
mod_cron: Sync Teal source with 92301fa7a67313 months ago, by Kim Alvefur
-
util.signal: Wrap signalfd in an userdatum for gc handling etc13 months ago, by Kim Alvefur
-
net.server_epoll: Support hooking signals via signalfd13 months ago, by Kim Alvefur
-
util.signal: Add support for signalfd(2) on Linux13 months ago, by Kim Alvefur
-
features: Add mod_server_info13 months ago, by Matthew Wild
-
mod_server_contact_info: Update to publish fields via new mod_server_info13 months ago, by Matthew Wild
-
mod_server_info: New module to manage the serverinfo disco extension form13 months ago, by Matthew Wild
-
util.strbitop: Add common_prefix_bits() to Teal interface description13 months ago, by Kim Alvefur
-
util.hashes: Add missing entries to Teal interface description13 months ago, by Kim Alvefur
-
util.crypto: Update Teal interface description to match C sources13 months ago, by Kim Alvefur
-
tools/test_mutants.sh: Load loader helper when running busted13 months ago, by Matthew Wild
-
util.ip: Remove ip.bits and related code, switch to more efficient strbitop13 months ago, by Matthew Wild
-
util.strbitop: Remove unused import in tests13 months ago, by Matthew Wild
-
util.strbitop: Add common_prefix_bits() method13 months ago, by Matthew Wild
-
util.ip: Add another test case for match() and commonPrefixLength()13 months ago, by Matthew Wild
-
util.strbitop: Rename spec file to correct name so tests actually run13 months ago, by Matthew Wild
-
util.rfc6724: Remove, unused since introduction of Happy Eyeballs13 months ago, by Kim Alvefur
-
features: Add module-ready (for commit e20949a10118)13 months ago, by Matthew Wild
-
util.startup: Expose core.features.available as prosody.features13 months ago, by Matthew Wild
-
mod_s2s_auth_certs: Handle potential string error13 months ago, by Kim Alvefur
-
net.server_epoll: Prevent traceback when checking TLS after connection gone14 months ago, by Kim Alvefur
-
mod_cron: Allow configuring various "internal" delay parameters13 months ago, by Matthew Wild
-
mod_c2s: Fix error on role change on Components (thanks Menel)13 months ago, by Kim Alvefur
-
mod_smacks: Adjust buckets for resumption age statistic13 months ago, by Kim Alvefur
-
mod_storage_internal: Fix off-by-one when searching archive for13 months ago, by Kim Alvefur
-
mod_s2s_auth_dane_in: Try single TLSA lookup per draft-ietf-dance-client-auth14 months ago, by Kim Alvefur
-
mod_s2s_auth_dane_in: Simplify result processing14 months ago, by Kim Alvefur
-
MUC: Record reason for affiliation changes and return in list (fixes #1227)2021-08-08, by Kim Alvefur
-
MUC: Test that <subject/> + <thread/> is not handled as subject change14 months ago, by Kim Alvefur
-
mod_invites: Fix argument handling14 months ago, by Kim Alvefur
-
mod_invites: Show short help instead of traceback on missing hostname14 months ago, by Kim Alvefur
-
mod_invites: Show help if --help passed instead of hostname14 months ago, by Kim Alvefur
-
mod_invites: Allow specifying invite ttl on command line14 months ago, by Kim Alvefur
-
Merge 0.12->trunk15 months ago, by Kim Alvefur
-
mod_disco: Advertise disco#info and #items on bare JIDs to fix #1664 0.1215 months ago, by Kim Alvefur
-
scansion: Use new style for accessing Lua globals15 months ago, by Kim Alvefur
-
scansion: Use new prosody namespace in import15 months ago, by Kim Alvefur
-
scansion: Use captures or wildcards instead of mocking time15 months ago, by Kim Alvefur
-
util.xtemplate: Test the each template function15 months ago, by Kim Alvefur
-
tools: Fix selection of container engine15 months ago, by Kim Alvefur
-
mod_storage_internal, tests: Fix before/after combined with the 'reverse' flag15 months ago, by Matthew Wild
-
util.http: Silence strict luacheck warning in tests16 months ago, by Kim Alvefur
-
core.moduleapi: Silence strict luacheck warnings in tests16 months ago, by Kim Alvefur
-
util.throttle: Silence some strict luacheck warnings16 months ago, by Kim Alvefur
-
util.prosodyctl.shell: Fix lint [luacheck]16 months ago, by Kim Alvefur
-
CHANGES: Mention new prosodyctl shell method behavior16 months ago, by Kim Alvefur
-
util.prosodyctl.shell: Add :method syntax to make e.g. MUC commands easier16 months ago, by Kim Alvefur
-
util.xtemplate: Add some initial tests16 months ago, by Kim Alvefur
-
util.xtemplate: Adopt {-path-} syntax to strip preceding and/or trailing whitespace16 months ago, by Kim Alvefur
-
mod_http_errors: Simplify CSS via built-in dark mode16 months ago, by Kim Alvefur
-
CHANGES: Document some of the recent changes and features in trunk16 months ago, by Matthew Wild
-
configmanager: Fix linter issues16 months ago, by Matthew Wild
-
configmanager: Support for appending to existing config options16 months ago, by Matthew Wild
-
configmanager: Make _G accessible via `Lua` variable, deprecate direct access16 months ago, by Matthew Wild
-
configmanager: Allow referencing previously-set options in the config file16 months ago, by Matthew Wild
-
mod_user_account_management: Clear pending deletion if account re-enabled16 months ago, by Matthew Wild
-
mod_saslauth: Fire event per SASL step16 months ago, by Matthew Wild
-
util.jsonschema: Return basic structured validation response16 months ago, by Kim Alvefur
-
mod_c2s: Make c2s_timeout timer reachable to allow access from other modules16 months ago, by Kim Alvefur
-
tools: Add a tool for comparing DOAP to the latest XEP versions16 months ago, by Kim Alvefur
-
mod_s2s: Close connection on smacks timeout16 months ago, by Kim Alvefur
-
mod_saslauth: Fire event at start of authentication attempt16 months ago, by Kim Alvefur
-
net.http.server: Fix whitespace-ignoring syntax16 months ago, by Kim Alvefur
-
Merge 0.12->trunk16 months ago, by Kim Alvefur
-
lua-format: Let simple things be one line16 months ago, by Kim Alvefur
-
lua-format: Further tweaks2023-01-18, by Kim Alvefur
-
lua-format: Add new settings2021-07-28, by Kim Alvefur
-
lua-format: Tweaks attempting to fit our code style2020-07-07, by Kim Alvefur
-
lua-format: Check in defaults2020-07-07, by Kim Alvefur
-
mod_user_account_management: Fire events with a fake (not destroyed) session16 months ago, by Matthew Wild
-
mod_cron: Rebuild with new LuaFormatter settings (tabs!)16 months ago, by Kim Alvefur
-
util.datamanager: Fix missing pack format when reading first index entry16 months ago, by Kim Alvefur
-
mod_user_account_management: Add support for soft-deletion of accounts via IBR16 months ago, by Matthew Wild
-
moduleapi: Log error message when ambiguous period spec is found in config16 months ago, by Matthew Wild
-
util.human.io: Don't accept ambiguous durations by default16 months ago, by Matthew Wild
-
mod_cron: Update Teal source and rebuild16 months ago, by Matthew Wild
-
mod_cron: Rename variable to fix shadowing (#luacheck)16 months ago, by Matthew Wild
-
mod_cron: Add shell command to list registered cron tasks with status16 months ago, by Matthew Wild
-
mod_saslauth: Allow plugins to override return SASL condition/text16 months ago, by Matthew Wild
-
luacheckrc, mod_http_file_share: Update for module API change (once->on_ready)16 months ago, by Matthew Wild
-
modulemanager: Allow modules to expose module.ready - to be called after init16 months ago, by Matthew Wild
-
moduleapi: Rename :once() to :on_ready() for clarity16 months ago, by Matthew Wild
-
usermanager, mod_auth_internal_hashed: Support metadata when disabling a user16 months ago, by Matthew Wild
-
util.datamanager: Load first item into index earlier16 months ago, by Kim Alvefur
-
mod_mam: Use for loop in metadata query16 months ago, by Kim Alvefur
-
mod_tokenauth: Ignore invalid grants in storage that have no id16 months ago, by Matthew Wild
-
mod_invites: Fix linter issues16 months ago, by Matthew Wild
-
mod_admin_shell: Fix linter issues16 months ago, by Matthew Wild
-
mod_invites: Use new shell-command API16 months ago, by Matthew Wild
-
mod_admin_shell: Remove verbose logging16 months ago, by Matthew Wild
-
mod_admin_shell: Remove timer:info() (it's been debug:timers() for some time)16 months ago, by Matthew Wild
-
mod_admin_shell: Support for 'shell-command' items (global and per-host)16 months ago, by Matthew Wild
-
mod_admin_shell: Refactor help to data structures for extensibility16 months ago, by Matthew Wild
-
migrator: Add an escape hatch to allow arbitrary config options16 months ago, by Kim Alvefur
-
util.poll: Rename things to clarify poll(2) limits16 months ago, by Kim Alvefur
-
mod_storage_internal: Clear archive item count cache after experimental trim16 months ago, by Kim Alvefur
-
mod_blocklist: Remove weak cache (and increase default LRU cache size)16 months ago, by Kim Alvefur
-
mod_storage_internal: Close lazy-loading list abstraction after trim16 months ago, by Kim Alvefur
-
mod_storage_internal: Only close lazy-loading list store abstractions16 months ago, by Kim Alvefur
-
util.startup: Use prosody. module namespace16 months ago, by Kim Alvefur
-
net.http.server: Complete async waiter for non-persistent connections16 months ago, by Kim Alvefur
-
mod_storage_internal: Close archive list after completion of iteration16 months ago, by Kim Alvefur
-
mod_pubsub: Provide some node properties in summary template #180916 months ago, by Kim Alvefur
-
mod_admin_shell: Fix lint [luacheck]16 months ago, by Kim Alvefur
-
util.async: Clip long line [luacheck]16 months ago, by Kim Alvefur
-
net.server_epoll: Avoid call to update socket watch flags when nothing changed16 months ago, by Kim Alvefur
-
util.poll: Quadruple number of events retrieved at once from epoll16 months ago, by Kim Alvefur
-
mod_admin_shell: Add debug:async() command to show blocked async runners16 months ago, by Matthew Wild
-
util.async: Expose default runner function16 months ago, by Matthew Wild
-
util.async: Record current work item in the runner object16 months ago, by Matthew Wild
-
util.async: Improve debug logging in a few places16 months ago, by Matthew Wild
-
util.async: Export a table of currently-waiting runners16 months ago, by Matthew Wild
-
util.poll: Return early if given zero timeout and no pending events16 months ago, by Kim Alvefur
-
moduleapi: Update Teal spec16 months ago, by Kim Alvefur
-
util.prosodyctl.check: Disable https cert check if http_external_url set16 months ago, by Kim Alvefur
-
util.prosodyctl.check: Check cert for HTTPS if http module enabled16 months ago, by Kim Alvefur
-
util.prosodyctl.check: Update conditions for s2s cert checks16 months ago, by Kim Alvefur
-
util.prosodyctl.check: Simplify conditions for c2s and s2s cert checks16 months ago, by Kim Alvefur
-
tools/build-env: Tools for building and testing in a container16 months ago, by Kim Alvefur
-
mod_s2s_auth_dane_in: Bail out on explicit service denial16 months ago, by Kim Alvefur
-
mod_tokenauth: Include more details in debug logs16 months ago, by Kim Alvefur
-
net.http: Set Connection header based on connection pool usage16 months ago, by Kim Alvefur
-
net.http: Add simple connection pooling16 months ago, by Kim Alvefur
-
mod_storage_sql: Use UUIDv7 as keys20 months ago, by Kim Alvefur
-
util.uuid: Add UUIDv72021-08-15, by Kim Alvefur
-
util.prosodyctl.check: Try to clarify check for misplaced k=v in modules_enabled (thanks aab and Menel)16 months ago, by Kim Alvefur
-
doap: Update XEP-0359 version, no protocol changes16 months ago, by Kim Alvefur
-
doap: Update XEP-0353 version, no change affecting server handling16 months ago, by Kim Alvefur
-
doap: Update XEP-0313 version, only change align with current mod_mam behavior16 months ago, by Kim Alvefur
-
doap: Update XEP-0045 version, only minor changes16 months ago, by Kim Alvefur
-
util.startup: Attempt to bring some order to startup/shutdown with util.fsm17 months ago, by Matthew Wild
-
.luacheckrc: Add module:could()17 months ago, by Matthew Wild
-
moduleapi: may(): Support explicit actor_jid in context object17 months ago, by Matthew Wild
-
mod_muc: Switch to module:could() for some implicit access control checks17 months ago, by Matthew Wild
-
mod_muc: Allow guest users to list rooms by default17 months ago, by Matthew Wild
-
mod_muc: Add :list-rooms permission17 months ago, by Matthew Wild
-
mod_tokenauth: Fix saving grants after clearing expired tokens17 months ago, by Kim Alvefur
-
mod_s2s_auth_certs: Remove LuaSec compat that moved to net.server17 months ago, by Kim Alvefur
-
core.certmanager: Handle dane context setting same way on reload as on initialization17 months ago, by Kim Alvefur
-
util.prosodyctl.check: Print DANE TLSA records for certificates17 months ago, by Kim Alvefur
-
util.prosodyctl.check: Wrap each check in a function17 months ago, by Kim Alvefur
-
muc.register: Clarify what's going on when enforcing nicknames17 months ago, by Kim Alvefur
-
util.datamanager: Clean up list index files on purge (i.e. user deletion)17 months ago, by Kim Alvefur
-
mod_s2s: Automagically enable DANE for s2sin if 'use_dane' is enabled17 months ago, by Kim Alvefur
-
mod_s2s_auth_dane_in: DANE support for s2sin17 months ago, by Kim Alvefur
-
migrator: Add mod_http_file_share example to config template17 months ago, by Kim Alvefur
-
migrator: Update default config template with new stores17 months ago, by Kim Alvefur
-
core.certmanager: Tweak log level of message about SNI being required17 months ago, by Kim Alvefur
-
mod_bosh: Include stream attributes in stream-features event17 months ago, by Matthew Wild
-
Merge 0.12->trunk17 months ago, by Kim Alvefur
-
core.certmanager: Validate that 'tls_profile' is one of the valid values 0.1217 months ago, by Kim Alvefur
-
mod_saslauth: Clear 'auto' from endpoint hash var, it's not a real hash (thanks tmolitor)17 months ago, by Matthew Wild
-
mod_saslauth, mod_c2s: Disable tls-server-end-point channel binding by default17 months ago, by Matthew Wild
-
mod_saslauth: Fix traceback in tls-server-end-point channel binding17 months ago, by Matthew Wild
-
mod_admin_shell: Make 'Role' column dynamically sized17 months ago, by Kim Alvefur
-
mod_saslauth: Actively close cert file after reading17 months ago, by Matthew Wild
-
mod_saslauth: Fix read format string (thanks tmolitor)17 months ago, by Matthew Wild
-
mod_cron: Make task frequencies configurable in overly generic manner17 months ago, by Kim Alvefur
-
mod_cron: Fix missing restore method in Teal record definition17 months ago, by Kim Alvefur
-
CHANGES: Mention 'tls-server-end-point'17 months ago, by Kim Alvefur
-
mod_saslauth: Get correct 'tls-server-end-point' with new LuaSec API2022-10-23, by Kim Alvefur
-
mod_c2s: Add session.ssl_cfg/ssl_ctx for direct TLS connections2022-09-07, by Matthew Wild
-
portmanager: Expose API to get at SSL/TLS config for a given interface/port2022-09-07, by Matthew Wild
-
mod_saslauth: Derive hash from certificate per tls-server-end-point2021-06-28, by Kim Alvefur
-
mod_saslauth: Support tls-server-end-point via manually specified hash2020-12-07, by Kim Alvefur
-
mod_tokenauth: Set name/description on cleanup job17 months ago, by Kim Alvefur
-
mod_tokenauth: Save grant after removing expired tokens17 months ago, by Kim Alvefur
-
mod_tokenauth: Periodically clear out expired tokens and grants18 months ago, by Kim Alvefur
-
mod_tokenauth: Delete grants without tokens after period17 months ago, by Kim Alvefur
-
mod_tokenauth: Clear expired tokens on grant retrieval18 months ago, by Kim Alvefur
-
mod_tokenauth: Delete grants in the wrong formats on retrieval18 months ago, by Kim Alvefur
-
lint: Teach luacheck about module:once17 months ago, by Kim Alvefur
-
mod_cron: Remove unused import [luacheck]17 months ago, by Kim Alvefur
-
Merge 0.12->trunk17 months ago, by Kim Alvefur
-
mod_http_file_share: Retrieve stored total in async-friendly way17 months ago, by Kim Alvefur
-
mod_cron: Load last task run time inside task runner to fix async17 months ago, by Kim Alvefur
-
mod_cron: Revert bbd3ac65640d20 months ago, by Kim Alvefur
-
mod_storage_internal: Don't report error when attempting to trim empty archive18 months ago, by Kim Alvefur
-
mod_storage_internal: Fix fast trimming of archive with exactly one item18 months ago, by Kim Alvefur
-
net.http.server: Fix typo in previous commit18 months ago, by Kim Alvefur
-
net.http.server: Support setting Content-Type of uncaught HTTP errors18 months ago, by Kim Alvefur
-
mod_http_file_share: Switch to the new authz API (BC)18 months ago, by Kim Alvefur
-
core.storagemanager: Remove 0.10 era sql2 driver COMPAT19 months ago, by Kim Alvefur
-
Merge 0.12->trunk19 months ago, by Kim Alvefur
-
tools: Reflect bash-ness of mod2spec in shebang19 months ago, by Kim Alvefur
-
util.prosodyctl.check: Correct modern replacement for 'disallow_s2s' 0.12 0.12.419 months ago, by Kim Alvefur
-
mod_s2s: Fix reporting of DANE mismatch20 months ago, by Kim Alvefur
-
core.portmanager: Join strings broken into multiple lines20 months ago, by Kim Alvefur
-
core.portmanager: Hint at HTTP servers for conflicts over port 44320 months ago, by Kim Alvefur
-
net.websocket.frames: Remove completed TODO20 months ago, by Kim Alvefur
-
mod_http: Generate URL from configuration in prosodyctl20 months ago, by Kim Alvefur
-
Merge 0.12->trunk20 months ago, by Kim Alvefur
-
mod_tokenauth: Fix revoking a single token without revoking whole grant20 months ago, by Kim Alvefur
-
util.array: Fix new() library function20 months ago, by Kim Alvefur
-
tests: Add hack to test only a single storage driver20 months ago, by Kim Alvefur
-
tests: Update storagemanager tests for prosody.* namespace change20 months ago, by Kim Alvefur
-
mod_storage_sql: Spell out missing dependencies20 months ago, by Kim Alvefur
-
mod_storage_sql: Pass variables as arguments instead of upvalues20 months ago, by Kim Alvefur
-
util.sql: Remove unused String() and Integer() functions20 months ago, by Kim Alvefur
-
util.sqlite3: Clean up unused variables20 months ago, by Kim Alvefur
-
util.datamanager: Always reset index after list shift20 months ago, by Kim Alvefur
-
core.moduleapi: Parse period min/max arguments20 months ago, by Kim Alvefur
-
util.datamanager: Add way to close indexed list store20 months ago, by Kim Alvefur
-
util.datamanager: Close file handle when done using it20 months ago, by Kim Alvefur
-
util.datamanager: Disable blockwise removal20 months ago, by Kim Alvefur
-
mod_muc: Use enum config API for 'restrict_room_creation'20 months ago, by Kim Alvefur
-
plugins: Use get_option_array for some list shaped options20 months ago, by Kim Alvefur
-
util.datamanager: Disable block alignment20 months ago, by Kim Alvefur
-
plugins: Handle how get_option_period returns "never"20 months ago, by Kim Alvefur
-
plugins: Use boolean config method in some places20 months ago, by Kim Alvefur
-
mod_storage_internal: Use integer option method for cache size20 months ago, by Kim Alvefur
-
mod_muc_mam: Use period option method20 months ago, by Kim Alvefur
-
mod_muc: Use enum option method for 'muc_room_default_presence_broadcast'20 months ago, by Kim Alvefur
-
mod_storage_xep0227: Use enum option method20 months ago, by Kim Alvefur
-
mod_auth_ldap: Use enum option method20 months ago, by Kim Alvefur
-
mod_storage_sql: Use integer config option for cache size20 months ago, by Kim Alvefur
-
mod_storage_sql: Use config enum for 'sqlite_tune'20 months ago, by Kim Alvefur
-
mod_storage_sql: Allow higher precision timestamps in SQLite320 months ago, by Kim Alvefur
-
Merge 0.12->trunk20 months ago, by Kim Alvefur
-
util.prosodyctl.check: Hint about the 'external_addresses' config option 0.1220 months ago, by Kim Alvefur
-
Merge 0.12->trunk20 months ago, by Kim Alvefur
-
util.prosodyctl.check: Get some config options via minimal moduleapi #896 0.1220 months ago, by Kim Alvefur
-
core.moduleapi: Fix min/maxinteger fallback for Lua 5.220 months ago, by Kim Alvefur
-
mod_http: Fix passing minimum limits in wrong argument position20 months ago, by Kim Alvefur
-
plugins: Use integer config API with interval specification where sensible20 months ago, by Kim Alvefur
-
core.moduleapi: Add min/max range support to :get_option_period20 months ago, by Kim Alvefur
-
moduleapi: Add :get_option_integer()20 months ago, by Kim Alvefur
-
util.human.io: Fix stray 'stty' error by only querying width of real ttys20 months ago, by Kim Alvefur
-
plugins: Switch to :get_option_period() for time range options20 months ago, by Kim Alvefur
-
core.moduleapi: Accept boolean false to disable period setting20 months ago, by Kim Alvefur
-
core.moduleapi: Log error for unexpected types (booleans?) set as periods20 months ago, by Kim Alvefur
-
core.moduleapi: Turn negative periods or "never" into infinity20 months ago, by Kim Alvefur
-
core.moduleapi: Improve handling of different types in :get_option_period20 months ago, by Kim Alvefur
-
core.moduleapi: Add :get_option_period for parsing time intervals20 months ago, by Kim Alvefur
-
core.moduleapi: Allow specifying an acceptable range for number options2021-10-05, by Kim Alvefur
-
plugins: Use get_option_enum where appropriate2021-01-16, by Kim Alvefur
-
moduleapi: Add enum config option method2021-01-16, by Kim Alvefur
-
tools: Fix file ending of mod2spec.sh (thanks buildbot)20 months ago, by Kim Alvefur
-
util.human.io: Fix pattern in parse_duration() to cover all used letters20 months ago, by Kim Alvefur
-
util.human.io: Add tests for parse_duration() (some failing)20 months ago, by Kim Alvefur
-
util.human.io: Include relevant arguments in test messages20 months ago, by Kim Alvefur
-
util.human.io: Use tail call in test to get correct line numbers20 months ago, by Kim Alvefur
-
tools: Add mod2spec.sh, turns util.example into spec/util_example_spec.lua20 months ago, by Kim Alvefur
-
editorconfig: Include the command used to normalize *.xml20 months ago, by Kim Alvefur
-
editorconfig: Specify max line length to match luacheck settings20 months ago, by Kim Alvefur
-
editorconfig: Explicitly specify preferred charset (UTF-8)20 months ago, by Kim Alvefur
-
editorconfig: Add link to format description20 months ago, by Kim Alvefur
-
mod_storage_sql: Remove completed TODO (testing UPSERT on PostgreSQL)21 months ago, by Kim Alvefur
-
CHANGES: Move line about LuaSQLite3 to Storage section21 months ago, by Kim Alvefur
-
CHANGES: Mention performance improvements for internal archives21 months ago, by Kim Alvefur
-
mod_storage_internal: Implement efficient deletion of oldest archive items21 months ago, by Kim Alvefur
-
util.datamanager: Pad list writes to avoid crossing block boundaries22 months ago, by Kim Alvefur
-
util.datamanager: Efficiently remove whole blocks to shift lists21 months ago, by Kim Alvefur
-
util.pposix: Add remove_blocks() for deleting parts of files22 months ago, by Kim Alvefur
-
util.datamanager: Add way to efficiently remove first items in a list21 months ago, by Kim Alvefur
-
util.datamanager: Fix indexing first item if not at the very start21 months ago, by Kim Alvefur
-
util.datamanager: Reduce log level of left over debug messages to debug (thanks Trung)21 months ago, by Kim Alvefur
-
util.datamanager: Fix missing separator in log line21 months ago, by Kim Alvefur
-
Merge 0.12->trunk21 months ago, by Kim Alvefur
-
mod_pubsub: Send correct jid attribute in disco#items21 months ago, by Kim Alvefur
-
mod_http_file_share: Put 'expires' back, thought it was unused21 months ago, by Kim Alvefur
-
util.cache: Pass cache itself to eviction callback21 months ago, by Kim Alvefur
-
util.cache: Keep eviction candidate if callback resized to make room21 months ago, by Kim Alvefur
-
util.serialization: Teach Teal about the new "pretty" preset21 months ago, by Kim Alvefur
-
util.jsonpointer: Change function prototype to allow anything21 months ago, by Kim Alvefur
-
util.jsonpointer: Silence Teal warning21 months ago, by Kim Alvefur
-
core, plugins: Split prosody:user role into prosody:{guest,registered,member}21 months ago, by Matthew Wild
-
usermanager: Add create_user_with_role() method to atomically set initial role21 months ago, by Matthew Wild
-
mod_http_file_share: Set slot token TTL so util.jwt validates expiry21 months ago, by Kim Alvefur
-
prosodyctl: Add experimental way to reload specific modules directly21 months ago, by Kim Alvefur
-
net.server: Handle loading from outside Prosody (e.g. Verse)22 months ago, by Kim Alvefur
-
renamening: Fix newly added imports to use the new namespace21 months ago, by Kim Alvefur
-
util.jsonschema: Remove wrapper function21 months ago, by Kim Alvefur
-
util.jsonschema: Silence Teal warnings about utf8 library21 months ago, by Kim Alvefur
-
util.jsonschema: Silence Teal warnings about counting items in tables21 months ago, by Kim Alvefur
-
mod_invites: Refactor argument handling using util.argparse2022-01-12, by Kim Alvefur
-
util.argparse: Add support for repeatable parameters2022-01-05, by Kim Alvefur
-
mod_storage_sql: Fix column name in index check for PostgreSQL21 months ago, by Kim Alvefur
-
mod_storage_sql: Adjust indentation to align with surrounding code21 months ago, by Kim Alvefur
-
mod_storage_sql: Only remove old index if it exists21 months ago, by Kim Alvefur
-
mod_storage_sql: Be more specific when checking for old index in SQLite321 months ago, by Kim Alvefur
-
mod_storage_sql: Improve check for old table index on PostgreSQL21 months ago, by Kim Alvefur
-
mod_storage_sql: Enable UPSERT with PostgreSQL21 months ago, by Kim Alvefur
-
doap: Fix typo in attribute name21 months ago, by Kim Alvefur
-
util.pposix: Use Lua enum API for resource limit name argument21 months ago, by Kim Alvefur
-
mod_storage_sql: Add some TODO comments for future UPSERT work22 months ago, by Kim Alvefur
-
mod_storage_sql: Do not keep track of quota when no quota is set22 months ago, by Kim Alvefur
-
mod_storage_sql: Add setting to tune SQLite3 performance vs safety22 months ago, by Kim Alvefur
-
mod_storage_sql: Record all SQLite3 compile options for potential use22 months ago, by Kim Alvefur
-
util.sqlite3: Don't cache prepared statements for one-off queries22 months ago, by Kim Alvefur
-
util.sqlite3: Deduplicate query methods22 months ago, by Kim Alvefur
-
util.sqlite3: Fix indentation22 months ago, by Kim Alvefur
-
mod_storage_sql: Compose a keyval+ store out of keyval and map store methods22 months ago, by Kim Alvefur
-
mod_storage_sql: Add UPSERT support22 months ago, by Kim Alvefur
-
tools: Update imports to use new prosody.* namespace22 months ago, by Kim Alvefur
-
Merge 0.12->trunk22 months ago, by Kim Alvefur
-
mod_http: Simplify conversion of Set to Array22 months ago, by Kim Alvefur
-
util.datamanager: Halve size of list index2021-05-14, by Kim Alvefur
-
mod_storage_internal: Use a binary search for time based ranges2021-05-11, by Kim Alvefur
-
mod_storage_internal: Lazy-load archive items while iterating2021-05-11, by Kim Alvefur
-
util.datamanager: Add O(1) list indexing with on-disk index2021-05-11, by Kim Alvefur
-
storagemanager tests: Reorder test data in chronological order2021-05-11, by Kim Alvefur
-
mod_admin_shell: Use new serialize preset to simplify default config22 months ago, by Kim Alvefur
-
util.serialization: Add a "pretty" preset22 months ago, by Kim Alvefur
-
doc/hgrc-email: Example config for using 'hg email' to contribute22 months ago, by Kim Alvefur
-
doc/hgrc: Some useful Mercurial settings22 months ago, by Kim Alvefur
-
mod_admin_shell: Warn when (un-)loading module would be undone by restart22 months ago, by Kim Alvefur
-
mod_http: Make RFC 7239 Forwarded opt-in for now to be safe22 months ago, by Kim Alvefur
-
mod_http: Use RFC 7239 Forwarded header to find original client IP22 months ago, by Kim Alvefur
-
mod_http: Handle bracketed IP address format from RFC 723922 months ago, by Kim Alvefur
-
util.http: Implement parser for RFC 7239 Forwarded header22 months ago, by Kim Alvefur
-
util.set: Remove duplicate __freeze metamethod22 months ago, by Kim Alvefur
-
Merge 0.12->trunk22 months ago, by Kim Alvefur
-
util.prosodyctl.check: Fix error where hostname can't be turned into A label 0.1222 months ago, by Kim Alvefur
-
util.startup: Record current version in a metric22 months ago, by Kim Alvefur
-
util.startup: Remove componentmanager backwards compatibility22 months ago, by Kim Alvefur
-
net.http.server: Return request ID in header to aid debugging22 months ago, by Kim Alvefur
-
mod_admin_shell: Show internal URL where different from external22 months ago, by Kim Alvefur
-
net.tls_luasec: Expose method for loading a certificate22 months ago, by Kim Alvefur
-
net.certmanager: Move LuaSec feature detection to net.tls_luasec22 months ago, by Kim Alvefur
-
util.dependencies: Print tables itself to reduce number of imports22 months ago, by Kim Alvefur
-
util.sasl: Add basic tests for OAUTHBEARER22 months ago, by Kim Alvefur
-
util.sasl.oauthbearer: Tighter parsing of SASL message22 months ago, by Kim Alvefur
-
Merge 0.12->trunk22 months ago, by Kim Alvefur
-
teal: Describe http_url method22 months ago, by Kim Alvefur
-
mod_admin_shell: Show internal URL in addition to external in http:list22 months ago, by Kim Alvefur
-
mod_http: Add way to retrieve internal URL instead of external22 months ago, by Kim Alvefur
-
util.jsonschema: Update test suite ignore rules22 months ago, by Kim Alvefur
-
mod_admin_shell: Allow logging HTTP events with debug:logevents("http")22 months ago, by Kim Alvefur
-
mod_admin_shell: Allow logging global events with debug:logevents("*")22 months ago, by Kim Alvefur
-
net.http.server: Remove "Firing event" logs, use event logging instead22 months ago, by Kim Alvefur
-
net.http.server: Log request and response status lines22 months ago, by Kim Alvefur
-
net.http.server: Assign each request its own log source22 months ago, by Kim Alvefur
-
net.http.server: Assign an ID to each request, shared with response22 months ago, by Kim Alvefur
-
mod_tokenauth: Support selection of _no_ role at all23 months ago, by Kim Alvefur
-
mod_tokenauth: Return error instead of session for token without role23 months ago, by Kim Alvefur
-
mod_adhoc: Silence permission errors when listing commands23 months ago, by Kim Alvefur
-
mod_invites: Fix password reset invites23 months ago, by Kim Alvefur
-
core.sessionmanager: Delay closing a replaced connection after replacement23 months ago, by Kim Alvefur
-
doap: Update reference for publishing of XEP-0478: Stream Limits Advertisement23 months ago, by Kim Alvefur
-
mod_c2s,mod_s2s: Fix tag name for SLA (thanks mjk)23 months ago, by Kim Alvefur
-
Merge 0.12->trunk23 months ago, by Kim Alvefur
-
mod_csi_simple: Disable revert-to-inactive timer when going to active mode 0.1223 months ago, by Kim Alvefur
-
mod_admin_shell: Refactor 'cert' column23 months ago, by Kim Alvefur
-
util.jsonschema: Fix UTF-8ness of 'minLength' and 'maxLength'23 months ago, by Kim Alvefur
-
util.jsonschema: Implement 'minContains' and 'maxContains'23 months ago, by Kim Alvefur
-
util.jsonschema: Add some comments wrt Lua-specifics23 months ago, by Kim Alvefur
-
util.jsonschema: Implement 'luaPattern' - Lua variant of 'pattern'23 months ago, by Kim Alvefur
-
util.jsonschema: Implement 'luaPatternProperties' as Lua variant of 'patternProperties'23 months ago, by Kim Alvefur
-
util.jsonschema: Tweak description of disabled test23 months ago, by Kim Alvefur
-
util.jsonschema: Enable passing IEEE 754 equality test23 months ago, by Kim Alvefur
-
util.jsonschema: Fix NYI 'patternProperties' definition23 months ago, by Kim Alvefur
-
util.error: Add test for #180523 months ago, by Kim Alvefur
-
Merge 0.12->trunk23 months ago, by Kim Alvefur
-
util.error: Fix error on conversion of invalid error stanza, fix #1805 0.1223 months ago, by Kim Alvefur
-
mod_admin_shell: Fix display of remote cert status when expired etc 0.1224 months ago, by Kim Alvefur
-
mod_tls: Drop request for client certificates on outgoing connections23 months ago, by Kim Alvefur
-
mod_csi: Always advertise feature23 months ago, by Kim Alvefur
-
mod_tokenauth: Fix parsing binary part of tokens24 months ago, by Kim Alvefur
-
mod_tokenauth: Only check if expiry of expiring tokens24 months ago, by Kim Alvefur
-
mod_admin_shell: Use same wildcard matching in other s2s command24 months ago, by Kim Alvefur
-
mod_admin_shell: Factor apart wildcard matching into function for reuse24 months ago, by Kim Alvefur
-
mod_csi: Remove module status, doesn't work because of mod_smacks24 months ago, by Kim Alvefur
-
mod_http: Fix reliance on previous tostring() format of util.set24 months ago, by Kim Alvefur
-
util.human.io: Fix column width miscalculation24 months ago, by Kim Alvefur
-
util.human.io: Fix error with ellipsis to negative length24 months ago, by Kim Alvefur
-
tools/tb2err: Trim trailing whitespace24 months ago, by Kim Alvefur
-
tools/tb2err: Rewrite prosody-modules paths to ../modules24 months ago, by Kim Alvefur
-
tools/tb2err: Add some example usage in a comment24 months ago, by Kim Alvefur
-
tools/tb2err: Drop use of lua-any since it should run fine on any Lua24 months ago, by Kim Alvefur
-
mod_admin_shell: Add config:set([host,] key, value) because why not24 months ago, by Kim Alvefur
-
mod_admin_shell: Allow wildcard matches like s2s:show("*.example.com")24 months ago, by Kim Alvefur
-
util.sasl: Fix a singulars24 months ago, by Kim Alvefur
-
Merge 0.12->trunk24 months ago, by Matthew Wild
-
util.argparse: Translate '-' to '_' in long option names for convenience24 months ago, by Matthew Wild
-
mod_http_file_share: use util.human.io.parse_duration2022-04-28, by Jonas Schäfer
-
mod_mam: port to use util.human.io.parse_duration2022-04-28, by Jonas Schäfer
-
util.human.io: Add parse_duration() method to parse a duration string24 months ago, by Matthew Wild
-
mod_admin_shell: Allow "*" as substitute for 'nil' for easier CLI usage24 months ago, by Kim Alvefur
-
util.prosodyctl.shell: Fix sending terminal width with single argument24 months ago, by Kim Alvefur
-
util.human.io: Coerce $COLUMNS to number24 months ago, by Kim Alvefur
-
util.prosodyctl.shell: Coerce terminal width to string (for util.stanza)24 months ago, by Kim Alvefur
-
util.human.io: table: don't read $COLUMNS directly, just use term_width()24 months ago, by Matthew Wild
-
util.human.io: table: Return determined width as a second result24 months ago, by Matthew Wild
-
util.human.io: Prefer using the $COLUMNS environment variable if set (by readline)24 months ago, by Kim Alvefur
-
util.prosodyctl.shell: Use new term_width() for width24 months ago, by Kim Alvefur
-
util.human.io: table: use term_width() to discover terminal width24 months ago, by Matthew Wild
-
util.human.io: Add term_width() method to discover the terminal width24 months ago, by Matthew Wild
-
mod_admin_shell: Make IP column thinner if IPv6 is disabled24 months ago, by Kim Alvefur
-
mod_admin_shell: Make default column width 1 part24 months ago, by Kim Alvefur
-
mod_admin_shell: Fix attempt to compare number with string24 months ago, by Kim Alvefur
-
util.human.io: Pass the whole column definition to mapper function24 months ago, by Kim Alvefur
-
util.human.io: Allow defining per column ellipsis function24 months ago, by Kim Alvefur
-
util.human.io: Pass expected width to mapper function24 months ago, by Kim Alvefur
-
mod_admin_shell: Dynamically size JIDs and hosts24 months ago, by Kim Alvefur
-
mod_admin_shell: More dynamic widths calculations24 months ago, by Kim Alvefur
-
mod_admin_shell: Calculate widths of columns from example values24 months ago, by Kim Alvefur
-
mod_admin_shell: Strip 'prosody:' prefix to allow narrower Role column2023-04-02, by Kim Alvefur
-
util.set: Change tostring format to {a, b, c}24 months ago, by Kim Alvefur
-
util.array: Change tostring format to [a,b,c]24 months ago, by Kim Alvefur
-
util.human.io: Fix pattern to support fractional proportions24 months ago, by Matthew Wild
-
util.human.io: Support for dynamic "proportional" columns24 months ago, by Matthew Wild
-
mod_debug_reset: Remove now unused import of util.time (thanks luacheck)24 months ago, by Matthew Wild
-
mod_debug_reset: Don't delay operations until next tick24 months ago, by Matthew Wild
-
integration tests: Preserve unmocked time.monotonic()24 months ago, by Matthew Wild
-
mod_csi: Drop summary stats, doesn't work in normal module24 months ago, by Kim Alvefur
-
mod_csi: Add metrics, covering changes and totals24 months ago, by Kim Alvefur
-
mod_tokenauth: Add API method to revoke a grant by id24 months ago, by Matthew Wild
-
Merge 0.12->trunk24 months ago, by Kim Alvefur
-
mod_adhoc: Remove "mod_" prefix from permission action name2023-04-02, by Kim Alvefur
-
util.fsm: New utility lib for finite state machines2022-03-17, by Matthew Wild
-
util.set: Add missing remove function in Teal spec2023-03-31, by Kim Alvefur
-
net.http: Rename enum in Teal spec to avoid name clash2023-03-31, by Kim Alvefur
-
moduleapi: Add luacheck annotation to suppress warning about unused self2023-04-01, by Matthew Wild
-
moduleapi: Add module:once() to execute a function after module load/startup2023-04-01, by Matthew Wild
-
util.startup: Add prosody.started promise to easily execute code after startup2023-04-01, by Matthew Wild
-
mod_admin_shell: Allow matching on host or bare JID in c2s:show2023-03-31, by Kim Alvefur
-
mod_invites: Record roles as ordered list, first becoming primary role2023-03-30, by Kim Alvefur
-
mod_invites_register: Allow roles to be an ordered list, first being primary2023-03-30, by Kim Alvefur
-
mod_tokenauth: Add API to inspect individual grants or all of a user's grants2023-03-29, by Matthew Wild
-
mod_tokenauth: Move grant validation to a reusable function2023-03-29, by Matthew Wild
-
sessionmanager: Preserve 'since' property of original session after resumption2023-03-29, by Matthew Wild
-
util.session: Add 'since' property with timestamp of session creation2023-03-29, by Matthew Wild
-
mod_tokenauth: fix traceback if password has never been changed2023-03-28, by Jonas Schäfer
-
teal-src/README: Words on Compiling to Lua2023-03-28, by Kim Alvefur
-
teal-src/README: Tweak markdown syntax2023-03-28, by Kim Alvefur
-
mod_tokenauth: Fire events on grant creation and revocation2023-03-28, by Matthew Wild
-
teal-src: Add a README with a few pointers to get started2023-03-28, by Kim Alvefur
-
teal-src: Add keyval+ store type2023-03-28, by Matthew Wild
-
mod_tokenauth: Fix storage API mistake in revocation2023-03-27, by Kim Alvefur
-
mod_tokenauth: Fix traceback when checking expiry of tokens with no expiry2023-03-27, by Matthew Wild
-
mod_tokenauth: Refactor API to separate tokens and grants2023-03-27, by Matthew Wild
-
mod_tokenauth: Support for creating sub-tokens2023-03-26, by Matthew Wild
-
mod_tokenauth: return error if storage of new token fails2023-03-26, by Matthew Wild
-
moduleapi: Add 'peek' to :may() and new :could() helper to suppress logging2023-03-26, by Matthew Wild
-
moduleapi: may: Fail early if a local session has no role assigned2023-03-25, by Matthew Wild
-
core.usermanager: Correct formatting of not implemented error2023-03-26, by Kim Alvefur
-
mod_admin_shell: Enable user after creation with role2023-03-26, by Kim Alvefur
-
mod_admin_shell: Simplify user creation when no role given2023-03-26, by Kim Alvefur
-
util.jsonschema: Reorder type definition by specification, section2023-03-26, by Kim Alvefur
-
util.jsonschema: Implement 'dependentSchemas'2023-03-26, by Kim Alvefur
-
util.jsonschema: Implement 'dependentRequired'2023-03-26, by Kim Alvefur
-
util.roles: Implement a serialization preparation metamethod2023-03-26, by Kim Alvefur
-
util.set: Add a serialization preparation metamethod2023-03-26, by Kim Alvefur
-
util.format: Update tests for serialization changes2023-03-25, by Kim Alvefur
-
util.format: Restore "freeze" serialization behavior in logging2023-03-25, by Kim Alvefur
-
util.format: Tweak serialization of %q formatted entries2023-03-25, by Kim Alvefur
-
util.startup: Tweak function string representation2023-03-25, by Kim Alvefur
-
mod_server_contact_info: Reorder dataform keys for more aligned view2023-03-24, by Kim Alvefur
-
mod_tokenauth: Track last access time (last time a token was used)2023-03-24, by Matthew Wild
-
teal: Move into prosody namespace2023-03-23, by Kim Alvefur
-
CHANGES: The Great Rename-ning completed! #12232023-03-17, by Kim Alvefur
-
plugins: Prefix module imports with prosody namespace2023-03-24, by Kim Alvefur
-
util: Add compat for prosody module name change to C sources2023-03-17, by Kim Alvefur
-
util: Prefix module imports with prosody namespace2023-03-17, by Kim Alvefur
-
net: Prefix module imports with prosody namespace2023-03-17, by Kim Alvefur
-
tests: Make tests work with new namespace prefix2023-03-17, by Kim Alvefur
-
core: Prefix module imports with prosody namespace2023-03-17, by Kim Alvefur
-
executables: Prefix module imports with prosody namespace2023-03-17, by Kim Alvefur
-
mod_debug_reset: Remove unused import2023-03-23, by Matthew Wild
-
scansion: Enable mod_debug_reset during tests2023-03-23, by Matthew Wild
-
mod_debug_reset: New module to "reset" a running server (e.g. for testing)2023-03-23, by Matthew Wild
-
scansion: vcard_temp: Ensure at least one connection is open throughout test2023-03-23, by Matthew Wild
-
scansion: Fix tests failing after addition of pubsub#itemreply config field2023-03-23, by Matthew Wild
-
scansion: Fix tests failing due to lack of 'publisher'2023-03-23, by Matthew Wild
-
scansion: Add tests for pubsub#itemreply in PEP2023-03-22, by Matthew Wild
-
scansion: PEP notifications no longer carry 'publisher' by default2023-03-22, by Matthew Wild
-
mod_pep: Pass node/service objects to broadcaster when resending last item2023-03-22, by Matthew Wild
-
mod_pubsub/pubsub.lib: Fix accidental name/var swap (thanks scansion)2023-03-22, by Matthew Wild
-
mod_pubsub, mod_pep: Support per-node configurable inclusion of publisher2023-03-22, by Matthew Wild
-
mod_tokenauth: Fix traceback in get_token_session()2023-03-21, by Kim Alvefur
-
CHANGES: Add keyval+2023-03-21, by Matthew Wild
-
features: Add "keyval+"2023-03-21, by Matthew Wild
-
storagemanager: Add keyval+ (combined keyval + map) store type2022-09-27, by Matthew Wild
-
core.features: Add feature for prosody.loader2023-03-18, by Kim Alvefur
-
executables: Invoke loader to allow mixing of old and new import style2023-03-17, by Kim Alvefur
-
mod_tokenauth: Switch to new token format (invalidates existing tokens!)2023-03-21, by Matthew Wild
-
mod_tokenauth: Log error when token validation fails2023-03-21, by Matthew Wild
-
util.sasl.oauthbearer: Fix gs2-header parsing2023-03-21, by Matthew Wild
-
mod_auth_internal_plain: Fix user creation done via mod_admin_shell2023-03-20, by Vitaly Orekhov
-
prosody.loader: Ensure already loaded modules are found in old and new namespaces2023-03-17, by Kim Alvefur
-
prosody.loader: Incorporate search path rewrite patch from Debian packages2023-03-17, by Kim Alvefur
-
prosody.loader: Allow loading modules under 'prosody' namespace (#1223)2023-03-17, by Kim Alvefur
-
mod_auth_internal_hashed: Shorten call path2023-03-18, by Kim Alvefur
-
util.sasl.{scram,plain}: Pass authzid to SASL profile callback2023-03-16, by Kim Alvefur
-
util.jsonschema: Disable some further new failing tests2023-03-11, by Kim Alvefur
-
util.jsonschema: Ignore some new tests in test suite2023-03-11, by Kim Alvefur
-
util.table: Expand table.move() tests (thanks mutation testing)2023-03-17, by Matthew Wild
-
util.sasl.scram: Fix off-by-one indentation2023-03-16, by Kim Alvefur
-
util.sasl.oauthbearer: Adjust parsing of GS2 to allow lack of authzid2023-03-16, by Kim Alvefur
-
doap: Sort by XEP number2023-03-16, by Kim Alvefur
-
util.sasl.oauthbearer: Return username from callback instead using authzid (BC)2023-03-16, by Kim Alvefur
-
util.sasl.oauthbearer: Fix syntax error in b796e08e63762023-03-15, by Matthew Wild
-
util.sasl.oauthbearer: Attach token_info to sasl handler2023-03-15, by Matthew Wild
-
util.ip: Add Teal interface description2023-03-14, by Kim Alvefur
-
util.ip: Tests for truncate()2023-03-14, by Matthew Wild
-
mod_auth_internal_hashed: Record time of account disable / re-enable2023-03-12, by Kim Alvefur
-
util.ip: Add ip.truncate() to return a new IP with only the prefix of another2023-03-14, by Matthew Wild
-
util.ip: Add is_ip() helper method to detect if an object is an ip object2023-03-14, by Matthew Wild
-
doap: Add RFC 7628 introduced in ab1164eda0112023-03-12, by Kim Alvefur
-
util.jwt: Import definition of key from util.crypto2023-03-10, by Kim Alvefur
-
util.jwt: Fixup argument and type order2023-03-10, by Kim Alvefur
-
mod_admin_shell: Limit module dependency listings to loaded on current host2023-03-10, by Kim Alvefur
-
util.jwt: Document interface as Teal definition file2023-03-10, by Kim Alvefur
-
mod_authz_internal: Fix wrong role name field in user_can_assume_role()2023-03-09, by Kim Alvefur
-
Merge 0.12->trunk2023-03-05, by Kim Alvefur
-
mod_admin_shell: Show reverse dependencies in module:info()2023-03-05, by Kim Alvefur
-
core.moduleapi: Record reverse dependencies2023-03-05, by Kim Alvefur
-
authz: Add method for retrieving all roles2023-03-04, by Kim Alvefur
-
mod_tokenauth: Fix misplaced closing parenthesis2023-03-02, by Kim Alvefur
-
util.sasl.oauthbearer: Fix traceback on authz in unexpected format2023-03-02, by Kim Alvefur
-
mod_tokenauth: Gracefully handle missing tokens2023-03-01, by Matthew Wild
-
mod_auth_internal_hashed: Add oauthbearer handler to our SASL profile2023-03-01, by Matthew Wild
-
mod_tokenauth: Add SASL handler backend that can accept and verify tokens2023-03-01, by Matthew Wild
-
mod_tokenauth: Add some sanity checking of the new optional parameters2023-03-01, by Matthew Wild
-
mod_tokenauth: Add 'purpose' constraint2023-03-01, by Matthew Wild
-
mod_saslauth: Support for SASL handlers forcing a specific resource2023-03-01, by Matthew Wild
-
util.sasl: Add SASL OAUTHBEARER mechanism (RFC 7628)2023-03-01, by Matthew Wild
-
mod_admin_adhoc: Add XEP-0133 commands to Disable and Re-Enable users2023-02-23, by Kim Alvefur
-
CHANGES: Mention new ability to disable and enable user accounts2023-02-23, by Kim Alvefur
-
mod_admin_shell: Add commands to disable and enable accounts2023-02-23, by Kim Alvefur
-
mod_c2s: Disconnect accounts when they are disabled2023-02-23, by Kim Alvefur
-
core.usermanager: Fire events when enabling and disabling users2023-02-23, by Kim Alvefur
-
core.usermanager: Add methods for enabling and disabling users2023-02-23, by Kim Alvefur
-
core.usermanager: Add Teal description file2023-02-23, by Kim Alvefur
-
mod_auth_internal_hashed: Implement methods to enable and disable users2023-02-23, by Kim Alvefur
-
mod_auth_internal_hashed: Implement is_enabled() method2023-02-23, by Kim Alvefur
-
mod_auth_internal_hashed: Add stub methods for enabling and disabling users2023-02-22, by Kim Alvefur
-
mod_auth_internal_hashed: Refactor to prepare for disabling users2023-02-22, by Kim Alvefur
-
Merge 0.12->trunk2023-02-22, by Kim Alvefur
-
util.prosodyctl.check: Suggest 'http_cors_override' instead of older CORS settings 0.122023-02-22, by Kim Alvefur
-
Merge 0.12->trunk2023-02-21, by Matthew Wild
-
Merge 0.12->trunk2023-02-20, by Matthew Wild
-
MUC: Add Occupant API methods to Teal spec2023-02-20, by Kim Alvefur
-
MUC: Add Teal description of muc.lib functions2023-02-20, by Kim Alvefur
-
MUC: Start on a Teal description of MUC rooms2023-02-20, by Kim Alvefur
-
Merge 0.12->trunk2023-02-17, by Matthew Wild
-
Merge 0.12->trunk2023-02-16, by Kim Alvefur
-
mod_admin_socket: Return error on unhandled input to prevent apparent freeze 0.122023-02-16, by Kim Alvefur
-
Merge 0.12->trunk2023-02-16, by Matthew Wild
-
util.poll: Include unistd.h only for epoll2023-02-09, by Kim Alvefur
-
Merge 0.12->trunk2023-02-09, by Matthew Wild
-
net.http.parser: Improve handling of responses without content-length 0.122023-02-09, by Matthew Wild
-
Merge 0.12->trunk2023-02-09, by Matthew Wild
-
core.sessionmanager: Skip log when (not) destroying destroyed sessions 0.122023-01-19, by Kim Alvefur
-
util.crypto: Preemptively silence 'strict-prototypes' warning2023-01-31, by Kim Alvefur
-
mod_storage_sql: Remove module status on unknown 'debug' level2023-01-31, by Kim Alvefur
-
core.moduleapi: Fix passing variable to logging2023-01-31, by Kim Alvefur
-
mod_storage_sql: Silence luacheck warning2023-01-29, by Kim Alvefur
-
mod_storage_sql: Record connection to database as module status2023-01-29, by Kim Alvefur
-
mod_admin_shell: Match substring in muc:affiliations() like muc:occupants()2023-01-29, by Kim Alvefur
-
mod_admin_shell: Sort MUC users by relation and JID2023-01-29, by Kim Alvefur
-
mod_admin_shell: Make Role and Affiliation columns the same width for aesthetics2023-01-29, by Kim Alvefur
-
mod_admin_shell: Use tables to present MUC users2023-01-29, by Kim Alvefur
-
mod_admin_shell: Factor out room retrieval into common function2023-01-29, by Kim Alvefur
-
mod_admin_shell: Add muc:affiliations(room) command to list memberships2023-01-29, by Kim Alvefur
-
mod_admin_shell: Add muc:occupants(room) command to list occupants2023-01-29, by Kim Alvefur
-
Merge 0.12->trunk2023-01-22, by Kim Alvefur
-
util.startup: Close state on exit to ensure GC finalizers are called 0.122023-01-22, by Kim Alvefur
-
util.prosodyctl.shell: Close state on exit to fix saving shell history 0.122023-01-22, by Kim Alvefur
-
mod_muc_mam: Use higher precision timestamps2023-01-21, by Kim Alvefur
-
Merge 0.12->trunk2023-01-21, by Kim Alvefur
-
mod_mam,mod_muc_mam: Minimize differences (reorder, copy some comments) 0.122023-01-21, by Kim Alvefur
-
util.dnsregistry: Remove unintentional 'Unassigned' record2023-01-20, by Kim Alvefur
-
tools/dnsregistry: Fix to ignore unassigned entries2023-01-20, by Kim Alvefur
-
MUC: Add note about non-existant room method2023-01-20, by Kim Alvefur
-
util.struct: Fix typo in comment2023-01-20, by Kim Alvefur
-
mod_admin_socket: Fix typo in comments2023-01-20, by Kim Alvefur
-
Merge 0.12->trunk2023-01-19, by Kim Alvefur
-
luacheck: Remove long gone mod_storage_sql1 from excludes2023-01-19, by Kim Alvefur
-
util.sqlite3: Skip prepared statements when no parameters are given2022-08-01, by Kim Alvefur
-
util.sqlite3: Create util.error registry from headers2021-10-01, by Kim Alvefur
-
mod_storage_sql: Support SQLite3 without LuaDBI2023-01-19, by Kim Alvefur
-
util.sqlite3: SQLite3-only variant of util.sql using LuaSQLite32022-08-01, by Kim Alvefur
-
util.hashes: Silence compiler warning about char pointer signedness2023-01-17, by Kim Alvefur
-
Merge 0.12->trunk2023-01-14, by Kim Alvefur
-
prosodyctl check dns: Check for Direct TLS SRV records even if not configured (fix #1793) 0.122023-01-14, by Kim Alvefur
-
spec: Suppress some harmless luacheck warnings in tests2023-01-13, by Matthew Wild
-
util.paseto: Add support for v3.local tokens2023-01-13, by Matthew Wild
-
util.paseto: Fix omitted parameter2023-01-13, by Matthew Wild
-
util.paseto: Stricter base64 decoding, as per spec2023-01-13, by Matthew Wild
-
util.crypto: Add support for AES-256-CTR2023-01-13, by Matthew Wild
-
util.hashes: Add HKDF-HMAC-SHA256/HKDF-HMAC-SHA3842023-01-13, by Matthew Wild
-
Merge 0.12->trunk2023-01-10, by Kim Alvefur
-
net.http.server: Close file handle earlier2023-01-08, by Kim Alvefur
-
Merge 0.12->trunk2023-01-08, by Kim Alvefur
-
Merge 0.12->trunk2023-01-06, by Kim Alvefur
-
net.server_epoll: Remove delay on last main loop iteration when quitting2023-01-06, by Kim Alvefur
-
net.server_epoll: Factor out single main loop step into its own function2023-01-06, by Kim Alvefur
-
Merge 0.12->trunk2022-12-29, by Kim Alvefur
-
Merge 0.12->trunk2022-12-29, by Kim Alvefur
-
mod_storage_sql: Don't avoid initialization under prosodyctl (fix #1787) 0.122022-12-29, by Kim Alvefur
-
configure: Fix quoting of $LUA_SUFFIX (thanks shellcheck/Zash)2022-12-29, by Matthew Wild
-
sessionmanager: Fire event before retiring old session2022-12-29, by Matthew Wild
-
sessionmanager: Pluck sasl_handler from old session when resuming (fixes #1785)2022-12-29, by Matthew Wild
-
doap: Fix RDF syntax (thanks Link Mauve)2022-12-28, by Kim Alvefur
-
util.datamapper: Simplify test schema2022-12-20, by Kim Alvefur
-
util.openmetrics: Update tools.ietf.org URL to datatracker2022-12-19, by Kim Alvefur
-
mod_s2s_auth_certs: Validate certificates against secure SRV targets2022-12-21, by Kim Alvefur
-
net.resolvers.basic: Record hostname coming from secure SRV records2022-12-21, by Kim Alvefur
-
net.resolvers.service: Record DNSSEC security status of SRV records2022-12-21, by Kim Alvefur
-
net.resolvers.service: Fix reporting of Bogus DNSSEC results2022-12-21, by Kim Alvefur
-
Revert unintentionally committed parts of 12bd40b8e1052022-12-21, by Kim Alvefur
-
mod_s2s: Retrieve stanza size limit from peer for bidi connections2022-11-09, by Kim Alvefur
-
mod_s2s: Advertise stream features on bidi connections2022-10-20, by Kim Alvefur
-
mod_s2s_bidi: Add provisions for advertising features to bidi peers2022-10-20, by Kim Alvefur
-
mod_c2s,mod_s2s: Adapt to XEP-xxxx: Stream Limits Advertisement2022-10-20, by Kim Alvefur
-
mod_s2s: Avoid sending too large stanzas2021-03-16, by Kim Alvefur
-
mod_s2s: Record stanza size limit advertised by other servers2021-03-16, by Kim Alvefur
-
mod_s2s: Advertise stanza size limit to other servers2021-03-16, by Kim Alvefur
-
mod_c2s: Advertise stanza size limit to clients2021-03-16, by Kim Alvefur
-
mod_smacks: Factor out resumption token table key generation2022-11-13, by Kim Alvefur
-
Merge 0.12->trunk2022-12-12, by Kim Alvefur
-
mod_smacks: Only track resumable sessions2022-11-18, by Kim Alvefur
-
util.hashring: Support associating arbitrary data with nodes2022-12-02, by Matthew Wild
-
util.hashring: tests: don't randomize order - they are written in a sequential style2022-12-02, by Matthew Wild
-
Merge 0.12->trunk2022-11-04, by Matthew Wild
-
Merge 0.12->trunk2022-10-31, by Matthew Wild
-
mod_http: Allow disabling CORS in the http_cors_override option and by default 0.122022-10-31, by Matthew Wild
-
Merge 0.12->trunk2022-10-24, by Kim Alvefur
-
mod_admin_shell: Ensure connection exists to get port from (fixes #1777) 0.122022-10-23, by Kim Alvefur
-
util.prosodyctl.cert: Remove Lua 5.1 os.execute() return value compat2022-10-20, by Kim Alvefur
-
util.prosodyctl: Remove Lua 5.1 os.execute() return value compat2022-10-20, by Kim Alvefur
-
util.openssl: Remove Lua 5.1 os.execute() return value compat2022-10-20, by Kim Alvefur
-
util.human.io: Fix handling of os.execute() return values in Lua 5.2+2022-10-20, by Kim Alvefur
-
util.mathcompat: Module to ease reuse of math.type()2022-10-20, by Kim Alvefur
-
util.startup: Provide a common Lua 5.3+ math.type() for Lua 5.22022-10-19, by Kim Alvefur
-
Merge 0.12->trunk2022-10-20, by Kim Alvefur
-
util.startup: Ensure import() is available in prosodyctl (thanks keyzer) 0.122022-10-20, by Kim Alvefur
-
util.smqueue: Improve tests2022-10-19, by Kim Alvefur
-
util.jsonpointer: Improve tests2022-10-19, by Kim Alvefur
-
util.datamapper: Remove leftover debug assert (Only Teal, not included in build)2022-10-19, by Kim Alvefur
-
mod_blocklist: Add option 'migrate_legacy_blocking' to disable migration from mod_privacy2022-10-17, by Kim Alvefur
-
util.stanza: Add new methods to Teal interface specification2022-10-17, by Kim Alvefur
-
mod_c2s: Include stream attributes in stream-features event2022-10-14, by Matthew Wild
-
mod_tokenauth: Allow attaching an arbitrary data table to a token2022-10-13, by Matthew Wild
-
util.cache: Add some missing test cases2022-10-13, by Matthew Wild
-
util.jid: Add test for invalid domain but valid UTF-8 (thanks jonas)2022-10-11, by Matthew Wild
-
util.jid: Simplify boolean logic in conditionals2022-10-11, by Matthew Wild
-
util.jid: Remove redundant check from split() (micro-optimization?)2022-10-11, by Matthew Wild
-
util.jid: Add missing test cases2022-10-11, by Matthew Wild
-
.luacheckrc: Add test_mutants.sh.lua to the ignore list2022-10-11, by Matthew Wild
-
tools: Add initial mutation testing script2022-10-11, by Matthew Wild
-
util.dbuffer: Add a bunch of missing test cases2022-10-11, by Matthew Wild
-
util.dbuffer: Add efficient shortcuts for discard() in certain cases2022-10-11, by Matthew Wild
-
util.dbuffer: Remove redundant code (read_chunk() cannot fail at this point)2022-10-11, by Matthew Wild
-
Merge 0.12->trunk2022-10-09, by Kim Alvefur
-
util.datetime: Add some missing test cases2022-10-08, by Matthew Wild
-
util.roles: Fix tests to use autogenerated role id2022-10-08, by Matthew Wild
-
util.roles: Add some more missing test cases2022-10-08, by Matthew Wild
-
util.promise: Fix field name in failing test (introduced in 2639e0e1c378)2022-10-07, by Matthew Wild
-
util.promise: Add some missing test cases (found through mutation testing)2022-10-07, by Matthew Wild
-
util.promise: Remove line that was supposed to be removed in eb9814372c542022-10-07, by Matthew Wild
-
util.promise: Remove some redundant checks, add tests confirming redundancy2022-10-07, by Matthew Wild
-
util.roles: Add a :policies() method to iterate through available policies2022-10-07, by Matthew Wild
-
util.roles: Add tests2022-10-07, by Matthew Wild
-
util.roles: Return nil if the role has no explicit policy (fixes inheritance)2022-10-07, by Matthew Wild
-
mod_smacks: Change boolean attribute from '1' to 'true' for compatibility2022-10-07, by Matthew Wild
-
util.iterators: join: Work even with only a single iterator in the chain2022-10-06, by Matthew Wild
-
mod_tokenauth: Remove expired tokens from storage2022-10-06, by Matthew Wild
-
mod_tokenauth: Invalidate tokens issued before most recent password change2022-10-06, by Matthew Wild
-
prosodyctl: check turn: More clearly indicate the error is from TURN server2022-10-06, by Matthew Wild
-
mod_authz_internal: Fix warning due to global use2022-10-04, by Kim Alvefur
-
Backed out changeset 1bc2220cd6ec2022-10-03, by Jonas Schäfer
-
util.jwt: More robust ECDSA signature parsing, fail early on unexpected length2022-09-30, by Matthew Wild
-
util.crypto: Fix tests2022-09-29, by Kim Alvefur
-
util.jwt: Add support for ES512 (+ tests)2022-09-29, by Matthew Wild
-
util.crypto, util.jwt: Generate consistent signature sizes (via padding)2022-09-29, by Matthew Wild
-
CHANGES: Update with MUC permission changes2022-09-29, by Matthew Wild
-
mod_authz_internal: Allow specifying default role for public (remote) users2022-09-29, by Matthew Wild
-
Backed out changeset 73a45ba6e3f1 in favour of 427dd01f08642022-09-29, by Matthew Wild
-
mod_muc: Better map restrict_room_creation to role permissions (behaviour change)2022-09-29, by Matthew Wild
-
mod_authz_internal: Allow configuring role of local-server/parent-host users2022-09-29, by Matthew Wild
-
muc: Re-allow non-admins to configure persistence (thanks Meaz)2022-09-28, by Matthew Wild
-
doap: Latest XEP-0440 supported since 9f100ab9ffdf2022-09-26, by Matthew Wild
-
mod_admin_shell: Fix display of session without role (thanks Link Mauve)2022-09-23, by Kim Alvefur
-
mod_saslauth: Put <sasl-channel-binding> in stream:features per XEP-0440 0.4.02022-09-21, by Matthew Wild
-
Merge 0.12->trunk2022-09-15, by Kim Alvefur
-
util.stanza: Return nil instead of nothing (fix test with luassert >=1.9) 0.122022-09-15, by Kim Alvefur
-
mod_storage_sql: Strip timestamp precision in queries to fix error (thanks muppeth)2022-09-07, by Kim Alvefur
-
mod_http_file_share: Use correct variable name (thanks riau.sni)2022-09-04, by Matthew Wild
-
mod_saslauth: Fix incorrect variable name introduced in 27a4a7e648312022-09-03, by Matthew Wild
-
mod_smacks: Set session flag during successful enable2022-09-03, by Matthew Wild
-
mod_smacks: Add type field to results so actions can be later distinguished2022-09-03, by Matthew Wild
-
mod_saslauth: Only announce bind feature if no resource yet bound2022-09-03, by Matthew Wild
-
semgrep: Catch stanza:text() (assuming it's meant to be :get_text())2022-09-03, by Matthew Wild
-
util.paseto: Do strict type check in pae() function2022-07-11, by Kim Alvefur
-
util.crypto: Use Lua 5.2 API for predictable buffer size2022-07-11, by Kim Alvefur
-
util.crypto: Use stack space buffers2022-07-11, by Kim Alvefur
-
util.paseto: Drop custom wrappers around key objects2022-07-11, by Matthew Wild
-
util.paseto: Add tests based on official PASETO test vectors2022-07-11, by Matthew Wild
-
util.paseto: Export similar API to new util.jwt for ease and consistency2022-07-11, by Matthew Wild
-
util.paseto: Error early on invalid keys2022-07-11, by Matthew Wild
-
util.paseto: Fix to decode footer before comparison2022-07-11, by Matthew Wild
-
mod_http_file_share: Switch to new util.jwt API2022-07-11, by Matthew Wild
-
util.jwt: Add new init() convenience method to obtain both signer and verifier2022-07-11, by Matthew Wild
-
util.jwt: Consolidate payload parsing, ensure it's always a valid object2022-07-11, by Matthew Wild
-
util.jwt: Provide built-in token expiry support (defaults to 3600s lifetime)2022-07-11, by Matthew Wild
-
util.jwt: All the algorithms (+ all the tests!)2022-07-02, by Matthew Wild
-
util.crypto: tests: fix some tests that didn't do much (thanks luacheck!)2022-07-02, by Matthew Wild
-
util.crypto: More digests for sign/verify, use macros for clarity/consistency2022-07-02, by Matthew Wild
-
util.jwt: Overhaul of tests to use declarative approach2022-07-02, by Matthew Wild
-
spec: Move test crypto keys to a shared file for clarity and easy maintenance2022-07-02, by Matthew Wild
-
util.jwt: Add support for RSA-based algorithms (RS256, PS256)2022-07-02, by Matthew Wild
-
util.crypto: Friendlier error message on incorrect key types2022-07-02, by Matthew Wild
-
util.crypto: Add support for RSA signatures (PKCS1-v1.5 + PSS)2022-07-02, by Matthew Wild
-
util.jwt: Add support/tests for ES256 via improved API and using util.crypto2022-07-01, by Matthew Wild
-
util.crypto: Add Teal type specification2022-06-30, by Kim Alvefur
-
util.paseto: Implementation of PASETO v4.public tokens2022-06-24, by Matthew Wild
-
util.crypto: New wrapper for some operations in OpenSSL's libcrypto2022-06-24, by Matthew Wild
-
util-src: Add new utility header managed_pointer.h2022-07-01, by Matthew Wild
-
mod_smacks: Set session.smacks after sending <enabled/> to fix traceback2022-08-29, by Matthew Wild
-
core.moduleapi: Check for local role-aware sessions before e.g. s2s2022-08-29, by Kim Alvefur
-
mod_smacks: Use new :add_error() in last remaining error result construction2022-08-29, by Matthew Wild
-
mod_smacks: Split enable handling to stages, to allow easier SASL2 integration2022-08-29, by Matthew Wild
-
util.stanza: Add add_error() to simplify adding error tags to existing stanzas2022-08-29, by Matthew Wild
-
mod_component: Require 'from' attribute on stanzas by default2022-08-28, by Matthew Wild
-
mod_external_services: Update tools.ietf.org URL2022-08-27, by Kim Alvefur
-
doap: Update for XEP-0215 advancement to Stable2022-08-27, by Kim Alvefur
-
core.usermanager: Link to docs for new role API to make warning more actionable2022-08-27, by Kim Alvefur
-
mod_smacks: Split resumption into multiple stages, to simplify ISR integration2022-08-26, by Matthew Wild
-
mod_s2s: Simplify conditionals since all sessions should have .host now2022-08-26, by Kim Alvefur
-
Merge 0.12->trunk2022-08-26, by Kim Alvefur
-
mod_smacks: Don't close resuming session when failed due to overflow2022-08-26, by Matthew Wild
-
mod_smacks: Long overdue cleanup of resumption code, fixes some old TODOs2022-08-26, by Matthew Wild
-
mod_admin_shell: Rename variable to avoid confusion with global function2022-08-25, by Kim Alvefur
-
mod_admin_shell: Fix output from user:roles()2022-08-25, by Kim Alvefur
-
Merge role-auth->trunk2022-08-22, by Matthew Wild
-
CHANGES: Add role auth2022-08-22, by Matthew Wild
-
mod_admin_shell: Ensure account has role before it is usable2022-08-18, by Kim Alvefur
-
mod_auth_insecure: Store creation and update timestamps on account2022-08-18, by Kim Alvefur
-
mod_admin_shell: Update help for user:create to reflect singular role argument2022-08-18, by Kim Alvefur
-
mod_auth_internal_hashed: Allow creating disabled account without password2022-08-18, by Kim Alvefur
-
mod_admin_shell: Update with new role management commands and help text2022-08-18, by Matthew Wild
-
core.usermanager: Update argument name in authz fallback method2022-08-18, by Kim Alvefur
-
core.usermanager: Remove obsolete authz fallback method2022-08-18, by Kim Alvefur
-
core.usermanager: Add missing methods to fallback authz provider2022-08-18, by Kim Alvefur
-
core.usermanager: Add scoped luacheck ignore rule to reduce clutter2022-08-18, by Kim Alvefur
-
mod_authz_internal: Expose convenience method to test if user can assume role2022-08-18, by Matthew Wild
-
mod_authz_internal, and more: New iteration of role API2022-08-17, by Matthew Wild
-
util.roles: Add Teal interface declaration2022-08-12, by Kim Alvefur
-
mod_admin_shell: Show session role in c2s:show2022-08-15, by Kim Alvefur
-
usermanager: Add back temporary is_admin to warn about deprecated API usage2022-08-15, by Matthew Wild
-
usermanager: Remove concept of global authz provider2022-08-12, by Matthew Wild
-
usermanager: Fix method name of global authz provider (thanks Zash)2022-08-12, by Matthew Wild
-
usermanager: Remove obsolete function from global authz provider2022-08-11, by Matthew Wild
-
features: Add "permissions" feature for role-auth2022-08-11, by Matthew Wild
-
usermanager: Handle local JIDs being passed to get/set_jid_role()2022-08-01, by Matthew Wild
-
core.usermanager: Add missing stub authz methods to global authz provider2022-07-20, by Kim Alvefur
-
moduleapi: Stricter type check for actor in permission check2022-07-20, by Kim Alvefur
-
moduleapi: Remove redundant expansion of ':' prefix in permission names2022-07-20, by Kim Alvefur
-
moduleapi: Distribute permissions set from global modules to all hosts2022-07-20, by Kim Alvefur
-
mod_tokenauth: New API that better fits how modules are using token auth2022-07-20, by Matthew Wild
-
mod_authz_internal: Use util.roles, some API changes and config support2022-07-19, by Matthew Wild
-
util.roles: Add new utility module to consolidate role objects and methods2022-07-19, by Matthew Wild
-
usermanager, mod_auth_*: Add get_account_info() returning creation/update time2022-07-12, by Matthew Wild
-
core.moduleapi: Expand permission name ':' prefix earlier2022-06-15, by Kim Alvefur
-
core.moduleapi: Fixup method name2022-06-15, by Kim Alvefur
-
teal-src: update module.d.tl with new access control methods2022-06-15, by Matthew Wild
-
Switch to a new role-based authorization framework, removing is_admin()2022-06-15, by Matthew Wild
-
mod_saslauth: Rename field from 'scope'->'role'2022-06-15, by Matthew Wild
-
util.session: Add role management methods2022-06-15, by Matthew Wild
-
net.connect: Clear TODO for Happy Eyeballs / RFC 8305, close #12462022-08-19, by Kim Alvefur
-
Merge 0.12->trunk2022-08-18, by Matthew Wild
-
util.stanza: Add method for extracting a single attribute value2022-08-17, by Kim Alvefur
-
mod_time: Remove obsolete XEP-0090 support2022-08-15, by Kim Alvefur
-
util.datetime: Update Teal interface description2022-08-17, by Kim Alvefur
-
util.datetime: Remove a line2022-08-17, by Kim Alvefur
-
mod_time: Return sub-second precision timestamps2022-08-14, by Kim Alvefur
-
mod_storage_sql: Drop archive timestamp precision pending schema update2022-08-14, by Kim Alvefur
-
mod_mam: Store archives with sub-second precision timestamps2022-08-14, by Kim Alvefur
-
util.datetime: Add support for sub-second precision timestamps2022-08-14, by Kim Alvefur
-
util.datetime: Fix argument order in tests2022-08-14, by Kim Alvefur
-
util.signal: Fix name conflict in Teal interface declaration2022-08-10, by Kim Alvefur
-
util.error: Use avoid name conflict in Teal interface declaration2022-08-10, by Kim Alvefur
-
util.uuid: Fix syntax of Teal interface declaration file2022-08-10, by Kim Alvefur
-
util.timer: Add Teal interface description2022-07-24, by Kim Alvefur
-
util.termcolours: Add Teal interface description2022-07-24, by Kim Alvefur
-
util.queue: Add Teal interface description2022-07-24, by Kim Alvefur
-
util.logger: Add Teal interface description2022-07-24, by Kim Alvefur
-
util.bitcompat: Add Teal type specification2022-06-30, by Kim Alvefur
-
util.struct: Add Teal interface description file2022-06-15, by Kim Alvefur
-
util.table: Add move() to Teal interface description file2022-06-15, by Kim Alvefur
-
util.set: Add teal type declaration file2022-02-16, by Kim Alvefur
-
util.serialization: Add Teal type specification2021-12-01, by Kim Alvefur
-
util.dataforms: Add missing :data() to Teal definition2021-11-15, by Kim Alvefur
-
util.dataforms: Restructure Teal definition file2021-11-15, by Kim Alvefur
-
util.human.io: Add Teal interface definition2021-11-10, by Kim Alvefur
-
util.promise: Add Teal interface specification file2022-07-24, by Kim Alvefur
-
teal: add stub util.array teal defs2022-07-24, by Kim Alvefur
-
net.server: Add teal description file2022-07-24, by Kim Alvefur
-
net.http: Add teal description files2022-07-24, by Kim Alvefur
-
util.human.units: Specify enum argument to format()2021-07-05, by Kim Alvefur
-
core.storagemanager: Convert old Typed Lua description file into Teal2021-03-24, by Kim Alvefur
-
util.hex: Update Teal spec for function rename in a0ff5c438e9d2022-08-10, by Kim Alvefur
-
doap: Update XEP versions for which no code changes appear needed2022-08-08, by Kim Alvefur
-
various: Update IETF RFC URLs for tools.ietf.org transition2022-08-05, by Kim Alvefur
-
mod_admin_shell: Remove obsolete module:load() argument from 0.8 time2022-08-05, by Kim Alvefur
-
mod_tls: Record STARTTLS state so it can be shown in Shell2022-08-02, by Kim Alvefur
-
net.resolvers.basic: Add opt-out argument for DNSSEC security status2022-08-02, by Kim Alvefur
-
Merge 0.12->trunk2022-07-29, by Kim Alvefur
-
mod_http_files: Log warning about legacy modules using mod_http_files 0.122022-07-17, by Kim Alvefur
-
util.sasl.scram: Add 'tls-exporter' as recognised channel binding method2022-07-26, by Kim Alvefur
-
Merge 0.12->trunk2022-07-26, by Kim Alvefur
-
mod_saslauth: Implement RFC 9266 'tls-exporter' channel binding (#1760)2022-06-01, by Kim Alvefur
-
mod_bookmarks: Reduce error about not having bookmarks to debug (thanks tom) 0.122022-07-26, by Kim Alvefur
-
util.table: Fix inaccurate comment2022-07-11, by Kim Alvefur
-
compat: Use table.pack (there since Lua 5.2) over our util.table2022-07-11, by Kim Alvefur
-
compat: Remove handling of Lua 5.1 location of 'unpack' function2022-07-11, by Kim Alvefur
-
Merge 0.12->trunk2022-07-11, by Kim Alvefur
-
luacheck: Set expected globals to Lua 5.4 + compat2022-07-10, by Kim Alvefur
-
core.s2smanager: Don't remove unrelated session on close of bidi session 0.122022-06-26, by Kim Alvefur
-
Merge 0.12->trunk2022-07-08, by Kim Alvefur
-
luacheck: Shut up (backports 3caff1f93520, ignores module deleted in trunk) 0.122022-05-30, by Kim Alvefur
-
Merge 0.12->trunk2022-07-08, by Kim Alvefur
-
Merge 0.12->trunk2022-07-08, by Kim Alvefur
-
util.datamapper: Improve handling of schemas with non-obvious "type" 0.122022-07-08, by Kim Alvefur
-
util.jsonschema: Fix validation to not assume presence of "type" field 0.122022-07-08, by Kim Alvefur
-
executables: Reject Lua 5.1 early2022-07-02, by Kim Alvefur
-
CHANGES: Lua 5.1 support removed (closes #1600)2022-07-05, by Kim Alvefur
-
util.envload: Remove Lua 5.1 method2022-07-05, by Kim Alvefur
-
util-src: Remove Lua 5.1 compat macros2022-07-01, by Kim Alvefur
-
mod_storage_sql: Remove Lua 5.1 compatibility hack2022-07-02, by Kim Alvefur
-
util: Remove various Lua 5.1 compatibility hacks2022-07-02, by Kim Alvefur
-
util.dependencies: Reject Lua 5.1, Lua 5.2 or later is now required (see #1600)2022-07-02, by Kim Alvefur
-
tests: Remove special-casing of Lua 5.12022-07-02, by Kim Alvefur
-
configure: No longer accept Lua 5.12022-06-30, by Kim Alvefur
-
util.dependencies: Deprecate support for Lua 5.1, this is your final warning2022-06-30, by Kim Alvefur
-
util.hashes: Revert to HMAC() convenience function2022-06-24, by Kim Alvefur
-
util.hashes: Remove unused constants2022-06-24, by Kim Alvefur
-
util.hashes: Remove unused struct2022-06-24, by Kim Alvefur
-
util.hashes: Return OpenSSL error messages on failure2022-06-24, by Kim Alvefur
-
util.hashes: Add SHA3 bindings2020-09-10, by Kim Alvefur
-
util.hashes: Bind BLAKE2 algoritms supported by OpenSSL2020-09-10, by Kim Alvefur
-
util.hashes: Refactor PBKDF2 to deduplicate code2020-09-10, by Kim Alvefur
-
util.hashes: Expose sha224 and sha384 HMAC functions2020-11-29, by Kim Alvefur
-
util.hashes: Refactor HMAC bindings (fixes #1589)2020-11-29, by Kim Alvefur
-
util.hashes: Refactor hash functions to use OpenSSL EVP methods (fix #1698)2020-09-10, by Kim Alvefur
-
Merge 0.12->trunk2022-06-19, by Kim Alvefur
-
net.unbound: Merge luaunbound and prosody defaults in absence of user config (fixes #1763) (thanks rgd) 0.122022-06-19, by Kim Alvefur
-
mod_mam: Silence luacheck (yay warnings in CI but not locally)2022-06-14, by Kim Alvefur
-
mod_mam: Clarify comment (thanks chili-b)2022-06-14, by Kim Alvefur
-
Merge 0.12->trunk2022-06-14, by Kim Alvefur
-
mod_csi_simple: Collect stats on number of stanzas per flush2022-06-14, by Kim Alvefur
-
mod_admin_shell: Show session id ping reply came2022-06-13, by Kim Alvefur
-
Merge 0.12->trunk2022-06-13, by Kim Alvefur
-
net.http.codes: Refresh from registry, many refs now point to RFC91102022-06-13, by Kim Alvefur
-
util.watchdog: Allow passing a new timeout to :reset()2022-06-11, by Matthew Wild
-
util.watchdog: Allow :reset() to restart a cancelled watchdog2022-06-11, by Matthew Wild
-
util.watchdog: Update to use "new" util.timer API2022-06-11, by Matthew Wild
-
Merge 0.12->trunk2022-06-09, by Matthew Wild
-
net.server: Fix multiple return values2022-06-03, by Kim Alvefur
-
mod_saslauth: Advertise channel bindings via XEP-04402020-12-06, by Kim Alvefur
-
mod_admin_shell: Include last (mod_cron) task run time in module:info()2022-06-01, by Kim Alvefur
-
util.prosodyctl.shell: Print errors in red to highlight them2022-06-01, by Kim Alvefur
-
mod_admin_shell: Drop unused argument [luacheck]2022-05-31, by Kim Alvefur
-
mod_admin_shell: Show bound ports in module:info2022-05-30, by Kim Alvefur
-
mod_admin_shell: Document the 'watch' section in the built-in help2022-05-30, by Kim Alvefur
-
util.openmetrics: Set __name field on metatables to improve error messages2022-05-30, by Kim Alvefur
-
util.openmetrics: Set (previously unused, empty) metatable2022-05-30, by Kim Alvefur
-
luacheck: Ignore new warning about uses of `not (x == y)` and similar2022-05-30, by Kim Alvefur
-
luacheck: Ignore new warning about using variables prefixed with '_'2022-05-30, by Kim Alvefur
-
core.configmanager: Remove COMPAT for old config format from 20132022-05-29, by Kim Alvefur
-
util.vcard: Delete since nothing uses it2022-05-30, by Kim Alvefur
-
prosodyctl shell: Communicate width of terminal to mod_admin_shell2022-05-30, by Kim Alvefur
-
mod_smacks: Indicate that bounces are generated by the server2022-05-27, by Kim Alvefur
-
Merge 0.12->trunk2022-05-27, by Kim Alvefur
-
mod_smacks: Bounce unhandled stanzas from local origin (fix #1759) 0.12 0.12.12022-05-27, by Kim Alvefur
-
mod_smacks: Fix bounce of stanzas directed to full JID on unclean disconnect 0.122022-05-27, by Kim Alvefur
-
mod_smacks: Remove debug log references to timer (not used anymore)2022-05-26, by Kim Alvefur
-
Merge 0.12->trunk2022-05-26, by Kim Alvefur
-
Merge 0.12->trunk2022-05-26, by Kim Alvefur
-
mod_smacks: Use session logging for remaining log messages2022-05-21, by Kim Alvefur
-
mod_smacks: Factor out some convenience functions2022-02-11, by Kim Alvefur
-
util.stanza: Document top level attributes in Teal definition2022-05-17, by Kim Alvefur
-
util.stanza: Document error conditions in Teal definition2022-05-17, by Kim Alvefur
-
net.server_epoll: Add option to defer accept() until data available2022-05-15, by Kim Alvefur
-
net.server_epoll: Wrap LuaSocket object earlier to reuse option setting method2021-07-15, by Kim Alvefur
-
net.server_epoll: Move call to refresh remote IP address out of wrapper2021-07-15, by Kim Alvefur
-
net.server_epoll: Add support for TCP Fast Open2021-07-08, by Kim Alvefur
-
Merge 0.12->trunk2022-05-16, by Kim Alvefur
Scroll all the way down to load more.