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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement cache for mod_privacy/mod_blocking
Evgeniy Khramtsov
2017-05-20
11
-974
/
+706
*
export_all is not needed here
Paweł Chmielowski
2017-05-19
1
-2
/
+0
*
Fix values put in args_examples
Paweł Chmielowski
2017-05-19
2
-2
/
+2
*
Get rid of Mnesia transaction in get_vcard/2
Evgeniy Khramtsov
2017-05-18
1
-6
/
+2
*
The default 'iqdisc' is now 'no_queue'
Evgeniy Khramtsov
2017-05-18
1
-1
/
+1
*
Implement cache for mod_last
Evgeniy Khramtsov
2017-05-18
4
-34
/
+126
*
?SQL_UPSERT returns 'ok' on success
Evgeniy Khramtsov
2017-05-18
1
-1
/
+1
*
Avoid erroneous usage of ?MODULE macro
Evgeniy Khramtsov
2017-05-18
1
-1
/
+1
*
Fix function_clause after authentication refactoring
Evgeniy Khramtsov
2017-05-18
1
-2
/
+4
*
Clean up database code related to mod_vcard_xupdate
Evgeniy Khramtsov
2017-05-17
3
-4
/
+11
*
Use disc_only_copies for oauth_token Mnesia table
Evgeniy Khramtsov
2017-05-17
1
-2
/
+13
*
Increase gen_mod's supervisor shutdown time
Evgeniy Khramtsov
2017-05-17
1
-1
/
+1
*
Implement cache for mod_vcard and mod_vcard_xupdate
Evgeniy Khramtsov
2017-05-17
9
-305
/
+174
*
Add cache options to the validator
Evgeniy Khramtsov
2017-05-17
1
-1
/
+7
*
Ciphers should be a binary string
Evgeniy Khramtsov
2017-05-17
4
-4
/
+4
*
Get rid of unused variable
Evgeniy Khramtsov
2017-05-17
1
-2
/
+1
*
Implement cache for roster
Evgeniy Khramtsov
2017-05-17
13
-613
/
+580
*
Fix use_cache/1 callback
Evgeniy Khramtsov
2017-05-15
1
-3
/
+7
*
Shut up dialyzer/xref if public_key:short_name_hash/1 is not available
Evgeniy Khramtsov
2017-05-13
1
-1
/
+9
*
Only validate certfiles if public_key:short_name_hash/1 is available
Evgeniy Khramtsov
2017-05-12
1
-1
/
+4
*
Introduce Certficate Manager
Evgeniy Khramtsov
2017-05-12
9
-6
/
+545
*
Check presence of some files during option validation
Evgeniy Khramtsov
2017-05-12
14
-77
/
+56
*
Gracefully process malformed passwords during password change
Evgeniy Khramtsov
2017-05-11
1
-0
/
+3
*
Gracefully process malformed passwords during registration
Evgeniy Khramtsov
2017-05-11
1
-0
/
+3
*
Add 'access_remove' ACL to mod_register
Evgeniy Khramtsov
2017-05-11
1
-2
/
+3
*
Rename is_user_exists -> user_exists
Evgeniy Khramtsov
2017-05-11
15
-44
/
+44
*
Use cache for authentication backends
Evgeniy Khramtsov
2017-05-11
21
-1657
/
+898
*
Use misc:atom_to_binary/1 instead of the deprecated jlib.erl (#1510)
Badlop
2017-05-10
1
-1
/
+1
*
Update comment: aux.erl was renamed to misc.erl
Badlop
2017-05-10
1
-1
/
+1
*
Use jid:encode/1 instead of the deprecated jid:to_string/1 (#1510)
Badlop
2017-05-10
1
-3
/
+3
*
Fix: update sql statement, added missing delimeter for sql queries
Lamtei W
2017-05-10
2
-3
/
+3
*
Added export function for mam module
Lamtei W
2017-05-10
3
-2
/
+48
*
Remove forgotten 'export_all'
Evgeniy Khramtsov
2017-05-08
1
-2
/
+0
*
Don't list 'redis_pool_size' option multiple times
Evgeniy Khramtsov
2017-05-08
1
-2
/
+1
*
Split some functions in smaller ones
Evgeniy Khramtsov
2017-05-08
1
-7
/
+12
*
Don't call gen_mod:get_opt() outside of modules
Evgeniy Khramtsov
2017-05-08
8
-36
/
+45
*
Add type specs for Module:opt_type/1
Evgeniy Khramtsov
2017-05-08
40
-34
/
+258
*
Introduce 'sql_connect_timeout' option (#1698)
Evgeniy Khramtsov
2017-05-05
1
-12
/
+21
*
Introduce 'sql_query_timeout' option
Evgeniy Khramtsov
2017-05-05
1
-15
/
+19
*
Emit deprecation warning for SM related listening options
Evgeniy Khramtsov
2017-05-05
2
-5
/
+9
*
Improve validation of second-level options
Evgeniy Khramtsov
2017-05-05
5
-121
/
+143
*
Make it possible to validate second-level options
Evgeniy Khramtsov
2017-05-04
1
-59
/
+80
*
Catch exceptions from acl:add_list in web admin
Paweł Chmielowski
2017-05-04
2
-22
/
+48
*
Introduce 'iqdisc' global option
Evgeniy Khramtsov
2017-05-04
24
-45
/
+53
*
Validate module options on start_module/2
Evgeniy Khramtsov
2017-05-04
1
-1
/
+1
*
Parse ldap_uids in mod_vcard_ldap like in eldap_utils (#319)
Badlop
2017-05-03
1
-2
/
+3
*
Validate new options before module reloading
Evgeniy Khramtsov
2017-05-01
1
-8
/
+19
*
Don't forget to delete digraph
Evgeniy Khramtsov
2017-05-01
1
-1
/
+3
*
Don't validate an option in gen_mod:get*opt() functions
Evgeniy Khramtsov
2017-04-30
65
-1230
/
+806
*
Merge branch 'new-option-validation'
Evgeniy Khramtsov
2017-04-29
53
-819
/
+368
|
\
[next]