aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* PubSub: refactor send_last_items remove send_loopChristophe Romain2017-08-111-234/+181
|
* Merge pull request #1926 from weiss/import-metronome-pepChristophe Romain2017-08-111-44/+67
|\ | | | | prosody2ejabberd: Support PEP import
| * prosody2ejabberd: Support PEP importHolger Weiss2017-08-101-44/+67
|/
* prosody2ejabberd: Remove superfluous 'catch'Holger Weiss2017-08-101-1/+1
|
* Rename remove_room hook backEvgeniy Khramtsov2017-08-101-1/+1
|
* Add support of section 4.9.3.16 on rfc6120Christophe Romain2017-08-101-1/+5
|
* Fix pubsub send_loop after 3fec7824Christophe Romain2017-08-091-2/+2
|
* Merge pull request #1912 from mathiasertl/masterbadlop2017-08-091-3/+1
|\ | | | | fix FIREWALL_WINDOW option
| * fix typoMathias Ertl2017-08-081-1/+1
| |
| * fix FIREWALL_WINDOW optionMathias Ertl2017-08-041-3/+1
| |
* | Introduce 'hosts' optionEvgeniy Khramtsov2017-08-0812-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 8679cfd2fChristophe Romain2017-08-071-4/+4
| |
* | Rename stop_all_connections to stop_s2s_connections for consistencyChristophe Romain2017-08-071-6/+6
| |
* | Compile mod_push early as it defines behaviourPaweł Chmielowski2017-08-071-1/+1
| |
* | Get rid of export_allEvgeniy Khramtsov2017-08-051-1/+1
| |
* | Replace gen_fsm with p1_fsm to avoid warnings in OTP20+Evgeniy Khramtsov2017-08-0513-95/+90
| |
* | Merge remote-tracking branch 'processone/pr/1914'Holger Weiss2017-08-051-8/+13
|\ \ | |/ |/| | | | | * processone/pr/1914: ejabberd_c2s: Fix priority of 'certfile' option
| * ejabberd_c2s: Fix priority of 'certfile' optionHolger Weiss2017-08-051-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 commitBadlop2017-08-041-1/+1
|
* Merge pull request #1881 from weiss/pushChristophe Romain2017-08-0412-31/+1368
|\ | | | | Support XEP-0357: Push Notifications
| * Add mod_push_keepaliveHolger Weiss2017-07-216-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 NotificationsHolger Weiss2017-07-2010-19/+1079
| | | | | | | | Closes #1379.
* | Remove unused 'managers' option, related to the deferred XEP-0321 (#1443)Badlop2017-08-041-6/+2
| |
* | Fix missing validation from 633b68db1 (#1900)Christophe Romain2017-08-041-2/+2
| |
* | Add minor details (#1353)Christophe Romain2017-08-041-1/+4
| |
* | Prepare packaging for 17.08Christophe Romain2017-08-033-10/+14
| |
* | Keep disco#info on PEP compatible with XEP-0060 (#1717)Christophe Romain2017-08-031-1/+6
| |
* | Move pubsub sql export to pubsub_db_sql moduleChristophe Romain2017-08-032-96/+97
| |
* | Fix Xref from 5dcc97cChristophe Romain2017-08-031-2/+2
| |
* | Change policy of user_resources commandPaweł Chmielowski2017-08-031-1/+1
| | | | | | | | This fixes issue #1908
* | Preliminary export PubSub data from Mnesia tables to SQL file (#1571)Badlop2017-08-032-2/+99
| |
* | Merge branch 'master' of github.com:processone/ejabberdChristophe Romain2017-08-022-1/+36
|\ \
| * \ Merge pull request #1837 from marcphilipp/feature/set_room_affiliation_testChristophe Romain2017-08-022-1/+36
| |\ \ | | | | | | | | Add integration test for set_room_affiliation
| | * | Add integration test for set_room_affiliationMarc Philipp2017-07-062-1/+36
| | | |
* | | | Fix clustering table reg_users_counter (#1889)Christophe Romain2017-08-021-0/+2
|/ / /
* | | Merge branch 'master' of github.com:processone/ejabberdChristophe Romain2017-08-020-0/+0
|\ \ \
| * \ \ Merge pull request #1903 from himawri/fix_pubsub_specEvgeny Khramtsov2017-08-021-1/+1
| |\ \ \ | | | | | | | | | | Fix spec for mod_pubsub:subscribe_node
* | | | | Fix getting cached last item (#1814)Christophe Romain2017-08-021-3/+8
| |/ / / |/| | |
* | | | Fix spec for mod_pubsub:subscribe_nodeJing Sun2017-08-021-1/+1
|/ / /
* | | Fix PubSub send last published items (#1572)Christophe Romain2017-08-011-6/+4
| | |
* | | Fix PEP node removal (#1839)Christophe Romain2017-08-012-2/+2
| | |
* | | Fix disco#items on PEP serviceChristophe Romain2017-08-011-1/+1
| | |
* | | Fix PEP node identity (#1717)Christophe Romain2017-08-011-10/+2
| | |
* | | Update spec from custom and allow modules dependencies (#1740)Christophe Romain2017-08-011-6/+25
| | |
* | | Fix extauth.py so support : in passwords (thanks to jmberg)(#1676)Badlop2017-07-311-11/+15
| | |
* | | Request basic auth dialog from browserPaweł Chmielowski2017-07-281-3/+13
| | |
* | | Revert "Fix get_module_opt call in mod_block_strangers"Christophe Romain2017-07-271-4/+1
| | | | | | | | | | | | This reverts commit e5f64bc24af581b7e8ffd73e7490cc93423d960b.
* | | Generate log messages when websocket is closed due timeoutsPaweł Chmielowski2017-07-271-0/+2
| | |
* | | Fix get_module_opt call in mod_block_strangersAlexey Shchepin2017-07-271-1/+4
| | |
* | | Set high water mark in lager for all backendsPaweł Chmielowski2017-07-271-0/+3
| | |