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
/
mod_register.erl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Improve validation of second-level options
Evgeniy Khramtsov
2017-05-05
1
-5
/
+8
*
Introduce 'iqdisc' global option
Evgeniy Khramtsov
2017-05-04
1
-2
/
+2
*
Don't validate an option in gen_mod:get*opt() functions
Evgeniy Khramtsov
2017-04-30
1
-39
/
+11
*
Don't validate an option in ejabberd_config:get_option() functions
Evgeniy Khramtsov
2017-04-29
1
-18
/
+2
*
Speedup Mnesia tables initialization
Evgeniy Khramtsov
2017-04-21
1
-2
/
+0
*
Rename aux.erl as misc.erl
Christophe Romain
2017-04-11
1
-3
/
+3
*
Deprecate jlib.erl in favor of aux.erl
Evgeniy Khramtsov
2017-03-30
1
-3
/
+3
*
Get rid of jid:to_string/1 and jid:from_string/1
Evgeniy Khramtsov
2017-02-26
1
-6
/
+4
*
Don't pass empty resource to jid:make()
Evgeniy Khramtsov
2017-02-25
1
-1
/
+1
*
Reload modules when reloading configuration file
Evgeniy Khramtsov
2017-02-22
1
-1
/
+14
*
Change routing API
Evgeniy Khramtsov
2017-02-16
1
-5
/
+7
*
Report password change in the log
Evgeniy Khramtsov
2017-02-14
1
-1
/
+5
*
Make test suite working again
Evgeniy Khramtsov
2017-01-23
1
-4
/
+5
*
Merge branch 'new_stream'
Evgeniy Khramtsov
2017-01-20
1
-21
/
+22
|
\
|
*
Add xmpp_stream_out behaviour and rewrite s2s/SM code
Evgeniy Khramtsov
2016-12-28
1
-4
/
+4
|
*
Initial version of new XMPP stream behaviour (for review)
Evgeniy Khramtsov
2016-12-11
1
-20
/
+21
*
|
Update copyright date automatically (#1442)
Badlop
2017-01-02
1
-1
/
+1
|
/
*
Improve handling of mnesia schema
Christophe Romain
2016-11-30
1
-1
/
+1
*
Improve translation of some messages
Evgeniy Khramtsov
2016-11-26
1
-5
/
+4
*
Get rid of excessive (io)list_to_binary/1 calls
Evgeniy Khramtsov
2016-11-24
1
-1
/
+1
*
Cosmetic validator changes
Christophe Romain
2016-11-15
1
-6
/
+3
*
Make common tests working again
Evgeniy Khramtsov
2016-09-13
1
-5
/
+3
*
Improve some type specs
Evgeniy Khramtsov
2016-08-09
1
-0
/
+4
*
Rewrite captcha to use XML generator
Evgeniy Khramtsov
2016-07-28
1
-2
/
+2
*
Rewrite mod_register to use XML generator
Evgeniy Khramtsov
2016-07-27
1
-329
/
+202
*
Make modules loading in a dependent order (#1191)
Evgeniy Khramtsov
2016-07-06
1
-1
/
+4
*
Use {access,shaper}_rules_validator in other places where access rules are used
Paweł Chmielowski
2016-06-21
1
-6
/
+6
*
Check password with jid:resourceprep when registering account (#996)
Badlop
2016-06-14
1
-0
/
+16
*
mod_register: Only set timeout on success
Holger Weiss
2016-05-23
1
-0
/
+1
*
Fix typo in error message
Mickael Remond
2016-04-12
1
-1
/
+1
*
Replace more ?ERR_* macros with ?ERRT_*
Evgeniy Khramtsov
2016-04-05
1
-18
/
+41
*
Switch to Fast XML module
Mickael Remond
2016-02-03
1
-8
/
+8
*
Update copyright to 2016 (#901)
Badlop
2016-01-13
1
-1
/
+1
*
If mod_register access_from is 'none', then don't advertise IBR (#857)
Badlop
2015-12-07
1
-2
/
+5
*
More now() replacements
Paweł Chmielowski
2015-12-07
1
-2
/
+1
*
Move JID related functions to jid.erl (#847)
Evgeniy Khramtsov
2015-11-24
1
-16
/
+16
*
cosmetic cleanup
Christophe Romain
2015-10-07
1
-0
/
+2
*
Add config validation at startup
Evgeniy Khramtsov
2015-06-01
1
-1
/
+38
*
Use namespace definitions when possible
Badlop
2015-05-21
1
-2
/
+2
*
Document protocol support (EJABS-1620)
Badlop
2015-05-21
1
-0
/
+2
*
Don't announce register feature once user is authenticated (#41)
Badlop
2015-05-07
1
-4
/
+9
*
Update copyright dates to 2015 (EJAB-1733)
Badlop
2015-01-08
1
-1
/
+1
*
Merge pull request #146 from jamielinux/master
badlop
2014-04-11
1
-4
/
+3
|
\
|
*
Update FSF address
Jamie Nguyen
2014-02-22
1
-4
/
+3
*
|
Update copyright dates to 2014 (EJAB-1679)
Badlop
2014-03-13
1
-1
/
+1
|
/
*
Fix some type specs and errors
Evgeniy Khramtsov
2013-12-10
1
-0
/
+2
*
Change configuration file format to YAML
Evgeniy Khramtsov
2013-08-21
1
-72
/
+65
*
Don't include sub-elements in IQ results where it's not required
Evgeniy Khramtsov
2013-06-17
1
-5
/
+5
*
Switch to rebar build tool
Evgeniy Khramtsov
2013-06-13
1
-0
/
+1
*
Accumulated patch to binarize and indent code
Badlop
2013-03-14
1
-500
/
+545
[prev]
[next]