Commit Graph

3940 Commits (eeb98faa3a09ab9bdfeaa8ed9d2ff3d1d3a94de9)

Author SHA1 Message Date
Kim Alvefur a9333c4f4b mod_mam: Clone stanza before stripping stanza id after carbons 9 years ago
Kim Alvefur a15830f378 mod_register: Add comments saying which section handles password change, account deletion and which is in-band registration 9 years ago
Kim Alvefur 88bd13d98b mod_mam: Clone stanzas before mutating (thanks waqas) (fixes #961) 9 years ago
Kim Alvefur 73b75571e6 core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512) 9 years ago
Kim Alvefur cc8653d31c MUC: Use variable that actually exists (thanks Martin) 9 years ago
Kim Alvefur 46863c65b3 mod_disco: Advertise in stream-features after auth (probably what was meant in 200f1f6306a7) (fixes #957) 9 years ago
Kim Alvefur b433940c1e MUC: Reject whitespace-only nicknames (fixes #337) 9 years ago
Emmanuel Gil Peyrot 2e893d1f35 mod_register: Add ::1 to the default registration_whitelist. 9 years ago
Emmanuel Gil Peyrot 974866de52 mod_bosh: Add ::1 to the default trusted_proxies. 9 years ago
Kim Alvefur ae4828d861 MUC: Add some comments attempting to explain what presence and <x> tag goes where 9 years ago
Kim Alvefur c0ac4526f6 MUC: Include status code 110 on affiliation changes (see #765) 9 years ago
Kim Alvefur 19f9d45e8c MUC: Include status code 110 on role change notifications (fixes #765)) 9 years ago
Kim Alvefur 04d52fd099 mod_storage_internal: Return a noop iterator if archive is empty (fixes #920) 9 years ago
Kim Alvefur 3e15f71ed1 mod_mam: Request a total count if no items are requested 9 years ago
Kim Alvefur 14f5606da9 mod_posix: Ignore currently unused argument [luacheck] 9 years ago
Kim Alvefur 547eeb1267 mod_posix: Split long line [luacheck] 9 years ago
Kim Alvefur 06b5c50c4e mod_mam: Attach stanza-id to original stanza (fixes #917) 9 years ago
Kim Alvefur bd52588649 mod_websocket: Convert set to string (syslog sink needs a better fix) 9 years ago
Kim Alvefur d7789712da mod_storage_internal: Handle case of empty item store when deleting (fixes #910) 9 years ago
Kim Alvefur 83741da83a mod_storage_internal: Correctly calculate number of deleted items (fixes #912) 9 years ago
Kim Alvefur 0c64cd26d6 mod_message: Include username in event for offline messages 9 years ago
Kim Alvefur 49655b2234 mod_mam: Format timestamps in log message 9 years ago
Kim Alvefur e863b13420 mod_message: Normalize indentation 9 years ago
Matthew Wild 4812b7e07c mod_storage_sql: Fix logic error introduced by variable rename in aa9f198cb3c9 (thanks waqas) 9 years ago
Kim Alvefur afa9082458 mod_mam: Use correct variable 9 years ago
Kim Alvefur 2a835d10df mod_message: Remove TODO about privacy list (mod_privacy was removed) 9 years ago
Kim Alvefur 0d216b46fd mod_motd: Use initial presence event (saves some checking) 9 years ago
Kim Alvefur d99378074d mod_component: Use typed config API 9 years ago
Kim Alvefur 3431032994 mod_mam: Don't ask the storage backend to count all items when expiry is disabled 9 years ago
Kim Alvefur f0abacc215 mod_tls: Rebuild SSL context objects on configuration reload - #701 9 years ago
Kim Alvefur 14df21dc9b mod_admin_telnet: Output human-friendly memory usage when meminfo is unavailable (thanks nbastin) 9 years ago
Kim Alvefur 47c821cf54 mod_pep: Handle disco#info queries to nodes (fixes #805) 9 years ago
Kim Alvefur 6104767242 mod_pep: Split long line [luacheck] 9 years ago
Kim Alvefur b9401b9307 mod_posix: Use typed config API 9 years ago
Kim Alvefur 2e1a6cd73e mod_storage_internal: Support the 'key' archive query field 9 years ago
Kim Alvefur caf3175a5f mod_storage_sql: Limit encoding check to current database 9 years ago
Kim Alvefur 8aaba12933 mod_storage_sql: Break long lines 9 years ago
Kim Alvefur d938b42d8f mod_storage_sql: Pass charset and collation names via variable binding 9 years ago
Kim Alvefur a03638bd16 mod_storage_sql: Quote some field names 9 years ago
Kim Alvefur c49d0d5b77 mod_storage_sql: Raise error if encoding check query fails 9 years ago
Kim Alvefur 91baabfede SQL: Use standard quotes for columns and other identifiers, rewrite to grave accents for MySQL only (fixes #885) 9 years ago
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 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