aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use specific syntax so modules and top-level will be linksBadlop2021-08-2332-186/+186
* Improve formatting and add sections linksBadlop2021-08-236-26/+31
* Copy log_rotate_count explanation from docs siteBadlop2021-08-231-1/+2
* Export function, so ACME API commands are listed in the documentationBadlop2021-08-231-1/+2
* Change set_master command tag from mnesia to clusterBadlop2021-08-231-1/+1
* Remove obsolete mod_register_web ideas and improve documentationBadlop2021-08-231-34/+22
* Add example config to mod_http_api documentationBadlop2021-08-231-1/+11
* Update API Reference page menu name and orderBadlop2021-08-231-1/+1
* PubSub: Add delete_old_pubsub_items commandHolger Weiss2021-08-2210-10/+146
* PubSub: Optimize publishing on large nodes (SQL)Holger Weiss2021-08-211-3/+13
* PubSub: Support unlimited number of itemsHolger Weiss2021-08-213-8/+12
* PubSub: Support 'max_items=max' node configurationHolger Weiss2021-08-201-2/+5
* mod_mam_sql: Remove duplicated functionsHolger Weiss2021-08-071-15/+5
* Determine the default handlerid at runtimeBadlop2021-08-051-2/+10
* Allow storing non-composing x:events in offlinePaweł Chmielowski2021-08-041-0/+10
* mod_pubsub: Fix check_opt_range/3 specHolger Weiss2021-08-021-1/+2
* Use the most specific tag for ejabberd commands with several onesBadlop2021-07-302-13/+13
* Show tags and definer module in generated API document when it's a gen_modBadlop2021-07-301-4/+18
* Show definer module in "ejabberdctl help" when it's a gen_modBadlop2021-07-301-1/+11
* Store who defines a command, specially when defined by ejabberd modulesBadlop2021-07-308-8/+12
* PubSub: Use configured 'max_items' by defaultHolger Weiss2021-07-281-1/+1
* mod_push: Fix handling of MUC/Sub messagesHolger Weiss2021-07-281-4/+5
* Add missing fields from config inside mod_muc_admin:change_optionsPaweł Chmielowski2021-07-231-0/+3
* Annotate the srg_create command as changed in 21.07Badlop2021-07-211-0/+1
* TypoPaweł Chmielowski2021-07-201-1/+1
* erlang:phash is deprecated in OTP 24, let's use phash2Badlop2021-07-162-5/+5
* With the recent changes it seems mod_mix supports 0.14.1 (#3634)Badlop2021-07-151-1/+1
* Merge pull request #3634 from lnjX/mix-identity-conf-mixbadlop2021-07-151-1/+1
|\