Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add WebSockets support to mod_mqtt | Evgeny Khramtsov | 2019-04-23 | 3 | -2/+178 |
| | | | | | | | | | | | | | | | | Example configuration: listen: ... - port: 5280 module: ejabberd_http request_handlers: "/mqtt": mod_mqtt modules: ... mod_mqtt: {} | ||||
* | Fix handling of list arguments on pgsql | Paweł Chmielowski | 2019-04-23 | 2 | -19/+80 |
| | |||||
* | Support other socket modules for MQTT | Evgeny Khramtsov | 2019-04-23 | 1 | -6/+14 |
| | |||||
* | Move websocket options | Evgeny Khramtsov | 2019-04-23 | 2 | -14/+22 |
| | |||||
* | Improve request_handlers validator | Evgeny Khramtsov | 2019-04-23 | 1 | -9/+23 |
| | |||||
* | Correctly support cache tags in ejabberd_auth | Evgeny Khramtsov | 2019-04-19 | 1 | -5/+8 |
| | |||||
* | Allow returning HTTP headers in REST responses | Evgeny Khramtsov | 2019-04-19 | 1 | -19/+25 |
| | |||||
* | Use new ets_cache api in ejabberd_auth | Evgeny Khramtsov | 2019-04-19 | 1 | -8/+9 |
| | |||||
* | Add hook room_destroyed called when room gets destroyed | Paweł Chmielowski | 2019-04-17 | 1 | -10/+16 |
| | |||||
* | Change implementation of misc:unique_timestamp() | Paweł Chmielowski | 2019-04-16 | 1 | -3/+2 |
| | |||||
* | Handle cdata in initial data probe of ws module | Paweł Chmielowski | 2019-04-16 | 1 | -0/+1 |
| | |||||
* | Make misc:unique_timestamp not overflow microsecond part. | Paweł Chmielowski | 2019-04-16 | 1 | -2/+3 |
| | | | | This should fix issue #2860 | ||||
* | Add hooks for tracking mucsub subscriptions changes | Paweł Chmielowski | 2019-04-15 | 1 | -3/+6 |
| | |||||
* | Feed whole image to eimp:identify/1 | Evgeny Khramtsov | 2019-04-14 | 1 | -37/+32 |
| | | | | Fixes #2859 | ||||
* | Handle correctly case where ExtraUsername is empty | Paweł Chmielowski | 2019-04-11 | 1 | -2/+2 |
| | |||||
* | When making mucsub message from mam archive check for subject | Paweł Chmielowski | 2019-04-09 | 1 | -2/+8 |
| | |||||
* | Use xml:lang from stanza when it's missing in <command/> element | Evgeny Khramtsov | 2019-04-06 | 1 | -2/+7 |
| | | | | Thanks to Philipp Hörist for spotting this | ||||
* | Add 'sessionid' attribute when required | Evgeny Khramtsov | 2019-04-06 | 1 | -37/+31 |
| | | | | Fixes #2852 | ||||
* | Update mod_muc_riak | Evgeny Khramtsov | 2019-04-03 | 1 | -5/+1 |
| | |||||
* | Update mod_mam dependencies | Evgeny Khramtsov | 2019-04-03 | 1 | -2/+5 |
| | |||||
* | Decrease ugliness of the ugly code | Evgeny Khramtsov | 2019-04-03 | 1 | -48/+53 |
| | |||||
* | Change mucsub API for database backends | Evgeny Khramtsov | 2019-04-03 | 5 | -34/+50 |
| | |||||
* | Add ext_mod paths before checking config (processone/ejabberd-contrib#263) | Badlop | 2019-04-03 | 2 | -3/+7 |
| | |||||
* | Return proper error message for duplicate or missing args in http_api call | Paweł Chmielowski | 2019-04-03 | 1 | -6/+10 |
| | |||||
* | Log message when trying to execute http_api command with extra arguments | Paweł Chmielowski | 2019-04-03 | 1 | -5/+7 |
| | |||||
* | Formating fix | Paweł Chmielowski | 2019-04-03 | 1 | -1/+1 |
| | |||||
* | Make http_api command execution exception catcher log also command and args | Paweł Chmielowski | 2019-04-03 | 1 | -1/+4 |
| | |||||
* | cache_size not applied to mod_roster on reload_config (#2769) | Badlop | 2019-04-02 | 1 | -1/+2 |
| | |||||
* | Fix previous commit | Evgeny Khramtsov | 2019-04-02 | 1 | -5/+7 |
| | | | | Fixes #2847 | ||||
* | Rename listening callback from start/2 to start/3 | Evgeny Khramtsov | 2019-04-01 | 12 | -73/+87 |
| | | | | | This will prevent conflicts in callback names in mod_mqtt Old callback function is still supported. | ||||
* | Fix issue with creating HostMatch in mod_mam_sql | Paweł Chmielowski | 2019-04-01 | 1 | -1/+1 |
| | | | | This fixes issue #2844 | ||||
* | Use xmpp:get_subtags/2 | Evgeny Khramtsov | 2019-04-01 | 1 | -1/+1 |
| | |||||
* | Don't use deprecated gen_mod:db_type | Paweł Chmielowski | 2019-03-29 | 1 | -2/+2 |
| | |||||
* | Fix issue with mam tests | Paweł Chmielowski | 2019-03-29 | 1 | -1/+1 |
| | | | | Too much copy/paste... | ||||
* | Implement mod_muc_sql:select_with_mucsub | Paweł Chmielowski | 2019-03-29 | 2 | -49/+95 |
| | | | | | This allows us to limit number of issued queries required by user_mucsub_from_muc_archive option | ||||
* | Make misc:add_delay_info properly handle multiple delay tags in element | Paweł Chmielowski | 2019-03-29 | 1 | -9/+11 |
| | |||||
* | Add option user_mucsub_from_muc_archive to mod_muc | Paweł Chmielowski | 2019-03-28 | 4 | -18/+150 |
| | | | | | | This option disable storing separate mucsub message for each individual subscriber but instead when user fetches archive virtual mucsub messages are generated from muc archives. | ||||
* | Include id in mucsub notification message | Paweł Chmielowski | 2019-03-28 | 1 | -6/+8 |
| | |||||
* | Add 'config' tag to the reload_config command | Badlop | 2019-03-27 | 1 | -1/+1 |
| | |||||
* | Fix Register command to respect mod_register's Access option (#2837) | Badlop | 2019-03-22 | 1 | -1/+2 |
| | |||||
* | Fix crash in mod_muc_admin:web_page_main/2 caused by just_created (#2830) | Badlop | 2019-03-18 | 1 | -4/+10 |
| | |||||
* | Origin header validation on websocket connection (#2821) | Paweł Dorofiejczyk | 2019-03-15 | 2 | -2/+8 |
| | |||||
* | Add newline to error_logger log format | Christophe Romain | 2019-03-15 | 1 | -6/+6 |
| | |||||
* | Add check for ljid when setting up subscribers | Paweł Chmielowski | 2019-03-14 | 1 | -9/+20 |
| | |||||
* | Flip default bounce_groupchat flag value, muc will drop bounces anyway | Paweł Chmielowski | 2019-03-14 | 1 | -1/+1 |
| | |||||
* | Add option to mod_offline to make it not bounce mucsub/groupchat messages | Paweł Chmielowski | 2019-03-14 | 2 | -12/+59 |
| | |||||
* | Use jid() instead of ljid() | Evgeny Khramtsov | 2019-03-14 | 1 | -2/+3 |
| | |||||
* | Improve formatting of hook crashes | Evgeny Khramtsov | 2019-03-14 | 1 | -4/+7 |
| | |||||
* | Delete the ping timer only when timeout_action=kill (#2820) | Badlop | 2019-03-13 | 1 | -4/+5 |
| | |||||
* | mod_muc: Simplify room creation checks | Holger Weiss | 2019-03-12 | 1 | -26/+32 |
| |