Software /
code /
prosody
Graph
-
Merge 0.12->trunk2022-08-26, by Kim Alvefur
-
mod_smacks: Don't close resuming session when failed due to overflow2022-08-26, by Matthew Wild
-
mod_smacks: Long overdue cleanup of resumption code, fixes some old TODOs2022-08-26, by Matthew Wild
-
mod_admin_shell: Rename variable to avoid confusion with global function2022-08-25, by Kim Alvefur
-
mod_admin_shell: Fix output from user:roles()2022-08-25, by Kim Alvefur
-
Merge role-auth->trunk2022-08-22, by Matthew Wild
-
CHANGES: Add role auth2022-08-22, by Matthew Wild
-
mod_admin_shell: Ensure account has role before it is usable2022-08-18, by Kim Alvefur
-
mod_auth_insecure: Store creation and update timestamps on account2022-08-18, by Kim Alvefur
-
mod_admin_shell: Update help for user:create to reflect singular role argument2022-08-18, by Kim Alvefur
-
mod_auth_internal_hashed: Allow creating disabled account without password2022-08-18, by Kim Alvefur
-
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
Scroll all the way down to load more.