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
/
ejabberd_auth.erl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update newest copyright year to 2021 (#3464)
Badlop
2021-01-27
1
-1
/
+1
*
Make anonymous auth not override sasl mechaninsm offered by other modules
Paweł Chmielowski
2020-12-14
1
-10
/
+15
*
Allow to use different hash for storing scram passwords
Paweł Chmielowski
2020-12-08
1
-13
/
+16
*
Fix more places that needed changes after scram.erl api modifications
Paweł Chmielowski
2020-12-04
1
-5
/
+5
*
Don't use same value in cache for user don't exist and wrong password
Paweł Chmielowski
2020-10-22
1
-9
/
+19
*
Use include_lib() to include headers from dependencies (#3369)
Stu Tomlinson
2020-09-03
1
-1
/
+1
*
Update copyright to 2020 (#3149)
Badlop
2020-01-28
1
-1
/
+1
*
Make convert_to_scram work with all backends
Paweł Chmielowski
2019-11-27
1
-1
/
+22
*
JWT-only authentication for some users (#3012)
Alexey Shchepin
2019-09-18
1
-13
/
+25
*
Improve hooks validator and fix bugs related to hooks registration
Evgeny Khramtsov
2019-07-29
1
-2
/
+2
*
Remove Riak support
Evgeny Khramtsov
2019-07-18
1
-2
/
+0
*
Fix typos using codespell
Evgeny Khramtsov
2019-07-16
1
-1
/
+1
*
Process unexpected messages uniformly
Evgeny Khramtsov
2019-07-12
1
-4
/
+5
*
Fix return type in try_set_password()
Evgeny Khramtsov
2019-07-07
1
-25
/
+33
*
Use new ets_cache API in ejabberd_auth
Evgeny Khramtsov
2019-06-30
1
-14
/
+11
*
Avoid using broad map() type wherever possible
Evgeny Khramtsov
2019-06-27
1
-3
/
+4
*
Make logging messages more consistent
Evgeny Khramtsov
2019-06-24
1
-1
/
+1
*
Get rid of "well-known" type
Evgeny Khramtsov
2019-06-15
1
-4
/
+1
*
Use new configuration validator
Evgeny Khramtsov
2019-06-14
1
-48
/
+10
*
Use different cache tables per auth module
Evgeny Khramtsov
2019-05-23
1
-23
/
+38
*
Correctly support cache tags in ejabberd_auth
Evgeny Khramtsov
2019-04-19
1
-5
/
+8
*
Use new ets_cache api in ejabberd_auth
Evgeny Khramtsov
2019-04-19
1
-8
/
+9
*
Update copyright to 2019 (#2756)
Badlop
2019-01-08
1
-1
/
+1
*
Add auth:which_user_exist to bulk checking existence of list of users
Paweł Chmielowski
2018-12-05
1
-1
/
+43
*
Fix some dialyzer warnings
Evgeny Khramtsov
2018-09-09
1
-7
/
+1
*
ejabberd_auth: Restore lost case clause
Holger Weiss
2018-07-26
1
-1
/
+3
*
Reload internal room's configuration when mod_muc is reloaded
Evgeniy Khramtsov
2018-07-08
1
-7
/
+1
*
Move move randoms module to p1_utils repo
Evgeniy Khramtsov
2018-07-05
1
-1
/
+1
*
Get rid of ejabberd.hrl header
Evgeniy Khramtsov
2018-06-14
1
-4
/
+4
*
Improve indentation
Evgeniy Khramtsov
2018-05-30
1
-12
/
+12
*
Fix authentication for usernames containing uppercase characters
Stu Tomlinson
2018-05-30
1
-10
/
+13
*
Improve robustness of external authentication backends
Evgeniy Khramtsov
2018-05-07
1
-10
/
+31
*
ejabberd_auth: Don't use cache if it's disabled
Holger Weiss
2018-05-03
1
-2
/
+4
*
Don't ask other nodes to invalidate cache when the key is not updated
Evgeniy Khramtsov
2018-02-18
1
-4
/
+4
*
Cache 'isuser' queries to external auth program
Evgeniy Khramtsov
2018-02-16
1
-2
/
+18
*
Update copyright dates
Evgeniy Khramtsov
2018-01-05
1
-1
/
+1
*
Allow auth and pubsub plugin to use Elixir module
Christophe Romain
2017-10-31
1
-2
/
+2
*
Make it possible to convert to SQL for any current db_type
Evgeniy Khramtsov
2017-10-25
1
-4
/
+1
*
Fix missing validation from 633b68db1 (#1900)
Christophe Romain
2017-08-04
1
-2
/
+2
*
Deprecate misc:encode_base64/1 and misc:decode_base64/1
Evgeniy Khramtsov
2017-05-23
1
-6
/
+6
*
Rename is_user_exists -> user_exists
Evgeniy Khramtsov
2017-05-11
1
-17
/
+17
*
Use cache for authentication backends
Evgeniy Khramtsov
2017-05-11
1
-280
/
+582
*
Add type specs for Module:opt_type/1
Evgeniy Khramtsov
2017-05-08
1
-0
/
+3
*
Don't validate an option in ejabberd_config:get_option() functions
Evgeniy Khramtsov
2017-04-29
1
-5
/
+2
*
Don't re-define validation functions in multiple places
Evgeniy Khramtsov
2017-04-28
1
-2
/
+11
*
Rename aux.erl as misc.erl
17.04
Christophe Romain
2017-04-11
1
-2
/
+2
*
Deprecate jlib.erl in favor of aux.erl
Evgeniy Khramtsov
2017-03-30
1
-2
/
+2
*
Fix compilation on R17
Paweł Chmielowski
2017-02-27
1
-3
/
+3
*
Improve config reloading support by ejabberd_auth
Evgeniy Khramtsov
2017-02-24
1
-33
/
+55
*
Improve startup procedure
Evgeniy Khramtsov
2017-02-24
1
-3
/
+32
[next]