aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Provide authzid in scream response16.03Paweł Chmielowski2016-03-301-1/+2
* Travis CI: Cosmetic changes to Riak setup commandsHolger Weiss2016-03-301-5/+4
* Travis CI: Revert to checking for skipped testsHolger Weiss2016-03-301-2/+1
* Adds support for option admin_ip_access on mod_http_apiMickael Remond2016-03-291-35/+84
* Merge branch 'master' of github.com:processone/ejabberdMickael Remond2016-03-292-49/+46
|\
| * Move start and stop_modules/0 from ejabberd_app to gen_mod (#1039)Badlop2016-03-292-49/+46
* | Add basic test for command registrationMickael Remond2016-03-291-0/+57
|/
* Fix commands api optionMickael Remond2016-03-291-2/+2
* Fix commands access check.Mickael Remond2016-03-295-3/+15
|\
| * Pass noauth when auth isn't provided, reverts a1129dc (processone/ejabberd-co...Badlop2016-03-291-1/+1
| * In SQL files create Users table with SCRAM support by default (#956)Badlop2016-03-294-2/+14
* | Fix commands access check.Mickael Remond2016-03-291-3/+3
|/
* Merge branch 'master' of github.com:processone/ejabberdMickael Remond2016-03-294-17/+49
|\
| * Update MSSQL schemaEvgeniy Khramtsov2016-03-291-0/+0
| * Fix some LIMIT related problems with MSSQLEvgeniy Khramtsov2016-03-293-17/+49
* | Fix log printoutMickael Remond2016-03-291-3/+3
|/
* Use new fast_yamlMickael Remond2016-03-292-10/+11
* Merge pull request #1036 from processone/shared-roster-ldapMickaël Rémond2016-03-254-663/+372
|\
| * Fix issue getting shared rosterMickael Remond2016-03-251-662/+337
| * Proper naming for LDAP test function for shared rosterMickael Remond2016-03-251-2/+2
| * Switch back to proper log levelMickael Remond2016-03-251-1/+1
| * Add test to demonstrate issue to retrieve roster with mod_shared_roster_ldapMickael Remond2016-03-253-2/+36
* | Merge pull request #1024 from rbarlow/luerl_releaseEvgeny Khramtsov2016-03-251-2/+1
|\ \
| * | Use the v0.2 release of luerl instead of a commit.Randy Barlow2016-03-181-2/+1
* | | Merge pull request #684 from wcy123/masterEvgeny Khramtsov2016-03-251-1/+1
|\ \ \
| * | | bug fix: ejabberd:start_app need to pass Type to application:startwcy1232015-07-301-1/+1
* | | | Merge commit 'refs/pull/524/head' of github.com:processone/ejabberd into sasl...Evgeniy Khramtsov2016-03-2518-116/+157
|\ \ \ \
| * | | | Use SASL PLAIN authzid as client identity if auth module permits itBen Langfeld2015-05-0616-261/+306
| * | | | Remove commented codeBen Langfeld2015-05-061-4/+0
* | | | | Merge pull request #1035 from processone/modular-tests-runMickaël Rémond2016-03-243-35/+113
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Allow running test groups independentlyMickael Remond2016-03-243-35/+113
* | | | | Fix start via systemd (#978)Christophe Romain2016-03-241-1/+1
* | | | | Specify lacking nodename (thanks to hamano)(#1020)Christophe Romain2016-03-241-1/+1
|/ / / /
* | | | Enable Riak test suite on Travis-CIMickael Remond2016-03-231-6/+6
* | | | Fix is_connected/0 functionEvgeniy Khramtsov2016-03-221-2/+7
* | | | Keep alive Riak connections by defaultEvgeniy Khramtsov2016-03-222-1/+8
* | | | Fix a typo in travis.ymlEvgeniy Khramtsov2016-03-221-1/+1
* | | | Tell Travis not to fail if some tests are skippedEvgeniy Khramtsov2016-03-221-1/+2
* | | | Do not auto append IP suffix to usernames (#1008)Evgeniy Khramtsov2016-03-221-17/+1
* | | | Disable Riak test on Travis as they are too unpredictable on TravisMickael Remond2016-03-211-1/+9
* | | | Improve ban_account command to work with other DBs than Mnesia (#977)Badlop2016-03-211-15/+1
* | | | New command delete_mnesia deletes all tables that can be exportedBadlop2016-03-212-1/+38
* | | | Elixir test suite is already run with global CT run commandMickael Remond2016-03-211-1/+0
* | | | Merge pull request #1029 from processone/coverallsMickaël Rémond2016-03-214-2/+39
|\ \ \ \
| * | | | We do not have C code to cover, they are in dependencies.Mickael Remond2016-03-211-3/+2
| * | | | Add Coveralls supportMickael Remond2016-03-214-2/+40
|/ / / /
* | | | Use static key for mysql repoPaweł Chmielowski2016-03-212-1/+97
* | | | Attempting to use other keyserver, as we see failure from Travis fetchingMickael Remond2016-03-211-1/+1
* | | | Run basic Elixir unit testsMickael Remond2016-03-211-0/+1
* | | | Add simple Elixir unit test on jid:from_stringMickael Remond2016-03-212-3/+51