aboutsummaryrefslogtreecommitdiff
path: root/src/mod_pubsub (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix EDoc commentBadlop2009-08-272-2/+2
* fix pep not fetching subscriptionsChristophe Romain2009-08-271-8/+8
* typo fixChristophe Romain2009-08-271-1/+1
* fix issue with RSM filteringChristophe Romain2009-08-271-4/+3
* fix old api in node_flat_odbcChristophe Romain2009-08-273-230/+226
* port commit from r2527 to odbc pluginChristophe Romain2009-08-272-2/+15
* resolve EJAB-1025, send notification when owner changed entity subscriptionChristophe Romain2009-08-253-14/+32
* apply badlop's patch from http://www.ejabberd.im/node/3629Christophe Romain2009-08-252-4/+6
* added function to rename old default nodes to hometreeChristophe Romain2009-08-253-75/+103
* fix manage subscriptions owner's usecaseChristophe Romain2009-08-242-11/+27
* update pubsub_odbc.patchChristophe Romain2009-08-212-42/+47
* Comment -spec lines to compile with ancient Erlang/OTP versions.Badlop2009-08-211-4/+6
* add missing index while migrating old pubsub databaseChristophe Romain2009-08-201-4/+7
* fixing pubsub_subscription issue when changed transaction to sync_dirtyChristophe Romain2009-08-202-14/+16
* fix create_node and subscribe_node glitches from last mergeChristophe Romain2009-08-177-33/+44
* Fix EDoc errors.Badlop2009-08-179-46/+56
* do not create hometree node by defaultChristophe Romain2009-08-072-4/+4
* add new pubsub modules in win32 MakefileChristophe Romain2009-08-071-9/+45
* mod_pubsub_odbc.erl is autogenerated by applying a patch to mod_pubsub.erlBadlop2009-08-072-3/+6
* initial merge of pubsub odbc, compilation pass okChristophe Romain2009-08-0712-57/+6835
* fix is_last_item_cache_enabled issue with PEP, and fix indentationChristophe Romain2009-07-311-125/+120
* deny node creation if node owner is not owner of parent node as wellChristophe Romain2009-07-301-1/+1
* typo fixChristophe Romain2009-07-301-3/+4
* do not store item when persist_item false but send_last_published_item and la...Christophe Romain2009-07-301-14/+21
* fix configuration result (EJAB-995)Christophe Romain2009-07-302-9/+8
* fix subscribers publish_modelChristophe Romain2009-07-251-8/+12
* fix get node configuration bug (Thanks to Brian Cully)Christophe Romain2009-07-241-1/+1
* fix get_entity_subscriptions result matchChristophe Romain2009-07-201-3/+3
* Implement pubsub#get-pending Ad Hoc Command (EJAB-955) (thanks to Brian Cully)Christophe Romain2009-07-2013-33/+270
* Support XEP-0157: Contact Addresses for XMPP Services (EJAB-235)Badlop2009-07-171-1/+4
* Fix updating pending subscriptions (EJAB-980)Christophe Romain2009-07-172-22/+27
* Fix set-subscriptions to work with multi-subscribe (EJAB-977)Christophe Romain2009-07-1713-50/+57
* prevent creating badxml when pubsub_state is not accessibleChristophe Romain2009-07-081-3/+6
* XEP-0248 bugfix (EJAB-963) (Thanks to Brian Cully)Christophe Romain2009-07-061-5/+7
* make virtual nodes having default optionsChristophe Romain2009-07-021-2/+6
* minor bugfixes on dag nodesChristophe Romain2009-06-294-10/+23
* add greetings to Brian Cully for pubsub contribsChristophe Romain2009-06-151-0/+8
* experimental patch including XEP-248 (thanks to Brian Cully)Christophe Romain2009-06-1518-105/+642
* apply patch from EJAB-845Christophe Romain2009-05-2914-268/+912
* fix nodetree virtual to allow node subscriptionChristophe Romain2009-05-291-3/+3
* make flat the default node pluginChristophe Romain2009-05-292-5/+5
* fix ets table name changeChristophe Romain2009-05-292-4/+4
* pubsub: added configuration option in guide.tex, added last item cache, use d...Christophe Romain2009-05-2812-250/+332
* make get_items able to sort items in publish order (EJAB-824)Christophe Romain2009-05-262-22/+6
* improve get_entity_* to work regardless of nodetree (EJAB-937)Christophe Romain2009-05-266-31/+53
* PubSub: improve get_entity_* APIChristophe Romain2009-05-195-78/+99
* Fix bad transaction returncode in unsubscribe presence handlerChristophe Romain2009-05-121-2/+2
* Prevent race condition when calling get_caps while note_caps has not been han...Christophe Romain2009-05-111-47/+51
* handle Example 90 of XEP-0060 (EJAB-909), and make use of nodeAttrChristophe Romain2009-05-081-28/+24
* Allow to get subscriptions on a given node (EJAB-712), and presence based fixesChristophe Romain2009-05-071-49/+110