Software /
code /
prosody
Graph
-
scansion tests: Allow specifying network backend via environment variable2021-07-11, by Kim Alvefur
-
net.server_epoll: Prevent stack overflow of opportunistic writes2021-07-11, by Kim Alvefur
-
mod_http_errors: Set status code 200 from root page2021-07-09, by Kim Alvefur
-
mod_http_errors: Add a Prosody logo to root page2021-07-09, by Kim Alvefur
-
mod_http_errors: Allow adding icons on error pages2021-07-09, by Kim Alvefur
-
net.http: Send entire HTTP request header as one write2021-07-08, by Kim Alvefur
-
net.server_epoll: Immediately attempt to read from newly accepted connections2021-07-08, by Kim Alvefur
-
net.server_epoll: Separate handling of new incoming and outgoing connections2021-07-08, by Kim Alvefur
-
net.server_epoll: Ensure timeout after closing2020-10-30, by Kim Alvefur
-
core.loggingmanager: Disable pretty printing when not connected to a tty2021-07-04, by Kim Alvefur
-
util.pposix: Bind isatty(3)2021-07-04, by Kim Alvefur
-
util.prosodyctl.check: Normalize away trailing dot in some messages too2021-07-04, by Kim Alvefur
-
util.prosodyctl.check: Normalize potential to form without trailing '.'2021-07-03, by Kim Alvefur
-
util.prosodyctl.check: Point out if A/AAAA exists despite disabled IPvX2021-07-03, by Kim Alvefur
-
util.prosodyctl.check: Warn if both use_ipv4 and use_ipv6 are set to false2021-07-03, by Kim Alvefur
-
util.prosodyctl.check: Silence IP protocol mismatches when disabled2021-07-03, by Kim Alvefur
-
Merge 0.11->trunk2021-07-03, by Kim Alvefur
-
util.format: Escape ASCII control characters also in extra arguments2021-07-03, by Kim Alvefur
-
util.format: Allow newlines but ensure following lines are indented2021-07-03, by Kim Alvefur
-
util.format: Fix missing backslash in pattern2021-07-03, by Kim Alvefur
-
util.prosodyctl.check: Reload unbound to ensure hosts.txt is ignored2021-07-03, by Kim Alvefur
-
util.format: Change formatting of nil values to avoid looking like XML2021-06-29, by Kim Alvefur
-
core.loggingmanager: Pretty-print logged XML snippets in console2021-06-29, by Kim Alvefur
-
util.stanza: Export pretty printing function2021-06-29, by Kim Alvefur
-
core.loggingmanager: Support passing log messages trough a filter2021-06-29, by Kim Alvefur
-
util.stanza: Simplify and make pretty-printing look nicer2020-11-07, by Kim Alvefur
-
util.stanza: Remove Windows "support" (disabling ANSI color pretty printing)2020-11-07, by Kim Alvefur
-
util.format: Escape ASCII control characters in output2021-06-15, by Kim Alvefur
-
util.dbuffer: Fix bugs, remove multi-char support (more complex than first thought)2021-06-29, by Matthew Wild
-
util.dbuffer: Add read_until() method2021-06-29, by Matthew Wild
-
util.prosodyctl.check: Collect options from all global plugins2021-05-27, by Kim Alvefur
-
util.prosodyctl.check: Format, sort option listings into canonical form2021-05-27, by Kim Alvefur
-
mod_admin_adhoc: Log who performs administrative actions2021-06-27, by Kim Alvefur
-
mod_admin_adhoc: Delete "Get User Password" command2021-06-27, by Kim Alvefur
-
mod_pubsub,mod_pep: Support "max" as 'pubsub#max_items'2021-06-09, by Kim Alvefur
-
util.dataforms: Define a integer + "max" datatype2020-09-18, by Kim Alvefur
-
core.stanza_router: Rename variable to be more specific2021-06-25, by Kim Alvefur
-
mod_external_services: Report overall status as a module status2021-06-21, by Kim Alvefur
-
mod_external_services: Validate items as they are added2021-06-21, by Kim Alvefur
-
mod_external_services: Also validate services added by other modules2021-06-21, by Kim Alvefur
-
mod_storage_sql: Fix for move of yes/no function (Thanks Kasim)2021-06-21, by Kim Alvefur
-
mod_s2s: Remove duplicate method call (thanks luacheck)2021-06-21, by Kim Alvefur
-
mod_s2s: Guard against LuaSec not returning TLS info here too2021-06-21, by Kim Alvefur
-
mod_c2s: Guard against LuaSec not returning TLS info (thanks Martin)2021-06-21, by Kim Alvefur
-
doap: Update XEP-0368 entry with mention of direct_tls_ports2021-06-20, by Kim Alvefur
-
CHANGES: Add Direct TLS support2021-06-20, by Kim Alvefur
-
mod_c2s: Log the same messages for Direct TLS as with starttls2021-06-20, by Kim Alvefur
-
mod_c2s: Update a comment to reflect Direct TLS2021-06-20, by Kim Alvefur
-
util.prosodyctl.check: Ensure that libunbound does not check hosts file2021-06-20, by Kim Alvefur
-
util.prosodyctl.check: Deprecate legacy_ssl related options2021-06-20, by Kim Alvefur
-
util.prosodyctl.check: Add support for checking Direct TLS SRV records2021-06-20, by Kim Alvefur
-
mod_c2s: Add a Direct TLS listener2021-06-20, by Kim Alvefur
-
util.prosodyctl.check: Fix for net.dns vs unbound API difference2021-06-20, by Kim Alvefur
-
util.prosodyctl.check: Add knowledge of the global-only 'use_ipv4' setting2021-06-20, by Kim Alvefur
-
mod_http_file_share: Update comment about x-frame-options2021-06-20, by Kim Alvefur
-
CHANGES: Add OpenMetrics changes to Statistics2021-06-19, by Kim Alvefur
-
mod_s2s: Bail if connection is destroyed after attempting to open stream2021-06-16, by Kim Alvefur
-
mod_c2s,mod_s2s: Collect stats on TLS versions and ciphers2021-06-15, by Kim Alvefur
-
mod_admin_shell: module:info: List 'items' that can be formatted easily2021-06-12, by Kim Alvefur
-
mod_admin_shell: module:info: Show friendlier name for known 'items'2021-06-12, by Kim Alvefur
-
mod_admin_shell: module:info: List provided 'items'2021-06-12, by Kim Alvefur
-
mod_admin_shell: module:info: Use existing host string representation2021-06-12, by Kim Alvefur
-
mod_admin_shell: module:info: List dependencies2021-06-12, by Kim Alvefur
-
mod_admin_shell: module:info: Show module status2021-06-12, by Kim Alvefur
-
mod_admin_shell: Add basic command that shows more info about loaded modules2021-06-12, by Kim Alvefur
-
util.openmetrics: Use pack from util.table, detect appropriate unpack for Lua 5.1 (thanks sups)2021-06-14, by Matthew Wild
-
mod_turn_external: Simple module to offer TURN(+STUN) via mod_external_services2021-01-21, by Kim Alvefur
-
core.portmanager: Also reload per-SNI certificates2021-06-10, by Kim Alvefur
-
core.portmanager: Reload direct TLS certificates after config reload2021-06-10, by Kim Alvefur
-
core.portmanager: Factor out base TLS context creation for reuse2021-06-10, by Kim Alvefur
-
net.server_epoll: Add missing method for changing TLS context2021-06-10, by Kim Alvefur
-
mod_http_file_share: Build list of measuring buckets for configured size limit2021-06-08, by Kim Alvefur
-
util.openmetrics: Prettify format of histogram buckets2021-06-07, by Kim Alvefur
-
net.server_epoll: Fix reporting of socket connect timeout2021-06-07, by Kim Alvefur
-
core.certmanager: Skip service certificate lookup for https client2021-05-27, by Kim Alvefur
-
core.portmanager: Fix race condition in initialization of SNI cert map2021-05-28, by Kim Alvefur
-
scansion: Really silence the certificates dir error2021-05-27, by Kim Alvefur
-
scansion: Silence an error from cert indexer due to missing certs dir2021-05-27, by Kim Alvefur
-
Merge 0.11->trunk2021-05-27, by Kim Alvefur
-
prosodyctl: Add 'limits' to known globals to warn about misplacing it 0.112021-05-27, by Kim Alvefur
-
core.modulemanager: Inherit mod_server_contact_info onto components #12702021-05-27, by Kim Alvefur
-
mod_server_contact_info: Generate properly escaped URIs from 'admins'2020-09-11, by Kim Alvefur
-
mod_server_contact_info: Apply JID normalization2020-09-11, by Kim Alvefur
-
prosodyctl: Reorganize help / command list2021-01-21, by Kim Alvefur
-
prosody.cfg.lua.dist: Replace use_libevent with network_backend2021-05-23, by Kim Alvefur
-
mod_tls: Add "support" for <failure> by closing gracefully2021-05-21, by Kim Alvefur
-
teal: Add type spec for util.signal2021-05-20, by Kim Alvefur
-
teal: Add type spec for util.ringbuffer2021-05-20, by Kim Alvefur
-
teal: Describe util.net.local_addresses() return type2021-05-20, by Kim Alvefur
-
teal: Add new util.hashes APIs2021-05-20, by Kim Alvefur
-
statsmanager: remove "legacy" wording2021-05-20, by Jonas Schäfer
-
util.stanza: add at_top helper2021-05-08, by Jonas Schäfer
-
mod_csi_simple: convert to use new metric interface for flush reasons2021-05-20, by Jonas Schäfer
-
prosody.cfg.lua.dist: Fix indentation to use tabs like the rest of the file2021-05-19, by Emmanuel Gil Peyrot
-
prosody: Close the state on exit (ie garbage-collect everything)2021-05-18, by Kim Alvefur
-
tools/cfgdump: Serialize individual (table) settings in stable order too2021-05-17, by Kim Alvefur
-
tools/cfgdump: Iterate in sort order to give stable output2021-05-17, by Kim Alvefur
-
mod_http_file_share: Handle out of bounds Range request2021-05-17, by Kim Alvefur
-
Merge 0.11->trunk2021-05-16, by Kim Alvefur
-
mod_pep: Remove obsolete node restoration code (now done by util.pubsub) 0.112021-05-16, by Kim Alvefur
-
mod_http_file_share: Support download resumption via Range requests2021-05-16, by Kim Alvefur
-
prosodyctl: Report OpenSSL version2021-05-11, by Kim Alvefur
-
util.hashes: Expose OpenSSL version2021-05-11, by Kim Alvefur
-
util.jwt: Use constant-time comparison with expected signature2021-05-13, by Matthew Wild
-
Merge 0.11->trunk2021-05-13, by Matthew Wild
-
util.xmppstream: Allow dynamically configuring the stanza size limit for a stream 0.112021-05-10, by Matthew Wild
-
MUC: Add support for advertising muc#roomconfig_allowinvites in room disco#info 0.112021-05-10, by Matthew Wild
-
mod_auth_internal_{plain,hashed}: Use constant-time string comparison for secrets 0.112021-05-10, by Matthew Wild
-
util.hashes: Add constant-time string comparison (binding to CRYPTO_memcmp) 0.112021-05-10, by Matthew Wild
-
mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza size limits 0.112021-05-07, by Matthew Wild
-
core.certmanager: Catch error from lfs2021-05-07, by Kim Alvefur
-
core.certmanager: Resolve certs path relative to config dir2021-05-07, by Kim Alvefur
-
core.portmanager: Use existing http_host for https SNI mapping2021-05-05, by Kim Alvefur
-
core.portmanager: Allow overriding expected SNI name per service2021-05-05, by Kim Alvefur
-
core.certmanager: Skip directly to guessing of key from cert filename2021-05-05, by Kim Alvefur
-
core.certmanager: Join paths with OS-aware util.paths function2021-05-05, by Kim Alvefur
-
core.certmanager: Build an index over certificates2021-04-10, by Kim Alvefur
-
core.certmanager: Check for complete filename2021-04-10, by Kim Alvefur
-
mod_tls: Fix order of debug messages and tls context creation2021-05-05, by Kim Alvefur
-
configure: Make ICU the default library for IDNA and JID normalization2020-07-12, by Kim Alvefur
-
net.http.server: Split out method for sending only the header2021-04-24, by Kim Alvefur
-
s2s et al.: Add counters for connection state transitions2021-04-21, by Jonas Schäfer
-
mod_s2s: Port to new OpenMetrics API2021-04-18, by Jonas Schäfer
-
mod_c2s: Port to new OpenMetrics API2021-04-18, by Jonas Schäfer
-
Statistics: Rewrite statistics backends to use OpenMetrics2021-04-18, by Jonas Schäfer
-
util.prosodyctl.shell: Fix for different location of unpack in Lua 5.12021-04-25, by Kim Alvefur
-
util.prosodyctl.shell: Fix for missing 'sep' arg to string.rep in Lua 5.12021-04-25, by Kim Alvefur
-
util.prosodyctl.shell: Allow calling console commands with fewer shell quotes2021-04-25, by Kim Alvefur
-
mod_tls: Bail out if session got destroyed while sending <proceed/>2021-04-15, by Kim Alvefur
-
core.sessionmanager: Add a dummy rawsend() method to resting sessions2021-04-15, by Kim Alvefur
-
mod_c2s: Fix traceback if session was destroyed while opening stream (thanks Ge0rG)2021-04-14, by Kim Alvefur
-
util.xmppstream: Send <?xml?> declaration in same call as stream open2021-04-14, by Kim Alvefur
-
core.statsmanager: Allow special "manual" value for statistics_interval2021-04-06, by Kim Alvefur
-
Merge 0.11->trunk2021-04-10, by Kim Alvefur
-
mod_saslauth: Don't throw errors in async code when connections are gone 0.112021-03-18, by tmolitor
-
core.statsmanager: Cover util.statistics work in processing measurement2021-04-06, by Kim Alvefur
-
core.hostmanager: Remove obsolete clearing of srv_hosts2021-04-06, by Kim Alvefur
-
mod_admin_shell: Remove obsolete checks related to s2sout.lib2021-04-06, by Kim Alvefur
-
mod_http_file_share: Include expiry time of the upload itself in token2021-04-05, by Kim Alvefur
-
mod_http_file_share: Include time of issuance in auth token2021-04-05, by Kim Alvefur
-
mod_http_file_share: Group related properties for readability2021-04-05, by Kim Alvefur
-
mod_http_file_share: Log error opening file for writing2021-04-05, by Kim Alvefur
-
mod_http_file_share: Fix logging of error opening file2021-04-05, by Kim Alvefur
-
MUC: Allow overriding occupant object from groupchat message event2021-03-25, by Kim Alvefur
-
net.server_epoll: Remove unnecessary luacheck annotations2021-04-01, by Kim Alvefur
-
mod_http_file_share: Include storage in prune time measurement2021-03-31, by Kim Alvefur
-
mod_http_file_share: Add internal command to check files consistency2021-03-28, by Kim Alvefur
-
util.datamapper: Fix spelling in tests2021-03-28, by Kim Alvefur
-
mod_http_file_share: Fix reporting of missing files2021-03-28, by Kim Alvefur
-
MUC: Report number of live rooms to statsmanager2021-03-28, by Kim Alvefur
-
mod_http_file_share: Report number of items in caches to statsmanager2021-03-28, by Kim Alvefur
-
util.prosodyctl: Install plugins for current Lua version2021-03-16, by Kim Alvefur
-
util.envload: Add basic test of envload()2021-03-26, by Kim Alvefur
-
util.datamapper: Revert one special attribute to longer form2021-03-26, by Kim Alvefur
-
util.datamapper: Use attribute convenience function throughout2021-03-26, by Kim Alvefur
-
util.promise: Switch order of parameters to join()2021-03-25, by Matthew Wild
-
util.promise: all()/all_settled() pass through non-promise values2021-03-25, by Matthew Wild
-
util.promise: Add join() convenience method2021-03-25, by Matthew Wild
-
util.promise: Add support for arbitrary keys in all()/all_settled()2021-03-25, by Matthew Wild
-
mod_message: Stop advertising offline message support (mod_offline does that)2021-03-24, by Kim Alvefur
-
util.datamapper: Don't include empty unwrapped arrays2021-03-23, by Kim Alvefur
-
util.datamapper: Add test coverage of unwrapped arrays of objects2021-03-23, by Kim Alvefur
-
util.datamapper: Fix error on attempt to coerce nil to something2021-03-23, by Kim Alvefur
-
mod_admin_shell: Sort timers by time in debug:timers()2021-03-23, by Kim Alvefur
-
mod_c2s: Log a debug message before closing due to c2s_timeout2021-03-23, by Kim Alvefur
-
util.datamapper: Deal with locally built stanzas missing xmlns2021-03-23, by Kim Alvefur
-
util.datamapper: Factor out conversion from any value to XML string2021-03-22, by Kim Alvefur
-
mod_authz_internal: Ignore unused argument for now [luachec]2021-03-22, by Kim Alvefur
-
usermanager: expose set_roles through API2021-03-22, by Jonas Schäfer
-
mod_authz_internal: add support for setting roles of a local user2021-03-22, by Jonas Schäfer
-
util.datamapper: Handle nested arrays or objects in arrays2021-03-22, by Kim Alvefur
-
util.datamapper: Fix to skip parsing wrapped arrays that aren't there2021-03-22, by Kim Alvefur
-
util.datamapper: Clear done TODO (arrays)2021-03-21, by Kim Alvefur
-
util.datamapper: Complete array building support2021-03-20, by Kim Alvefur
-
util.datamapper: Factor out handling of object properties for array reuse2021-03-20, by Kim Alvefur
-
util.datamapper: Finally implement support for parsing arrays2021-03-20, by Kim Alvefur
-
util.datamapper: Factor out extraction of the XML part to use2021-03-20, by Kim Alvefur
-
util.datamapper: Only get element name if there's an element2021-03-19, by Kim Alvefur
-
make: Magic trick for teal-src/*.tl -> ./*.lua2021-03-19, by Kim Alvefur
-
util.datamapper: Fix arrays nesting one level too deep2021-03-19, by Kim Alvefur
-
util.datamapper: Deal with type name changes in util.jsonschema2021-03-18, by Kim Alvefur
-
util.jsonschema: Rename types for improved readability2021-03-18, by Kim Alvefur
-
teal: Use new integer support in Teal 0.13.02021-03-18, by Kim Alvefur
-
util.datamapper: Limited support for unparsing simple arrays of strings2021-03-18, by Kim Alvefur
-
util.datamapper: Add initial support for parsing arrays2021-03-18, by Kim Alvefur
-
util.datamapper: Factor out common schema unpacking2021-03-14, by Kim Alvefur
-
util.datamapper: Separate extraction of xml from coercion to target type2021-03-14, by Kim Alvefur
-
util.datamapper: Use enum instead of mutually exclusive booleans2021-03-14, by Kim Alvefur
-
util.datamapper: Enumerated elements2021-03-12, by Kim Alvefur
-
util.datamapper: Some TODOs2021-03-09, by Kim Alvefur
-
util.datamapper: Add references with notes2021-03-09, by Kim Alvefur
-
util.datamapper: Add Copyright header2021-03-09, by Kim Alvefur
-
util.jsonschema: Add copyright-header2021-03-09, by Kim Alvefur
-
util.jsonschema: Restructure "type" keyword handling2021-03-09, by Kim Alvefur
-
util.jsonschema: Syntax tweak to not upset syntax highlighting2021-03-09, by Kim Alvefur
-
util.jsonschema: Implement "propertyNames"2021-03-09, by Kim Alvefur
-
util.jsonschema: Restructure handling of "properties" and "additionalProperties"2021-03-09, by Kim Alvefur
-
util.jsonschema: Fix "uniqueItems" prematurely declaring a match2021-03-09, by Kim Alvefur
-
util.jsonschema: Implement the "prefixItems" keyword2021-03-09, by Kim Alvefur
-
util.jsonschema: Implement the "contains" keyword2021-03-09, by Kim Alvefur
-
util.jsonschema: Allow a boolean as schema2021-03-09, by Kim Alvefur
-
util.jsonschema: Correct "items" keyword2021-03-09, by Kim Alvefur
-
util.datamapper: Add support for mapping of elements where only one attribute matters2021-03-07, by Kim Alvefur
-
util.datamapper: Add logic for "boolean" tags here the presence means true2021-03-07, by Kim Alvefur
-
util.datamapper: Invent extension for using tag name as value2021-03-06, by Kim Alvefur
-
util.datamapper: Add 'unparse' for turning tables into XML2021-03-06, by Kim Alvefur
-
util.datamapper: Library for extracting data from stanzas2021-03-06, by Kim Alvefur
-
util.jsonschema: Library for JSON Schema validation2021-03-06, by Kim Alvefur
-
make: Add target for building Teal sources2021-03-09, by Kim Alvefur
-
util: Add Teal interface definition files2021-03-09, by Kim Alvefur
-
util.gc: Fix check for Lua 5.42021-03-15, by Kim Alvefur
-
net.resolvers.basic: Fix completion condition when IPv6 is disabled2021-03-15, by Kim Alvefur
-
mod_pubsub: Include <pubsub> with unsubscribe reply2021-03-15, by Kim Alvefur
-
util.rsm: Correctly coerce integer value for <index> (fix #1642)2021-03-06, by Kim Alvefur
-
util.rsm: Increase test coverage2021-03-06, by Kim Alvefur
Scroll all the way down to load more.