Software /
code /
prosody
Graph
-
net.certmanager: Move LuaSec feature detection to net.tls_luasec19 months ago, by Kim Alvefur
-
util.dependencies: Print tables itself to reduce number of imports19 months ago, by Kim Alvefur
-
util.sasl: Add basic tests for OAUTHBEARER19 months ago, by Kim Alvefur
-
util.sasl.oauthbearer: Tighter parsing of SASL message19 months ago, by Kim Alvefur
-
Merge 0.12->trunk19 months ago, by Kim Alvefur
-
teal: Describe http_url method19 months ago, by Kim Alvefur
-
mod_admin_shell: Show internal URL in addition to external in http:list19 months ago, by Kim Alvefur
-
mod_http: Add way to retrieve internal URL instead of external19 months ago, by Kim Alvefur
-
util.jsonschema: Update test suite ignore rules19 months ago, by Kim Alvefur
-
mod_admin_shell: Allow logging HTTP events with debug:logevents("http")19 months ago, by Kim Alvefur
-
mod_admin_shell: Allow logging global events with debug:logevents("*")19 months ago, by Kim Alvefur
-
net.http.server: Remove "Firing event" logs, use event logging instead19 months ago, by Kim Alvefur
-
net.http.server: Log request and response status lines19 months ago, by Kim Alvefur
-
net.http.server: Assign each request its own log source19 months ago, by Kim Alvefur
-
net.http.server: Assign an ID to each request, shared with response19 months ago, by Kim Alvefur
-
mod_tokenauth: Support selection of _no_ role at all19 months ago, by Kim Alvefur
-
mod_tokenauth: Return error instead of session for token without role19 months ago, by Kim Alvefur
-
mod_adhoc: Silence permission errors when listing commands19 months ago, by Kim Alvefur
-
mod_invites: Fix password reset invites19 months ago, by Kim Alvefur
-
core.sessionmanager: Delay closing a replaced connection after replacement19 months ago, by Kim Alvefur
-
doap: Update reference for publishing of XEP-0478: Stream Limits Advertisement20 months ago, by Kim Alvefur
-
mod_c2s,mod_s2s: Fix tag name for SLA (thanks mjk)20 months ago, by Kim Alvefur
-
Merge 0.12->trunk20 months ago, by Kim Alvefur
-
mod_csi_simple: Disable revert-to-inactive timer when going to active mode 0.1220 months ago, by Kim Alvefur
-
mod_admin_shell: Refactor 'cert' column20 months ago, by Kim Alvefur
-
util.jsonschema: Fix UTF-8ness of 'minLength' and 'maxLength'20 months ago, by Kim Alvefur
-
util.jsonschema: Implement 'minContains' and 'maxContains'20 months ago, by Kim Alvefur
-
util.jsonschema: Add some comments wrt Lua-specifics20 months ago, by Kim Alvefur
-
util.jsonschema: Implement 'luaPattern' - Lua variant of 'pattern'20 months ago, by Kim Alvefur
-
util.jsonschema: Implement 'luaPatternProperties' as Lua variant of 'patternProperties'20 months ago, by Kim Alvefur
-
util.jsonschema: Tweak description of disabled test20 months ago, by Kim Alvefur
-
util.jsonschema: Enable passing IEEE 754 equality test20 months ago, by Kim Alvefur
-
util.jsonschema: Fix NYI 'patternProperties' definition20 months ago, by Kim Alvefur
-
util.error: Add test for #180520 months ago, by Kim Alvefur
-
Merge 0.12->trunk20 months ago, by Kim Alvefur
-
util.error: Fix error on conversion of invalid error stanza, fix #1805 0.1220 months ago, by Kim Alvefur
-
mod_admin_shell: Fix display of remote cert status when expired etc 0.1220 months ago, by Kim Alvefur
-
mod_tls: Drop request for client certificates on outgoing connections20 months ago, by Kim Alvefur
-
mod_csi: Always advertise feature20 months ago, by Kim Alvefur
-
mod_tokenauth: Fix parsing binary part of tokens20 months ago, by Kim Alvefur
-
mod_tokenauth: Only check if expiry of expiring tokens20 months ago, by Kim Alvefur
-
mod_admin_shell: Use same wildcard matching in other s2s command20 months ago, by Kim Alvefur
-
mod_admin_shell: Factor apart wildcard matching into function for reuse20 months ago, by Kim Alvefur
-
mod_csi: Remove module status, doesn't work because of mod_smacks20 months ago, by Kim Alvefur
-
mod_http: Fix reliance on previous tostring() format of util.set20 months ago, by Kim Alvefur
-
util.human.io: Fix column width miscalculation20 months ago, by Kim Alvefur
-
util.human.io: Fix error with ellipsis to negative length20 months ago, by Kim Alvefur
-
tools/tb2err: Trim trailing whitespace20 months ago, by Kim Alvefur
-
tools/tb2err: Rewrite prosody-modules paths to ../modules20 months ago, by Kim Alvefur
-
tools/tb2err: Add some example usage in a comment20 months ago, by Kim Alvefur
-
tools/tb2err: Drop use of lua-any since it should run fine on any Lua20 months ago, by Kim Alvefur
-
mod_admin_shell: Add config:set([host,] key, value) because why not20 months ago, by Kim Alvefur
-
mod_admin_shell: Allow wildcard matches like s2s:show("*.example.com")20 months ago, by Kim Alvefur
-
util.sasl: Fix a singulars20 months ago, by Kim Alvefur
-
Merge 0.12->trunk20 months ago, by Matthew Wild
-
util.argparse: Translate '-' to '_' in long option names for convenience20 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 string20 months ago, by Matthew Wild
-
mod_admin_shell: Allow "*" as substitute for 'nil' for easier CLI usage20 months ago, by Kim Alvefur
-
util.prosodyctl.shell: Fix sending terminal width with single argument20 months ago, by Kim Alvefur
-
util.human.io: Coerce $COLUMNS to number20 months ago, by Kim Alvefur
-
util.prosodyctl.shell: Coerce terminal width to string (for util.stanza)20 months ago, by Kim Alvefur
-
util.human.io: table: don't read $COLUMNS directly, just use term_width()20 months ago, by Matthew Wild
-
util.human.io: table: Return determined width as a second result20 months ago, by Matthew Wild
-
util.human.io: Prefer using the $COLUMNS environment variable if set (by readline)20 months ago, by Kim Alvefur
-
util.prosodyctl.shell: Use new term_width() for width20 months ago, by Kim Alvefur
-
util.human.io: table: use term_width() to discover terminal width20 months ago, by Matthew Wild
-
util.human.io: Add term_width() method to discover the terminal width20 months ago, by Matthew Wild
-
mod_admin_shell: Make IP column thinner if IPv6 is disabled20 months ago, by Kim Alvefur
-
mod_admin_shell: Make default column width 1 part20 months ago, by Kim Alvefur
-
mod_admin_shell: Fix attempt to compare number with string20 months ago, by Kim Alvefur
-
util.human.io: Pass the whole column definition to mapper function20 months ago, by Kim Alvefur
-
util.human.io: Allow defining per column ellipsis function20 months ago, by Kim Alvefur
-
util.human.io: Pass expected width to mapper function20 months ago, by Kim Alvefur
-
mod_admin_shell: Dynamically size JIDs and hosts20 months ago, by Kim Alvefur
-
mod_admin_shell: More dynamic widths calculations20 months ago, by Kim Alvefur
-
mod_admin_shell: Calculate widths of columns from example values20 months ago, by Kim Alvefur
-
mod_admin_shell: Strip 'prosody:' prefix to allow narrower Role column21 months ago, by Kim Alvefur
-
util.set: Change tostring format to {a, b, c}20 months ago, by Kim Alvefur
-
util.array: Change tostring format to [a,b,c]20 months ago, by Kim Alvefur
-
util.human.io: Fix pattern to support fractional proportions20 months ago, by Matthew Wild
-
util.human.io: Support for dynamic "proportional" columns20 months ago, by Matthew Wild
-
mod_debug_reset: Remove now unused import of util.time (thanks luacheck)20 months ago, by Matthew Wild
-
mod_debug_reset: Don't delay operations until next tick20 months ago, by Matthew Wild
-
integration tests: Preserve unmocked time.monotonic()20 months ago, by Matthew Wild
-
mod_csi: Drop summary stats, doesn't work in normal module20 months ago, by Kim Alvefur
-
mod_csi: Add metrics, covering changes and totals20 months ago, by Kim Alvefur
-
mod_tokenauth: Add API method to revoke a grant by id21 months ago, by Matthew Wild
-
Merge 0.12->trunk21 months ago, by Kim Alvefur
-
mod_adhoc: Remove "mod_" prefix from permission action name21 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 spec21 months ago, by Kim Alvefur
-
net.http: Rename enum in Teal spec to avoid name clash21 months ago, by Kim Alvefur
-
moduleapi: Add luacheck annotation to suppress warning about unused self21 months ago, by Matthew Wild
-
moduleapi: Add module:once() to execute a function after module load/startup21 months ago, by Matthew Wild
-
util.startup: Add prosody.started promise to easily execute code after startup21 months ago, by Matthew Wild
-
mod_admin_shell: Allow matching on host or bare JID in c2s:show21 months ago, by Kim Alvefur
-
mod_invites: Record roles as ordered list, first becoming primary role21 months ago, by Kim Alvefur
-
mod_invites_register: Allow roles to be an ordered list, first being primary21 months ago, by Kim Alvefur
-
mod_tokenauth: Add API to inspect individual grants or all of a user's grants21 months ago, by Matthew Wild
-
mod_tokenauth: Move grant validation to a reusable function21 months ago, by Matthew Wild
-
sessionmanager: Preserve 'since' property of original session after resumption21 months ago, by Matthew Wild
-
util.session: Add 'since' property with timestamp of session creation21 months ago, by Matthew Wild
-
mod_tokenauth: fix traceback if password has never been changed21 months ago, by Jonas Schäfer
-
teal-src/README: Words on Compiling to Lua21 months ago, by Kim Alvefur
-
teal-src/README: Tweak markdown syntax21 months ago, by Kim Alvefur
-
mod_tokenauth: Fire events on grant creation and revocation21 months ago, by Matthew Wild
-
teal-src: Add a README with a few pointers to get started21 months ago, by Kim Alvefur
-
teal-src: Add keyval+ store type21 months ago, by Matthew Wild
-
mod_tokenauth: Fix storage API mistake in revocation21 months ago, by Kim Alvefur
-
mod_tokenauth: Fix traceback when checking expiry of tokens with no expiry21 months ago, by Matthew Wild
-
mod_tokenauth: Refactor API to separate tokens and grants21 months ago, by Matthew Wild
-
mod_tokenauth: Support for creating sub-tokens21 months ago, by Matthew Wild
-
mod_tokenauth: return error if storage of new token fails21 months ago, by Matthew Wild
Scroll all the way down to load more.