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
/
mod_register.erl
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-03-09
Update FORM_TYPE from captcha to register (#3045)
Badlop
1
-2
/
+13
2021-02-11
Fix URL of CAPTCHA section
Badlop
1
-1
/
+1
2021-01-27
Update newest copyright year to 2021 (#3464)
Badlop
1
-1
/
+1
2021-01-11
Replace Jabber->XMPP and Ejabberd (thanks to Neustradamus)(#3469)
Badlop
1
-1
/
+1
2020-11-09
Don't do double utf-8 conversion on translated strings in str:format
Paweł Chmielowski
1
-2
/
+1
2020-09-29
mod_register: Allow for account-removal-only setup
Holger Weiss
1
-11
/
+10
2020-09-03
Use include_lib() to include headers from dependencies (#3369)
Stu Tomlinson
1
-1
/
+1
2020-04-08
Copy more option explanations from ejabberd Docs site
Badlop
1
-1
/
+4
2020-01-28
Update copyright to 2020 (#3149)
Badlop
1
-1
/
+1
2020-01-22
Do not use ~ts format in string that are put in xmpp payload
Paweł Chmielowski
1
-3
/
+3
2020-01-08
Generate ejabberd.yml.5 man page from source code directly
Evgeny Khramtsov
1
-1
/
+66
2019-11-24
Fix previous commit
Evgeny Khramtsov
1
-1
/
+3
2019-11-24
Check also 'access' rule on account removal
Evgeny Khramtsov
1
-2
/
+6
2019-11-24
Make sure IQ result is correctly routed on account removal
Evgeny Khramtsov
1
-3
/
+15
2019-09-23
Correctly handle unicode in log messages
Evgeny Khramtsov
1
-5
/
+5
2019-07-17
Use econf:timeout() instead of econf:pos_int() wherever appropriate
Evgeny Khramtsov
1
-1
/
+1
2019-07-07
Fix return type in try_set_password()
Evgeny Khramtsov
1
-12
/
+0
2019-06-24
Make logging messages more consistent
Evgeny Khramtsov
1
-3
/
+2
2019-06-22
Improve extraction of translated strings
Evgeny Khramtsov
1
-16
/
+16
2019-06-14
Use new configuration validator
Evgeny Khramtsov
1
-103
/
+43
2019-04-23
Reformat try_set_password/4 function
Evgeny Khramtsov
1
-33
/
+37
2019-04-23
Don't call to mod_register when it's not loaded
Evgeny Khramtsov
1
-65
/
+93
2019-02-27
Replace code using p1_time_compat wrapper with native functions
Paweł Chmielowski
1
-1
/
+1
2019-01-08
Update copyright to 2019 (#2756)
Badlop
1
-1
/
+1
2018-12-01
mod_register: Don't advertise IBR unconditionally
Holger Weiss
1
-2
/
+8
2018-09-13
mod_register: Remove unused error 'too_many_users'
Marc Schink
1
-3
/
+0
2018-09-09
Fix some dialyzer warnings
Evgeny Khramtsov
1
-2
/
+1
2018-06-29
Improve URLs validation
Evgeniy Khramtsov
1
-1
/
+3
2018-06-14
Get rid of ejabberd.hrl header
Evgeniy Khramtsov
1
-1
/
+0
2018-03-23
Fetch 'registration_watchers' option from the correct module
Evgeniy Khramtsov
1
-1
/
+1
2018-03-19
Avoid logging IP addresses in mod_register when it's not desired
Evgeniy Khramtsov
1
-3
/
+5
2018-02-11
Remove 'iqdisc' option
Evgeniy Khramtsov
1
-17
/
+6
2018-01-23
Introduce new gen_mod callback: mod_options/1
Evgeniy Khramtsov
1
-27
/
+29
2018-01-05
Update copyright dates
Evgeniy Khramtsov
1
-1
/
+1
2017-12-11
Fix typos in mod_legacy_auth and mod_register
Evgeniy Khramtsov
1
-1
/
+1
2017-12-11
Use xmpp:try_subtag/2 wherever possible
Evgeniy Khramtsov
1
-1
/
+6
2017-11-17
Log a message when a user gets registered
Evgeniy Khramtsov
1
-0
/
+6
2017-09-24
Reuse some translation strings
Evgeniy Khramtsov
1
-4
/
+4
2017-09-01
Introduce 'redirect_url' option for mod_register
Evgeniy Khramtsov
1
-2
/
+11
2017-05-11
Gracefully process malformed passwords during password change
Evgeniy Khramtsov
1
-0
/
+3
2017-05-11
Gracefully process malformed passwords during registration
Evgeniy Khramtsov
1
-0
/
+3
2017-05-11
Add 'access_remove' ACL to mod_register
Evgeniy Khramtsov
1
-2
/
+3
2017-05-11
Rename is_user_exists -> user_exists
Evgeniy Khramtsov
1
-1
/
+1
2017-05-11
Use cache for authentication backends
Evgeniy Khramtsov
1
-2
/
+2
2017-05-08
Add type specs for Module:opt_type/1
Evgeniy Khramtsov
1
-0
/
+2
2017-05-05
Improve validation of second-level options
Evgeniy Khramtsov
1
-5
/
+8
2017-05-04
Introduce 'iqdisc' global option
Evgeniy Khramtsov
1
-2
/
+2
2017-04-30
Don't validate an option in gen_mod:get*opt() functions
Evgeniy Khramtsov
1
-39
/
+11
2017-04-29
Don't validate an option in ejabberd_config:get_option() functions
Evgeniy Khramtsov
1
-18
/
+2
2017-04-21
Speedup Mnesia tables initialization
Evgeniy Khramtsov
1
-2
/
+0
[next]