aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove CTLLOCKDIR (/var/lock/ejabberdctl) from Makefile.inFlorian Schmaus2021-12-073-11/+0
* Use P1's coveralls-erl fork to handle unicode in git commit authorBadlop2021-12-071-2/+2
* Eliminate xref warning from last commitPaweł Chmielowski2021-12-063-11/+15
* Add workaround for bug in older erlang version in rest modulePaweł Chmielowski2021-12-061-1/+12
* Merge pull request #3652 from weiss/bump-max-itemsbadlop2021-12-032-2/+2
|\
| * PubSub: Bump default value for 'max_items' limitHolger Weiss2021-07-282-2/+2
* | Run make optionsBadlop2021-12-033-1/+56
* | New allow_modules option to restrict registration modulesBadlop2021-12-032-5/+23
* | Minor improvements in conversejs documentationBadlop2021-12-031-8/+16
* | Update mix depsPaweł Chmielowski2021-11-292-13/+13
* | Update depsPaweł Chmielowski2021-11-291-5/+5
* | Add mod_conversejsAlexey Shchepin2021-11-231-0/+148
* | Fix Dialyzer warning, old passwd tuple don't match current tuple definitionBadlop2021-11-171-2/+2
* | Update Jose to 1.11.1 (the last in hex.pm correctly versioned)Badlop2021-11-172-2/+2
* | Add DIAGNOSTIC to rebar3 coveralls, this fails since some days agoBadlop2021-11-171-1/+1
* | Improve mod_multicastPaweł Chmielowski2021-11-171-290/+136
* | Better version of dialyzer fixPaweł Chmielowski2021-11-161-2/+2
* | Make dialyzer happyPaweł Chmielowski2021-11-161-1/+1
* | Make s2s connection table cleanup more robustPaweł Chmielowski2021-11-162-61/+38
* | Fix exception in mucsub {un}subscription events multicast handlerPaweł Chmielowski2021-11-101-2/+2
* | mod_caps: Don't forget caps on XEP-0198 resumptionHolger Weiss2021-11-061-1/+13
* | Improve documentation of some commandsBadlop2021-11-051-7/+27
* | Mention "help" as an available ejabberdctl commandBadlop2021-11-051-0/+1
* | Annotate support for XEP-0317: Hats, since commit 5d0e599f1Badlop2021-11-051-0/+2
* | Update 'stun' dependencyHolger Weiss2021-11-021-1/+1
* | mod_muc_room.hrl: Work around old Dialyzer bugHolger Weiss2021-10-311-1/+1
* | mod_pubsub: Remove unused check_opt_range/3 clauseHolger Weiss2021-10-311-3/+1
* | node_pep: Fix remove_expired_items/2 argument nameHolger Weiss2021-10-312-4/+4
* | mod_pubsub: Fix get_max_items_node/1 specificationHolger Weiss2021-10-301-2/+2
* | PubSub: Add delete_expired_pubsub_items commandHolger Weiss2021-10-306-5/+113
* | Update 'xmpp' dependencyAlexey Shchepin2021-10-292-2/+2
* | Support MUC hats (XEP-0317, conversejs/prosody compatible)Alexey Shchepin2021-10-292-6/+416
* | Remove obsolete cookie preparation in spool dir, it's now stored in HOMEBadlop2021-10-211-4/+0
* | Use the configured user in systemd's ejabberd.serviceBadlop2021-10-212-3/+4
* | Fix create_room_with_opts when using SQL storage (#3700)Badlop2021-10-211-1/+1
* | If tests succeed, test also new SQL schemaBadlop2021-10-151-0/+47
* | When tests fail, show also error.log as it may have meaningful contentBadlop2021-10-151-0/+4
* | Fix vcard_search definition in pgsql new schema (thanks to Stu Tomlinson)(#3695)Badlop2021-10-141-1/+1
* | Only install some files when option enabled in configure (#3633)Badlop2021-10-141-1/+9
* | Update 'xmpp' dependencyHolger Weiss2021-10-092-2/+2
* | Github Actions: use MD5 pass encryption to support PostgreSQL 14 (#3691)Badlop2021-10-071-0/+2
* | mod_mam: Declare XEP-0441 supportHolger Weiss2021-10-061-0/+1
* | Use mod_register in web register form, so its restrictions are used (#3688)Badlop2021-10-041-14/+12
* | Use mod_register to format some common error messagesBadlop2021-10-041-5/+3
* | Support old scram records before xmpp's 651050f9 and ejabberd's e5cad9be6 (#3...Badlop2021-09-271-0/+14
* | Add indexes from 95fa43aa to the old-to-new MySQL schema update scriptBadlop2021-09-271-0/+2
* | Add indexes from 95fa43aa to the old-to-new schema update functionBadlop2021-09-271-0/+2
* | Update export/import of scram password to XEP-0227 1.1 (#3676)Badlop2021-09-221-35/+71
* | Don't crash when exporting a module that is not enabledBadlop2021-09-221-5/+15
* | When exporting mod_mam, MUC entries are assigned to the MUC service (#3680)Badlop2021-09-221-5/+10