Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | 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 | |
| | | | | | ||||||
| | * | | | Add configurable weight for commands | Christophe Romain | 2016-11-15 | 1 | -3/+4 | |
| | | | | | ||||||
| | * | | | Fix tests that use #forwarded | Paweł Chmielowski | 2016-11-15 | 3 | -12/+28 | |
| | | | | | ||||||
| | * | | | Use new version of fast_xml | Paweł Chmielowski | 2016-11-15 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | 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 | 6 | -367/+8 | |
| | | | | | ||||||
| * | | | | Make common tests working again | Evgeniy Khramtsov | 2016-11-18 | 41 | -2519/+3116 | |
| |/ / / | ||||||
| * | | | Fix IQ result processing | Evgeniy Khramtsov | 2016-11-13 | 1 | -4/+12 | |
| | | | | ||||||
| * | | | Add some copyright notices | Evgeniy Khramtsov | 2016-11-13 | 2 | -10/+48 | |
| | | | | ||||||
| * | | | Make xref working again if elixir is disabled | Evgeniy Khramtsov | 2016-11-13 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | 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 | 8 | -64/+66 | |
| | | | | ||||||
| * | | | Remove unused header file | Evgeniy Khramtsov | 2016-11-13 | 1 | -20/+0 | |
| | | | | ||||||
| * | | | 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 | 18 | -164/+230 | |
| | | | | ||||||
| * | | | 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 | 124 | -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 storage | Evgeniy Khramtsov | 2016-11-08 | 8 | -268/+571 | |
| | | | | | ||||||
| * | | | | 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 | 5 | -361/+728 | |
| | | | | | | ||||||
| * | | | | | Use base64:mime_decode/1 for SASL packets | Evgeniy Khramtsov | 2016-10-22 | 2 | -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 command | Evgeniy Khramtsov | 2016-10-22 | 11 | -596/+1509 | |
| | | | | | ||||||
| * | | | | Add more MUC tests | Evgeniy Khramtsov | 2016-10-17 | 9 | -730/+2463 | |
| | | | | | ||||||
| * | | | | Update riakc to support r19 | Christophe Romain | 2016-10-10 | 1 | -6/+1 | |
| | | | | | ||||||
| * | | | | 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 | 58 | -1254/+8719 | |
| | | | | | ||||||
| * | | | | 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 | |
| | | | | | ||||||
| * | | | | Text legacy IQ handler support | Evgeniy Khramtsov | 2016-09-25 | 3 | -0/+42 | |
| | | | | | ||||||
| * | | | | Test anonymous auth | Evgeniy Khramtsov | 2016-09-25 | 7 | -32/+56 | |
| | | | | | ||||||
| * | | | | Get rid of compile warnings in test suite | Evgeniy Khramtsov | 2016-09-25 | 1 | -31/+35 | |
| | | | | | ||||||
| * | | | | Deprecate jlib:integer_to_binary/1 and jlib:binary_to_integer/1 | Evgeniy Khramtsov | 2016-09-24 | 32 | -71/+73 | |
| | | | | | ||||||
| * | | | | Improve namespace handling | Evgeniy Khramtsov | 2016-09-24 | 19 | -3965/+8568 | |
| | | | | | ||||||
| * | | | | Add tests for s2s code | Evgeniy Khramtsov | 2016-09-23 | 19 | -236/+917 | |
| | | | | | ||||||
| * | | | | Add tests for external component | Evgeniy Khramtsov | 2016-09-21 | 5 | -47/+154 | |
| | | | | | ||||||
| * | | | | Add more tests for C2S | Evgeniy Khramtsov | 2016-09-20 | 4 | -84/+326 | |
| | | | | | ||||||
| * | | | | Fix dialyzer warnings for mod_mam | Evgeniy Khramtsov | 2016-09-13 | 3 | -8/+5 | |
| | | | | | ||||||
| * | | | | Make common tests working again | Evgeniy Khramtsov | 2016-09-13 | 24 | -411/+410 | |
| | | | | | ||||||
| * | | | | Rename #error{} record to #stanza_error{} | Evgeniy Khramtsov | 2016-09-08 | 25 | -199/+201 | |
| | | | | | ||||||
| * | | | | Improve pubsub code | Evgeniy Khramtsov | 2016-09-08 | 14 | -424/+257 | |
| | | | | | ||||||
| * | | | | Rewrite mod_pubsub to use XML codec | Evgeniy Khramtsov | 2016-08-30 | 10 | -2946/+5401 | |
| | | | | | ||||||
| * | | | | Add more type specs | Evgeniy Khramtsov | 2016-08-12 | 13 | -7/+64 | |
| | | | | | ||||||
| * | | | | Improve some type specs | Evgeniy Khramtsov | 2016-08-09 | 47 | -261/+437 | |
| | | | | |