index
:
ejabberd.git
master
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mod_privacy.erl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean mod_privacy.erl from DB specific code
Evgeniy Khramtsov
2016-04-14
1
-675
/
+46
*
Replace more ?ERR_* macros with ?ERRT_*
Evgeniy Khramtsov
2016-04-05
1
-36
/
+43
*
Update more SQL queries
Alexey Shchepin
2016-03-02
1
-119
/
+49
*
Switch to Fast XML module
Mickael Remond
2016-02-03
1
-11
/
+11
*
Import privacy lists from Prosody
Evgeniy Khramtsov
2016-01-29
1
-1
/
+31
*
Update copyright to 2016 (#901)
Badlop
2016-01-13
1
-1
/
+1
*
Move JID related functions to jid.erl (#847)
Evgeniy Khramtsov
2015-11-24
1
-20
/
+20
*
cosmetic cleanup
Christophe Romain
2015-10-07
1
-12
/
+10
*
Add config validation at startup
Evgeniy Khramtsov
2015-06-01
1
-3
/
+6
*
Document protocol support (EJABS-1620)
Badlop
2015-05-21
1
-0
/
+2
*
Add new 'default_db' option
Evgeniy Khramtsov
2015-03-30
1
-1
/
+1
*
Do not fail on badly formed SQL results
Evgeniy Khramtsov
2015-03-13
1
-37
/
+41
*
Update copyright dates to 2015 (EJAB-1733)
Badlop
2015-01-08
1
-1
/
+1
*
Serialize records to proplists before storing then in Riak
Evgeniy Khramtsov
2014-07-14
1
-16
/
+22
*
Add SQL to Riak converter
Evgeniy Khramtsov
2014-07-10
1
-0
/
+2
*
Improve Riak support
Evgeniy Khramtsov
2014-07-10
1
-0
/
+107
*
Merge pull request #146 from jamielinux/master
badlop
2014-04-11
1
-4
/
+3
|
\
|
*
Update FSF address
Jamie Nguyen
2014-02-22
1
-4
/
+3
*
|
Update copyright dates to 2014 (EJAB-1679)
Badlop
2014-03-13
1
-1
/
+1
|
/
*
Add SQL to Mnesia converter
Evgeniy Khramtsov
2013-07-21
1
-2
/
+41
*
Fixed broadcast messages handling
Alexey Shchepin
2013-06-17
1
-11
/
+11
*
Advertise privacy lists support via disco#info
Evgeniy Khramtsov
2013-06-17
1
-0
/
+2
*
Switch to rebar build tool
Evgeniy Khramtsov
2013-06-13
1
-0
/
+1
*
Fix privacy list broadcast internal stanza after binarization
Badlop
2013-03-22
1
-4
/
+6
*
Accumulated patch to binarize and indent code
Badlop
2013-03-14
1
-788
/
+795
*
Update copyright dates
Alexey Shchepin
2013-01-24
1
-1
/
+1
*
Merge SQL and Mnesia code into one module (EJAB-1560)
Evgeniy Khramtsov
2012-04-27
1
-133
/
+459
*
Update copyright dates
Alexey Shchepin
2012-02-23
1
-1
/
+1
*
Always allow packets from user's server and bare jid in mod_privacy*
Alexey Shchepin
2011-12-22
1
-0
/
+21
*
update copyright up to 2011
Christophe Romain
2011-02-14
1
-1
/
+1
*
Add missing needdb check in mod_privacy, to enable blocking by group and subs...
Andreas Köhler
2010-09-17
1
-1
/
+2
*
Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)
Badlop
2010-01-12
1
-1
/
+1
*
* src/mod_privacy.erl: Privacy List: deny presence-out all + send
Badlop
2009-02-16
1
-43
/
+37
*
* src/mod_privacy.erl: Only run roster_get_jid_info if privacy
Badlop
2009-01-20
1
-21
/
+32
*
* src/mod_privacy.erl: Privacy list items must be processed in the
Badlop
2009-01-16
1
-1
/
+6
*
* doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)
Badlop
2009-01-12
1
-2
/
+2
*
* src/odbc/odbc_queries.erl: Fix removal of private_storage of an
Badlop
2008-12-23
1
-1
/
+15
*
* doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)
Badlop
2008-07-31
1
-1
/
+1
*
* doc/guide.tex: Updated copyright dates to 2008
Badlop
2008-01-15
1
-1
/
+1
*
* applied copyright patch 2.
Mickaël Rémond
2007-12-24
1
-4
/
+22
*
* src/acl.erl and other 64 files: Remove Erlang module attribute
Badlop
2007-12-06
1
-1
/
+0
*
* src/mod_privacy.erl: Bugfix
Alexey Shchepin
2007-10-17
1
-6
/
+2
*
* src/mod_last.erl: Adapted to mod_privacy changes.
Mickaël Rémond
2007-07-26
1
-17
/
+1
*
* src/mod_privacy_odbc.erl: Privacy rules support using odbc
Alexey Shchepin
2006-10-09
1
-2
/
+2
*
* src/mod_privacy.erl: Use hooks instead of direct function calls
Alexey Shchepin
2006-10-05
1
-33
/
+34
*
* src/mod_privacy.erl: Fixed privacy list pushing (thanks to
Alexey Shchepin
2006-03-17
1
-2
/
+6
*
* (all): Enhanced virtual hosting support
Alexey Shchepin
2005-06-20
1
-23
/
+23
*
Merged the Process One contributions ( Virtual Hosting )
tmallard
2005-04-17
1
-34
/
+83
*
* src/mod_roster_odbc.erl: Roster support via ODBC (not completed)
Alexey Shchepin
2004-12-19
1
-4
/
+8
*
* src/mod_last.erl: Supprot for storing status from latest
Alexey Shchepin
2004-07-11
1
-1
/
+1
[next]