Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge branch 'master' of github.com:processone/ejabberd | Evgeniy Khramtsov | 2016-11-18 | 18 | -436/+122 | |
| |\ | | | | | | | | | | | | | Conflicts: test/ejabberd_SUITE.erl | |||||
| | * | Add auth to mod_http_fileserver | Paweł Chmielowski | 2016-11-17 | 1 | -26/+62 | |
| | | | ||||||
| | * | Fix typo | Christophe Romain | 2016-11-16 | 1 | -1/+1 | |
| | | | ||||||
| | * | Ensure that presence_broadcast room option is stored (#1380) | Badlop | 2016-11-16 | 1 | -0/+1 | |
| | | | ||||||
| | * | Handle correctly p1_http:request result | Badlop | 2016-11-16 | 1 | -2/+2 | |
| | | | ||||||
| | * | Minor cosmetic changes on pubsub code | Christophe Romain | 2016-11-15 | 5 | -10/+9 | |
| | | | ||||||
| | * | Cosmetic validator changes | Christophe Romain | 2016-11-15 | 2 | -10/+5 | |
| | | | ||||||
| | * | Add missing verbs for RESTfull operation | Christophe Romain | 2016-11-15 | 1 | -11/+22 | |
| | | | ||||||
| | * | apply string optimizations | Christophe Romain | 2016-11-15 | 1 | -4/+7 | |
| | | | ||||||
| | * | Fix types in check_password_hash | Paweł Chmielowski | 2016-11-15 | 1 | -2/+2 | |
| | | | ||||||
| | * | Make string args in http_api be list strings | Paweł Chmielowski | 2016-11-15 | 1 | -4/+4 | |
| | | | ||||||
| | * | Use p1_http from p1_utils 1.0.6 | Christophe Romain | 2016-11-14 | 5 | -366/+7 | |
| | | | ||||||
| * | | Make common tests working again | Evgeniy Khramtsov | 2016-11-18 | 21 | -138/+360 | |
| |/ | ||||||
| * | Fix IQ result processing | Evgeniy Khramtsov | 2016-11-13 | 1 | -4/+12 | |
| | | ||||||
| * | Add some copyright notices | Evgeniy Khramtsov | 2016-11-13 | 2 | -10/+48 | |
| | | ||||||
| * | Add more control for decoding IQ payloads | Evgeniy Khramtsov | 2016-11-13 | 4 | -14/+20 | |
| | | ||||||
| * | Don't auto-decode forwarded payload | Evgeniy Khramtsov | 2016-11-13 | 6 | -62/+64 | |
| | | ||||||
| * | Don't use jlib.hrl outside of jlib.erl | Evgeniy Khramtsov | 2016-11-13 | 3 | -3/+2 | |
| | | ||||||
| * | Deprecate most of the functions from jlib.erl | Evgeniy Khramtsov | 2016-11-13 | 17 | -162/+228 | |
| | | ||||||
| * | Uncomment forgotten block of code | Evgeniy Khramtsov | 2016-11-12 | 1 | -31/+22 | |
| | | ||||||
| * | Revert "Support to provide password when subscribing to a room (#1306)" | Evgeniy Khramtsov | 2016-11-12 | 1 | -7/+1 | |
| | | | | | | | | This reverts commit 566ac872fe396a6d41296d9cfbc6ed5859a0eeed. | |||||
| * | Merge branch 'master' into xml-ng | Evgeniy Khramtsov | 2016-11-12 | 1 | -1/+7 | |
| |\ | ||||||
| | * | Support to provide password when subscribing to a room (#1306) | Badlop | 2016-11-10 | 1 | -1/+7 | |
| | | | ||||||
| * | | Merge branch 'master' into xml-ng | Evgeniy Khramtsov | 2016-11-12 | 67 | -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 storage | Evgeniy Khramtsov | 2016-11-08 | 4 | -63/+82 | |
| | | | ||||||
| * | | Merge branch 'xml-ng' of github.com:processone/ejabberd into xml-ng | Evgeniy Khramtsov | 2016-11-07 | 1 | -8/+8 | |
| |\ \ | ||||||
| | * | | mod_mam: Use user JID for stanza ID 'by' attribute | Holger Weiss | 2016-11-01 | 1 | -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 tests | Evgeniy Khramtsov | 2016-11-07 | 2 | -159/+150 | |
| | | | | ||||||
| * | | | Use base64:mime_decode/1 for SASL packets | Evgeniy Khramtsov | 2016-10-22 | 1 | -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 command | Evgeniy Khramtsov | 2016-10-22 | 7 | -136/+144 | |
| | | | ||||||
| * | | Add more MUC tests | Evgeniy Khramtsov | 2016-10-17 | 5 | -338/+316 | |
| | | | ||||||
| * | | Create room on configuration request as per XEP-0045, 10.1.3 | Evgeniy Khramtsov | 2016-10-10 | 1 | -3/+14 | |
| | | | ||||||
| * | | Add xdata generator and make some code using it | Evgeniy Khramtsov | 2016-10-07 | 22 | -1116/+6962 | |
| | | | ||||||
| * | | PubSub: creation jid must be bare jid | Christophe Romain | 2016-09-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | PubSub: fix error type on item deletion with insufficient priviledge | Christophe Romain | 2016-09-30 | 2 | -10/+10 | |
| | | | ||||||
| * | | Test anonymous auth | Evgeniy Khramtsov | 2016-09-25 | 2 | -4/+7 | |
| | | | ||||||
| * | | Deprecate jlib:integer_to_binary/1 and jlib:binary_to_integer/1 | Evgeniy Khramtsov | 2016-09-24 | 31 | -69/+71 | |
| | | | ||||||
| * | | Improve namespace handling | Evgeniy Khramtsov | 2016-09-24 | 15 | -3893/+8493 | |
| | | | ||||||
| * | | Add tests for s2s code | Evgeniy Khramtsov | 2016-09-23 | 6 | -115/+157 | |
| | | | ||||||
| * | | Add tests for external component | Evgeniy Khramtsov | 2016-09-21 | 2 | -16/+15 | |
| | | | ||||||
| * | | Add more tests for C2S | Evgeniy Khramtsov | 2016-09-20 | 1 | -15/+11 | |
| | | | ||||||
| * | | Fix dialyzer warnings for mod_mam | Evgeniy Khramtsov | 2016-09-13 | 2 | -7/+4 | |
| | | | ||||||
| * | | Make common tests working again | Evgeniy Khramtsov | 2016-09-13 | 19 | -186/+192 | |
| | | | ||||||
| * | | Rename #error{} record to #stanza_error{} | Evgeniy Khramtsov | 2016-09-08 | 23 | -190/+192 | |
| | | | ||||||
| * | | Improve pubsub code | Evgeniy Khramtsov | 2016-09-08 | 12 | -382/+215 | |
| | | | ||||||
| * | | Rewrite mod_pubsub to use XML codec | Evgeniy Khramtsov | 2016-08-30 | 8 | -2811/+4907 | |
| | | | ||||||
| * | | Add more type specs | Evgeniy Khramtsov | 2016-08-12 | 13 | -7/+64 | |
| | | | ||||||
| * | | Improve some type specs | Evgeniy Khramtsov | 2016-08-09 | 44 | -250/+417 | |
| | | | ||||||
| * | | Change code to reflect recent changes in fxml_gen | Evgeniy Khramtsov | 2016-08-05 | 19 | -811/+596 | |
| | | | ||||||
| * | | Delete mod_configure2 | Evgeniy Khramtsov | 2016-08-04 | 1 | -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). |