index
:
github.com/processone/ejabberd.git
1.1.x
2.0.x
2.1.x
master
obsolete_3alpha
sql-auto-update
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mod_pubsub
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
does not use slash as default separator in nodename (EJAB-667)
Christophe Romain
2009-10-20
22
-267
/
+423
*
prevent remove_user from blocking gen_server, and allow plugin to change broa...
Christophe Romain
2009-10-13
3
-149
/
+161
*
typo fix (EJAB-1060)
Christophe Romain
2009-10-13
1
-2
/
+2
*
fix get_item issue on authorize access model (thanks to brian cully) (EJAB-1060)
Christophe Romain
2009-10-12
2
-4
/
+4
*
return invalid-options on badly formed subscription options
Christophe Romain
2009-10-12
3
-52
/
+77
*
Default pubsub messages to headline if nothing is configured (thanks to Brian...
Christophe Romain
2009-10-12
3
-4
/
+4
*
Fix regression for authorize node subscription (thanks to Brian Cully)(EJAB-1...
Badlop
2009-10-09
2
-6
/
+0
*
allow max_items_node use on pep
Christophe Romain
2009-10-06
3
-39
/
+43
*
do not create hometree base when hometree not configured as plugin
Christophe Romain
2009-09-25
3
-51
/
+61
*
fix EJAB-1044 and EJAB-1055
Christophe Romain
2009-09-24
16
-19
/
+58
*
rename pep_sendlast_offline option to ignore_pep_from_offline (EJAB-1047)
Christophe Romain
2009-09-23
2
-8
/
+8
*
fix EJAB-819 thanks to badlop
Christophe Romain
2009-09-23
16
-124
/
+162
*
fix EJAB-1048, add timestamp to last published items
Christophe Romain
2009-09-23
3
-46
/
+89
*
fix missing member affiliation on odbc plugin
Christophe Romain
2009-09-18
1
-0
/
+2
*
Replace TYPE/1 with is_TYPE/1 (EJAB-922)
Badlop
2009-09-10
1
-6
/
+6
*
remove useless include
Christophe Romain
2009-09-09
1
-2
/
+0
*
fix delete item to allow owner being able to remove all publisher items, and ...
Christophe Romain
2009-09-09
6
-59
/
+93
*
fix minor timestamp shift between item creation and modification
Christophe Romain
2009-09-04
1
-2
/
+3
*
improve previous patch
Christophe Romain
2009-09-01
3
-40
/
+41
*
Fix missing tag when configuring subscription option (thanks to Clochix)
Badlop
2009-09-01
1
-1
/
+11
*
Fix Edoc errors
Badlop
2009-08-31
1
-2
/
+2
*
apply last patch to pubsub_odbc as well
Christophe Romain
2009-08-28
1
-5
/
+5
*
secure calls to ets:lookup
Christophe Romain
2009-08-28
4
-11
/
+11
*
fix send last item issue
Christophe Romain
2009-08-28
2
-5
/
+5
*
delete node fix
Christophe Romain
2009-08-27
2
-52
/
+32
*
reapply previous RSM filtering fix drop by mistake
Christophe Romain
2009-08-27
1
-4
/
+3
*
get odbc subscriptions bugfix
Christophe Romain
2009-08-27
5
-27
/
+35
*
several improvements, and fix odbc subscriptions issues
Christophe Romain
2009-08-27
8
-163
/
+249
*
Fix EDoc comment
Badlop
2009-08-27
2
-2
/
+2
*
fix pep not fetching subscriptions
Christophe Romain
2009-08-27
1
-8
/
+8
*
typo fix
Christophe Romain
2009-08-27
1
-1
/
+1
*
fix issue with RSM filtering
Christophe Romain
2009-08-27
1
-4
/
+3
*
fix old api in node_flat_odbc
Christophe Romain
2009-08-27
3
-230
/
+226
*
port commit from r2527 to odbc plugin
Christophe Romain
2009-08-27
2
-2
/
+15
*
resolve EJAB-1025, send notification when owner changed entity subscription
Christophe Romain
2009-08-25
3
-14
/
+32
*
apply badlop's patch from http://www.ejabberd.im/node/3629
Christophe Romain
2009-08-25
2
-4
/
+6
*
added function to rename old default nodes to hometree
Christophe Romain
2009-08-25
3
-75
/
+103
*
fix manage subscriptions owner's usecase
Christophe Romain
2009-08-24
2
-11
/
+27
*
update pubsub_odbc.patch
Christophe Romain
2009-08-21
2
-42
/
+47
*
Comment -spec lines to compile with ancient Erlang/OTP versions.
Badlop
2009-08-21
1
-4
/
+6
*
add missing index while migrating old pubsub database
Christophe Romain
2009-08-20
1
-4
/
+7
*
fixing pubsub_subscription issue when changed transaction to sync_dirty
Christophe Romain
2009-08-20
2
-14
/
+16
*
fix create_node and subscribe_node glitches from last merge
Christophe Romain
2009-08-17
7
-33
/
+44
*
Fix EDoc errors.
Badlop
2009-08-17
9
-46
/
+56
*
do not create hometree node by default
Christophe Romain
2009-08-07
2
-4
/
+4
*
add new pubsub modules in win32 Makefile
Christophe Romain
2009-08-07
1
-9
/
+45
*
mod_pubsub_odbc.erl is autogenerated by applying a patch to mod_pubsub.erl
Badlop
2009-08-07
2
-3
/
+6
*
initial merge of pubsub odbc, compilation pass ok
Christophe Romain
2009-08-07
12
-57
/
+6835
*
fix is_last_item_cache_enabled issue with PEP, and fix indentation
Christophe Romain
2009-07-31
1
-125
/
+120
*
deny node creation if node owner is not owner of parent node as well
Christophe Romain
2009-07-30
1
-1
/
+1
[next]