Software /
code /
prosody
Graph
-
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
-
Merge 0.12->trunk2022-05-16, by Kim Alvefur
-
Merge 0.12->trunk2022-05-15, by Kim Alvefur
-
mod_admin_shell: Tighten up type checks to fix #1754 (thanks clouded) 0.122022-05-15, by Kim Alvefur
-
mod_smacks: Initialize queue before sending <enable>2022-05-15, by Kim Alvefur
-
mod_cron: Remove difference between teal version2022-05-15, by Kim Alvefur
-
teal/moduleapi: Describe timer wrapper2022-05-15, by Kim Alvefur
-
Merge 0.12->trunk2022-05-09, by Kim Alvefur
-
util.async: Add Teal description file2022-05-08, by Kim Alvefur
-
Merge 0.12->trunk2022-05-08, by Kim Alvefur
-
mod_s2s: Log queued stanzas for which no error reply is produced2022-05-07, by Kim Alvefur
-
mod_s2s: Don't bounce queued error stanzas (thanks Martin)2022-05-07, by Kim Alvefur
-
Merge 0.12->trunk2022-05-06, by Matthew Wild
-
mod_invites_adhoc: Fall back to generic allow_user_invites for role-less users 0.122022-05-06, by Matthew Wild
-
Merge 0.12->trunk2022-05-05, by Kim Alvefur
-
util.prosodyctl.check: turn: Report lack of TURN services as a problem #1749 0.122022-05-03, by Kim Alvefur
-
net.server_select: Restore dependency on LuaSec to soft for tests2022-04-27, by Kim Alvefur
-
net.tls_luasec: Harden dependency on LuaSec2022-04-27, by Kim Alvefur
-
Merge 0.12->trunk2022-04-27, by Kim Alvefur
-
mod_tls: pass target hostname to starttls2021-09-17, by Jonas Schäfer
-
mod_tls: tell network backend to stop reading while preparing TLS2022-04-02, by Jonas Schäfer
-
mod_tls: Do not offer TLS if the connection is considered secure2021-09-17, by Jonas Schäfer
-
net: refactor sslconfig to not depend on LuaSec2022-04-02, by Jonas Schäfer
-
net: isolate LuaSec-specifics2022-04-27, by Jonas Schäfer
-
Merge 0.12->trunk2022-04-25, by Matthew Wild
-
Merge 0.12->trunk2022-04-25, by Matthew Wild
-
util.argparse: Return final 'arg' table with positional arguments for convenience 0.122022-04-25, by Matthew Wild
-
mod_s2s: Improve robustness of outgoing s2s certificate verification 0.122022-04-25, by Matthew Wild
-
mod_s2s: Distinguish DANE TLSA errors from generic cert chain errors2022-04-25, by Kim Alvefur
-
mod_s2s: Recognise and report errors with CA or intermediate certs2022-04-25, by Kim Alvefur
-
mod_smacks: Improve activation of smacks on outgoing s2s2022-04-24, by Kim Alvefur
-
util.crand: Reduce scope here too2022-04-23, by Kim Alvefur
-
util.strbitop: Reduce scope of functions2022-04-23, by Kim Alvefur
-
net.connect: Fix accumulation of connection attempt references2022-04-20, by Kim Alvefur
-
Merge 0.12->trunk2022-04-13, by Matthew Wild
-
util.prosodyctl: check turn: ensure a result is always returned from a check (thanks eTaurus) 0.122022-04-13, by Matthew Wild
-
make: Install stanza watcher library (thanks Menel)2022-04-13, by Kim Alvefur
-
mod_admin_shell: Add watch:stanzas() command2022-03-23, by Matthew Wild
-
mod_debug_stanzas/watcher: New module library to dynamically 'watch' for stanzas2022-03-23, by Matthew Wild
-
mod_s2s: Store real stanzas in session.sendq, rather than strings2022-03-23, by Matthew Wild
-
Merge 0.12->trunk2022-04-08, by Kim Alvefur
-
mod_storage_xep0227: Fix mapping of nodes without explicit configuration 0.122022-04-08, by Kim Alvefur
-
Merge 0.12->trunk2022-04-08, by Kim Alvefur
-
mod_storage_xep0227: Fix conversion of SCRAM into internal format (fix #1741) 0.122022-04-08, by Kim Alvefur
-
mod_storage_xep0227: Support basic listing of PEP nodes in absence of pubsub#admin data 0.122022-03-31, by Kim Alvefur
-
Merge 0.12->trunk2022-04-07, by Matthew Wild
-
mod_storage_xep0227: Handle missing {pubsub#owner}pubsub element (fixes #1740) 0.122022-04-07, by Matthew Wild
-
Merge 0.12->trunk2022-04-05, by Kim Alvefur
-
Merge 0.12->trunk2022-04-04, by Kim Alvefur
-
core.modulemanager: Fix global flag on per-host instances of shared modules (fix #1736) 0.122022-04-04, by Kim Alvefur
-
Merge 0.12->trunk2022-04-03, by Matthew Wild
-
configmanager: Clearer errors when providing unexpected values after VirtualHost (fixes #1735, thanks arawaks) 0.122022-04-03, by Matthew Wild
-
Merge 0.12->trunk2022-04-02, by Kim Alvefur
-
util.random: Test whether util.crand works before using it (fix #1734) 0.122022-04-02, by Kim Alvefur
-
Merge 0.12->trunk2022-03-28, by Matthew Wild
-
mod_http (and dependent modules): Make CORS opt-in by default (fixes #1731) 0.122022-03-28, by Matthew Wild
-
mod_http: Reintroduce support for disabling or limiting CORS (fixes #1730) 0.122022-03-28, by Matthew Wild
-
Merge 0.12->trunk2022-03-28, by Matthew Wild
-
prosodyctl: check config: Report paths of loaded configuration files (fixed #1729) 0.122022-03-28, by Matthew Wild
-
configmanager: Add method to report loaded config files (part of #1729 fix) 0.122022-03-28, by Matthew Wild
-
Merge 0.12->trunk2022-03-28, by Matthew Wild
-
mod_tombstones: Add caching to improve performance on busy servers (fixes #1728) 0.122022-03-28, by Matthew Wild
-
mod_turn_external: Update status and friendlier handling of missing secret option (fixes #1727) 0.122022-03-28, by Matthew Wild
-
Merge 0.12->trunk2022-03-27, by Kim Alvefur
-
Merge 0.12->trunk2022-03-24, by Matthew Wild
-
MUC: Allow kicking users with the same affiliation as the kicker (fixes #1724) 0.122022-03-23, by Matthew Wild
-
Merge 0.12->trunk2022-03-23, by Kim Alvefur
-
mod_external_services: Move error message to correct place (fix #1725) 0.122022-03-23, by Kim Alvefur
-
mod_adhoc: Simplify variable references2022-03-22, by Kim Alvefur
-
adhoc: Include stanza and origin in adhoc event data2017-03-06, by Kim Alvefur
-
Merge 0.12->trunk2022-03-21, by Matthew Wild
-
mod_pubsub: Don't attempt to use server actor as publisher (fixes #1723) 0.122022-03-21, by Matthew Wild
-
net.connect: Improve logging on connection attempt failure2022-03-21, by Matthew Wild
-
net.connect: Improve handling of failure when attempts are still pending2022-03-21, by Matthew Wild
-
Merge 0.12->trunk2022-03-21, by Matthew Wild
-
util.startup: Show error for unrecognized arguments passed to 'prosody' (fixes #1722) 0.122022-03-21, by Matthew Wild
-
CHANGES: Update to add new changes in trunk2022-03-19, by Matthew Wild
-
Merge 0.12->trunk2022-03-19, by Matthew Wild
-
Merge 0.12->trunk2022-03-19, by Matthew Wild
-
mod_admin_socket: Improve error reporting when socket can't be created (fixes #1719) 0.122022-03-19, by Matthew Wild
-
Merge 0.12->trunk2022-03-19, by Matthew Wild
-
prosodyctl: check turn: Fail with error if our own address is supplied for the ping test 0.122022-03-19, by Matthew Wild
-
Merge 0.12->trunk2022-03-19, by Matthew Wild
-
net.resolvers.basic: Fix incorrect field name (thanks CI)2022-03-18, by Matthew Wild
-
net.connect: When more targets are immediately available, try them after a delay2022-03-18, by Matthew Wild
-
net.connect: Support for multiple pending connection attempts2022-03-18, by Matthew Wild
-
net.resolvers.basic: Indicate to callback if we have more targets available2022-03-18, by Matthew Wild
-
net.resolvers.basic: Alternate IP address family targets, per RFC 83052022-03-18, by Matthew Wild
-
net.resolvers.basic: Refactor to remove code duplication2022-03-18, by Matthew Wild
-
util.stanza: Create tables with correct size to avoid reallocations2022-03-18, by Kim Alvefur
-
util.stanza: Use table.move in clone2022-03-18, by Kim Alvefur
-
util.table: Compatibility with Lua 5.1 lua_equals2022-03-18, by Matthew Wild
-
util.table: tests: Tests for table.move()2022-03-18, by Matthew Wild
-
util.array: Take advantage of table.move()2022-03-18, by Matthew Wild
-
util.table: Backport table.move() from Lua 5.42022-03-18, by Matthew Wild
-
net.resolvers.service: Honour record 'weight' when picking SRV targets2022-03-17, by Matthew Wild
-
util.poll: Expand stub tests2022-03-17, by Kim Alvefur
-
mod_admin_shell: Add watch:log() command to tail logs in realtime2022-03-17, by Matthew Wild
-
mod_admin_shell: Add session.is_connected() method2022-03-17, by Matthew Wild
-
mod_admin_shell: Add session.write() method to write data to client with no \n2022-03-17, by Matthew Wild
-
util.prosodyctl.shell: Support for receiving partial lines (no automatic \n)2022-03-17, by Matthew Wild
-
util.logger: Return sink_function from add_simple_sink()2022-03-17, by Matthew Wild
-
util.logger: Support for removing individual log sinks without a full reset2022-03-17, by Matthew Wild
-
mod_admin_socket: Compat for luasocket prior to unix datagram support 0.122022-03-15, by Kim Alvefur
-
prosodyctl: check turn: warn about external port mismatches behind NAT 0.122022-03-11, by Matthew Wild
-
Spelling: Fix various spelling mistakes (thanks timeless)2022-03-06, by Kim Alvefur
-
net.websocket.frames: Replace bit fiddling code with util.struct2022-03-06, by Kim Alvefur
-
prosodyctl: check turn: compare correct addresses for relay mismatch detection (thanks Zash)2022-03-05, by Matthew Wild
-
prosodyctl: check turn: Add check for private IP returned from STUN.2022-03-05, by Matthew Wild
-
prosodyctl: check turn: improve warning text to suggest issues2022-03-05, by Matthew Wild
-
prosodyctl: check turn: fix traceback when server does not provide realm/nonce2022-03-05, by Matthew Wild
-
prosodyctl: check turn: fix formatting of multiple warnings2022-03-05, by Matthew Wild
-
prosodyctl: check turn: always show debug info even if test fails2022-03-05, by Matthew Wild
-
prosodyctl: check turn: Clearer error when unable to resolve external service host2022-03-05, by Matthew Wild
-
CHANGES: Mention STUN/TURN support in 'prosodyctl check'2022-03-05, by Matthew Wild
-
prosodyctl: check: include TURN checks by default2022-03-05, by Matthew Wild
-
prosodyctl: check: Slightly improved argument handling2022-03-05, by Matthew Wild
-
prosodyctl: check turn: show relayed address(es) in verbose mode2022-03-05, by Matthew Wild
-
net.stun: Support for xor-relayed-address attribute2022-03-05, by Matthew Wild
-
prosodyctl: check turn: Allow specifying port for the ping service2022-03-05, by Matthew Wild
-
prosodyctl: check turn: Add support for testing data relay with an external STUN server via --ping2022-03-05, by Matthew Wild
-
net.stun: Add xor-peer-address helper2022-03-05, by Matthew Wild
-
net.stun: Factor out address unpack, an operation common to multiple attributes2022-03-05, by Matthew Wild
-
net.stun: Name some more attributes from TURN2022-03-05, by Matthew Wild
-
net.stun: Add lookup table generation helper, reduces code duplication2022-03-05, by Matthew Wild
-
net.stun: Hyphenate method names for consistency2022-03-05, by Matthew Wild
-
util.bitcompat: Add some simple tests2022-03-04, by Matthew Wild
-
util.bit53: Support for more than 2 arguments, for compat with bit322022-03-04, by Matthew Wild
-
make: Fix build of util.struct on *BSD2022-03-04, by Kim Alvefur
-
net.stun: tests: Remove stray print() from debugging2022-03-04, by Matthew Wild
-
Merge config-updates+check-turn from timber2022-03-04, by Matthew Wild
-
net.stun: Add tests for serialization/deserialization2022-03-04, by Matthew Wild
-
net.stun: Use util.bitcompat to deal with bit module variances across Lua versions2022-03-04, by Kim Alvefur
-
net.stun: Use util.strbitop2022-03-04, by Kim Alvefur
-
util.bit53: Add left- and right shift operations2021-06-28, by Kim Alvefur
-
util.prosodyctl: check turn: New command to verify STUN/TURN service is operational2022-03-04, by Matthew Wild
-
net.stun: New library that implements STUN/TURN parsing/serialization2022-03-04, by Matthew Wild
-
util.hex: Deprecate to/from in favour of encode/decode, for consistency!2022-03-04, by Matthew Wild
-
util.struct: Import Roberto 'struct' library v0.32022-03-04, by Matthew Wild
-
COPYING: An overdue update. Also add some clarity about third-party code.2022-03-04, by Matthew Wild
-
prosody.cfg.lua.dist: Remove comment about mod_*.lua above modules_enabled2022-03-03, by Matthew Wild
-
prosody.cfg.lua.dist: Fix plugin_paths description (thanks Zash)2022-03-03, by Matthew Wild
-
prosody.cfg.lua.dist: Add comments explaining the individual TURN options2022-03-02, by Matthew Wild
-
prosody.cfg.lua.dist: Improved descriptions for a number of modules2022-03-02, by Matthew Wild
-
prosody.cfg.lua.dist: Alphabetical ordering of modules within each section2022-03-02, by Matthew Wild
-
prosody.cfg.lua.dist: Improve mod_mam description to indicate its purpose2022-03-02, by Matthew Wild
-
prosody.cfg.lua.dist: Remove mod_admin_telnet2022-03-02, by Matthew Wild
-
prosody.cfg.lua.dist: Reword plugin_paths to de-emphasize Prosody's source dir2022-03-02, by Matthew Wild
-
prosody.cfg.lua.dist: Remove network_backend option2022-03-02, by Matthew Wild
-
prosody.cfg.lua.dist: Remove example certificate, this should just work2022-02-13, by Kim Alvefur
-
net.server_epoll: Disable verbose mode by default2022-02-12, by Kim Alvefur
-
prosody.cfg.lua.dist: Remove allow_registration in favor of invites2022-02-10, by Kim Alvefur
-
prosody.cfg.lua.dist: Comment improvements: s2s authentication2022-02-14, by Matthew Wild
-
prosody.cfg.lua.dist: Comment improvements: authentication2022-02-14, by Matthew Wild
-
prosody.cfg.lua.dist: Improve section-like layout via headers and spacing2022-02-14, by Matthew Wild
-
prosody.cfg.lua.dist: Comment improvements2022-02-14, by Matthew Wild
-
prosody.cfg.lua.dist: Update s2s_secure_auth comment and default2022-02-14, by Matthew Wild
-
prosody.cfg.lua.dist: TURN configuration improvements and example2022-02-14, by Matthew Wild
-
prosody.cfg.lua.dist: Enable csi_simple by default2022-02-14, by Matthew Wild
-
usermanager, mod_saslauth: Default to internal_hashed if no auth module specified2022-02-10, by Matthew Wild
-
prosody.cfg.lua.dist: Remove require_encryption options2022-02-14, by Matthew Wild
-
core.certmanager: Turn soft dependency on LuaSec into a hard2022-02-10, by Kim Alvefur
-
various: Require encryption by default for real2021-12-25, by Kim Alvefur
-
mod_invites_register: Default to require encryption2022-02-10, by Matthew Wild
-
mod_legacyauth: Default to require encryption2022-02-10, by Matthew Wild
-
prosody.cfg.lua.dist: Remove mod_http_files2022-02-10, by Kim Alvefur
-
prosody.cfg.lua.dist: Move Dialback down2022-02-10, by Kim Alvefur
-
prosody.cfg.lua.dist: Remove https_certificate, this should Just Work now2022-02-05, by Kim Alvefur
-
prosody.cfg.lua.dist: Remove mention of deprecated daemonize option2022-02-05, by Kim Alvefur
-
prosody.cfg.lua.dist: Remove installer_plugin_path2022-02-05, by Kim Alvefur
-
prosody.cfg.lua.dist: Add new modules2022-02-10, by Kim Alvefur
-
prosody.cfg.lua.dist: Add note about 'localhost'2021-02-03, by Kim Alvefur
-
prosodyctl: check dns: Allow admin to specify undiscoverable external IPs in config2022-03-02, by Matthew Wild
-
prosodyctl: check dns: List discovered addresses for diagnostic purposes2022-03-02, by Matthew Wild
-
util.prosodyctl: check: warn about unreferenced components, suggest disco_items2022-03-02, by Matthew Wild
-
util.prosodyctl: Warn about enabled public registration in 'check config'2022-03-02, by Matthew Wild
-
util.poll: Add support for the poll() API2022-02-23, by Kim Alvefur
-
util.poll: Expose API (epoll or select) used2022-02-27, by Kim Alvefur
-
util.poll: Restructure to make adding additional system APIs easier2022-02-23, by Kim Alvefur
-
make: Split up install targets to allow different subset2022-02-13, by Kim Alvefur
-
core.portmanager: Fix traceback on attempt to get non-existent service2022-02-22, by Kim Alvefur
-
mod_c2s,mod_s2s: Fix error on shutdown (Thanks Martin)2022-02-22, by Kim Alvefur
-
util.async: Optionally allow too many 'done' callbacks2022-02-22, by Kim Alvefur
-
mod_c2s,mod_s2s: Wrap callback to improve tracebacks2022-02-22, by Kim Alvefur
-
mod_carbons: Allow plugging into decision of whether to carbon-copy2022-02-21, by Kim Alvefur
-
mod_mam: Fix a comment2021-12-11, by Kim Alvefur
-
mod_mam: Allow plugging into archive decision2021-12-10, by Kim Alvefur
-
core.certmanager: Ensure key exists for fullchain2022-02-21, by Kim Alvefur
-
mod_admin_shell: Use a table to show help sections2022-02-19, by Kim Alvefur
-
CHANGES: Mention graceful shutdown2022-02-18, by Kim Alvefur
-
mod_c2s: Ignore unused event payload [luacheck]2022-02-18, by Kim Alvefur
-
mod_c2s,mod_s2s: Wait for sessions to close before proceeding with shutdown steps2022-02-17, by Kim Alvefur
-
mod_c2s: Close ports in a separate, earlier event from closing sessions2022-02-18, by Kim Alvefur
-
mod_s2s: Disable creation of new outgoing connections during shutdown2022-02-11, by Kim Alvefur
-
mod_c2s,mod_s2s: Disable and close port listeners before closing sessions2022-02-11, by Kim Alvefur
-
mod_posix: Run signal handlers in the startup thread2021-10-06, by Kim Alvefur
-
prosody: Expose main thread on the 'prosody' global2021-10-06, by Kim Alvefur
-
prosody: Run shutdown procedure in async thread2019-01-01, by Kim Alvefur
-
prosody: Move last cleanup and shutdown code into util.startup2019-01-01, by Kim Alvefur
-
mod_admin_shell: Squeeze some characters out of the Certificate column2022-02-17, by Kim Alvefur
-
prosodyctl: Restore 'list --outdated'2022-02-17, by Kim Alvefur
-
mod_admin_shell: Fix description of muc:room() (thanks Link Mauve)2022-02-15, by Kim Alvefur
-
mod_turn_external: Fix type of config option (thanks mirux)2022-02-15, by Kim Alvefur
-
util.dns: Remove compat for pre-0.11 lack of inet_ntop binding2022-02-15, by Kim Alvefur
-
util.dns: Replace base16 implementation with util.hex2022-02-15, by Kim Alvefur
-
core.certmanager: Relax certificate filename check #17132022-02-14, by Kim Alvefur
-
util.dependencies: Refer to 'apt' instead of 'apt-get'2022-02-13, by Kim Alvefur
-
mod_invites_register: Load mod_register_ibr in invite only mode2022-02-10, by Kim Alvefur
Scroll all the way down to load more.