Commit Graph

7313 Commits (d8b1435c70a092455c19d5bef1bd340f0cbd4d70)
 

Author SHA1 Message Date
Kim Alvefur d8b1435c70 mod_presence: Use get_child_text on priority child element (fixes #552) 9 years ago
Kim Alvefur abdd9866e5 mod_presence: No need to overwrite index 1 since it's set on the line below 9 years ago
Kim Alvefur 28a11bcc05 mod_register: Include additional data in user-registering event 9 years ago
Kim Alvefur 2892837fbf mod_register: Remove check for empty table (previous line sets a field) 9 years ago
Kim Alvefur 54fea3aeec prosodyctl: Point out how default_storage is redundant if storage is a string 9 years ago
Kim Alvefur 699dab7c6d migration/prosody_sql: Commit transaction when all items have been processed 9 years ago
Kim Alvefur 6b3a33a083 migrator/prosody_sql: Abort and demand database be upgraded if it needs to be (#635) 9 years ago
Kim Alvefur 8a7bc589b3 migrator.prosody_sql: Switch to util.sql (#635) 9 years ago
Kim Alvefur 8716255d0c migrator: Remove broken distinction between a load error or a missing storage handler (worked with module()?) 9 years ago
Kim Alvefur fa0e2ec0b1 mod_storage_none: Add a noop archive delete method 9 years ago
Kim Alvefur f94c56040c mod_storage_none: Add allways empty archive storage 9 years ago
Kim Alvefur aa0ceacdb3 mod_storage_none: Ignore unused arguments [luacheck] 9 years ago
Kim Alvefur 6132b1f72e mod_auth_internal_plain: Rename unused self argument [luacheck] 9 years ago
Kim Alvefur 4234f60c4a mod_auth_internal_hashed: Split long lines [luacheck] 9 years ago
Kim Alvefur 5386166909 mod_auth_internal_hashed: Rename unused 'self' to _ [luacheck] 9 years ago
Kim Alvefur 244acd81f4 mod_auth_cyrus: Ignore unused arguments to various not actually implemented functions [luacheck] 9 years ago
Kim Alvefur 9db373e4f9 mod_auth_anonymous: Ignore unused arguments to various not actually implemented functions [luacheck] 9 years ago
Kim Alvefur 221809ea04 mod_websocket: Log state of cross domain set after changing it 9 years ago
Kim Alvefur 32e5f29192 mod_storage_sql: Fix to use correct SQL query (thanks carlos) 9 years ago
Kim Alvefur bf96691bcc luacheckrc: Declare module.environment as writable (thanks Link Mauve) 9 years ago
Emmanuel Gil Peyrot 863f155efb mod_mam: Remove extraneous assert when opening the store 9 years ago
Kim Alvefur 3e7bffe8c8 net.http: Pass error all the way to callback 9 years ago
Kim Alvefur 3e4952567c mod_saslauth: Remove unused argument [luacheck] 9 years ago
Kim Alvefur c95b62d5e2 mod_disco: Rename variables to avoid name clash [luacheck] 9 years ago
Kim Alvefur 38ea54b37b mod_blocklist: Use local variable [luacheck] 9 years ago
Kim Alvefur 67572368f2 mod_storage_sql: Remove unused return values (should those actually be used?) 9 years ago
Kim Alvefur dd86b147bf mod_storage_sql: Ignore name clash [luacheck] 9 years ago
Kim Alvefur ee705afbef mod_storage_sql: Split long lines [luacheck] 9 years ago
Kim Alvefur d5205416d5 mod_storage_sql: Ignore name clash [luacheck] 9 years ago
Kim Alvefur 29c30180ee mod_storage_sql: Pass SQL engine as an argument to upgrade and table creator functions 9 years ago
Kim Alvefur 61d955084f mod_storage_sql: Move SQL queries into multiline strings for readability [luacheck] 9 years ago
Kim Alvefur fbd4f04b73 mod_storage_sql: Rename variables to avoid name clashes [luacheck] 9 years ago
Kim Alvefur b33ad7f001 mod_storage_sql: Sensible defaults for 'when' and 'with' arguments 9 years ago
Kim Alvefur 0e5546ccf1 mod_offline: Include timestamp and empty 'with' 9 years ago
Kim Alvefur 1113bbdf22 mod_storage_sql: Remove compat for argument order change 9 years ago
Kim Alvefur d36a5333ea MUC: Only create rooms in a locked state when they are created by someone joining (fixes timed deletion of all rooms on startup) 9 years ago
Kim Alvefur dc72d25c39 mod_offline: Switch to using archive store via the storagemanager API 9 years ago
Kim Alvefur 52cff8b490 mod_storage_internal: Add the dates method 9 years ago
Kim Alvefur 8be8224bba mod_storage_internal: Add support for removing archived items 9 years ago
Kim Alvefur ffb3266efa mod_storage_internal: Add basic archive store implementation 9 years ago
Kim Alvefur fefbf23013 mod_storage_internal: Ignore unused 'self' argument [luacheck] 9 years ago
Kim Alvefur b1d9296789 mod_storage_internal: Reorder methods 9 years ago
Kim Alvefur 0ca328a00c mod_storage_internal: Separate driver from keyval implementation 9 years ago
Kim Alvefur 72018f7be7 util.array: Add method for filtering out duplicate values 9 years ago
Kim Alvefur 7b5aa05b02 util.id: New util for producing random identifiers of varying sizes 9 years ago
Kim Alvefur 0f578fb9f3 util.datamanager: Log where the error came from 9 years ago
Kim Alvefur 5c4a8d13e2 util.datamanager: Rearrange locals 9 years ago
Kim Alvefur d6184b31a3 util.pposix: Remove fallocate 9 years ago
Kim Alvefur 7b4ad0e694 util.datamanager: Use pposix.atomic_append 9 years ago
Kim Alvefur e8b57d789b util.pposix: Add function for atomically appending data to a file 9 years ago