aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CHANGES: Mention new ability to disable and enable user accountsKim Alvefur2023-02-231-0/+1
* mod_admin_shell: Add commands to disable and enable accountsKim Alvefur2023-02-231-0/+32
* mod_c2s: Disconnect accounts when they are disabledKim Alvefur2023-02-231-0/+1
* core.usermanager: Fire events when enabling and disabling usersKim Alvefur2023-02-231-2/+10
* core.usermanager: Add methods for enabling and disabling usersKim Alvefur2023-02-232-0/+35
* core.usermanager: Add Teal description fileKim Alvefur2023-02-231-0/+43
* mod_auth_internal_hashed: Implement methods to enable and disable usersKim Alvefur2023-02-231-4/+9
* mod_auth_internal_hashed: Implement is_enabled() methodKim Alvefur2023-02-231-3/+5
* mod_auth_internal_hashed: Add stub methods for enabling and disabling usersKim Alvefur2023-02-221-0/+8
* mod_auth_internal_hashed: Refactor to prepare for disabling usersKim Alvefur2023-02-221-2/+7
* Merge 0.12->trunkKim Alvefur2023-02-221-2/+2
|\
| * util.prosodyctl.check: Suggest 'http_cors_override' instead of older CORS set...Kim Alvefur2023-02-221-2/+2
* | Merge 0.12->trunkMatthew Wild2023-02-210-0/+0
|\|
| * Added tag 0.12.3 for changeset 0598d822614fMatthew Wild2023-02-210-0/+0
* | Merge 0.12->trunkMatthew Wild2023-02-201-0/+3
|\|
| * mod_websocket: Fire pre-session-close event (fixes #1800)0.12.3Matthew Wild2023-02-201-0/+3
* | MUC: Add Occupant API methods to Teal specKim Alvefur2023-02-201-0/+6
* | MUC: Add Teal description of muc.lib functionsKim Alvefur2023-02-201-0/+9
* | MUC: Start on a Teal description of MUC roomsKim Alvefur2023-02-201-0/+163
* | Merge 0.12->trunkMatthew Wild2023-02-172-5/+53
|\|
| * net.http.parser: Fix off-by-one error in chunk parserMatthew Wild2023-02-172-5/+53
* | Merge 0.12->trunkKim Alvefur2023-02-162-1/+7
|\|
| * mod_admin_socket: Return error on unhandled input to prevent apparent freezeKim Alvefur2023-02-162-1/+7
* | Merge 0.12->trunkMatthew Wild2023-02-161-0/+4
|\|
| * net.http.server: Add new API to get HTTP request from a connectionMatthew Wild2023-02-161-0/+4
* | util.poll: Include unistd.h only for epollKim Alvefur2023-02-101-1/+1
* | Merge 0.12->trunkMatthew Wild2023-02-093-10/+15
|\|
| * net.http.parser: Improve handling of responses without content-lengthMatthew Wild2023-02-092-9/+14
| * net.http: Add missing log parameterMatthew Wild2023-02-091-1/+1
* | Merge 0.12->trunkMatthew Wild2023-02-091-4/+11
|\|
| * sessionmanager: Improve logging around session destructionMatthew Wild2023-02-091-3/+10
| * core.sessionmanager: Mark session as destroyed to prevent reentryKim Alvefur2023-01-191-0/+1
| * core.sessionmanager: Skip log when (not) destroying destroyed sessionsKim Alvefur2023-01-191-2/+1
* | util.crypto: Preemptively silence 'strict-prototypes' warningKim Alvefur2023-01-311-1/+1
* | mod_storage_sql: Remove module status on unknown 'debug' levelKim Alvefur2023-01-311-1/+0
* | core.moduleapi: Fix passing variable to loggingKim Alvefur2023-01-311-1/+1
* | mod_storage_sql: Silence luacheck warningKim Alvefur2023-01-301-1/+1
* | mod_storage_sql: Record connection to database as module statusKim Alvefur2023-01-303-4/+18
* | mod_admin_shell: Match substring in muc:affiliations() like muc:occupants()Kim Alvefur2023-01-301-1/+1
* | mod_admin_shell: Sort MUC users by relation and JIDKim Alvefur2023-01-291-18/+51
* | mod_admin_shell: Make Role and Affiliation columns the same width for aestheticsKim Alvefur2023-01-291-2/+2
* | mod_admin_shell: Use tables to present MUC usersKim Alvefur2023-01-291-2/+18
* | mod_admin_shell: Factor out room retrieval into common functionKim Alvefur2023-01-291-18/+18
* | mod_admin_shell: Add muc:affiliations(room) command to list membershipsKim Alvefur2023-01-292-1/+29
* | mod_admin_shell: Add muc:occupants(room) command to list occupantsKim Alvefur2023-01-292-1/+31
* | Merge 0.12->trunkKim Alvefur2023-01-223-7/+7
|\|
| * util.startup: Close state on exit to ensure GC finalizers are calledKim Alvefur2023-01-222-5/+5
| * util.prosodyctl.shell: Close state on exit to fix saving shell historyKim Alvefur2023-01-221-2/+2
* | mod_muc_mam: Use higher precision timestampsKim Alvefur2023-01-211-1/+1
* | Merge 0.12->trunkKim Alvefur2023-01-212-8/+25
|\|