aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Cosmetic validator changesChristophe Romain2016-11-152-10/+5
| | | | |
| | * | | Add missing verbs for RESTfull operationChristophe Romain2016-11-151-11/+22
| | | | |
| | * | | apply string optimizationsChristophe Romain2016-11-151-4/+7
| | | | |
| | * | | Add configurable weight for commandsChristophe Romain2016-11-151-3/+4
| | | | |
| | * | | Fix tests that use #forwardedPaweł Chmielowski2016-11-153-12/+28
| | | | |
| | * | | Use new version of fast_xmlPaweł Chmielowski2016-11-151-1/+1
| | | | |
| | * | | Fix types in check_password_hashPaweł Chmielowski2016-11-151-2/+2
| | | | |
| | * | | Make string args in http_api be list stringsPaweł Chmielowski2016-11-151-4/+4
| | | | |
| | * | | Use p1_http from p1_utils 1.0.6Christophe Romain2016-11-146-367/+8
| | | | |
| * | | | Make common tests working againEvgeniy Khramtsov2016-11-1841-2519/+3116
| |/ / /
| * | | Fix IQ result processingEvgeniy Khramtsov2016-11-131-4/+12
| | | |
| * | | Add some copyright noticesEvgeniy Khramtsov2016-11-132-10/+48
| | | |
| * | | Make xref working again if elixir is disabledEvgeniy Khramtsov2016-11-131-1/+1
| | | |
| * | | Add more control for decoding IQ payloadsEvgeniy Khramtsov2016-11-134-14/+20
| | | |
| * | | Don't auto-decode forwarded payloadEvgeniy Khramtsov2016-11-138-64/+66
| | | |
| * | | Remove unused header fileEvgeniy Khramtsov2016-11-131-20/+0
| | | |
| * | | Don't use jlib.hrl outside of jlib.erlEvgeniy Khramtsov2016-11-133-3/+2
| | | |
| * | | Deprecate most of the functions from jlib.erlEvgeniy Khramtsov2016-11-1318-164/+230
| | | |
| * | | Uncomment forgotten block of codeEvgeniy Khramtsov2016-11-121-31/+22
| | | |
| * | | Revert "Support to provide password when subscribing to a room (#1306)"Evgeniy Khramtsov2016-11-121-7/+1
| | | | | | | | | | | | | | | | This reverts commit 566ac872fe396a6d41296d9cfbc6ed5859a0eeed.
| * | | Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-121-1/+7
| |\ \ \
| | * | | Support to provide password when subscribing to a room (#1306)Badlop2016-11-101-1/+7
| | | | |
| * | | | Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-12124-1323/+7129
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/adhoc.erl src/cyrsasl_oauth.erl src/ejabberd_c2s.erl src/ejabberd_config.erl src/ejabberd_service.erl src/gen_mod.erl src/mod_admin_extra.erl src/mod_announce.erl src/mod_carboncopy.erl src/mod_client_state.erl src/mod_configure.erl src/mod_echo.erl src/mod_mam.erl src/mod_muc.erl src/mod_muc_room.erl src/mod_offline.erl src/mod_pubsub.erl src/mod_stats.erl src/node_flat_sql.erl src/randoms.erl
| * | | | Add more tests for offline storageEvgeniy Khramtsov2016-11-088-268/+571
| | | | |
| * | | | Merge branch 'xml-ng' of github.com:processone/ejabberd into xml-ngEvgeniy Khramtsov2016-11-071-8/+8
| |\ \ \ \
| | * | | | mod_mam: Use user JID for stanza ID 'by' attributeHolger Weiss2016-11-011-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the user (or room) JID instead of the server JID for the 'by' attribute of <stanza-id/> and <archived/> tags. That's what the examples in XEP-0313 v0.2 and XEP-0359 v0.3.0 suggest.
| * | | | | Add roster testsEvgeniy Khramtsov2016-11-075-361/+728
| | | | | |
| * | | | | Use base64:mime_decode/1 for SASL packetsEvgeniy Khramtsov2016-10-222-8/+9
| |/ / / / | | | | | | | | | | | | | | | | | | | | It will be now possible to accept SASL packets with only single '=' character set as required by RFC6120
| * | | | Add more tests for privacy lists and blocking commandEvgeniy Khramtsov2016-10-2211-596/+1509
| | | | |
| * | | | Add more MUC testsEvgeniy Khramtsov2016-10-179-730/+2463
| | | | |
| * | | | Update riakc to support r19Christophe Romain2016-10-101-6/+1
| | | | |
| * | | | Create room on configuration request as per XEP-0045, 10.1.3Evgeniy Khramtsov2016-10-101-3/+14
| | | | |
| * | | | Add xdata generator and make some code using itEvgeniy Khramtsov2016-10-0758-1254/+8719
| | | | |
| * | | | PubSub: creation jid must be bare jidChristophe Romain2016-09-301-1/+1
| | | | |
| * | | | PubSub: fix error type on item deletion with insufficient priviledgeChristophe Romain2016-09-302-10/+10
| | | | |
| * | | | Text legacy IQ handler supportEvgeniy Khramtsov2016-09-253-0/+42
| | | | |
| * | | | Test anonymous authEvgeniy Khramtsov2016-09-257-32/+56
| | | | |
| * | | | Get rid of compile warnings in test suiteEvgeniy Khramtsov2016-09-251-31/+35
| | | | |
| * | | | Deprecate jlib:integer_to_binary/1 and jlib:binary_to_integer/1Evgeniy Khramtsov2016-09-2432-71/+73
| | | | |
| * | | | Improve namespace handlingEvgeniy Khramtsov2016-09-2419-3965/+8568
| | | | |
| * | | | Add tests for s2s codeEvgeniy Khramtsov2016-09-2319-236/+917
| | | | |
| * | | | Add tests for external componentEvgeniy Khramtsov2016-09-215-47/+154
| | | | |
| * | | | Add more tests for C2SEvgeniy Khramtsov2016-09-204-84/+326
| | | | |
| * | | | Fix dialyzer warnings for mod_mamEvgeniy Khramtsov2016-09-133-8/+5
| | | | |
| * | | | Make common tests working againEvgeniy Khramtsov2016-09-1324-411/+410
| | | | |
| * | | | Rename #error{} record to #stanza_error{}Evgeniy Khramtsov2016-09-0825-199/+201
| | | | |
| * | | | Improve pubsub codeEvgeniy Khramtsov2016-09-0814-424/+257
| | | | |
| * | | | Rewrite mod_pubsub to use XML codecEvgeniy Khramtsov2016-08-3010-2946/+5401
| | | | |
| * | | | Add more type specsEvgeniy Khramtsov2016-08-1213-7/+64
| | | | |
| * | | | Improve some type specsEvgeniy Khramtsov2016-08-0947-261/+437
| | | | |