Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2022 | Badlop | 2022-02-11 | 1 | -1/+1 |
| | |||||
* | node_pep: Fix remove_expired_items/2 argument name | Holger Weiss | 2021-10-31 | 1 | -2/+2 |
| | |||||
* | PubSub: Add delete_expired_pubsub_items command | Holger Weiss | 2021-10-30 | 1 | -1/+4 |
| | | | | | | | Support XEP-0060's pubsub#item_expire feature by adding a command for deleting expired PubSub items. Thanks to Ammonit Measurement GmbH for sponsoring this work. | ||||
* | PubSub: Add delete_old_pubsub_items command | Holger Weiss | 2021-08-22 | 1 | -1/+5 |
| | | | | | | | | Add a command for keeping only the specified number of items on each node and removing all older items. This might be especially useful if nodes may be configured to have no 'max_items' limit. Thanks to Ammonit Measurement GmbH for sponsoring this work. | ||||
* | Don't fail on PEP unsubscribe | Holger Weiss | 2021-03-16 | 1 | -1/+1 |
| | | | | | | | Don't crash if a PEP node is explicitly unsubscribed. This fixes a regression introduced by 45eb49125ba46cd692a9fb430c567c0c2cf4a84d. Thanks to Melvin Keskin for reporting the bug. | ||||
* | Update newest copyright year to 2021 (#3464) | Badlop | 2021-01-27 | 1 | -1/+1 |
| | |||||
* | Use SQL ESCAPE statement only with MSSQL and SQLite, improve compatibility ↵ | Alexey Shchepin | 2020-02-04 | 1 | -4/+4 |
| | | | | with CockroachDB (#3074) | ||||
* | Update copyright to 2020 (#3149) | Badlop | 2020-01-28 | 1 | -1/+1 |
| | |||||
* | For pubsub items with max_item = 1 use order by in sql queries | Paweł Chmielowski | 2019-07-31 | 1 | -1/+5 |
| | |||||
* | Use new configuration validator | Evgeny Khramtsov | 2019-06-14 | 1 | -1/+0 |
| | |||||
* | Update copyright to 2019 (#2756) | Badlop | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | Don't suppress notifications on PEP node removal | Holger Weiss | 2018-11-12 | 1 | -2/+1 |
| | | | | | Send node deletion notifications (as per XEP-0060, #8.4.2) also for PEP nodes. | ||||
* | Update copyright dates | Evgeniy Khramtsov | 2018-01-05 | 1 | -1/+1 |
| | |||||
* | PubSub: Cleanup tree requests, rename pubsub_node.type->pubsub_node.plugin | Christophe Romain | 2017-11-16 | 1 | -4/+4 |
| | |||||
* | Cleanup pubsub subscriptions quering, fix pep case | Christophe Romain | 2017-11-15 | 1 | -67/+67 |
| | |||||
* | Fix PEP node removal (#1839) | Christophe Romain | 2017-08-01 | 1 | -1/+1 |
| | |||||
* | Update copyright date automatically (#1442) | Badlop | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Get rid of "jlib.hrl" dependency in some modules | Evgeniy Khramtsov | 2016-07-30 | 1 | -1/+0 |
| | |||||
* | Make modules loading in a dependent order (#1191) | Evgeniy Khramtsov | 2016-07-06 | 1 | -20/+4 |
| | |||||
* | Stronger tests in the test suite, SQL updates and fixes | Alexey Shchepin | 2016-06-02 | 1 | -6/+6 |
| | |||||
* | Add support for PubSub publishing options | Holger Weiss | 2016-05-25 | 1 | -3/+4 |
| | | | | | | | | | Add code necessary to support publishing options as described in XEP-0060, #7.1.5. A node plugin that expects publishing options must add <<"publish-options">> to the features/0 list and then handle the publishing options handed over to the publish_item/7 call. Signed-off-by: Christian Ulrich <christian@rechenwerk.net> | ||||
* | Update SQL escaping | Alexey Shchepin | 2016-05-13 | 1 | -6/+8 |
| | |||||
* | Rename odbc to sql everywhere | Evgeniy Khramtsov | 2016-04-20 | 1 | -0/+254 |