summaryrefslogtreecommitdiff
path: root/src/mod_pubsub.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_pubsub: Don't crash on command failuresHolger Weiss2022-08-311-2/+2
* Fix errors and warnings for "rebar3 edoc"Badlop2022-05-171-5/+0
* Update copyright year to 2022Badlop2022-02-111-1/+1
* mod_pubsub: Unsubscribe JID on whitelist removalHolger Weiss2022-02-021-1/+13
* Fix typosKian-Meng Ang2022-01-241-1/+1
* mod_pubsub: Allow for limiting item_expire valueHolger Weiss2022-01-171-6/+15
* Annotate modules, options and command major changes in 21.12Badlop2021-12-091-0/+3
* Merge pull request #3652 from weiss/bump-max-itemsbadlop2021-12-031-1/+1
|\
| * PubSub: Bump default value for 'max_items' limitHolger Weiss2021-07-281-1/+1
* | mod_pubsub: Remove unused check_opt_range/3 clauseHolger Weiss2021-10-311-3/+1
* | mod_pubsub: Fix get_max_items_node/1 specificationHolger Weiss2021-10-301-2/+2
* | PubSub: Add delete_expired_pubsub_items commandHolger Weiss2021-10-301-1/+66
* | Use specific syntax so modules and top-level will be linksBadlop2021-08-231-2/+2
* | PubSub: Add delete_old_pubsub_items commandHolger Weiss2021-08-221-1/+52
* | PubSub: Support unlimited number of itemsHolger Weiss2021-08-211-6/+8
* | PubSub: Support 'max_items=max' node configurationHolger Weiss2021-08-201-2/+5
* | mod_pubsub: Fix check_opt_range/3 specHolger Weiss2021-08-021-1/+2
* | PubSub: Use configured 'max_items' by defaultHolger Weiss2021-07-281-1/+1
|/
* fix gen_pubsub_node:get_state return valuefdie2021-03-251-2/+3
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* Rename function argumentsPaweł Chmielowski2021-01-251-6/+6
* Skip reading pep nodes that we know won't be requested due to capsPaweł Chmielowski2021-01-251-27/+47
* Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson2020-09-031-1/+1
* mod_pubsub: Fix typo in 'hosts' documentationHolger Weiss2020-08-251-2/+2
* mod_pubsub: Remove 'dag' node plugin documentationHolger Weiss2020-08-181-5/+1
* Update syntax of some options so they are better displayed in DocsBadlop2020-05-121-4/+4
* Fix mod_pubsub indentationBadlop2020-04-021-104/+108
* Add mod_pubsub configuration documentationBadlop2020-04-021-1/+202
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
* Limit result set of disco#items for mod_pubsubEvgeny Khramtsov2019-10-241-5/+11
* Replace lager with built-in new logging APIEvgeny Khramtsov2019-10-181-4/+0
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-7/+7
* Don't retain module option on gen_mod supervisorEvgeny Khramtsov2019-08-041-2/+2
* Introduce 'vcard' option for the modules supporting vCardsEvgeny Khramtsov2019-08-021-9/+18
* For pubsub items with max_item = 1 use order by in sql queriesPaweł Chmielowski2019-07-311-1/+22
* Expose access_model and publish_model in pubsub#metadataEvgeny Khramtsov2019-07-301-0/+2
* Improve handling of errors in tree_action/3Evgeny Khramtsov2019-07-291-14/+33
* Appropriately abort pubsub transactionEvgeny Khramtsov2019-07-291-2/+8
* Improve handling of errors in pubsub codeEvgeny Khramtsov2019-07-291-394/+577
* Fix wrong virtual host in mod_pubsub:send_stanza (#2930)Christophe Romain2019-07-221-1/+5
* Fix typos using codespellEvgeny Khramtsov2019-07-161-3/+3
* Bump xmpp version and fix revealed bugsEvgeny Khramtsov2019-07-161-4/+5
* Fix 'get-pending' command form generationEvgeny Khramtsov2019-07-161-2/+2
* Avoid routing packets through a single processEvgeny Khramtsov2019-07-061-12/+16
* Make logging messages more consistentEvgeny Khramtsov2019-06-241-9/+9
* Improve extraction of translated stringsEvgeny Khramtsov2019-06-221-28/+28
* mod_pubsub: Check access_model when publishing PEPHolger Weiss2019-06-201-21/+33
* Reflect recent pubsub changes in configuration transformerEvgeny Khramtsov2019-06-171-1/+3
* Get rid of "well-known" typeEvgeny Khramtsov2019-06-151-3/+3
* Use new configuration validatorEvgeny Khramtsov2019-06-141-91/+100