Software /
code /
prosody
Graph
-
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 column24 months ago, 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 name24 months ago, 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
Scroll all the way down to load more.