aboutsummaryrefslogtreecommitdiff
path: root/src/mod_pubsub.erl (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-31mod_pubsub: Don't crash on command failuresHolger Weiss1-2/+2
2022-05-17Fix errors and warnings for "rebar3 edoc"Badlop1-5/+0
2022-02-11Update copyright year to 2022Badlop1-1/+1
2022-02-02mod_pubsub: Unsubscribe JID on whitelist removalHolger Weiss1-1/+13
2022-01-24Fix typosKian-Meng Ang1-1/+1
2022-01-17mod_pubsub: Allow for limiting item_expire valueHolger Weiss1-6/+15
2021-12-09Annotate modules, options and command major changes in 21.12Badlop1-0/+3
2021-10-31mod_pubsub: Remove unused check_opt_range/3 clauseHolger Weiss1-3/+1
2021-10-30mod_pubsub: Fix get_max_items_node/1 specificationHolger Weiss1-2/+2
2021-10-30PubSub: Add delete_expired_pubsub_items commandHolger Weiss1-1/+66
2021-08-23Use specific syntax so modules and top-level will be linksBadlop1-2/+2
2021-08-22PubSub: Add delete_old_pubsub_items commandHolger Weiss1-1/+52
2021-08-21PubSub: Support unlimited number of itemsHolger Weiss1-6/+8
2021-08-20PubSub: Support 'max_items=max' node configurationHolger Weiss1-2/+5
2021-08-02mod_pubsub: Fix check_opt_range/3 specHolger Weiss1-1/+2
2021-07-28PubSub: Use configured 'max_items' by defaultHolger Weiss1-1/+1
2021-07-28PubSub: Bump default value for 'max_items' limitHolger Weiss1-1/+1
2021-03-25fix gen_pubsub_node:get_state return valuefdie1-2/+3
2021-01-27Update newest copyright year to 2021 (#3464)Badlop1-1/+1
2021-01-25Rename function argumentsPaweł Chmielowski1-6/+6
2021-01-25Skip reading pep nodes that we know won't be requested due to capsPaweł Chmielowski1-27/+47
2020-09-03Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson1-1/+1
2020-08-25mod_pubsub: Fix typo in 'hosts' documentationHolger Weiss1-2/+2
2020-08-18mod_pubsub: Remove 'dag' node plugin documentationHolger Weiss1-5/+1
2020-05-12Update syntax of some options so they are better displayed in DocsBadlop1-4/+4
2020-04-02Fix mod_pubsub indentationBadlop1-104/+108
2020-04-02Add mod_pubsub configuration documentationBadlop1-1/+202
2020-01-28Update copyright to 2020 (#3149)Badlop1-1/+1
2019-10-24Limit result set of disco#items for mod_pubsubEvgeny Khramtsov1-5/+11
2019-10-18Replace lager with built-in new logging APIEvgeny Khramtsov1-4/+0
2019-09-23Correctly handle unicode in log messagesEvgeny Khramtsov1-7/+7
2019-08-04Don't retain module option on gen_mod supervisorEvgeny Khramtsov1-2/+2
2019-08-02Introduce 'vcard' option for the modules supporting vCardsEvgeny Khramtsov1-9/+18
2019-07-31For pubsub items with max_item = 1 use order by in sql queriesPaweł Chmielowski1-1/+22
2019-07-30Expose access_model and publish_model in pubsub#metadataEvgeny Khramtsov1-0/+2
2019-07-29Improve handling of errors in tree_action/3Evgeny Khramtsov1-14/+33
2019-07-29Appropriately abort pubsub transactionEvgeny Khramtsov1-2/+8
2019-07-29Improve handling of errors in pubsub codeEvgeny Khramtsov1-394/+577
2019-07-22Fix wrong virtual host in mod_pubsub:send_stanza (#2930)Christophe Romain1-1/+5
2019-07-16Fix typos using codespellEvgeny Khramtsov1-3/+3
2019-07-16Bump xmpp version and fix revealed bugsEvgeny Khramtsov1-4/+5
2019-07-16Fix 'get-pending' command form generationEvgeny Khramtsov1-2/+2
2019-07-06Avoid routing packets through a single processEvgeny Khramtsov1-12/+16
2019-06-24Make logging messages more consistentEvgeny Khramtsov1-9/+9
2019-06-22Improve extraction of translated stringsEvgeny Khramtsov1-28/+28
2019-06-20mod_pubsub: Check access_model when publishing PEPHolger Weiss1-21/+33
2019-06-17Reflect recent pubsub changes in configuration transformerEvgeny Khramtsov1-1/+3
2019-06-15Get rid of "well-known" typeEvgeny Khramtsov1-3/+3
2019-06-14Use new configuration validatorEvgeny Khramtsov1-91/+100
2019-06-11Revert "Fix pubsub compliance XEP-0060 § 7.1.3.6 (#2864)"Christophe Romain1-1/+1