aboutsummaryrefslogtreecommitdiff
path: root/src/mod_pubsub (follow)
Commit message (Collapse)AuthorAgeFilesLines
* improve delete_subscriptions codeChristophe Romain2010-01-141-15/+12
| | | | SVN Revision: 2902
* add send_loop robustnessChristophe Romain2010-01-133-60/+100
| | | | SVN Revision: 2899
* Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop2010-01-1225-74/+74
| | | | SVN Revision: 2891
* remove useless commentChristophe Romain2010-01-123-44/+8
| | | | SVN Revision: 2888
* avoid calling gen_server on internal events (EJAB-1156)Christophe Romain2010-01-123-219/+171
| | | | SVN Revision: 2886
* allow unsubscribe with 'all' SubId, as mod_pubsub already doesChristophe Romain2010-01-122-0/+8
| | | | SVN Revision: 2884
* fix NodeName issue from r2880 (thanks to Karim Gemayel)Christophe Romain2010-01-123-20/+20
| | | | SVN Revision: 2882
* fix r2876 compilation warningChristophe Romain2010-01-123-82/+82
| | | | SVN Revision: 2880
* apply r2876 on pubsub_odbcChristophe Romain2010-01-122-33/+87
| | | | SVN Revision: 2879
* fix headers (EJAB-1091), (EJAB-1092), (EJAB-1093) (thanks to Karim Gemayel)Christophe Romain2010-01-121-25/+79
| | | | SVN Revision: 2876
* Add +export_all to EFLAGS if: make debug=true (thanks to Marcin ↵Badlop2009-12-291-1/+1
| | | | | | Owsiany)(EJAB-1134) SVN Revision: 2842
* pep_mapping not working due to Node type mismatch (EJAB-1135)Badlop2009-12-212-2/+2
| | | | SVN Revision: 2815
* prevent sending duplicated last items if several resources online (EJAB-1116)Christophe Romain2009-12-063-38/+50
| | | | SVN Revision: 2786
* Typo in mod_pubsub_odbc breaks Service Discovery and more (EJAB-1115)Badlop2009-12-042-2/+2
| | | | SVN Revision: 2784
* Call ejabberd_router:route/3 instead of sending a message (EJAB-1114)Badlop2009-12-043-18/+18
| | | | SVN Revision: 2782
* Small relax the limitation in the mod_pubsub_odbc host option.Badlop2009-12-042-2/+2
| | | | SVN Revision: 2781
* Fix EDoc errorsBadlop2009-11-063-3/+3
| | | | SVN Revision: 2735
* typo fix that breaks pepChristophe Romain2009-11-063-6/+6
| | | | SVN Revision: 2731
* fix root node deletion matchChristophe Romain2009-11-053-4/+4
| | | | SVN Revision: 2729
* Fix ProcessOne name in comments.Badlop2009-11-042-2/+2
| | | | SVN Revision: 2724
* Fix disco on root node, add commands to disco (thanks to Brian Cully)(EJAB-1094)Badlop2009-11-043-39/+112
| | | | SVN Revision: 2722
* Send authorization messages outside of get-pending transaction (thanks to ↵Badlop2009-11-042-34/+33
| | | | | | Brian Cully)(EJAB-1090) SVN Revision: 2721
* Send authorization messages outside of get-pending transaction (thanks to ↵Badlop2009-11-041-8/+7
| | | | | | Brian Cully)(EJAB-1090) SVN Revision: 2719
* minor bugfix, thanks to brian Cully (EJAB-1089)Christophe Romain2009-10-271-6/+12
| | | | SVN Revision: 2713
* backport previous patch to pubsub odbcChristophe Romain2009-10-272-45/+53
| | | | SVN Revision: 2711
* fix disco bugs, thanks to Brian Cully (EJAB-1088)Christophe Romain2009-10-271-7/+14
| | | | SVN Revision: 2710
* does not use slash as default separator in nodename (EJAB-667)Christophe Romain2009-10-2022-267/+423
| | | | SVN Revision: 2687
* prevent remove_user from blocking gen_server, and allow plugin to change ↵Christophe Romain2009-10-133-149/+161
| | | | | | broadcasted payload on publish SVN Revision: 2666
* typo fix (EJAB-1060)Christophe Romain2009-10-131-2/+2
| | | | SVN Revision: 2664
* fix get_item issue on authorize access model (thanks to brian cully) (EJAB-1060)Christophe Romain2009-10-122-4/+4
| | | | SVN Revision: 2660
* return invalid-options on badly formed subscription optionsChristophe Romain2009-10-123-52/+77
| | | | SVN Revision: 2656
* Default pubsub messages to headline if nothing is configured (thanks to ↵Christophe Romain2009-10-123-4/+4
| | | | | | Brian Cully) (EJAB-1061) SVN Revision: 2654
* Fix regression for authorize node subscription (thanks to Brian ↵Badlop2009-10-092-6/+0
| | | | | | Cully)(EJAB-1060) SVN Revision: 2651
* allow max_items_node use on pepChristophe Romain2009-10-063-39/+43
| | | | SVN Revision: 2642
* do not create hometree base when hometree not configured as pluginChristophe Romain2009-09-253-51/+61
| | | | SVN Revision: 2634
* fix EJAB-1044 and EJAB-1055Christophe Romain2009-09-2416-19/+58
| | | | SVN Revision: 2626
* rename pep_sendlast_offline option to ignore_pep_from_offline (EJAB-1047)Christophe Romain2009-09-232-8/+8
| | | | SVN Revision: 2621
* fix EJAB-819 thanks to badlopChristophe Romain2009-09-2316-124/+162
| | | | SVN Revision: 2615
* fix EJAB-1048, add timestamp to last published itemsChristophe Romain2009-09-233-46/+89
| | | | SVN Revision: 2611
* fix missing member affiliation on odbc pluginChristophe Romain2009-09-181-0/+2
| | | | SVN Revision: 2603
* Replace TYPE/1 with is_TYPE/1 (EJAB-922)Badlop2009-09-101-6/+6
| | | | SVN Revision: 2596
* remove useless includeChristophe Romain2009-09-091-2/+0
| | | | SVN Revision: 2590
* fix delete item to allow owner being able to remove all publisher items, and ↵Christophe Romain2009-09-096-59/+93
| | | | | | also fix EJAB-1036 SVN Revision: 2589
* fix minor timestamp shift between item creation and modificationChristophe Romain2009-09-041-2/+3
| | | | SVN Revision: 2585
* improve previous patchChristophe Romain2009-09-013-40/+41
| | | | SVN Revision: 2578
* Fix missing tag when configuring subscription option (thanks to Clochix)Badlop2009-09-011-1/+11
| | | | SVN Revision: 2576
* Fix Edoc errorsBadlop2009-08-311-2/+2
| | | | SVN Revision: 2569
* apply last patch to pubsub_odbc as wellChristophe Romain2009-08-281-5/+5
| | | | SVN Revision: 2563
* secure calls to ets:lookupChristophe Romain2009-08-284-11/+11
| | | | SVN Revision: 2562
* fix send last item issueChristophe Romain2009-08-282-5/+5
| | | | SVN Revision: 2560