Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | MUC: Move check for explicit room join earlier in room creation flow | Kim Alvefur | 2018-11-27 | 2 | -8/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge 0.11->trunk | Kim Alvefur | 2018-11-26 | 2 | -2/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge 0.11->trunk | Kim Alvefur | 2018-11-25 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge 0.11->trunk | Kim Alvefur | 2018-11-17 | 1 | -2/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge 0.11->trunk | Matthew Wild | 2018-11-15 | 1 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge 0.11->trunk | Matthew Wild | 2018-11-15 | 1 | -12/+18 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge 0.11->trunk | Kim Alvefur | 2018-11-12 | 1 | -3/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MUC: Fix spelling in comments | Kim Alvefur | 2018-11-10 | 1 | -5/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge 0.11->trunk | Kim Alvefur | 2018-11-09 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge 0.11->trunk | Kim Alvefur | 2018-11-07 | 3 | -1/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mod_pep: Remove incorrect features advertised on the bare host | Kim Alvefur | 2018-11-01 | 1 | -3/+0 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mod_pep: Revert 045209b41b3a, caused a regression | Kim Alvefur | 2019-06-10 | 1 | -17/+37 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mod_pep: Handle presence based subscription outside of util.pubsub (fixes #1372) | Kim Alvefur | 2019-05-30 | 1 | -37/+17 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mod_muc_mam: Cache last date that archive owner has messages to reduce writes... | Kim Alvefur | 2019-05-27 | 1 | -1/+7 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mod_mam: Cache last date that archive owner has messages to reduce writes (fi... | Kim Alvefur | 2019-05-27 | 1 | -1/+7 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mod_announce: Check for admin on current virtualhost instead of global (fixes... | Kim Alvefur | 2019-05-27 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mod_c2s: Associate connection with session last (fixes #1313) | Kim Alvefur | 2019-05-18 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mod_storage_sql: Handle SQLite DELETE with LIMIT being optional (fixes #1359) | Kim Alvefur | 2019-05-13 | 1 | -6/+15 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mod_storage_sql: Move code out of if-else chain | Kim Alvefur | 2019-05-13 | 1 | -9/+8 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mod_tls: Log debug message for each kind of TLS context created | Kim Alvefur | 2019-04-23 | 1 | -0/+3 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mod_storage_memory: Implement :user iteration API | Kim Alvefur | 2019-01-14 | 1 | -0/+8 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mod_muc_mam: Copy cleanup mechanism from mod_mam (fixes #672) | Kim Alvefur | 2019-03-22 | 1 | -1/+78 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mod_mam: Perform message expiry based on building an index by date (backport ... | Kim Alvefur | 2019-03-22 | 1 | -31/+43 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | mod_muc_mam: Add comment about the tricks done with the 'with' field | Kim Alvefur | 2019-03-04 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | mod_muc_mam: Move a comment to the line it describes | Kim Alvefur | 2019-03-04 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | mod_muc_mam: Strip the stanza 'to' attribute (fixes #1259) | Kim Alvefur | 2019-03-04 | 1 | -0/+2 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | mod_storage_memory: Generate ID using standard util (fixes #1326) | Kim Alvefur | 2019-03-02 | 1 | -1/+2 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | mod_storage_memory: Replace query function with one based on storage_internal... | Kim Alvefur | 2019-02-27 | 1 | -31/+51 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | mod_pubsub: Simplify configuration for node data (see #1302) | Kim Alvefur | 2019-02-22 | 1 | -1/+3 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | mod_pep: Simplify configuration for node data (fixes #1320) | Kim Alvefur | 2019-02-22 | 1 | -1/+3 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | MUC: Add error message to error bounces when not joined to room | Matthew Wild | 2019-02-04 | 1 | -3/+3 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | mod_pubsub: Support requests for multiple items (fixes #1305) | Kim Alvefur | 2019-01-28 | 1 | -3/+9 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | mod_vcard_legacy: Handle partial migration | Kim Alvefur | 2019-01-26 | 1 | -22/+34 | |
* | | | | | | | | | | | | | | | | | | | | | | mod_vcard_legacy: Allow disabling vcard conversion | Kim Alvefur | 2019-01-25 | 1 | -0/+2 | |
* | | | | | | | | | | | | | | | | | | | | | | mod_vcard_legacy: Don't overwrite existing PEP data | Kim Alvefur | 2019-01-25 | 1 | -1/+8 | |
* | | | | | | | | | | | | | | | | | | | | | | mod_vcard_legacy: Add some missing semicolons | Kim Alvefur | 2019-01-25 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | | | | | | | mod_vcard_legacy: Upgrade vcard-temp on login (fixes #1289) | Kim Alvefur | 2019-01-10 | 1 | -4/+18 | |
* | | | | | | | | | | | | | | | | | | | | | | mod_vcard_legacy: Adapt node defaults to number of avatars | Kim Alvefur | 2019-01-11 | 1 | -2/+10 | |
* | | | | | | | | | | | | | | | | | | | | | | mod_vcard_legacy: Factor out conversion from vcard-temp to 4 | Kim Alvefur | 2019-01-11 | 1 | -18/+31 | |
* | | | | | | | | | | | | | | | | | | | | | | mod_websocket: Log an error if cross_domain_websocket = true is set in a Virt... | Kim Alvefur | 2019-01-22 | 1 | -0/+5 | |
* | | | | | | | | | | | | | | | | | | | | | | mod_websocket: Include the value of cross_domain_websocket in debug message | Kim Alvefur | 2019-01-18 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | mod_motd: Remove unused variable [luacheck] | Kim Alvefur | 2019-01-17 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | mod_motd: Remove redundant conditions | Kim Alvefur | 2019-01-17 | 1 | -8/+6 | |
* | | | | | | | | | | | | | | | | | | | | mod_presence: Revert empty 'to' attribute of presence before presence/initial... | Kim Alvefur | 2019-01-17 | 1 | -0/+1 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | mod_bosh: Handle missing wait attribute (fixes #1288) | Kim Alvefur | 2019-01-10 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | mod_csi_simple: Consider messages encrypted payload as important (fixes part ... | Kim Alvefur | 2019-01-06 | 1 | -0/+3 | |
* | | | | | | | | | | | | | | | | | | mod_csi_simple: Consider messages with subject (eg MUC joins) (fixes part of ... | Kim Alvefur | 2019-01-06 | 1 | -0/+3 | |
* | | | | | | | | | | | | | | | | | | mod_csi_simple: Unpack Carbons-forwarded messages (fixes part of #1250) | Kim Alvefur | 2019-01-06 | 1 | -0/+4 | |
* | | | | | | | | | | | | | | | | | | mod_csi_simple: Consider messages forwarded from another of the users clients... | Kim Alvefur | 2019-01-06 | 1 | -0/+3 | |
* | | | | | | | | | | | | | | | | | | mod_csi_simple: Tweak check for <body> | Kim Alvefur | 2019-01-06 | 1 | -2/+4 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |