aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-01-19Restore muc_invite_hook (#1467)Evgeniy Khramtsov1-0/+3
2017-01-19Make sure 'jabber:client' namespace is added to forwarded messages (#1474)Evgeniy Khramtsov1-1/+9
2017-01-19Restore multiple invitations support (#1468)Evgeniy Khramtsov1-80/+88
2017-01-19Don't forget to convert muc#roomconfig_mamEvgeniy Khramtsov1-0/+2
2017-01-19Support legacy muc#roomconfig values (#1469)Evgeniy Khramtsov1-1/+24
2017-01-18Fix typoChristophe Romain1-2/+2
2017-01-18Reset table only if new def change from runtimeChristophe Romain1-5/+5
2017-01-18Improve check of mnesia schema opearationsChristophe Romain1-37/+54
2017-01-18Fix reporting dialback failuresEvgeniy Khramtsov2-3/+3
2017-01-18Don't attempt to resolve _jabber._tcp SRV recordEvgeniy Khramtsov1-10/+4
2017-01-18Improve <delay/> tag insertionEvgeniy Khramtsov1-4/+6
2017-01-18Cope with malformed values in 'rosterusers' SQL table (#1466)Evgeniy Khramtsov1-21/+59