aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in error messageMickael Remond2016-04-121-1/+1
* Disable TLS compression for s2s by defaultHolger Weiss2016-04-112-2/+2
* process2/2 is needed by mod_rest to provide its own AccessCommandsBadlop2016-04-111-1/+5
* Update check_password tests are the command now is fixedBadlop2016-04-111-6/+6
* Merge pull request #1064 from sezuan/fix_check_passwordbadlop2016-04-111-2/+5
|\
| * Fix check_passwordMatthias Rieber2016-04-101-2/+5
|/
* Switch to varchar(64) in mysql user.server/salt as text can't have default va...Paweł Chmielowski2016-04-081-4/+4
* 'serverkey' and 'salt' should have empty string as defaultEvgeniy Khramtsov2016-04-081-2/+2
* Make sure that ejabberd_sm sid are uniquePaweł Chmielowski2016-04-084-4/+8
* Send stream trailer at the very endEvgeniy Khramtsov2016-04-081-25/+6
* Generate shorted jid for anonymous connectionsPaweł Chmielowski2016-04-071-2/+1
* Add tests for anonymous and digest-md5 authPaweł Chmielowski2016-04-071-3/+65
* Start of tests for cyrsasl modulePaweł Chmielowski2016-04-071-0/+91
* Fix anonymous authPaweł Chmielowski2016-04-071-1/+1
* Stringprep can already be started, do not check resultMickael Remond2016-04-061-1/+1
* Merge branch 'master' of github.com:processone/ejabberdMickael Remond2016-04-061-2/+1
|\
| * Tweak srg_get_info result formatting (#1048)Badlop2016-04-061-2/+1
* | Log Elixir test result for investigation and include this log file in travis ...Mickael Remond2016-04-063-4/+136
|/
* Better error message in logsMickael Remond2016-04-061-1/+1
* Fix error message paramater formattingMickael Remond2016-04-061-2/+2
* Merge branch 'master' of github.com:processone/ejabberdMickael Remond2016-04-061-2/+15
|\
| * Merge pull request #1051 from genric/patch-1badlop2016-04-061-0/+9
| |\
| | * Fix mod_muc_admin:set_room_affiliationgenric2016-04-041-0/+9
| * | Merge pull request #1052 from genric/patch-2badlop2016-04-061-2/+6
| |\ \
| | * | Fix mod_muc_admin:get_room_optionsgenric2016-04-051-2/+6
* | | | Now we need to start stringprep before configMickael Remond2016-04-061-0/+5
|/ / /
* | | Merge branch 'master' of github.com:processone/ejabberdMickael Remond2016-04-061-1/+1
|\ \ \
| * \ \ Merge pull request #1054 from richp10/masterMickaël Rémond2016-04-061-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | upgrade stringprep to 1.03richp102016-04-061-1/+1
| |/ /
* / / We need to set hosts in options to be able to retrieve 'MYHOSTS'Mickael Remond2016-04-061-1/+1
|/ /
* | Merge branch 'add-error-reason'Evgeniy Khramtsov2016-04-0542-621/+1021
|\ \ | |/ |/|
| * Replace more ?ERR_* macros with ?ERRT_*Evgeniy Khramtsov2016-04-0510-382/+649
| * Replace some ?ERR_* macros with ?ERRT_*Evgeniy Khramtsov2016-03-3133-242/+375
* | Merge pull request #1046 from processone/commands-updateMickaël Rémond2016-04-0120-244/+2091
|\ \
| * | Apply fixes and remove tests for missing methodsMickael Remond2016-04-012-363/+32
| * | Do not use underscore variableMickael Remond2016-04-011-2/+2
| * | Rollback mod_admin_extraMickael Remond2016-04-011-730/+145
| * | Fix merge issuesMickael Remond2016-04-012-4/+0
| * | Fix tests, they are now running fine locallyMickael Remond2016-04-016-40/+80
| * | Add logger macro to help troubleshooting Elixir testsMickael Remond2016-04-012-0/+40
| * | Port mod_admin_extra test to work with new APIMickael Remond2016-03-315-30/+86
| * | Fix failing testsMickael Remond2016-03-313-7/+7
| * | Force protobuffs version to be able to use new meck releaseMickael Remond2016-03-311-5/+9
| * | Merge lastest commits from masterMickael Remond2016-03-315-17/+44
| |\ \ | |/ / |/| |
* | | Test / Document ejabberd_commands checksMickael Remond2016-03-311-1/+21
* | | Check that various type of commands are properly rejected without authMickael Remond2016-03-311-18/+26
* | | Merge pull request #1044 from processone/http-apiMickaël Rémond2016-03-317-10/+126
|\ \ \
| * | | Fix Dialyzer inconsistencyMickael Remond2016-03-302-2/+2
| * | | Better error report when command is not exposed through APIMickael Remond2016-03-302-1/+11
| * | | Returns unauthorized error when we do not have correct credentialsMickael Remond2016-03-302-2/+3