Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Fix crash when running reload_config and sql_pool_size option is used | Badlop | 2019-01-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Fixes #2541 | |||||
* | | | | Improve validation of configured language options | Evgeny Khramtsov | 2019-01-19 | 2 | -2/+2 | |
| | | | | ||||||
* | | | | Add os_mon to included_application, but start it in ej_system_monitor | Paweł Chmielowski | 2019-01-16 | 3 | -2/+4 | |
| | | | | ||||||
* | | | | Move some apps back to included_applications | Paweł Chmielowski | 2019-01-16 | 4 | -9/+19 | |
| | | | | ||||||
* | | | | Update xmpp in mix | Paweł Chmielowski | 2019-01-16 | 2 | -2/+2 | |
| | | | | ||||||
* | | | | Start ejabberd_mnesia before starting mnesia | Paweł Chmielowski | 2019-01-15 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | And another typo... | Paweł Chmielowski | 2019-01-15 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Typo | Paweł Chmielowski | 2019-01-15 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Reintroduce change removed in last commit by mistake | Paweł Chmielowski | 2019-01-15 | 1 | -6/+5 | |
| | | | | ||||||
* | | | | Use tag for xmpp dependency | Paweł Chmielowski | 2019-01-15 | 2 | -6/+7 | |
| | | | | ||||||
* | | | | Update list of applications in mix.exs | Paweł Chmielowski | 2019-01-15 | 1 | -6/+5 | |
| | | | | | | | | | | | | | | | | | | | | We now use normal application for starting dependencies, so we no longer should put them in included_applications | |||||
* | | | | Update xmpp dep | Paweł Chmielowski | 2019-01-15 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Guard agains sm:get_user_info returning offline | Paweł Chmielowski | 2019-01-15 | 1 | -18/+30 | |
| | | | | | | | | | | | | | | | | This fixes issue #2765 | |||||
* | | | | Improve private and MAM tests in order to reflect | Evgeny Khramtsov | 2019-01-14 | 2 | -27/+51 | |
| | | | | | | | | | | | | | | | | database backends with limited capabilities | |||||
* | | | | Don't produce a crash on config reload when SQL is not configured | Evgeny Khramtsov | 2019-01-12 | 1 | -1/+4 | |
| | | | | ||||||
* | | | | Update muc room state after adding extra access field to it | Paweł Chmielowski | 2019-01-10 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #2748 from area-42/add_acl_for_mam_in_mod_muc | Christophe Romain | 2019-01-10 | 4 | -8/+29 | |
|\ \ \ \ | | | | | | | | | | | add acl for mam in mod_muc | |||||
| * | | | | add acl for mam in mod_muc | Christoph Scholz | 2019-01-04 | 4 | -8/+29 | |
| | | | | | ||||||
* | | | | | Fix typo in comment | Christophe Romain | 2019-01-10 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Start ejabberd_logger also when ejabberd:start() is not called | Paweł Chmielowski | 2019-01-09 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Change a way that tests start ejabberd | Paweł Chmielowski | 2019-01-09 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Use OTP application startup infrastructure for starting dependencies | Paweł Chmielowski | 2019-01-09 | 3 | -16/+3 | |
| | | | | | ||||||
* | | | | | Merge pull request #2680 from Iperity/fix-privacy-check-on-presence-probe | badlop | 2019-01-09 | 1 | -3/+4 | |
|\ \ \ \ \ | | | | | | | | | | | | | Privacy lists: set from/to on packet *before* calling privacy_check_p… | |||||
| * | | | | | Privacy lists: set from/to on packet *before* calling privacy_check_packet | Nathan Bruning | 2018-11-10 | 1 | -3/+4 | |
| | | | | | | ||||||
* | | | | | | Remove slash producing url /admin//additions.js | Christophe Romain | 2019-01-09 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Update copyright to 2019 (#2756) | Badlop | 2019-01-08 | 255 | -256/+256 | |
| | | | | | | ||||||
* | | | | | | Manually update 2017 copyright dates (#2756) | Badlop | 2019-01-08 | 29 | -29/+29 | |
| | | | | | | ||||||
* | | | | | | mod_private: Hardcode item ID for PEP bookmarks | Holger Weiss | 2019-01-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set the item ID to "current" when publishing bookmarks via PEP. XEP-0060 says: For singleton nodes, "it is RECOMMENDED for the publisher to specify an ItemID of 'current' to ensure that the publication of a new item will overwrite the existing item." | |||||
* | | | | | | mod_offline: make some database callbacks optional | Evgeny Khramtsov | 2019-01-08 | 1 | -2/+10 | |
| | | | | | | ||||||
* | | | | | | Fix decompressing of custom elements with custom namespace | Paweł Chmielowski | 2019-01-07 | 2 | -4/+4 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #2599 from gardenia/master | badlop | 2019-01-04 | 1 | -11/+17 | |
|\ \ \ \ \ | | | | | | | | | | | | | Eliminate some repeated SQL queries [Issue #1656] | |||||
| * | | | | | remove some chatty SQL queries by pulling back all groups with opts and ↵ | colm | 2018-09-10 | 1 | -11/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | filtering in memory. move a call to get_group_name outside of a loop to eliminate redundant repeated queries | |||||
* | | | | | | mod_mam: more checks for database failure | Evgeny Khramtsov | 2019-01-02 | 1 | -45/+64 | |
| | | | | | | ||||||
* | | | | | | Try to remove syntax error on old elixir | Paweł Chmielowski | 2019-01-02 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Remove iconv from vars.config.in | Paweł Chmielowski | 2019-01-02 | 1 | -1/+0 | |
| | | | | | | ||||||
* | | | | | | Remove no longer used deps | Paweł Chmielowski | 2019-01-02 | 4 | -33/+9 | |
| | | | | | | ||||||
* | | | | | | Update distillery | Christophe Romain | 2019-01-02 | 2 | -2/+3 | |
| | | | | | | ||||||
* | | | | | | Remove most Elixir warnings | Mickael Remond | 2018-12-26 | 7 | -9/+15 | |
| | | | | | | ||||||
* | | | | | | Update ejabberd version for mix | Mickael Remond | 2018-12-26 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Add no-store hint to CAPTCHA challenge stanzas (#2730) | Badlop | 2018-12-26 | 1 | -1/+2 | |
| | | | | | | ||||||
* | | | | | | Travis CI: Bump Erlang/OTP 21.x version | Holger Weiss | 2018-12-22 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | mod_mam: Additional checks for database failures | Evgeny Khramtsov | 2018-12-21 | 2 | -51/+69 | |
| | | | | | | ||||||
* | | | | | | Remove elixir tests | Paweł Chmielowski | 2018-12-21 | 14 | -2105/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Our regular suite cover most of those cases, and it get trickier and tricker to keep those working after changes in ejabberd. | |||||
* | | | | | | Handle Prosody storage attributes key, when, with (#2724) | Badlop | 2018-12-21 | 1 | -0/+5 | |
| | | | | | | ||||||
* | | | | | | Handle persist=false in roster items (#2722) | Badlop | 2018-12-21 | 1 | -12/+14 | |
| | | | | | | ||||||
* | | | | | | We are handling groupchat in other branch now | Paweł Chmielowski | 2018-12-20 | 1 | -1/+0 | |
| | | | | | | ||||||
* | | | | | | Add option to mod_offline that would allow storing group chat messages | Paweł Chmielowski | 2018-12-20 | 1 | -8/+20 | |
| | | | | | | ||||||
* | | | | | | Fix PIEFXIS export of user when password is scrammed (#2721) | Badlop | 2018-12-19 | 1 | -10/+6 | |
| | | | | | | ||||||
* | | | | | | Search also for _jid when importing room from prosody (#2723) | Badlop | 2018-12-19 | 1 | -1/+5 | |
| | | | | | | ||||||
* | | | | | | Parse persistent and archiving room options importing from prosody (#2720) | Badlop | 2018-12-19 | 1 | -0/+2 | |
| | | | | | |