aboutsummaryrefslogtreecommitdiff
path: root/src/mod_pubsub.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 refactor17.08Christophe 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.erl17.04Christophe 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
* Refactor pubsub's get_last_itemsChristophe Romain2017-03-301-89/+46
* Deprecate jlib.erl in favor of aux.erlEvgeniy Khramtsov2017-03-301-4/+4
* Fix PEP issues (#1636)Christophe Romain2017-03-271-23/+12
* Use new xdata compiler APIEvgeniy Khramtsov2017-03-201-4/+4
* Get rid of jid:to_string/1 and jid:from_string/1Evgeniy Khramtsov2017-02-261-2/+2
* Don't pass empty resource to jid:make()Evgeniy Khramtsov2017-02-251-4/+4
* Fix match of itemid on get_cached_item, fixes 14e771d8Christophe Romain2017-02-221-7/+10
* Fix some dialyzer warningsEvgeniy Khramtsov2017-02-181-4/+4
* Change routing APIEvgeniy Khramtsov2017-02-161-23/+29
* Attach modules to gen_mod's supervisorEvgeniy Khramtsov2017-02-141-14/+3
* Improve modules start/stop proceduresEvgeniy Khramtsov2017-02-141-2/+4
* mod_pubsub: Fix last item cache for multiple hostsHolger Weiss2017-01-211-5/+5
* Merge branch 'new_stream'Evgeniy Khramtsov2017-01-201-24/+54
|\
| * Implement database backend interface for MUC, BOSH and auth_anonyousEvgeniy Khramtsov2017-01-131-4/+0
| * Adopt remaining code to support new hooksEvgeniy Khramtsov2017-01-091-3/+1
| * Add xmpp_stream_out behaviour and rewrite s2s/SM codeEvgeniy Khramtsov2016-12-281-7/+7
| * Initial version of new XMPP stream behaviour (for review)Evgeniy Khramtsov2016-12-111-34/+70
* | Try db migration only when mnesia is configured (#1458)Christophe Romain2017-01-201-5/+16
* | Fix migration of old pubsub database (#1409)Christophe Romain2017-01-101-0/+1
* | Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* | Revert "Fix 'nodetree' configuration lookups for PEP"Holger Weiss2016-12-251-1/+1
* | Fix 'nodetree' configuration lookups for PEPHolger Weiss2016-12-251-1/+1
|/