Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-02-11 | Update copyright year to 2022 | Badlop | 1 | -1/+1 | |
2021-10-31 | node_pep: Fix remove_expired_items/2 argument name | Holger Weiss | 1 | -2/+2 | |
2021-10-30 | PubSub: Add delete_expired_pubsub_items command | Holger Weiss | 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. | |||||
2021-08-22 | PubSub: Add delete_old_pubsub_items command | Holger Weiss | 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. | |||||
2021-03-16 | Don't fail on PEP unsubscribe | Holger Weiss | 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. | |||||
2021-01-27 | Update newest copyright year to 2021 (#3464) | Badlop | 1 | -1/+1 | |
2020-02-04 | Use SQL ESCAPE statement only with MSSQL and SQLite, improve compatibility ↵ | Alexey Shchepin | 1 | -4/+4 | |
with CockroachDB (#3074) | |||||
2020-01-28 | Update copyright to 2020 (#3149) | Badlop | 1 | -1/+1 | |
2019-07-31 | For pubsub items with max_item = 1 use order by in sql queries | Paweł Chmielowski | 1 | -1/+5 | |
2019-06-14 | Use new configuration validator | Evgeny Khramtsov | 1 | -1/+0 | |
2019-01-08 | Update copyright to 2019 (#2756) | Badlop | 1 | -1/+1 | |
2018-11-12 | Don't suppress notifications on PEP node removal | Holger Weiss | 1 | -2/+1 | |
Send node deletion notifications (as per XEP-0060, #8.4.2) also for PEP nodes. | |||||
2018-01-05 | Update copyright dates | Evgeniy Khramtsov | 1 | -1/+1 | |
2017-11-16 | PubSub: Cleanup tree requests, rename pubsub_node.type->pubsub_node.plugin | Christophe Romain | 1 | -4/+4 | |
2017-11-15 | Cleanup pubsub subscriptions quering, fix pep case | Christophe Romain | 1 | -67/+67 | |
2017-08-01 | Fix PEP node removal (#1839) | Christophe Romain | 1 | -1/+1 | |
2017-01-02 | Update copyright date automatically (#1442) | Badlop | 1 | -1/+1 | |
2016-07-30 | Get rid of "jlib.hrl" dependency in some modules | Evgeniy Khramtsov | 1 | -1/+0 | |
2016-07-06 | Make modules loading in a dependent order (#1191) | Evgeniy Khramtsov | 1 | -20/+4 | |
2016-06-02 | Stronger tests in the test suite, SQL updates and fixes | Alexey Shchepin | 1 | -6/+6 | |
2016-05-25 | Add support for PubSub publishing options | Holger Weiss | 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> | |||||
2016-05-13 | Update SQL escaping | Alexey Shchepin | 1 | -6/+8 | |
2016-04-20 | Rename odbc to sql everywhere | Evgeniy Khramtsov | 1 | -49/+49 | |
2016-01-13 | Update copyright to 2016 (#901) | Badlop | 1 | -1/+1 | |
2015-12-15 | Fix pubsub headers | Christophe Romain | 1 | -23/+22 | |
2015-11-24 | Move JID related functions to jid.erl (#847) | Evgeniy Khramtsov | 1 | -5/+5 | |
2015-10-07 | cosmetic cleanup | Christophe Romain | 1 | -1/+2 | |
2015-07-22 | Let flat be default plugin (#609) | Christophe Romain | 1 | -40/+40 | |
2015-04-21 | PubSub improvements | Christophe Romain | 1 | -348/+154 | |
This commit contains - code cleanup - use of db_type instead of old mod_pubsub_odbc - some minor optimizations - some minor bugfixes | |||||
2015-01-08 | Update copyright dates to 2015 (EJAB-1733) | Badlop | 1 | -3/+3 | |
2014-03-13 | Update copyright dates to 2014 (EJAB-1679) | Badlop | 1 | -3/+3 | |
2013-08-21 | Change configuration file format to YAML | Evgeniy Khramtsov | 1 | -1/+1 | |
2013-07-09 | fix badmatch on remove_user on PEP nodes (EJAB-1649) | Christophe Romain | 1 | -1/+1 | |
2013-06-24 | fix missing binarization switch on pep nodes | Christophe Romain | 1 | -4/+4 | |
2013-06-24 | remove obsolete node attribute | Christophe Romain | 1 | -1/+0 | |
2013-06-24 | change default PEP config for simpler setup (EJAB-1494) | Christophe Romain | 1 | -2/+2 | |
2013-06-20 | fix pubsub issue on binary switch | Christophe Romain | 1 | -2/+2 | |
2013-06-13 | Switch to rebar build tool | Evgeniy Khramtsov | 1 | -0/+1 | |
Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite | |||||
2013-03-14 | Accumulated patch to binarize and indent code | Badlop | 1 | -174/+286 | |
2013-01-24 | Update copyright dates | Alexey Shchepin | 1 | -3/+3 | |
2012-02-23 | Update copyright dates | Alexey Shchepin | 1 | -3/+3 | |
2011-08-25 | typo fix (thanks to Artem Sh)(EJAB-1424) | Christophe Romain | 1 | -2/+2 | |
2011-02-14 | update copyright up to 2011 | Christophe Romain | 1 | -3/+3 | |
2010-03-05 | add pubsub#purge_offline (EJAB-1186) (thanks karim) | Christophe Romain | 1 | -0/+1 | |
2010-01-12 | Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159) | Badlop | 1 | -3/+3 | |
SVN Revision: 2891 | |||||
2009-10-20 | does not use slash as default separator in nodename (EJAB-667) | Christophe Romain | 1 | -1/+8 | |
SVN Revision: 2687 | |||||
2009-09-24 | fix EJAB-1044 and EJAB-1055 | Christophe Romain | 1 | -0/+1 | |
SVN Revision: 2626 | |||||
2009-09-23 | fix EJAB-819 thanks to badlop | Christophe Romain | 1 | -1/+1 | |
SVN Revision: 2615 | |||||
2009-08-27 | fix pep not fetching subscriptions | Christophe Romain | 1 | -8/+8 | |
SVN Revision: 2551 | |||||
2009-08-07 | initial merge of pubsub odbc, compilation pass ok | Christophe Romain | 1 | -69/+107 | |
SVN Revision: 2437 |