summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement cache for mod_privacy/mod_blockingEvgeniy Khramtsov2017-05-2011-974/+706
* export_all is not needed herePaweł Chmielowski2017-05-191-2/+0
* Fix values put in args_examplesPaweł Chmielowski2017-05-192-2/+2
* Get rid of Mnesia transaction in get_vcard/2Evgeniy Khramtsov2017-05-181-6/+2
* The default 'iqdisc' is now 'no_queue'Evgeniy Khramtsov2017-05-181-1/+1
* Implement cache for mod_lastEvgeniy Khramtsov2017-05-184-34/+126
* ?SQL_UPSERT returns 'ok' on successEvgeniy Khramtsov2017-05-181-1/+1
* Avoid erroneous usage of ?MODULE macroEvgeniy Khramtsov2017-05-181-1/+1
* Fix function_clause after authentication refactoringEvgeniy Khramtsov2017-05-181-2/+4
* Clean up database code related to mod_vcard_xupdateEvgeniy Khramtsov2017-05-173-4/+11
* Use disc_only_copies for oauth_token Mnesia tableEvgeniy Khramtsov2017-05-171-2/+13
* Increase gen_mod's supervisor shutdown timeEvgeniy Khramtsov2017-05-171-1/+1
* Implement cache for mod_vcard and mod_vcard_xupdateEvgeniy Khramtsov2017-05-179-305/+174
* Add cache options to the validatorEvgeniy Khramtsov2017-05-171-1/+7
* Ciphers should be a binary stringEvgeniy Khramtsov2017-05-174-4/+4
* Get rid of unused variableEvgeniy Khramtsov2017-05-171-2/+1
* Implement cache for rosterEvgeniy Khramtsov2017-05-1713-613/+580
* Fix use_cache/1 callbackEvgeniy Khramtsov2017-05-151-3/+7
* Shut up dialyzer/xref if public_key:short_name_hash/1 is not availableEvgeniy Khramtsov2017-05-131-1/+9
* Only validate certfiles if public_key:short_name_hash/1 is availableEvgeniy Khramtsov2017-05-121-1/+4
* Introduce Certficate ManagerEvgeniy Khramtsov2017-05-129-6/+545
* Check presence of some files during option validationEvgeniy Khramtsov2017-05-1214-77/+56
* Gracefully process malformed passwords during password changeEvgeniy Khramtsov2017-05-111-0/+3
* Gracefully process malformed passwords during registrationEvgeniy Khramtsov2017-05-111-0/+3
* Add 'access_remove' ACL to mod_registerEvgeniy Khramtsov2017-05-111-2/+3
* Rename is_user_exists -> user_existsEvgeniy Khramtsov2017-05-1115-44/+44
* Use cache for authentication backendsEvgeniy Khramtsov2017-05-1121-1657/+898
* Use misc:atom_to_binary/1 instead of the deprecated jlib.erl (#1510)Badlop2017-05-101-1/+1
* Update comment: aux.erl was renamed to misc.erlBadlop2017-05-101-1/+1
* Use jid:encode/1 instead of the deprecated jid:to_string/1 (#1510)Badlop2017-05-101-3/+3
* Fix: update sql statement, added missing delimeter for sql queriesLamtei W2017-05-102-3/+3
* Added export function for mam moduleLamtei W2017-05-103-2/+48
* Remove forgotten 'export_all'Evgeniy Khramtsov2017-05-081-2/+0
* Don't list 'redis_pool_size' option multiple timesEvgeniy Khramtsov2017-05-081-2/+1
* Split some functions in smaller onesEvgeniy Khramtsov2017-05-081-7/+12
* Don't call gen_mod:get_opt() outside of modulesEvgeniy Khramtsov2017-05-088-36/+45
* Add type specs for Module:opt_type/1Evgeniy Khramtsov2017-05-0840-34/+258
* Introduce 'sql_connect_timeout' option (#1698)Evgeniy Khramtsov2017-05-051-12/+21
* Introduce 'sql_query_timeout' optionEvgeniy Khramtsov2017-05-051-15/+19
* Emit deprecation warning for SM related listening optionsEvgeniy Khramtsov2017-05-052-5/+9
* Improve validation of second-level optionsEvgeniy Khramtsov2017-05-055-121/+143
* Make it possible to validate second-level optionsEvgeniy Khramtsov2017-05-041-59/+80
* Catch exceptions from acl:add_list in web adminPaweł Chmielowski2017-05-042-22/+48
* Introduce 'iqdisc' global optionEvgeniy Khramtsov2017-05-0424-45/+53
* Validate module options on start_module/2Evgeniy Khramtsov2017-05-041-1/+1
* Parse ldap_uids in mod_vcard_ldap like in eldap_utils (#319)Badlop2017-05-031-2/+3
* Validate new options before module reloadingEvgeniy Khramtsov2017-05-011-8/+19
* Don't forget to delete digraphEvgeniy Khramtsov2017-05-011-1/+3
* Don't validate an option in gen_mod:get*opt() functionsEvgeniy Khramtsov2017-04-3065-1230/+806
* Merge branch 'new-option-validation'Evgeniy Khramtsov2017-04-2953-819/+368
|\