Software /
code /
prosody
Graph
-
util.startup: Attempt to bring some order to startup/shutdown with util.fsm16 months ago, by Matthew Wild
-
.luacheckrc: Add module:could()16 months ago, by Matthew Wild
-
moduleapi: may(): Support explicit actor_jid in context object16 months ago, by Matthew Wild
-
mod_muc: Switch to module:could() for some implicit access control checks16 months ago, by Matthew Wild
-
mod_muc: Allow guest users to list rooms by default16 months ago, by Matthew Wild
-
mod_muc: Add :list-rooms permission16 months ago, by Matthew Wild
-
mod_tokenauth: Fix saving grants after clearing expired tokens16 months ago, by Kim Alvefur
-
mod_s2s_auth_certs: Remove LuaSec compat that moved to net.server16 months ago, by Kim Alvefur
-
core.certmanager: Handle dane context setting same way on reload as on initialization16 months ago, by Kim Alvefur
-
util.prosodyctl.check: Print DANE TLSA records for certificates16 months ago, by Kim Alvefur
-
util.prosodyctl.check: Wrap each check in a function16 months ago, by Kim Alvefur
-
muc.register: Clarify what's going on when enforcing nicknames16 months ago, by Kim Alvefur
-
util.datamanager: Clean up list index files on purge (i.e. user deletion)16 months ago, by Kim Alvefur
-
mod_s2s: Automagically enable DANE for s2sin if 'use_dane' is enabled16 months ago, by Kim Alvefur
-
mod_s2s_auth_dane_in: DANE support for s2sin16 months ago, by Kim Alvefur
-
migrator: Add mod_http_file_share example to config template16 months ago, by Kim Alvefur
-
migrator: Update default config template with new stores16 months ago, by Kim Alvefur
-
core.certmanager: Tweak log level of message about SNI being required16 months ago, by Kim Alvefur
-
mod_bosh: Include stream attributes in stream-features event16 months ago, by Matthew Wild
-
Merge 0.12->trunk16 months ago, by Kim Alvefur
-
core.certmanager: Validate that 'tls_profile' is one of the valid values 0.1216 months ago, by Kim Alvefur
-
mod_saslauth: Clear 'auto' from endpoint hash var, it's not a real hash (thanks tmolitor)16 months ago, by Matthew Wild
-
mod_saslauth, mod_c2s: Disable tls-server-end-point channel binding by default16 months ago, by Matthew Wild
-
mod_saslauth: Fix traceback in tls-server-end-point channel binding16 months ago, by Matthew Wild
-
mod_admin_shell: Make 'Role' column dynamically sized16 months ago, by Kim Alvefur
-
mod_saslauth: Actively close cert file after reading16 months ago, by Matthew Wild
-
mod_saslauth: Fix read format string (thanks tmolitor)16 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 grants17 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 retrieval17 months ago, by Kim Alvefur
-
mod_tokenauth: Delete grants in the wrong formats on retrieval17 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 bbd3ac65640d19 months ago, by Kim Alvefur
-
mod_storage_internal: Don't report error when attempting to trim empty archive17 months ago, by Kim Alvefur
-
mod_storage_internal: Fix fast trimming of archive with exactly one item17 months ago, by Kim Alvefur
-
net.http.server: Fix typo in previous commit17 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 COMPAT18 months ago, by Kim Alvefur
-
Merge 0.12->trunk18 months ago, by Kim Alvefur
-
tools: Reflect bash-ness of mod2spec in shebang18 months ago, by Kim Alvefur
-
util.prosodyctl.check: Correct modern replacement for 'disallow_s2s' 0.12 0.12.418 months ago, by Kim Alvefur
-
mod_s2s: Fix reporting of DANE mismatch19 months ago, by Kim Alvefur
-
core.portmanager: Join strings broken into multiple lines19 months ago, by Kim Alvefur
-
core.portmanager: Hint at HTTP servers for conflicts over port 44319 months ago, by Kim Alvefur
-
net.websocket.frames: Remove completed TODO19 months ago, by Kim Alvefur
-
mod_http: Generate URL from configuration in prosodyctl19 months ago, by Kim Alvefur
-
Merge 0.12->trunk19 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)20 months ago, by Kim Alvefur
-
CHANGES: Move line about LuaSQLite3 to Storage section20 months ago, by Kim Alvefur
-
CHANGES: Mention performance improvements for internal archives20 months ago, by Kim Alvefur
-
mod_storage_internal: Implement efficient deletion of oldest archive items20 months ago, by Kim Alvefur
-
util.datamanager: Pad list writes to avoid crossing block boundaries21 months ago, by Kim Alvefur
-
util.datamanager: Efficiently remove whole blocks to shift lists20 months ago, by Kim Alvefur
-
util.pposix: Add remove_blocks() for deleting parts of files21 months ago, by Kim Alvefur
-
util.datamanager: Add way to efficiently remove first items in a list20 months ago, by Kim Alvefur
-
util.datamanager: Fix indexing first item if not at the very start20 months ago, by Kim Alvefur
-
util.datamanager: Reduce log level of left over debug messages to debug (thanks Trung)20 months ago, by Kim Alvefur
-
util.datamanager: Fix missing separator in log line20 months ago, by Kim Alvefur
-
Merge 0.12->trunk20 months ago, by Kim Alvefur
-
mod_pubsub: Send correct jid attribute in disco#items20 months ago, by Kim Alvefur
-
mod_http_file_share: Put 'expires' back, thought it was unused20 months ago, by Kim Alvefur
-
util.cache: Pass cache itself to eviction callback20 months ago, by Kim Alvefur
-
util.cache: Keep eviction candidate if callback resized to make room20 months ago, by Kim Alvefur
-
util.serialization: Teach Teal about the new "pretty" preset20 months ago, by Kim Alvefur
-
util.jsonpointer: Change function prototype to allow anything20 months ago, by Kim Alvefur
-
util.jsonpointer: Silence Teal warning20 months ago, by Kim Alvefur
-
core, plugins: Split prosody:user role into prosody:{guest,registered,member}20 months ago, by Matthew Wild
-
usermanager: Add create_user_with_role() method to atomically set initial role20 months ago, by Matthew Wild
-
mod_http_file_share: Set slot token TTL so util.jwt validates expiry20 months ago, by Kim Alvefur
-
prosodyctl: Add experimental way to reload specific modules directly20 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 work21 months ago, by Kim Alvefur
-
mod_storage_sql: Do not keep track of quota when no quota is set21 months ago, by Kim Alvefur
-
mod_storage_sql: Add setting to tune SQLite3 performance vs safety21 months ago, by Kim Alvefur
-
mod_storage_sql: Record all SQLite3 compile options for potential use21 months ago, by Kim Alvefur
-
util.sqlite3: Don't cache prepared statements for one-off queries21 months ago, by Kim Alvefur
-
util.sqlite3: Deduplicate query methods21 months ago, by Kim Alvefur
-
util.sqlite3: Fix indentation21 months ago, by Kim Alvefur
-
mod_storage_sql: Compose a keyval+ store out of keyval and map store methods21 months ago, by Kim Alvefur
-
mod_storage_sql: Add UPSERT support21 months ago, by Kim Alvefur
-
tools: Update imports to use new prosody.* namespace21 months ago, by Kim Alvefur
-
Merge 0.12->trunk21 months ago, by Kim Alvefur
-
mod_http: Simplify conversion of Set to Array21 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 config21 months ago, by Kim Alvefur
-
util.serialization: Add a "pretty" preset21 months ago, by Kim Alvefur
-
doc/hgrc-email: Example config for using 'hg email' to contribute21 months ago, by Kim Alvefur
-
doc/hgrc: Some useful Mercurial settings21 months ago, by Kim Alvefur
-
mod_admin_shell: Warn when (un-)loading module would be undone by restart21 months ago, by Kim Alvefur
-
mod_http: Make RFC 7239 Forwarded opt-in for now to be safe21 months ago, by Kim Alvefur
-
mod_http: Use RFC 7239 Forwarded header to find original client IP21 months ago, by Kim Alvefur
-
mod_http: Handle bracketed IP address format from RFC 723921 months ago, by Kim Alvefur
-
util.http: Implement parser for RFC 7239 Forwarded header21 months ago, by Kim Alvefur
-
util.set: Remove duplicate __freeze metamethod21 months ago, by Kim Alvefur
-
Merge 0.12->trunk21 months ago, by Kim Alvefur
-
util.prosodyctl.check: Fix error where hostname can't be turned into A label 0.1221 months ago, by Kim Alvefur
-
util.startup: Record current version in a metric21 months ago, by Kim Alvefur
-
util.startup: Remove componentmanager backwards compatibility21 months ago, by Kim Alvefur
-
net.http.server: Return request ID in header to aid debugging21 months ago, by Kim Alvefur
-
mod_admin_shell: Show internal URL where different from external21 months ago, by Kim Alvefur
-
net.tls_luasec: Expose method for loading a certificate21 months ago, by Kim Alvefur
-
net.certmanager: Move LuaSec feature detection to net.tls_luasec21 months ago, by Kim Alvefur
-
util.dependencies: Print tables itself to reduce number of imports21 months ago, by Kim Alvefur
-
util.sasl: Add basic tests for OAUTHBEARER21 months ago, by Kim Alvefur
-
util.sasl.oauthbearer: Tighter parsing of SASL message21 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 all22 months ago, by Kim Alvefur
-
mod_tokenauth: Return error instead of session for token without role22 months ago, by Kim Alvefur
-
mod_adhoc: Silence permission errors when listing commands22 months ago, by Kim Alvefur
-
mod_invites: Fix password reset invites22 months ago, by Kim Alvefur
-
core.sessionmanager: Delay closing a replaced connection after replacement22 months ago, by Kim Alvefur
-
doap: Update reference for publishing of XEP-0478: Stream Limits Advertisement22 months ago, by Kim Alvefur
-
mod_c2s,mod_s2s: Fix tag name for SLA (thanks mjk)22 months ago, by Kim Alvefur
-
Merge 0.12->trunk22 months ago, by Kim Alvefur
-
mod_csi_simple: Disable revert-to-inactive timer when going to active mode 0.1222 months ago, by Kim Alvefur
-
mod_admin_shell: Refactor 'cert' column22 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.1223 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 tokens23 months ago, by Kim Alvefur
-
mod_tokenauth: Only check if expiry of expiring tokens23 months ago, by Kim Alvefur
-
mod_admin_shell: Use same wildcard matching in other s2s command23 months ago, by Kim Alvefur
-
mod_admin_shell: Factor apart wildcard matching into function for reuse23 months ago, by Kim Alvefur
-
mod_csi: Remove module status, doesn't work because of mod_smacks23 months ago, by Kim Alvefur
-
mod_http: Fix reliance on previous tostring() format of util.set23 months ago, by Kim Alvefur
-
util.human.io: Fix column width miscalculation23 months ago, by Kim Alvefur
-
util.human.io: Fix error with ellipsis to negative length23 months ago, by Kim Alvefur
-
tools/tb2err: Trim trailing whitespace23 months ago, by Kim Alvefur
-
tools/tb2err: Rewrite prosody-modules paths to ../modules23 months ago, by Kim Alvefur
-
tools/tb2err: Add some example usage in a comment23 months ago, by Kim Alvefur
-
tools/tb2err: Drop use of lua-any since it should run fine on any Lua23 months ago, by Kim Alvefur
-
mod_admin_shell: Add config:set([host,] key, value) because why not23 months ago, by Kim Alvefur
-
mod_admin_shell: Allow wildcard matches like s2s:show("*.example.com")23 months ago, by Kim Alvefur
-
util.sasl: Fix a singulars23 months ago, by Kim Alvefur
-
Merge 0.12->trunk23 months ago, by Matthew Wild
-
util.argparse: Translate '-' to '_' in long option names for convenience23 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 string23 months ago, by Matthew Wild
-
mod_admin_shell: Allow "*" as substitute for 'nil' for easier CLI usage23 months ago, by Kim Alvefur
-
util.prosodyctl.shell: Fix sending terminal width with single argument23 months ago, by Kim Alvefur
-
util.human.io: Coerce $COLUMNS to number23 months ago, by Kim Alvefur
-
util.prosodyctl.shell: Coerce terminal width to string (for util.stanza)23 months ago, by Kim Alvefur
-
util.human.io: table: don't read $COLUMNS directly, just use term_width()23 months ago, by Matthew Wild
-
util.human.io: table: Return determined width as a second result23 months ago, by Matthew Wild
-
util.human.io: Prefer using the $COLUMNS environment variable if set (by readline)23 months ago, by Kim Alvefur
-
util.prosodyctl.shell: Use new term_width() for width23 months ago, by Kim Alvefur
-
util.human.io: table: use term_width() to discover terminal width23 months ago, by Matthew Wild
-
util.human.io: Add term_width() method to discover the terminal width23 months ago, by Matthew Wild
-
mod_admin_shell: Make IP column thinner if IPv6 is disabled23 months ago, by Kim Alvefur
-
mod_admin_shell: Make default column width 1 part23 months ago, by Kim Alvefur
-
mod_admin_shell: Fix attempt to compare number with string23 months ago, by Kim Alvefur
-
util.human.io: Pass the whole column definition to mapper function23 months ago, by Kim Alvefur
-
util.human.io: Allow defining per column ellipsis function23 months ago, by Kim Alvefur
-
util.human.io: Pass expected width to mapper function23 months ago, by Kim Alvefur
-
mod_admin_shell: Dynamically size JIDs and hosts23 months ago, by Kim Alvefur
-
mod_admin_shell: More dynamic widths calculations23 months ago, by Kim Alvefur
-
mod_admin_shell: Calculate widths of columns from example values23 months ago, by Kim Alvefur
-
mod_admin_shell: Strip 'prosody:' prefix to allow narrower Role column23 months ago, by Kim Alvefur
-
util.set: Change tostring format to {a, b, c}23 months ago, by Kim Alvefur
-
util.array: Change tostring format to [a,b,c]23 months ago, by Kim Alvefur
-
util.human.io: Fix pattern to support fractional proportions23 months ago, by Matthew Wild
-
util.human.io: Support for dynamic "proportional" columns23 months ago, by Matthew Wild
-
mod_debug_reset: Remove now unused import of util.time (thanks luacheck)23 months ago, by Matthew Wild
-
mod_debug_reset: Don't delay operations until next tick23 months ago, by Matthew Wild
-
integration tests: Preserve unmocked time.monotonic()23 months ago, by Matthew Wild
-
mod_csi: Drop summary stats, doesn't work in normal module23 months ago, by Kim Alvefur
-
mod_csi: Add metrics, covering changes and totals23 months ago, by Kim Alvefur
-
mod_tokenauth: Add API method to revoke a grant by id23 months ago, by Matthew Wild
-
Merge 0.12->trunk23 months ago, by Kim Alvefur
-
mod_adhoc: Remove "mod_" prefix from permission action name23 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 spec23 months ago, by Kim Alvefur
-
net.http: Rename enum in Teal spec to avoid name clash23 months ago, by Kim Alvefur
-
moduleapi: Add luacheck annotation to suppress warning about unused self23 months ago, by Matthew Wild
-
moduleapi: Add module:once() to execute a function after module load/startup23 months ago, by Matthew Wild
-
util.startup: Add prosody.started promise to easily execute code after startup23 months ago, by Matthew Wild
-
mod_admin_shell: Allow matching on host or bare JID in c2s:show23 months ago, by Kim Alvefur
-
mod_invites: Record roles as ordered list, first becoming primary role23 months ago, by Kim Alvefur
-
mod_invites_register: Allow roles to be an ordered list, first being primary23 months ago, by Kim Alvefur
-
mod_tokenauth: Add API to inspect individual grants or all of a user's grants23 months ago, by Matthew Wild
-
mod_tokenauth: Move grant validation to a reusable function23 months ago, by Matthew Wild
-
sessionmanager: Preserve 'since' property of original session after resumption23 months ago, by Matthew Wild
-
util.session: Add 'since' property with timestamp of session creation23 months ago, by Matthew Wild
-
mod_tokenauth: fix traceback if password has never been changed23 months ago, by Jonas Schäfer
-
teal-src/README: Words on Compiling to Lua23 months ago, by Kim Alvefur
-
teal-src/README: Tweak markdown syntax23 months ago, by Kim Alvefur
-
mod_tokenauth: Fire events on grant creation and revocation23 months ago, by Matthew Wild
-
teal-src: Add a README with a few pointers to get started23 months ago, by Kim Alvefur
-
teal-src: Add keyval+ store type23 months ago, by Matthew Wild
-
mod_tokenauth: Fix storage API mistake in revocation23 months ago, by Kim Alvefur
-
mod_tokenauth: Fix traceback when checking expiry of tokens with no expiry23 months ago, by Matthew Wild
-
mod_tokenauth: Refactor API to separate tokens and grants23 months ago, by Matthew Wild
-
mod_tokenauth: Support for creating sub-tokens24 months ago, by Matthew Wild
-
mod_tokenauth: return error if storage of new token fails24 months ago, by Matthew Wild
-
moduleapi: Add 'peek' to :may() and new :could() helper to suppress logging24 months ago, by Matthew Wild
-
moduleapi: may: Fail early if a local session has no role assigned24 months ago, by Matthew Wild
-
core.usermanager: Correct formatting of not implemented error24 months ago, by Kim Alvefur
-
mod_admin_shell: Enable user after creation with role24 months ago, by Kim Alvefur
-
mod_admin_shell: Simplify user creation when no role given24 months ago, by Kim Alvefur
-
util.jsonschema: Reorder type definition by specification, section24 months ago, by Kim Alvefur
-
util.jsonschema: Implement 'dependentSchemas'24 months ago, by Kim Alvefur
-
util.jsonschema: Implement 'dependentRequired'24 months ago, by Kim Alvefur
-
util.roles: Implement a serialization preparation metamethod24 months ago, by Kim Alvefur
-
util.set: Add a serialization preparation metamethod24 months ago, by Kim Alvefur
-
util.format: Update tests for serialization changes24 months ago, by Kim Alvefur
-
util.format: Restore "freeze" serialization behavior in logging24 months ago, by Kim Alvefur
-
util.format: Tweak serialization of %q formatted entries24 months ago, by Kim Alvefur
-
util.startup: Tweak function string representation24 months ago, by Kim Alvefur
-
mod_server_contact_info: Reorder dataform keys for more aligned view24 months ago, by Kim Alvefur
-
mod_tokenauth: Track last access time (last time a token was used)24 months ago, by Matthew Wild
-
teal: Move into prosody namespace24 months ago, by Kim Alvefur
-
CHANGES: The Great Rename-ning completed! #122324 months ago, by Kim Alvefur
-
plugins: Prefix module imports with prosody namespace24 months ago, by Kim Alvefur
-
util: Add compat for prosody module name change to C sources24 months ago, by Kim Alvefur
-
util: Prefix module imports with prosody namespace24 months ago, by Kim Alvefur
-
net: Prefix module imports with prosody namespace24 months ago, by Kim Alvefur
-
tests: Make tests work with new namespace prefix24 months ago, by Kim Alvefur
-
core: Prefix module imports with prosody namespace24 months ago, by Kim Alvefur
-
executables: Prefix module imports with prosody namespace24 months ago, by Kim Alvefur
-
mod_debug_reset: Remove unused import24 months ago, by Matthew Wild
-
scansion: Enable mod_debug_reset during tests24 months ago, by Matthew Wild
-
mod_debug_reset: New module to "reset" a running server (e.g. for testing)24 months ago, by Matthew Wild
-
scansion: vcard_temp: Ensure at least one connection is open throughout test24 months ago, by Matthew Wild
-
scansion: Fix tests failing after addition of pubsub#itemreply config field24 months ago, by Matthew Wild
-
scansion: Fix tests failing due to lack of 'publisher'24 months ago, by Matthew Wild
-
scansion: Add tests for pubsub#itemreply in PEP24 months ago, by Matthew Wild
-
scansion: PEP notifications no longer carry 'publisher' by default24 months ago, by Matthew Wild
-
mod_pep: Pass node/service objects to broadcaster when resending last item24 months ago, by Matthew Wild
-
mod_pubsub/pubsub.lib: Fix accidental name/var swap (thanks scansion)24 months ago, by Matthew Wild
-
mod_pubsub, mod_pep: Support per-node configurable inclusion of publisher24 months ago, by Matthew Wild
-
mod_tokenauth: Fix traceback in get_token_session()24 months ago, by Kim Alvefur
-
CHANGES: Add keyval+24 months ago, by Matthew Wild
-
features: Add "keyval+"24 months ago, by Matthew Wild
-
storagemanager: Add keyval+ (combined keyval + map) store type2022-09-27, by Matthew Wild
-
core.features: Add feature for prosody.loader24 months ago, by Kim Alvefur
-
executables: Invoke loader to allow mixing of old and new import style24 months ago, by Kim Alvefur
-
mod_tokenauth: Switch to new token format (invalidates existing tokens!)24 months ago, by Matthew Wild
-
mod_tokenauth: Log error when token validation fails24 months ago, by Matthew Wild
-
util.sasl.oauthbearer: Fix gs2-header parsing24 months ago, by Matthew Wild
-
mod_auth_internal_plain: Fix user creation done via mod_admin_shell24 months ago, by Vitaly Orekhov
-
prosody.loader: Ensure already loaded modules are found in old and new namespaces24 months ago, by Kim Alvefur
-
prosody.loader: Incorporate search path rewrite patch from Debian packages24 months ago, by Kim Alvefur
-
prosody.loader: Allow loading modules under 'prosody' namespace (#1223)24 months ago, by Kim Alvefur
-
mod_auth_internal_hashed: Shorten call path24 months ago, 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)24 months ago, 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
Scroll all the way down to load more.