Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PubSub: refactor send_last_items remove send_loop | Christophe Romain | 2017-08-11 | 1 | -234/+181 |
| | |||||
* | prosody2ejabberd: Support PEP import | Holger Weiss | 2017-08-10 | 1 | -44/+67 |
| | |||||
* | prosody2ejabberd: Remove superfluous 'catch' | Holger Weiss | 2017-08-10 | 1 | -1/+1 |
| | |||||
* | Rename remove_room hook back | Evgeniy Khramtsov | 2017-08-10 | 1 | -1/+1 |
| | |||||
* | Add support of section 4.9.3.16 on rfc6120 | Christophe Romain | 2017-08-10 | 1 | -1/+5 |
| | |||||
* | Fix pubsub send_loop after 3fec7824 | Christophe Romain | 2017-08-09 | 1 | -2/+2 |
| | |||||
* | Introduce 'hosts' option | Evgeniy Khramtsov | 2017-08-08 | 12 | -280/+380 |
| | | | | | | | | | | | | | | | The option can be used as a replacement of 'host' option when several (sub)domains are needed to be registered for the module. Note that you cannot combine both 'host' and 'hosts' in the config because 'host' option is of a higher priority. Example: mod_pubsub: ... hosts: - "pubsub1.@HOST@" - "pubsub2.@HOST@" Fixes #1883 | ||||
* | Rename stop_all_connections to stop_s2s_connections for consistency | Christophe Romain | 2017-08-07 | 1 | -6/+6 |
| | |||||
* | Get rid of export_all | Evgeniy Khramtsov | 2017-08-05 | 1 | -1/+1 |
| | |||||
* | Replace gen_fsm with p1_fsm to avoid warnings in OTP20+ | Evgeniy Khramtsov | 2017-08-05 | 13 | -95/+90 |
| | |||||
* | ejabberd_c2s: Fix priority of 'certfile' option | Holger Weiss | 2017-08-05 | 1 | -8/+13 |
| | | | | | | | | Use the 'certfile' listener option rather than a 'domain_certfile' for ejabberd_c2s listeners that have "tls: true" configured. A 'domain_certfile' should only be preferred for STARTTLS connections. Closes #1911. | ||||
* | Fix warning in previous commit | Badlop | 2017-08-04 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1881 from weiss/push | Christophe Romain | 2017-08-04 | 8 | -30/+1121 |
|\ | | | | | Support XEP-0357: Push Notifications | ||||
| * | Add mod_push_keepalive | Holger Weiss | 2017-07-21 | 3 | -13/+285 |
| | | | | | | | | | | | | This module tries to keep pending stream management sessions of push clients alive (as long as the disconnected clients are reachable via push notifications). | ||||
| * | Support XEP-0357: Push Notifications | Holger Weiss | 2017-07-20 | 6 | -18/+837 |
| | | | | | | | | Closes #1379. | ||||
* | | Remove unused 'managers' option, related to the deferred XEP-0321 (#1443) | Badlop | 2017-08-04 | 1 | -6/+2 |
| | | |||||
* | | Fix missing validation from 633b68db1 (#1900) | Christophe Romain | 2017-08-04 | 1 | -2/+2 |
| | | |||||
* | | Keep disco#info on PEP compatible with XEP-0060 (#1717) | Christophe Romain | 2017-08-03 | 1 | -1/+6 |
| | | |||||
* | | Move pubsub sql export to pubsub_db_sql module | Christophe Romain | 2017-08-03 | 2 | -96/+97 |
| | | |||||
* | | Fix Xref from 5dcc97c | Christophe Romain | 2017-08-03 | 1 | -2/+2 |
| | | |||||
* | | Change policy of user_resources command | Paweł Chmielowski | 2017-08-03 | 1 | -1/+1 |
| | | | | | | | | This fixes issue #1908 | ||||
* | | Preliminary export PubSub data from Mnesia tables to SQL file (#1571) | Badlop | 2017-08-03 | 2 | -2/+99 |
| | | |||||
* | | Fix clustering table reg_users_counter (#1889) | Christophe Romain | 2017-08-02 | 1 | -0/+2 |
| | | |||||
* | | Fix getting cached last item (#1814) | Christophe Romain | 2017-08-02 | 1 | -3/+8 |
| | | |||||
* | | Fix spec for mod_pubsub:subscribe_node | Jing Sun | 2017-08-02 | 1 | -1/+1 |
| | | |||||
* | | Fix PubSub send last published items (#1572) | Christophe Romain | 2017-08-01 | 1 | -6/+4 |
| | | |||||
* | | Fix PEP node removal (#1839) | Christophe Romain | 2017-08-01 | 2 | -2/+2 |
| | | |||||
* | | Fix disco#items on PEP service | Christophe Romain | 2017-08-01 | 1 | -1/+1 |
| | | |||||
* | | Fix PEP node identity (#1717) | Christophe Romain | 2017-08-01 | 1 | -10/+2 |
| | | |||||
* | | Update spec from custom and allow modules dependencies (#1740) | Christophe Romain | 2017-08-01 | 1 | -6/+25 |
| | | |||||
* | | Request basic auth dialog from browser | Paweł Chmielowski | 2017-07-28 | 1 | -3/+13 |
| | | |||||
* | | Revert "Fix get_module_opt call in mod_block_strangers" | Christophe Romain | 2017-07-27 | 1 | -4/+1 |
| | | | | | | | | This reverts commit e5f64bc24af581b7e8ffd73e7490cc93423d960b. | ||||
* | | Generate log messages when websocket is closed due timeouts | Paweł Chmielowski | 2017-07-27 | 1 | -0/+2 |
| | | |||||
* | | Fix get_module_opt call in mod_block_strangers | Alexey Shchepin | 2017-07-27 | 1 | -1/+4 |
| | | |||||
* | | Set high water mark in lager for all backends | Paweł Chmielowski | 2017-07-27 | 1 | -0/+3 |
| | | |||||
* | | Fix nick bug with MUC on riak | Jérôme Sautret | 2017-07-27 | 1 | -1/+1 |
| | | |||||
* | | Add muc related hooks | Christophe Romain | 2017-07-27 | 2 | -1/+4 |
| | | |||||
* | | Ability to filter passwords from the log in mod_http_api (#1888) | Marco Adkins | 2017-07-27 | 1 | -2/+10 |
| | | | | | | * Ability to filter passwords from the log when creating users through the mod_http_api | ||||
* | | Fix errors from 1a0db3d | Christophe Romain | 2017-07-21 | 2 | -9/+9 |
| | | |||||
* | | Describe commands arguments and results in ejabberd_sm, ext_mod, mod_mam | Badlop | 2017-07-21 | 3 | -22/+40 |
| | | |||||
* | | Fix indentation of commands lines | Badlop | 2017-07-21 | 1 | -16/+14 |
|/ | |||||
* | Don't add indentation after single item result in docs | Paweł Chmielowski | 2017-07-18 | 1 | -1/+1 |
| | |||||
* | Use string:join instead of lists:join | Christophe Romain | 2017-07-18 | 1 | -1/+1 |
| | |||||
* | Improve formatting of documented API parameters | Christophe Romain | 2017-07-18 | 1 | -7/+18 |
| | |||||
* | Fix old route record in mnesia's route table haven't been remove when ↵ | Paweł Dorofiejczyk | 2017-07-17 | 1 | -1/+1 |
| | | | | restarting in some cases (#1184) | ||||
* | Expand catch block used to report errors in doc generator | Paweł Chmielowski | 2017-07-14 | 1 | -30/+30 |
| | |||||
* | Fix args_examples from last commit | Paweł Chmielowski | 2017-07-14 | 1 | -5/+5 |
| | |||||
* | Describe even more command arguments and results in mod_admin_extra | Badlop | 2017-07-14 | 1 | -3/+113 |
| | |||||
* | mod_privacy: Don't crash while copying c2s state | Holger Weiss | 2017-07-07 | 1 | -1/+3 |
| | | | | | Don't assume 'privacy_active_list' is set when c2s_copy_session/2 is called. | ||||
* | mod_privacy: Apply cosmetic change to type spec | Holger Weiss | 2017-07-07 | 1 | -1/+1 |
| |