Prosody IM trunk

Main development repo (includes all branches)


This is where new features and major changes go. Be the first to try new features! Find new, never seen before bugs! Such exciting, very code, wow!

To clone this repository using Mercurial, run:

hg clone 'https://hg.prosody.im/trunk/' prosody-trunk

Subsequent updates can be downloaded simply by running:

hg pull -u

Mercurial help

Recent changes

Merge 0.12->trunk default tip Kim Alvefur
mod_http: Unhook CORS handlers only if active (fixes #1801) 0.12 Kim Alvefur
mod_admin_shell: Show reverse dependencies in module:info() Kim Alvefur
core.moduleapi: Record reverse dependencies Kim Alvefur
authz: Add method for retrieving all roles Kim Alvefur
mod_tokenauth: Fix misplaced closing parenthesis Kim Alvefur
util.sasl.oauthbearer: Fix traceback on authz in unexpected format Kim Alvefur
mod_tokenauth: Gracefully handle missing tokens Matthew Wild
mod_auth_internal_hashed: Add oauthbearer handler to our SASL profile Matthew Wild
mod_tokenauth: Add SASL handler backend that can accept and verify tokens Matthew Wild
mod_tokenauth: Add some sanity checking of the new optional parameters Matthew Wild
mod_tokenauth: Add 'purpose' constraint Matthew Wild
mod_saslauth: Support for SASL handlers forcing a specific resource Matthew Wild
util.sasl: Add SASL OAUTHBEARER mechanism (RFC 7628) Matthew Wild
mod_admin_adhoc: Add XEP-0133 commands to Disable and Re-Enable users Kim Alvefur
CHANGES: Mention new ability to disable and enable user accounts Kim Alvefur
mod_admin_shell: Add commands to disable and enable accounts Kim Alvefur
mod_c2s: Disconnect accounts when they are disabled Kim Alvefur
core.usermanager: Fire events when enabling and disabling users Kim Alvefur
core.usermanager: Add methods for enabling and disabling users Kim Alvefur
core.usermanager: Add Teal description file Kim Alvefur
mod_auth_internal_hashed: Implement methods to enable and disable users Kim Alvefur
mod_auth_internal_hashed: Implement is_enabled() method Kim Alvefur
mod_auth_internal_hashed: Add stub methods for enabling and disabling users Kim Alvefur
mod_auth_internal_hashed: Refactor to prepare for disabling users Kim Alvefur
more changes...