Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | 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 | |
| | | | | | | ||||||
* | | | | | | Remove workaround for old erlang versions | Paweł Chmielowski | 2018-12-13 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | Add code for handling deprecations of get_stacktrace() | Paweł Chmielowski | 2018-12-13 | 19 | -161/+185 | |
| | | | | | | ||||||
* | | | | | | Add HTTP listener on port 5280 for admin web interface | Evgeny Khramtsov | 2018-12-13 | 1 | -0/+5 | |
| | | | | | | ||||||
* | | | | | | Fix a pair of small typos | Badlop | 2018-12-12 | 2 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #2718 from paulmenzel/strip-trailing-space-in-readme | Evgeny Khramtsov | 2018-12-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | README: Strip trailing space | |||||
| * | | | | | | README: Strip trailing space | Paul Menzel | 2018-12-12 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Remove outdated MIX tests | Evgeny Khramtsov | 2018-12-11 | 1 | -154/+0 | |
| | | | | | | ||||||
* | | | | | | Add hook on api call | Christophe Romain | 2018-12-11 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Increase MAX_PAYLOAD_SIZE for PubSub items | Holger Weiss | 2018-12-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some PubSub payloads (such as PEP avatars) can easily exceed the old MAX_PAYLOAD_SIZE. Use a higher limit, but stay below the default max_stanza_size value. | |||||
* | | | | | | Bump xmpp version | Holger Weiss | 2018-12-10 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | mod_roster: Don't set version to "not_found" | Holger Weiss | 2018-12-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't include a "ver" attribute with roster pushes if no roster version is available. | |||||
* | | | | | | Don't require a full JID as argument, instead set a dummy resource (#2710) | Badlop | 2018-12-10 | 1 | -5/+4 | |
| | | | | | | ||||||
* | | | | | | When unknown roster version, return an acceptable version ID binary (#2709) | Badlop | 2018-12-10 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Fix (un)setting of priority | Evgeny Khramtsov | 2018-12-10 | 1 | -2/+2 | |
| | | | | |