]> granicus.if.org Git - ejabberd/shortlog
ejabberd
2016-04-15 Evgeniy KhramtsovAdd mod_mam header file
2016-04-15 Evgeniy KhramtsovMerge branch 'move-db-code'
2016-04-15 Evgeniy KhramtsovClean mod_mam.erl from DB specific code
2016-04-15 Evgeniy KhramtsovClean mod_offline.erl from DB specific code
2016-04-14 Evgeniy KhramtsovClean mod_blocking.erl from DB specific code
2016-04-14 Evgeniy KhramtsovClean mod_privacy.erl from DB specific code
2016-04-14 Evgeniy KhramtsovClean mod_irc.erl from DB specific code
2016-04-14 Evgeniy KhramtsovClean mod_shared_roster.erl from DB specific code
2016-04-14 Evgeniy KhramtsovClean mod_roster.erl from DB specific code
2016-04-13 Evgeniy KhramtsovClean mod_muc.erl from DB specific code
2016-04-13 Evgeniy KhramtsovClean mod_vcard.erl from DB specific code
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 Mickaël RémondAdd preliminary tests on ACL module and prepare clean...
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 RemondSynchronizing master changes
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 Mickael RemondAllow testing user pattern directly in access rules
2016-04-08 Paweł ChmielowskiSwitch to varchar(64) in mysql user.server/salt as...
2016-04-08 Mickael RemondAdd TODO to improve ACL
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 Mickael RemondAdd tests on Access rules returning values
2016-04-07 Mickael RemondAdd test when mixing ip / user rules
2016-04-07 Paweł ChmielowskiStart of tests for cyrsasl module
2016-04-07 Mickael RemondIP based ACL / Access rules and sequential evaluation...
2016-04-07 Paweł ChmielowskiFix anonymous auth
2016-04-06 Mickael RemondRebase master
2016-04-06 Mickael RemondVariant for user ACL test
2016-04-06 Mickael RemondAllow clearing all ACL and access rules
2016-04-06 Mickael RemondAdd initial basic ACL test
2016-04-06 Mickael RemondExport add_access/3 to allow setting ACL outside of...
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 RemondAdd initial basic ACL test
2016-04-06 Mickael RemondExport add_access/3 to allow setting ACL outside of...
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...
next