aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | |
* | | Fix nick bug with MUC on riakJérôme Sautret2017-07-271-1/+1
| | |
* | | Add muc related hooksChristophe Romain2017-07-272-1/+4
| | |
* | | Update OTP version check by configureChristophe Romain2017-07-271-2/+2
| | |
* | | Ability to filter passwords from the log in mod_http_api (#1888)Marco Adkins2017-07-271-2/+10
| | | | | | | | | * Ability to filter passwords from the log when creating users through the mod_http_api
* | | Update oauth2 dependencyPaweł Chmielowski2017-07-251-1/+2
| | |
* | | Fix errors from 1a0db3dChristophe Romain2017-07-212-9/+9
| | |
* | | Describe commands arguments and results in ejabberd_sm, ext_mod, mod_mamBadlop2017-07-213-22/+40
| | |
* | | Fix indentation of commands linesBadlop2017-07-211-16/+14
| |/ |/|
* | Fix errors when running ejabberdctl as rootChristophe Romain2017-07-201-22/+30
| |
* | Add ability to update changelog in update-deps-releasesPaweł Chmielowski2017-07-201-47/+103
| |
* | Update cache_tab and xmpp depPaweł Chmielowski2017-07-201-2/+2
| |
* | Merge pull request #1869 from wahjava/masterChristophe Romain2017-07-191-1/+1
|\ \ | | | | | | Fix ERLANG_OPTS when setting INET_DIST_INTERFACE
| * | Fix ERLANG_OPTS when setting INET_DIST_INTERFACEAshish SHUKLA2017-07-151-1/+1
| | |
* | | Update fast_tlsPaweł Chmielowski2017-07-191-3/+3
| | |
* | | Don't add indentation after single item result in docsPaweł Chmielowski2017-07-181-1/+1
| | |
* | | Use string:join instead of lists:joinChristophe Romain2017-07-181-1/+1
| | |
* | | Improve formatting of documented API parametersChristophe Romain2017-07-181-7/+18
| | |
* | | Merge pull request #1871 from rstgroup/masterEvgeny Khramtsov2017-07-171-1/+1
|\ \ \ | |/ / |/| | Fix old route record in mnesia's route table haven't been remove when restarting in some cases (#1184)
| * | Fix old route record in mnesia's route table haven't been remove when ↵Paweł Dorofiejczyk2017-07-171-1/+1
|/ / | | | | | | restarting in some cases (#1184)
* | Expand catch block used to report errors in doc generatorPaweł Chmielowski2017-07-141-30/+30
| |
* | Fix args_examples from last commitPaweł Chmielowski2017-07-141-5/+5
| |
* | Describe even more command arguments and results in mod_admin_extraBadlop2017-07-141-3/+113
| |
* | Add refresh repos option in update-deps-releasesPaweł Chmielowski2017-07-141-5/+20
| |
* | Update fast_tlsPaweł Chmielowski2017-07-141-3/+3
| |
* | Fix ERLANG_OPTS end lines when setting FIREWALL_WINDOW (#1856)Badlop2017-07-121-3/+3
| |
* | mod_privacy: Don't crash while copying c2s stateHolger Weiss2017-07-071-1/+3
| | | | | | | | | | Don't assume 'privacy_active_list' is set when c2s_copy_session/2 is called.
* | mod_privacy: Apply cosmetic change to type specHolger Weiss2017-07-071-1/+1
| |
* | Fix set_presence command to work in recent ejabberdBadlop2017-07-072-15/+18
| |
* | Add copyright and fix description for some sourcesEvgeniy Khramtsov2017-07-062-6/+20
| |
* | Start gen_mod from elixir testsPaweł Chmielowski2017-07-061-0/+1
| |