summaryrefslogtreecommitdiff
path: root/src/gen_pubsub_nodetree.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2022Badlop2022-02-111-1/+1
|
* PubSub: Add delete_old_pubsub_items commandHolger Weiss2021-08-221-0/+3
| | | | | | | | 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.
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
|
* Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson2020-09-031-1/+1
|
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
|
* Limit result set of disco#items for mod_pubsubEvgeny Khramtsov2019-10-241-3/+3
| | | | | | | The size of a list of nodes returned for disco#items request is now controlled by option 'max_nodes_discoitems'. The default value is 100. The name and the default value of the option is chosen to be consistent with mod_muc's 'max_rooms_discoitems' option.
* Use new configuration validatorEvgeny Khramtsov2019-06-141-1/+1
|
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
|
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
|
* Fix some dialyzer warningsEvgeniy Khramtsov2017-02-181-6/+8
|
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|
* Get rid of "jlib.hrl" dependency in some modulesEvgeniy Khramtsov2016-07-301-14/+13
|
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
|
* Fix pubsub headersChristophe Romain2015-12-151-25/+20
|
* PubSub improvementsChristophe Romain2015-04-211-45/+28
| | | | | | | | This commit contains - code cleanup - use of db_type instead of old mod_pubsub_odbc - some minor optimizations - some minor bugfixes
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-3/+3
|
* Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-3/+3
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+124
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