aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminate xref warning from last commitPaweł Chmielowski2021-12-061-11/+13
* 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-031-1/+1
|\
| * PubSub: Bump default value for 'max_items' limitHolger Weiss2021-07-281-1/+1
* | 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
* | Add mod_conversejsAlexey Shchepin2021-11-231-0/+148
* | Fix Dialyzer warning, old passwd tuple don't match current tuple definitionBadlop2021-11-171-2/+2
* | 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
* | 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
* | Support MUC hats (XEP-0317, conversejs/prosody compatible)Alexey Shchepin2021-10-291-6/+414
* | Fix create_room_with_opts when using SQL storage (#3700)Badlop2021-10-211-1/+1
* | 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 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
* | Small optimization in mod_roster_sql:get_rosterAlexey Shchepin2021-09-211-6/+4
* | Use INSERT ... ON CONFLICT in SQL_UPSERT for PostgreSQL >= 9.5Alexey Shchepin2021-09-191-9/+68
* | Fix SQL_UPSERT in mod_push_sql:store_sessionAlexey Shchepin2021-09-191-1/+1
* | Fix previous commit: add forgotten endline blankspacesBadlop2021-09-141-2/+2
* | Update documentation to match the implemented options values (#3675)Badlop2021-09-148-26/+23
* | Optimize MucSub processingAlexey Shchepin2021-09-133-116/+256
* | ejabberd_admin: Fix ejabberd_piefxis commandsHolger Weiss2021-09-081-3/+3
* | mod_http_upload_quota: Avoid 'max_days' raceHolger Weiss2021-09-051-12/+11
* | mod_register_web: Handle unknown host gracefullyHolger Weiss2021-09-051-8/+14
* | Fix WebAdmin recent changeBadlop2021-08-271-2/+2
* | Add internal links in WebAdmin Vhosts pageBadlop2021-08-271-4/+6
* | Send ping from server, not bare user JID (#3658)Badlop2021-08-271-1/+1
* | node_flat: Avoid catch-all clauses for RSMHolger Weiss2021-08-231-7/+4
* | node_flat_sql: Avoid catch-all clauses for RSMHolger Weiss2021-08-231-7/+6
* | Fix syntax in mod_disco example configurationBadlop2021-08-231-2/+2
* | Tell dialyzer that gen_tags only cares about markdown output, not htmlBadlop2021-08-231-0/+1
* | New command to produce markdown with tags and their associated commandsBadlop2021-08-232-2/+30
* | Produce module names with specific syntax, docs Makefile will convert to linksBadlop2021-08-231-1/+1