aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix hometree root check (#1070)Christophe Romain2016-04-191-1/+1
* | Specify type of second terminate/2 parameterHolger Weiss2016-04-192-2/+2
* | Use erlang 18.3 in travis testsPaweł Chmielowski2016-04-181-1/+1
* | Remove --auth in ejabberd_ctl.erl as it's useless, still useful for mod_restBadlop2016-04-152-4/+3
* | Clean mod_carboncopy.erl from DB specific codeEvgeniy Khramtsov2016-04-153-28/+89
* | Add mod_mam header fileEvgeniy Khramtsov2016-04-151-0/+15
* | Merge branch 'move-db-code'Evgeniy Khramtsov2016-04-1564-5185/+6527
|\ \
| * | Clean mod_mam.erl from DB specific codeEvgeniy Khramtsov2016-04-154-477/+561
| * | Clean mod_offline.erl from DB specific codeEvgeniy Khramtsov2016-04-154-764/+809
| * | Clean mod_blocking.erl from DB specific codeEvgeniy Khramtsov2016-04-144-207/+285
| * | Clean mod_privacy.erl from DB specific codeEvgeniy Khramtsov2016-04-144-675/+801
| * | Clean mod_irc.erl from DB specific codeEvgeniy Khramtsov2016-04-145-150/+250
| * | Clean mod_shared_roster.erl from DB specific codeEvgeniy Khramtsov2016-04-145-442/+581
| * | Clean mod_roster.erl from DB specific codeEvgeniy Khramtsov2016-04-144-587/+658
| * | Clean mod_muc.erl from DB specific codeEvgeniy Khramtsov2016-04-134-410/+519
| * | Clean mod_vcard.erl from DB specific codeEvgeniy Khramtsov2016-04-135-627/+711
| * | Clean mod_private.erl from DB specific codeEvgeniy Khramtsov2016-04-135-184/+298
| * | Clean mod_announce.erl from DB specific codeEvgeniy Khramtsov2016-04-135-288/+393
| * | Clean mod_caps.erl from DB specific codeEvgeniy Khramtsov2016-04-135-123/+203
| * | Clean mod_vcard_xupdate.erl from DB specific codeEvgeniy Khramtsov2016-04-135-122/+217
| * | Clean mod_last.erl from DB specific codeEvgeniy Khramtsov2016-04-135-128/+227
| * | Make it possible to get DB backend of a moduleEvgeniy Khramtsov2016-04-131-1/+14
* | | Add preliminary tests on ACL module and prepare clean-up / refactorMickaël Rémond2016-04-132-2/+162
|\ \ \ | |/ / |/| |
| * | Synchronizing master changesMickael Remond2016-04-1214-50/+194
| * | Allow testing user pattern directly in access rulesMickael Remond2016-04-082-1/+49
| * | Add TODO to improve ACLMickael Remond2016-04-081-2/+5
| * | Add tests on Access rules returning valuesMickael Remond2016-04-071-0/+14
| * | Add test when mixing ip / user rulesMickael Remond2016-04-071-1/+12
| * | IP based ACL / Access rules and sequential evaluation of rulesMickael Remond2016-04-071-1/+23
| * | Rebase masterMickael Remond2016-04-060-0/+0
| |\ \
| | * | Add initial basic ACL testMickael Remond2016-04-061-0/+42
| | * | Export add_access/3 to allow setting ACL outside of yaml config fileMickael Remond2016-04-061-0/+2
| * | | Variant for user ACL testMickael Remond2016-04-061-0/+11
| * | | Allow clearing all ACL and access rulesMickael Remond2016-04-061-2/+9
| * | | Add initial basic ACL testMickael Remond2016-04-061-0/+42
| * | | Export add_access/3 to allow setting ACL outside of yaml config fileMickael Remond2016-04-061-0/+2
* | | | 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
|/ / /