]> granicus.if.org Git - ejabberd/shortlog
ejabberd
2016-04-13 Evgeniy KhramtsovClean mod_private.erl from DB specific code
2016-04-13 Evgeniy KhramtsovClean mod_announce.erl from DB specific code
2016-04-13 Evgeniy KhramtsovClean mod_caps.erl from DB specific code
2016-04-13 Evgeniy KhramtsovClean mod_vcard_xupdate.erl from DB specific code
2016-04-13 Evgeniy KhramtsovClean mod_last.erl from DB specific code
2016-04-13 Evgeniy KhramtsovMake it possible to get DB backend of a module
2016-04-12 Mickael RemondFix typo in error message
2016-04-11 Holger WeissDisable TLS compression for s2s by default
2016-04-11 Badlopprocess2/2 is needed by mod_rest to provide its own...
2016-04-11 BadlopUpdate check_password tests are the command now is...
2016-04-11 badlopMerge pull request #1064 from sezuan/fix_check_password
2016-04-10 Matthias RieberFix check_password
2016-04-08 Paweł ChmielowskiSwitch to varchar(64) in mysql user.server/salt as...
2016-04-08 Evgeniy Khramtsov'serverkey' and 'salt' should have empty string as...
2016-04-08 Paweł ChmielowskiMake sure that ejabberd_sm sid are unique
2016-04-08 Evgeniy KhramtsovSend stream trailer at the very end
2016-04-07 Paweł ChmielowskiGenerate shorted jid for anonymous connections
2016-04-07 Paweł ChmielowskiAdd tests for anonymous and digest-md5 auth
2016-04-07 Paweł ChmielowskiStart of tests for cyrsasl module
2016-04-07 Paweł ChmielowskiFix anonymous auth
2016-04-06 Mickael RemondStringprep can already be started, do not check result
2016-04-06 Mickael RemondMerge branch 'master' of github.com:processone/ejabberd
2016-04-06 Mickael RemondLog Elixir test result for investigation and include...
2016-04-06 BadlopTweak srg_get_info result formatting (#1048)
2016-04-06 Mickael RemondBetter error message in logs
2016-04-06 Mickael RemondFix error message paramater formatting
2016-04-06 Mickael RemondMerge branch 'master' of github.com:processone/ejabberd
2016-04-06 Mickael RemondNow we need to start stringprep before config
2016-04-06 badlopMerge pull request #1051 from genric/patch-1
2016-04-06 badlopMerge pull request #1052 from genric/patch-2
2016-04-06 Mickael RemondMerge branch 'master' of github.com:processone/ejabberd
2016-04-06 Mickael RemondWe need to set hosts in options to be able to retrieve...
2016-04-06 Mickaël RémondMerge pull request #1054 from richp10/master
2016-04-06 richp10upgrade stringprep to 1.03
2016-04-05 genricFix mod_muc_admin:get_room_options
2016-04-05 Evgeniy KhramtsovMerge branch 'add-error-reason'
2016-04-05 Evgeniy KhramtsovReplace more ?ERR_* macros with ?ERRT_*
2016-04-04 genricFix mod_muc_admin:set_room_affiliation
2016-04-01 Mickaël RémondMerge pull request #1046 from processone/commands-update
2016-04-01 Mickael RemondApply fixes and remove tests for missing methods
2016-04-01 Mickael RemondDo not use underscore variable
2016-04-01 Mickael RemondRollback mod_admin_extra
2016-04-01 Mickael RemondFix merge issues
2016-04-01 Mickael RemondFix tests, they are now running fine locally
2016-04-01 Mickael RemondAdd logger macro to help troubleshooting Elixir tests
2016-03-31 Mickael RemondPort mod_admin_extra test to work with new API
2016-03-31 Mickael RemondFix failing tests
2016-03-31 Mickael RemondForce protobuffs version to be able to use new meck...
2016-03-31 Mickael RemondMerge lastest commits from master
2016-03-31 Mickael RemondTry keeping names of test same as master to limit merge...
2016-03-31 Mickael RemondAdd test file whose name was conflicting during merge
2016-03-31 Mickael RemondUse version of moka that do not depend on proper
2016-03-31 Mickael RemondRename conflicting test file after merge
2016-03-31 Alexey ShchepinCommands refactor, first pass.
2016-03-31 Mickael RemondTest / Document ejabberd_commands checks
2016-03-31 Mickael RemondCheck that various type of commands are properly reject...
2016-03-31 Mickaël RémondMerge pull request #1044 from processone/http-api
2016-03-31 Evgeniy KhramtsovReplace some ?ERR_* macros with ?ERRT_*
2016-03-30 Mickael Remondmix version updated for 16.03 release
2016-03-30 Mickael RemondFix Dialyzer inconsistency
2016-03-30 Paweł ChmielowskiProvide authzid in scream response 16.03
2016-03-30 Mickael RemondBetter error report when command is not exposed through API
2016-03-30 Mickael RemondReturns unauthorized error when we do not have correct...
2016-03-30 Mickael RemondHTTP ReST API now supports 'open' ejabberd commands
2016-03-30 Mickael RemondSupport flagging so Elixir tests as pending
2016-03-29 Holger WeissTravis CI: Cosmetic changes to Riak setup commands
2016-03-29 Holger WeissTravis CI: Revert to checking for skipped tests
2016-03-29 Mickael RemondAdds support for option admin_ip_access on mod_http_api
2016-03-29 Mickael RemondMerge branch 'master' of github.com:processone/ejabberd
2016-03-29 Mickael RemondAdd basic test for command registration
2016-03-29 BadlopMove start and stop_modules/0 from ejabberd_app to...
2016-03-29 Mickael RemondFix commands api option
2016-03-29 Mickael RemondFix commands access check.
2016-03-29 Mickael RemondFix commands access check.
2016-03-29 BadlopPass noauth when auth isn't provided, reverts a1129dc...
2016-03-29 BadlopIn SQL files create Users table with SCRAM support...
2016-03-29 Mickael RemondMerge branch 'master' of github.com:processone/ejabberd
2016-03-29 Mickael RemondFix log printout
2016-03-29 Evgeniy KhramtsovUpdate MSSQL schema
2016-03-29 Evgeniy KhramtsovFix some LIMIT related problems with MSSQL
2016-03-29 Mickael RemondUse new fast_yaml
2016-03-25 Mickaël RémondMerge pull request #1036 from processone/shared-roster...
2016-03-25 Evgeny KhramtsovMerge pull request #1024 from rbarlow/luerl_release
2016-03-25 Evgeny KhramtsovMerge pull request #684 from wcy123/master
2016-03-25 Mickael RemondFix issue getting shared roster
2016-03-25 Mickael RemondProper naming for LDAP test function for shared roster
2016-03-25 Mickael RemondSwitch back to proper log level
2016-03-25 Mickael RemondAdd test to demonstrate issue to retrieve roster with...
2016-03-25 Evgeniy KhramtsovMerge commit 'refs/pull/524/head' of github.com:process...
2016-03-24 Mickaël RémondMerge pull request #1035 from processone/modular-tests-run
2016-03-24 Christophe... Fix start via systemd (#978)
2016-03-24 Christophe... Specify lacking nodename (thanks to hamano)(#1020)
2016-03-24 Mickael RemondAllow running test groups independently
2016-03-23 Mickael RemondEnable Riak test suite on Travis-CI
2016-03-22 Evgeniy KhramtsovFix is_connected/0 function
2016-03-22 Evgeniy KhramtsovKeep alive Riak connections by default
2016-03-22 Evgeniy KhramtsovFix a typo in travis.yml
2016-03-22 Evgeniy KhramtsovTell Travis not to fail if some tests are skipped
2016-03-22 Evgeniy KhramtsovDo not auto append IP suffix to usernames (#1008)
2016-03-21 Mickael RemondDisable Riak test on Travis as they are too unpredictab...
next