aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Don't produce a crash on config reload when SQL is not configuredEvgeny Khramtsov2019-01-121-1/+4
| | | |
* | | | Update muc room state after adding extra access field to itPaweł Chmielowski2019-01-101-1/+1
| | | |
* | | | Merge pull request #2748 from area-42/add_acl_for_mam_in_mod_mucChristophe Romain2019-01-104-8/+29
|\ \ \ \ | | | | | | | | | | add acl for mam in mod_muc
| * | | | add acl for mam in mod_mucChristoph Scholz2019-01-044-8/+29
| | | | |
* | | | | Fix typo in commentChristophe Romain2019-01-101-1/+1
| | | | |
* | | | | Start ejabberd_logger also when ejabberd:start() is not calledPaweł Chmielowski2019-01-091-0/+1
| | | | |
* | | | | Change a way that tests start ejabberdPaweł Chmielowski2019-01-091-2/+2
| | | | |
* | | | | Use OTP application startup infrastructure for starting dependenciesPaweł Chmielowski2019-01-093-16/+3
| | | | |
* | | | | Merge pull request #2680 from Iperity/fix-privacy-check-on-presence-probebadlop2019-01-091-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_packetNathan Bruning2018-11-101-3/+4
| | | | | |
* | | | | | Remove slash producing url /admin//additions.jsChristophe Romain2019-01-091-1/+1
| | | | | |
* | | | | | Update copyright to 2019 (#2756)Badlop2019-01-08255-256/+256
| | | | | |
* | | | | | Manually update 2017 copyright dates (#2756)Badlop2019-01-0829-29/+29
| | | | | |
* | | | | | mod_private: Hardcode item ID for PEP bookmarksHolger Weiss2019-01-081-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 optionalEvgeny Khramtsov2019-01-081-2/+10
| | | | | |
* | | | | | Fix decompressing of custom elements with custom namespacePaweł Chmielowski2019-01-072-4/+4
| |/ / / / |/| | | |
* | | | | Merge pull request #2599 from gardenia/masterbadlop2019-01-041-11/+17
|\ \ \ \ \ | | | | | | | | | | | | Eliminate some repeated SQL queries [Issue #1656]
| * | | | | remove some chatty SQL queries by pulling back all groups with opts and ↵colm2018-09-101-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 failureEvgeny Khramtsov2019-01-021-45/+64
| | | | | |
* | | | | | Try to remove syntax error on old elixirPaweł Chmielowski2019-01-021-1/+1
| | | | | |
* | | | | | Remove iconv from vars.config.inPaweł Chmielowski2019-01-021-1/+0
| | | | | |
* | | | | | Remove no longer used depsPaweł Chmielowski2019-01-024-33/+9
| | | | | |
* | | | | | Update distilleryChristophe Romain2019-01-022-2/+3
| | | | | |
* | | | | | Remove most Elixir warningsMickael Remond2018-12-267-9/+15
| | | | | |
* | | | | | Update ejabberd version for mixMickael Remond2018-12-261-1/+1
| | | | | |
* | | | | | Add no-store hint to CAPTCHA challenge stanzas (#2730)Badlop2018-12-261-1/+2
| | | | | |
* | | | | | Travis CI: Bump Erlang/OTP 21.x versionHolger Weiss2018-12-221-1/+1
| | | | | |
* | | | | | mod_mam: Additional checks for database failuresEvgeny Khramtsov2018-12-212-51/+69
| | | | | |
* | | | | | Remove elixir testsPaweł Chmielowski2018-12-2114-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)Badlop2018-12-211-0/+5
| | | | | |
* | | | | | Handle persist=false in roster items (#2722)Badlop2018-12-211-12/+14
| | | | | |
* | | | | | We are handling groupchat in other branch nowPaweł Chmielowski2018-12-201-1/+0
| | | | | |
* | | | | | Add option to mod_offline that would allow storing group chat messagesPaweł Chmielowski2018-12-201-8/+20
| | | | | |
* | | | | | Fix PIEFXIS export of user when password is scrammed (#2721)Badlop2018-12-191-10/+6
| | | | | |
* | | | | | Search also for _jid when importing room from prosody (#2723)Badlop2018-12-191-1/+5
| | | | | |
* | | | | | Parse persistent and archiving room options importing from prosody (#2720)Badlop2018-12-191-0/+2
| | | | | |
* | | | | | Remove workaround for old erlang versionsPaweł Chmielowski2018-12-131-2/+2
| | | | | |
* | | | | | Add code for handling deprecations of get_stacktrace()Paweł Chmielowski2018-12-1319-161/+185
| | | | | |
* | | | | | Add HTTP listener on port 5280 for admin web interfaceEvgeny Khramtsov2018-12-131-0/+5
| | | | | |
* | | | | | Fix a pair of small typosBadlop2018-12-122-2/+2
| | | | | |
* | | | | | Merge pull request #2718 from paulmenzel/strip-trailing-space-in-readmeEvgeny Khramtsov2018-12-121-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | README: Strip trailing space
| * | | | | | README: Strip trailing spacePaul Menzel2018-12-121-1/+1
|/ / / / / /
* | | | | | Remove outdated MIX testsEvgeny Khramtsov2018-12-111-154/+0
| | | | | |
* | | | | | Add hook on api callChristophe Romain2018-12-111-0/+1
| | | | | |
* | | | | | Increase MAX_PAYLOAD_SIZE for PubSub itemsHolger Weiss2018-12-101-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 versionHolger Weiss2018-12-101-1/+1
| | | | | |
* | | | | | mod_roster: Don't set version to "not_found"Holger Weiss2018-12-101-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)Badlop2018-12-101-5/+4
| | | | | |
* | | | | | When unknown roster version, return an acceptable version ID binary (#2709)Badlop2018-12-101-1/+1
| |_|_|_|/ |/| | | |
* | | | | Fix (un)setting of priorityEvgeny Khramtsov2018-12-101-2/+2
| | | | |