aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Fix logging in tests on R17Evgeniy Khramtsov2016-11-211-1/+1
| | | | |
| * | | | Set 'sql_pool_size' to 1 by default for sqliteEvgeniy Khramtsov2016-11-211-4/+18
| | | | |
| * | | | Merge branch 'master' of github.com:processone/ejabberdEvgeniy Khramtsov2016-11-215-4/+5
| |\ \ \ \
| | * | | | Fix elixir testsPaweł Chmielowski2016-11-215-4/+5
| | | | | |
| * | | | | Set 'sql_pool_size' to 1 for sqlite testsEvgeniy Khramtsov2016-11-211-0/+1
| |/ / / /
| * | | | Fix non-empty disco-nodes processingEvgeniy Khramtsov2016-11-211-1/+3
| | | | |
| * | | | Fix s2s testPaweł Chmielowski2016-11-212-1/+4
| | | | |
| * | | | Fix handling mod_http_upload disco#info queries: need decoded elementsBadlop2016-11-211-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | As reported in https://www.ejabberd.im/forum/28605/ejabberd-modhttpupload-error-405-not-allowed
| * | | | Merge branch 'master' of github.com:processone/ejabberdEvgeniy Khramtsov2016-11-211-3/+3
| |\ \ \ \
| | * | | | Log more data for failed s2s connectionPaweł Chmielowski2016-11-211-3/+3
| | | | | |
| * | | | | Fix conference disco#items when running multiple virtual hostsEvgeniy Khramtsov2016-11-211-11/+11
| | | | | |
| * | | | | Do not send empty <after/> tagEvgeniy Khramtsov2016-11-211-1/+2
| |/ / / /
| * | | | Don't forget to start XMPP applicationEvgeniy Khramtsov2016-11-211-3/+1
| | | | |
| * | | | Fix RSM for conference disco#itemsEvgeniy Khramtsov2016-11-202-89/+139
| | | | |
| * | | | Use xmpp_util.erl from XMPP libraryEvgeniy Khramtsov2016-11-192-170/+1
| | | | |
| * | | | Transform ejabberd_commands on the startEvgeniy Khramtsov2016-11-191-0/+4
| | | | |
| * | | | Switch to stand-alone XMPP libraryEvgeniy Khramtsov2016-11-1955-48194/+10
| | | | |
| * | | | Fix includes in eunit compilation flagsPaweł Chmielowski2016-11-182-7/+14
| | | | |
| * | | | Fix elixir testsPaweł Chmielowski2016-11-181-2/+2
| | | | |
| * | | | Remove useless NO_EXT_LIB flagChristophe Romain2016-11-184-13/+3
| | | | |
| * | | | Get rid of substitute_forwardedPaweł Chmielowski2016-11-182-17/+1
| | | | |
| * | | | Merge branch 'master' of github.com:processone/ejabberdEvgeniy Khramtsov2016-11-1824-743/+146
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/ejabberd_SUITE.erl
| | * | | | Add auth to mod_http_fileserverPaweł Chmielowski2016-11-171-26/+62
| | | | | |
| | * | | | Fix typoChristophe Romain2016-11-161-1/+1
| | | | | |
| | * | | | Remove obsolete/temp fileChristophe Romain2016-11-161-301/+0
| | | | | |
| | * | | | Ensure that presence_broadcast room option is stored (#1380)Badlop2016-11-161-0/+1
| | | | | |
| | * | | | Tell git to ignore the example file ejabberd.serviceBadlop2016-11-161-0/+1
| | | | | |
| | * | | | Handle correctly p1_http:request resultBadlop2016-11-161-2/+2
| | | |_|/ | | |/| |
| | * | | Minor cosmetic changes on pubsub codeChristophe Romain2016-11-155-10/+9
| | | | |
| | * | | Cosmetic validator changesChristophe Romain2016-11-152-10/+5
| | | | |
| | * | | Add missing verbs for RESTfull operationChristophe Romain2016-11-151-11/+22
| | | | |
| | * | | apply string optimizationsChristophe Romain2016-11-151-4/+7
| | | | |
| | * | | Add configurable weight for commandsChristophe Romain2016-11-151-3/+4
| | | | |
| | * | | Fix tests that use #forwardedPaweł Chmielowski2016-11-153-12/+28
| | | | |
| | * | | Use new version of fast_xmlPaweł Chmielowski2016-11-151-1/+1
| | | | |
| | * | | Fix types in check_password_hashPaweł Chmielowski2016-11-151-2/+2
| | | | |
| | * | | Make string args in http_api be list stringsPaweł Chmielowski2016-11-151-4/+4
| | | | |
| | * | | Use p1_http from p1_utils 1.0.6Christophe Romain2016-11-146-367/+8
| | | | |
| * | | | Make common tests working againEvgeniy Khramtsov2016-11-1841-2519/+3116
| |/ / /
| * | | Fix IQ result processingEvgeniy Khramtsov2016-11-131-4/+12
| | | |
| * | | Add some copyright noticesEvgeniy Khramtsov2016-11-132-10/+48
| | | |
| * | | Make xref working again if elixir is disabledEvgeniy Khramtsov2016-11-131-1/+1
| | | |
| * | | Add more control for decoding IQ payloadsEvgeniy Khramtsov2016-11-134-14/+20
| | | |
| * | | Don't auto-decode forwarded payloadEvgeniy Khramtsov2016-11-138-64/+66
| | | |
| * | | Remove unused header fileEvgeniy Khramtsov2016-11-131-20/+0
| | | |
| * | | Don't use jlib.hrl outside of jlib.erlEvgeniy Khramtsov2016-11-133-3/+2
| | | |
| * | | Deprecate most of the functions from jlib.erlEvgeniy Khramtsov2016-11-1318-164/+230
| | | |
| * | | Uncomment forgotten block of codeEvgeniy Khramtsov2016-11-121-31/+22
| | | |
| * | | Revert "Support to provide password when subscribing to a room (#1306)"Evgeniy Khramtsov2016-11-121-7/+1
| | | | | | | | | | | | | | | | This reverts commit 566ac872fe396a6d41296d9cfbc6ed5859a0eeed.
| * | | Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-121-1/+7
| |\ \ \