| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_tokenauth: Fix revoking a single token without revoking whole grant | Kim Alvefur | 2023-07-23 | 1 | -4/+18 |
* | mod_storage_sql: Spell out missing dependencies | Kim Alvefur | 2023-07-22 | 1 | -3/+16 |
* | mod_storage_sql: Pass variables as arguments instead of upvalues | Kim Alvefur | 2023-07-22 | 1 | -10/+5 |
* | mod_muc: Use enum config API for 'restrict_room_creation' | Kim Alvefur | 2023-07-21 | 1 | -1/+1 |
* | plugins: Use get_option_array for some list shaped options | Kim Alvefur | 2023-07-21 | 2 | -2/+2 |
* | plugins: Handle how get_option_period returns "never" | Kim Alvefur | 2023-07-21 | 3 | -4/+4 |
* | plugins: Use boolean config method in some places | Kim Alvefur | 2023-07-18 | 3 | -9/+7 |
* | mod_storage_internal: Use integer option method for cache size | Kim Alvefur | 2023-07-18 | 1 | -1/+1 |
* | mod_muc_mam: Use period option method | Kim Alvefur | 2023-07-18 | 1 | -13/+3 |
* | mod_muc: Use enum option method for 'muc_room_default_presence_broadcast' | Kim Alvefur | 2023-07-18 | 1 | -1/+2 |
* | mod_storage_xep0227: Use enum option method | Kim Alvefur | 2023-07-18 | 1 | -1/+1 |
* | mod_auth_ldap: Use enum option method | Kim Alvefur | 2023-07-18 | 1 | -2/+2 |
* | mod_storage_sql: Use integer config option for cache size | Kim Alvefur | 2023-07-18 | 1 | -1/+1 |
* | mod_storage_sql: Use config enum for 'sqlite_tune' | Kim Alvefur | 2023-07-18 | 1 | -1/+1 |
* | mod_storage_sql: Allow higher precision timestamps in SQLite3 | Kim Alvefur | 2023-07-17 | 1 | -1/+5 |
* | mod_http: Fix passing minimum limits in wrong argument position | Kim Alvefur | 2023-07-17 | 1 | -2/+2 |
* | plugins: Use integer config API with interval specification where sensible | Kim Alvefur | 2023-07-17 | 26 | -47/+48 |
* | plugins: Switch to :get_option_period() for time range options | Kim Alvefur | 2023-07-16 | 18 | -38/+24 |
* | plugins: Use get_option_enum where appropriate | Kim Alvefur | 2021-01-16 | 5 | -8/+11 |
* | mod_storage_sql: Remove completed TODO (testing UPSERT on PostgreSQL) | Kim Alvefur | 2023-07-12 | 1 | -1/+0 |
* | mod_storage_internal: Implement efficient deletion of oldest archive items | Kim Alvefur | 2023-07-12 | 1 | -0/+22 |
* | Merge 0.12->trunk | Kim Alvefur | 2023-07-10 | 1 | -1/+1 |
|\ |
|
| * | mod_pubsub: Send correct jid attribute in disco#items | Kim Alvefur | 2023-07-08 | 1 | -1/+1 |
* | | mod_http_file_share: Put 'expires' back, thought it was unused | Kim Alvefur | 2023-07-02 | 1 | -0/+1 |
* | | core, plugins: Split prosody:user role into prosody:{guest,registered,member} | Matthew Wild | 2023-06-29 | 7 | -44/+49 |
* | | mod_http_file_share: Set slot token TTL so util.jwt validates expiry | Kim Alvefur | 2023-06-28 | 1 | -2/+1 |
* | | renamening: Fix newly added imports to use the new namespace | Kim Alvefur | 2023-06-18 | 2 | -2/+2 |
* | | mod_invites: Refactor argument handling using util.argparse | Kim Alvefur | 2022-01-12 | 1 | -63/+59 |
* | | mod_storage_sql: Fix column name in index check for PostgreSQL | Kim Alvefur | 2023-06-17 | 1 | -1/+1 |
* | | mod_storage_sql: Adjust indentation to align with surrounding code | Kim Alvefur | 2023-06-17 | 1 | -3/+3 |
* | | mod_storage_sql: Only remove old index if it exists | Kim Alvefur | 2023-06-17 | 1 | -9/+11 |
* | | mod_storage_sql: Be more specific when checking for old index in SQLite3 | Kim Alvefur | 2023-06-17 | 1 | -1/+1 |
* | | mod_storage_sql: Improve check for old table index on PostgreSQL | Kim Alvefur | 2023-06-16 | 1 | -1/+1 |
* | | mod_storage_sql: Enable UPSERT with PostgreSQL | Kim Alvefur | 2023-06-16 | 1 | -1/+1 |
* | | mod_storage_sql: Add some TODO comments for future UPSERT work | Kim Alvefur | 2023-06-11 | 1 | -0/+2 |
* | | mod_storage_sql: Do not keep track of quota when no quota is set | Kim Alvefur | 2023-06-11 | 1 | -20/+29 |
* | | mod_storage_sql: Add setting to tune SQLite3 performance vs safety | Kim Alvefur | 2023-06-11 | 1 | -0/+38 |
* | | mod_storage_sql: Record all SQLite3 compile options for potential use | Kim Alvefur | 2023-06-10 | 1 | -4/+6 |
* | | mod_storage_sql: Compose a keyval+ store out of keyval and map store methods | Kim Alvefur | 2023-06-10 | 1 | -0/+17 |
* | | mod_storage_sql: Add UPSERT support | Kim Alvefur | 2023-06-10 | 1 | -7/+41 |
* | | Merge 0.12->trunk | Kim Alvefur | 2023-06-10 | 1 | -1/+1 |
|\| |
|
| * | mod_http: Fix error if 'access_control_allow_origins' is set | Kim Alvefur | 2023-06-10 | 1 | -1/+1 |
* | | mod_http: Simplify conversion of Set to Array | Kim Alvefur | 2023-06-10 | 1 | -1/+1 |
* | | mod_storage_internal: Use a binary search for time based ranges | Kim Alvefur | 2021-05-12 | 1 | -8/+55 |
* | | mod_storage_internal: Lazy-load archive items while iterating | Kim Alvefur | 2021-05-12 | 1 | -59/+57 |
* | | mod_admin_shell: Use new serialize preset to simplify default config | Kim Alvefur | 2023-06-09 | 1 | -2/+5 |
* | | mod_admin_shell: Warn when (un-)loading module would be undone by restart | Kim Alvefur | 2023-06-06 | 1 | -0/+12 |
* | | mod_http: Make RFC 7239 Forwarded opt-in for now to be safe | Kim Alvefur | 2023-06-03 | 1 | -3/+10 |
* | | mod_http: Use RFC 7239 Forwarded header to find original client IP | Kim Alvefur | 2023-06-03 | 1 | -1/+20 |
* | | mod_http: Handle bracketed IP address format from RFC 7239 | Kim Alvefur | 2023-06-03 | 1 | -0/+6 |