aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge branch 'master' of github.com:processone/ejabberdEvgeniy Khramtsov2016-11-1818-436/+122
| |\ | | | | | | | | | | | | Conflicts: test/ejabberd_SUITE.erl
| | * Add auth to mod_http_fileserverPaweł Chmielowski2016-11-171-26/+62
| | |
| | * Fix typoChristophe Romain2016-11-161-1/+1
| | |
| | * Ensure that presence_broadcast room option is stored (#1380)Badlop2016-11-161-0/+1
| | |
| | * Handle correctly p1_http:request resultBadlop2016-11-161-2/+2
| | |
| | * Minor cosmetic changes on pubsub codeChristophe Romain2016-11-155-10/+9
| | |
| | * 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
| | |
| | * 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-145-366/+7
| | |
| * | Make common tests working againEvgeniy Khramtsov2016-11-1821-138/+360
| |/
| * Fix IQ result processingEvgeniy Khramtsov2016-11-131-4/+12
| |
| * Add some copyright noticesEvgeniy Khramtsov2016-11-132-10/+48
| |
| * Add more control for decoding IQ payloadsEvgeniy Khramtsov2016-11-134-14/+20
| |
| * Don't auto-decode forwarded payloadEvgeniy Khramtsov2016-11-136-62/+64
| |
| * Don't use jlib.hrl outside of jlib.erlEvgeniy Khramtsov2016-11-133-3/+2
| |
| * Deprecate most of the functions from jlib.erlEvgeniy Khramtsov2016-11-1317-162/+228
| |
| * 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-1267-1198/+4687
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-084-63/+82
| | |
| * | 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-072-159/+150
| | | |
| * | | Use base64:mime_decode/1 for SASL packetsEvgeniy Khramtsov2016-10-221-4/+4
| |/ / | | | | | | | | | | | | 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-227-136/+144
| | |
| * | Add more MUC testsEvgeniy Khramtsov2016-10-175-338/+316
| | |
| * | 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-0722-1116/+6962
| | |
| * | 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
| | |
| * | Test anonymous authEvgeniy Khramtsov2016-09-252-4/+7
| | |
| * | Deprecate jlib:integer_to_binary/1 and jlib:binary_to_integer/1Evgeniy Khramtsov2016-09-2431-69/+71
| | |
| * | Improve namespace handlingEvgeniy Khramtsov2016-09-2415-3893/+8493
| | |
| * | Add tests for s2s codeEvgeniy Khramtsov2016-09-236-115/+157
| | |
| * | Add tests for external componentEvgeniy Khramtsov2016-09-212-16/+15
| | |
| * | Add more tests for C2SEvgeniy Khramtsov2016-09-201-15/+11
| | |
| * | Fix dialyzer warnings for mod_mamEvgeniy Khramtsov2016-09-132-7/+4
| | |
| * | Make common tests working againEvgeniy Khramtsov2016-09-1319-186/+192
| | |
| * | Rename #error{} record to #stanza_error{}Evgeniy Khramtsov2016-09-0823-190/+192
| | |
| * | Improve pubsub codeEvgeniy Khramtsov2016-09-0812-382/+215
| | |
| * | Rewrite mod_pubsub to use XML codecEvgeniy Khramtsov2016-08-308-2811/+4907
| | |
| * | Add more type specsEvgeniy Khramtsov2016-08-1213-7/+64
| | |
| * | Improve some type specsEvgeniy Khramtsov2016-08-0944-250/+417
| | |
| * | Change code to reflect recent changes in fxml_genEvgeniy Khramtsov2016-08-0519-811/+596
| | |
| * | Delete mod_configure2Evgeniy Khramtsov2016-08-041-223/+0
| | | | | | | | | | | | | | | | | | The module doesn't work properly for many years and nobody reported this, which means nobody is using it. Also, mod_configure does the same (and more) in a standard compliant way (XEP-0133).