aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-20ejabberd_c2s: Don't drop 'user_send_packet' resultHolger Weiss1-3/+3
2017-02-20Support scrammed passwords in ejabberdctl import_prosody (#1549)Badlop4-5/+25
2017-02-20Fix s2s_dns_timeout issuesEvgeniy Khramtsov2-3/+14
2017-02-19Let ejabberd_c2s handle <session/> IQHolger Weiss2-12/+8
2017-02-18Get rid of non-breaking spaceEvgeniy Khramtsov1-1/+1
2017-02-18Fix some dialyzer warningsEvgeniy Khramtsov46-215/+216
2017-02-17Mark local/global config functions as deprecatedPeter Lemenkov1-3/+9
2017-02-17Commands documentation lack arguments when policy=user (#1514)Badlop1-1/+8
2017-02-16Use ejabberd_config:add_option/2 instead of ejabberd_config:add_local_option/2Peter Lemenkov1-1/+1
2017-02-16Use ejabberd_config:get_option/2 instead of ejabberd_config:get_local_option/2Peter Lemenkov2-2/+2
2017-02-16Correct access_matches specPaweł Chmielowski1-1/+1
2017-02-16Fix some dialyzer warningsEvgeniy Khramtsov10-13/+20
2017-02-16Change routing APIEvgeniy Khramtsov42-954/+862
2017-02-16Remove relict mod_service_logEvgeniy Khramtsov1-105/+0
2017-02-14Report password change in the logEvgeniy Khramtsov1-1/+5
2017-02-14Attach IP metadata to every stanza received from streamEvgeniy Khramtsov3-10/+15
2017-02-14Only use GEN_SERVER macro where appropriateEvgeniy Khramtsov7-31/+33
2017-02-14Attach modules to gen_mod's supervisorEvgeniy Khramtsov24-353/+125
2017-02-14Improve modules start/stop proceduresEvgeniy Khramtsov24-196/+249
2017-02-13Use crypto:hash/2 functionPeter Lemenkov4-8/+8
2017-02-13Check result of gen_mod:start/2 callback (#1534)Evgeniy Khramtsov8-58/+44
2017-02-12Apply SASLprep before storing/converting passwordsEvgeniy Khramtsov3-32/+84
2017-02-08Use p1_server behaviour in xmpp_stream layerEvgeniy Khramtsov2-2/+2
2017-02-06Accept "add_commands: admin" in commands section not only "add_commands: - ad...Paweł Chmielowski1-0/+2
2017-02-06Don't shadow binding in matchPaweł Chmielowski1-1/+1
2017-02-06Add TLS support for external componentsEvgeniy Khramtsov1-1/+22
2017-02-03Make sure that api_permissions always have "console commands" sectionPaweł Chmielowski1-21/+24
2017-01-31Set subscribers nicks when recreating room (thanks to Girdhar Sojitra)(#1495)Badlop1-11/+14
2017-01-31Support non-JID lines in command create_rooms_fileBadlop1-3/+8
2017-01-31Don't warn if custom schema is not availableChristophe Romain1-0/+3
2017-01-30No need to explicitly return ok herePeter Lemenkov3-6/+3
2017-01-29More changes that are required from p1_pam -> epamPaweł Chmielowski1-1/+1
2017-01-26Do not drop default TLS optionsEvgeniy Khramtsov2-2/+2
2017-01-24Speedup features list when a lot of virtual hosts configuredEvgeniy Khramtsov2-17/+18
2017-01-23Make mod_disco handle features of mod_pingEvgeniy Khramtsov1-16/+1
2017-01-23Make sure only {exit, normal} is not catched when executing a hookEvgeniy Khramtsov1-1/+1
2017-01-23Compatibility with R17 in mod_block_strangersAlexey Shchepin1-1/+20
2017-01-23Check message subject in mod_block_strangersAlexey Shchepin1-1/+2
2017-01-23Avoid using maps:get/2 to keep compatibility with OTP 17.5Evgeniy Khramtsov4-19/+15
2017-01-23Fix calling to mod_offline:store_packetEvgeniy Khramtsov1-1/+1
2017-01-23Don't use maps:take it available in R19 onlyPaweł Chmielowski1-4/+5
2017-01-23Make test suite working againEvgeniy Khramtsov16-49/+75
2017-01-21Make a message is not bounced if it's archivedEvgeniy Khramtsov5-25/+33
2017-01-21Archive message before delivering it to offline storage (#1348)Evgeniy Khramtsov1-6/+44
2017-01-21Send <compressed/> in correct orderEvgeniy Khramtsov1-11/+11
2017-01-21mod_pubsub: Fix last item cache for multiple hostsHolger Weiss1-5/+5
2017-01-20Add stanza-id to every archived message (#1477)Evgeniy Khramtsov3-53/+93
2017-01-20Update copyright headers in new filesEvgeniy Khramtsov10-22/+61
2017-01-20Make shim for mod_http_api admin_ip_access more robustPaweł Chmielowski1-20/+22
2017-01-20Try db migration only when mnesia is configured (#1458)Christophe Romain1-5/+16