aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change routing APIEvgeniy Khramtsov2017-02-1646-959/+868
* Merge branch 'master' of github.com:processone/ejabberdEvgeniy Khramtsov2017-02-161-1/+1
|\
| * Disable undefined_function_calls xref_checkPaweł Chmielowski2017-02-151-1/+1
* | Remove relict mod_service_logEvgeniy Khramtsov2017-02-161-105/+0
|/
* Report password change in the logEvgeniy Khramtsov2017-02-141-1/+5
* Attach IP metadata to every stanza received from streamEvgeniy Khramtsov2017-02-143-10/+15
* Use newer p1_utilsPaweł Chmielowski2017-02-141-1/+1
* Fix handling of config.ctc filesPaweł Chmielowski2017-02-141-1/+1
* Add more check to make xrefPaweł Chmielowski2017-02-141-1/+1
* Only use GEN_SERVER macro where appropriateEvgeniy Khramtsov2017-02-147-31/+33
* Attach modules to gen_mod's supervisorEvgeniy Khramtsov2017-02-1425-355/+125
* Merge pull request #1539 from lemenkov/use_crypto_shaEvgeny Khramtsov2017-02-144-8/+8
|\
| * Use crypto:hash/2 functionPeter Lemenkov2017-02-134-8/+8
* | Improve modules start/stop proceduresEvgeniy Khramtsov2017-02-1424-196/+249
|/
* Check result of gen_mod:start/2 callback (#1534)Evgeniy Khramtsov2017-02-138-58/+44
* Apply SASLprep before storing/converting passwordsEvgeniy Khramtsov2017-02-123-32/+84
* Use p1_server behaviour in xmpp_stream layerEvgeniy Khramtsov2017-02-082-2/+2
* Accept "add_commands: admin" in commands section not only "add_commands: - ad...Paweł Chmielowski2017-02-061-0/+2
* Don't shadow binding in matchPaweł Chmielowski2017-02-061-1/+1
* Add TLS support for external componentsEvgeniy Khramtsov2017-02-061-1/+22
* Make sure that api_permissions always have "console commands" sectionPaweł Chmielowski2017-02-031-21/+24
* Set subscribers nicks when recreating room (thanks to Girdhar Sojitra)(#1495)Badlop2017-01-311-11/+14
* Support non-JID lines in command create_rooms_fileBadlop2017-01-311-3/+8
* Depend on fast_xml-1.1.20Christophe Romain2017-01-311-1/+1
* Don't warn if custom schema is not availableChristophe Romain2017-01-311-0/+3
* Merge pull request #1502 from lemenkov/ignore_output_valEvgeny Khramtsov2017-01-303-6/+3
|\
| * No need to explicitly return ok herePeter Lemenkov2017-01-303-6/+3
* | Use newer version of epamPaweł Chmielowski2017-01-291-1/+1
* | More changes that are required from p1_pam -> epamPaweł Chmielowski2017-01-294-5/+5
* | Change name of pam dep from p1_pam to epamPaweł Chmielowski2017-01-291-2/+2
* | Floating deps should always be executedPaweł Chmielowski2017-01-291-1/+1
* | Improve compilation with rebar3Paweł Chmielowski2017-01-262-173/+271
* | Merge branch 'master' of github.com:processone/ejabberdEvgeniy Khramtsov2017-01-261-1/+1
|\|
| * Adapt to coveralls api changePaweł Chmielowski2017-01-241-1/+1
* | Do not drop default TLS optionsEvgeniy Khramtsov2017-01-262-2/+2
|/
* Change OTP version from 19.1 to 19.2 in travis configEvgeniy Khramtsov2017-01-241-1/+1
* Speedup features list when a lot of virtual hosts configuredEvgeniy Khramtsov2017-01-242-17/+18
* Fix testsPaweł Chmielowski2017-01-231-10/+10
* Make mod_disco handle features of mod_pingEvgeniy Khramtsov2017-01-231-16/+1
* Merge branch 'master' of github.com:processone/ejabberdEvgeniy Khramtsov2017-01-231-8/+8
|\
| * Adapt to new ejabberd_sm changesPaweł Chmielowski2017-01-231-8/+8
* | Make sure only {exit, normal} is not catched when executing a hookEvgeniy Khramtsov2017-01-231-1/+1
|/
* Compatibility with R17 in mod_block_strangersAlexey Shchepin2017-01-232-1/+21
* Check message subject in mod_block_strangersAlexey Shchepin2017-01-231-1/+2
* Update deps in mix.lockChristophe Romain2017-01-231-14/+15
* Avoid using maps:get/2 to keep compatibility with OTP 17.5Evgeniy Khramtsov2017-01-234-19/+15
* Fix calling to mod_offline:store_packetEvgeniy Khramtsov2017-01-231-1/+1
* Don't use maps:take it available in R19 onlyPaweł Chmielowski2017-01-231-4/+5
* Add tool for checking which dependences need updatePaweł Chmielowski2017-01-231-0/+127
* Make test suite working againEvgeniy Khramtsov2017-01-2319-84/+142