summaryrefslogtreecommitdiff
path: root/src/mod_pubsub.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Process 'name' option for all route-registering modulesEvgeniy Khramtsov2018-01-081-6/+9
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Fix check_opt_range when no boundary is configuredChristophe Romain2017-12-281-0/+2
* Add pubsub#multi-items to features list (#2162)Christophe Romain2017-12-201-1/+1
* Send last PEP items to owner on initial presenceHolger Weiss2017-12-131-0/+3
* mod_pubsub: Send last items on initial presenceHolger Weiss2017-12-121-9/+13
* Support pubsub#publish-options PRECONDITIONsHolger Weiss2017-12-121-3/+18
* Fix num_subscribers on node metadata (#2122)Christophe Romain2017-11-301-2/+6
* PubSub: PEP services must send notifications to the account owner (#2108)Christophe Romain2017-11-161-6/+6
* Fix select_type race on plugin_initChristophe Romain2017-11-151-15/+15
* Cleanup pubsub subscriptions quering, fix pep caseChristophe Romain2017-11-151-4/+0
* Add missing type conversion from 675cc3eChristophe Romain2017-10-311-1/+1
* Allow auth and pubsub plugin to use Elixir moduleChristophe Romain2017-10-311-8/+7
* Delete cached item on node removal (#2071)Christophe Romain2017-10-271-0/+3
* Don't forget to convert ljid() to jid()Evgeniy Khramtsov2017-10-261-2/+2
* Make it possible to convert to SQL for any current db_typeEvgeniy Khramtsov2017-10-251-4/+1
* Cosmetic change, remove useless caseChristophe Romain2017-10-251-8/+2
* Add basic PubSub meta-data support (#1421)Christophe Romain2017-10-251-3/+15
* Add missing fix from 07a193d4d, Fix purge_offline (#2057)Christophe Romain2017-10-241-1/+1
* Pubsub: implment '6.5.7 Requesting the Most Recent Items'Christophe Romain2017-09-271-10/+6
* PubSub: fix RSM support (#1994)(#2Â014)Christophe Romain2017-09-271-2/+12
* PubSub: fix node_options, default options only apply on first pluginChristophe Romain2017-09-271-16/+8
* PubSub: broadcast updated configuration (#1945)Christophe Romain2017-09-181-4/+3
* Introduce mod_avatarEvgeniy Khramtsov2017-09-171-2/+2
* Revert "Temporary remove recent last_item refactor"Christophe Romain2017-08-141-234/+178
* Temporary remove recent last_item refactorChristophe Romain2017-08-141-178/+234
* Fix typo from 9c5427e0cChristophe Romain2017-08-111-2/+1
* Process on_user_offline only from valid sessionsChristophe Romain2017-08-111-2/+3
* Remove temporary debugChristophe Romain2017-08-111-2/+0
* Use correct c2s process sending PEP with multi devicesChristophe Romain2017-08-111-5/+4
* PubSub: refactor send_last_items remove send_loopChristophe Romain2017-08-111-234/+181
* Fix pubsub send_loop after 3fec7824Christophe Romain2017-08-091-2/+2
* Introduce 'hosts' optionEvgeniy Khramtsov2017-08-081-66/+75
* Keep disco#info on PEP compatible with XEP-0060 (#1717)Christophe Romain2017-08-031-1/+6
* Move pubsub sql export to pubsub_db_sql moduleChristophe Romain2017-08-031-96/+3
* Fix Xref from 5dcc97cChristophe Romain2017-08-031-2/+2
* Preliminary export PubSub data from Mnesia tables to SQL file (#1571)Badlop2017-08-031-0/+96
* Fix getting cached last item (#1814)Christophe Romain2017-08-021-3/+8
* Fix spec for mod_pubsub:subscribe_nodeJing Sun2017-08-021-1/+1
* Fix PubSub send last published items (#1572)Christophe Romain2017-08-011-6/+4
* Fix disco#items on PEP serviceChristophe Romain2017-08-011-1/+1
* Fix PEP node identity (#1717)Christophe Romain2017-08-011-10/+2
* Avoid useless calls on simples subscriptions (#1313)Christophe Romain2017-06-291-53/+54
* Implement cache for rosterEvgeniy Khramtsov2017-05-171-21/+27
* Introduce 'iqdisc' global optionEvgeniy Khramtsov2017-05-041-1/+1
* Don't validate an option in gen_mod:get*opt() functionsEvgeniy Khramtsov2017-04-301-23/+13
* Rename aux.erl as misc.erlChristophe Romain2017-04-111-3/+3
* Always init pubsub_index when using mnesiaChristophe Romain2017-04-031-0/+4
* Remove obsolete mnesia migration callsChristophe Romain2017-04-031-16/+0
* Add missing jlib->aux convertionChristophe Romain2017-03-301-1/+1