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