Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PubSub: refactor send_last_items remove send_loop | Christophe Romain | 2017-08-11 | 1 | -234/+181 |
| | |||||
* | Merge pull request #1926 from weiss/import-metronome-pep | Christophe Romain | 2017-08-11 | 1 | -44/+67 |
|\ | | | | | prosody2ejabberd: Support PEP import | ||||
| * | 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 |
| | |||||
* | Merge pull request #1912 from mathiasertl/master | badlop | 2017-08-09 | 1 | -3/+1 |
|\ | | | | | fix FIREWALL_WINDOW option | ||||
| * | fix typo | Mathias Ertl | 2017-08-08 | 1 | -1/+1 |
| | | |||||
| * | fix FIREWALL_WINDOW option | Mathias Ertl | 2017-08-04 | 1 | -3/+1 |
| | | |||||
* | | 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 | ||||
* | | Fix tests for 8679cfd2f | Christophe Romain | 2017-08-07 | 1 | -4/+4 |
| | | |||||
* | | Rename stop_all_connections to stop_s2s_connections for consistency | Christophe Romain | 2017-08-07 | 1 | -6/+6 |
| | | |||||
* | | Compile mod_push early as it defines behaviour | PaweÅ Chmielowski | 2017-08-07 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| | | |||||
* | | Merge remote-tracking branch 'processone/pr/1914' | Holger Weiss | 2017-08-05 | 1 | -8/+13 |
|\ \ | |/ |/| | | | | | * processone/pr/1914: ejabberd_c2s: Fix priority of 'certfile' option | ||||
| * | 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 | 12 | -31/+1368 |
|\ | | | | | Support XEP-0357: Push Notifications | ||||
| * | Add mod_push_keepalive | Holger Weiss | 2017-07-21 | 6 | -13/+290 |
| | | | | | | | | | | | | 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 | 10 | -19/+1079 |
| | | | | | | | | 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 |
| | | |||||
* | | Add minor details (#1353) | Christophe Romain | 2017-08-04 | 1 | -1/+4 |
| | | |||||
* | | Prepare packaging for 17.08 | Christophe Romain | 2017-08-03 | 3 | -10/+14 |
| | | |||||
* | | 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 |
| | | |||||
* | | Merge branch 'master' of github.com:processone/ejabberd | Christophe Romain | 2017-08-02 | 2 | -1/+36 |
|\ \ | |||||
| * \ | Merge pull request #1837 from marcphilipp/feature/set_room_affiliation_test | Christophe Romain | 2017-08-02 | 2 | -1/+36 |
| |\ \ | | | | | | | | | Add integration test for set_room_affiliation | ||||
| | * | | Add integration test for set_room_affiliation | Marc Philipp | 2017-07-06 | 2 | -1/+36 |
| | | | | |||||
* | | | | Fix clustering table reg_users_counter (#1889) | Christophe Romain | 2017-08-02 | 1 | -0/+2 |
|/ / / | |||||
* | | | Merge branch 'master' of github.com:processone/ejabberd | Christophe Romain | 2017-08-02 | 0 | -0/+0 |
|\ \ \ | |||||
| * \ \ | Merge pull request #1903 from himawri/fix_pubsub_spec | Evgeny Khramtsov | 2017-08-02 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | Fix spec for mod_pubsub:subscribe_node | ||||
* | | | | | 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 |
| | | | |||||
* | | | Fix extauth.py so support : in passwords (thanks to jmberg)(#1676) | Badlop | 2017-07-31 | 1 | -11/+15 |
| | | | |||||
* | | | 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 |
| | | |