summaryrefslogtreecommitdiff
path: root/src/mod_privacy.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change code to reflect recent changes in fxml_genEvgeniy Khramtsov2016-08-051-10/+7
|
* Rewrite PIEFXIS code to use XML generatorEvgeniy Khramtsov2016-08-041-1/+1
|
* Rewrite mod_blocking to use XML generatorEvgeniy Khramtsov2016-07-191-2/+3
|
* Initial version based on XML generatorEvgeniy Khramtsov2016-07-181-308/+257
|
* Make modules loading in a dependent order (#1191)Evgeniy Khramtsov2016-07-061-1/+4
|
* Improve detection of databases supported by modules (#1092)Evgeniy Khramtsov2016-04-271-1/+1
|
* Clean mod_privacy.erl from DB specific codeEvgeniy Khramtsov2016-04-141-675/+46
|
* Replace more ?ERR_* macros with ?ERRT_*Evgeniy Khramtsov2016-04-051-36/+43
|
* Update more SQL queriesAlexey Shchepin2016-03-021-119/+49
|
* Switch to Fast XML moduleMickael Remond2016-02-031-11/+11
|
* Import privacy lists from ProsodyEvgeniy Khramtsov2016-01-291-1/+31
|
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
|
* Move JID related functions to jid.erl (#847)Evgeniy Khramtsov2015-11-241-20/+20
|
* cosmetic cleanupChristophe Romain2015-10-071-12/+10
|
* Add config validation at startupEvgeniy Khramtsov2015-06-011-3/+6
|
* Document protocol support (EJABS-1620)Badlop2015-05-211-0/+2
|
* Add new 'default_db' optionEvgeniy Khramtsov2015-03-301-1/+1
|
* Do not fail on badly formed SQL resultsEvgeniy Khramtsov2015-03-131-37/+41
|
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-1/+1
|
* Serialize records to proplists before storing then in RiakEvgeniy Khramtsov2014-07-141-16/+22
|
* Add SQL to Riak converterEvgeniy Khramtsov2014-07-101-0/+2
|
* Improve Riak supportEvgeniy Khramtsov2014-07-101-0/+107
|
* Merge pull request #146 from jamielinux/masterbadlop2014-04-111-4/+3
|\ | | | | Update FSF address
| * Update FSF addressJamie Nguyen2014-02-221-4/+3
| |
* | Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-1/+1
|/
* Add SQL to Mnesia converterEvgeniy Khramtsov2013-07-211-2/+41
|
* Fixed broadcast messages handlingAlexey Shchepin2013-06-171-11/+11
|
* Advertise privacy lists support via disco#infoEvgeniy Khramtsov2013-06-171-0/+2
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+1
| | | | | | | | | | | | | | | | Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite
* Fix privacy list broadcast internal stanza after binarizationBadlop2013-03-221-4/+6
|
* Accumulated patch to binarize and indent codeBadlop2013-03-141-788/+795
|
* Update copyright datesAlexey Shchepin2013-01-241-1/+1
|
* Merge SQL and Mnesia code into one module (EJAB-1560)Evgeniy Khramtsov2012-04-271-133/+459
|
* Update copyright datesAlexey Shchepin2012-02-231-1/+1
|
* Always allow packets from user's server and bare jid in mod_privacy*Alexey Shchepin2011-12-221-0/+21
|
* update copyright up to 2011Christophe Romain2011-02-141-1/+1
|
* Add missing needdb check in mod_privacy, to enable blocking by group and ↵Andreas Köhler2010-09-171-1/+2
| | | | subscription again.
* Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop2010-01-121-1/+1
| | | | SVN Revision: 2891
* * src/mod_privacy.erl: Privacy List: deny presence-out all + sendBadlop2009-02-161-43/+37
| | | | | | | presence to: presence is sent (EJAB-255) * src/ejabberd_c2s.erl: Likewise SVN Revision: 1881
* * src/mod_privacy.erl: Only run roster_get_jid_info if privacyBadlop2009-01-201-21/+32
| | | | | | | | | list has subscription or group (thanks to George Hazan)(EJAB-851). Sort items in privacy list by order before storing (EJAB-848) * src/mod_privacy.hrl: Likewise * src/mod_privacy_odbc.erl: Likewise SVN Revision: 1834
* * src/mod_privacy.erl: Privacy list items must be processed in theBadlop2009-01-161-1/+6
| | | | | | | specified order (EJAB-848) * src/mod_privacy_odbc.erl: Likewise SVN Revision: 1822
* * doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop2009-01-121-2/+2
| | | | | | | | * doc/guide.html: Likewise * src/*/*.erl: Likewise * src/*/*.erl: Remove unneeded blankspaces in license text SVN Revision: 1804
* * src/odbc/odbc_queries.erl: Fix removal of private_storage of anBadlop2008-12-231-1/+15
| | | | | | | | | | account when the account is removed * src/mod_privacy.erl: Remove privacy lists of an account when the account is removed (EJAB-720) * src/mod_privacy_odbc.erl: Likewise SVN Revision: 1742
* * doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)Badlop2008-07-311-1/+1
| | | | | | | | | | | * doc/guide.html: Likewise * doc/api/overview.edoc: Likewise * src/*/*.erl: Likewise * src/*/*.hrl: Likewise * src/*/*.c: Likewise * src/odbc/*.sql: Likewise SVN Revision: 1499
* * doc/guide.tex: Updated copyright dates to 2008Badlop2008-01-151-1/+1
| | | | | | * src/*: Likewise SVN Revision: 1153
* * applied copyright patch 2.Mickaël Rémond2007-12-241-4/+22
| | | | SVN Revision: 1112
* * src/acl.erl and other 64 files: Remove Erlang module attributeBadlop2007-12-061-1/+0
| | | | | | | 'vsn' because it doesn't provide any worth feature, and it difficults hot code update (EJAB-440) SVN Revision: 1044
* * src/mod_privacy.erl: BugfixAlexey Shchepin2007-10-171-6/+2
| | | | SVN Revision: 958
* * src/mod_last.erl: Adapted to mod_privacy changes.Mickaël Rémond2007-07-261-17/+1
| | | | | | | * src/mod_privacy.erl: Refactoring to extract records in include file. * src/mod_privacy.hrl: Likewise. SVN Revision: 825
* * src/mod_privacy_odbc.erl: Privacy rules support using odbcAlexey Shchepin2006-10-091-2/+2
| | | | | | | | * src/odbc/pg.sql: Likewise * src/web/ejabberd_http_poll.erl: Bugfix SVN Revision: 660