aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* mod_mix_pam: Do roster pushes on join/leaveLinus Jahn2022-08-111-1/+21
* mod_mix_pam: Provide MIX channels as roster entries via hookLinus Jahn2022-08-112-1/+31
* ejabberd_listener: Let module take over socketHolger Weiss2022-08-101-0/+3
* ext_mod: Support managing remote nodes in the clusterBadlop2022-08-051-5/+8
* ext_mod: Handle correctly when COMMIT.json not foundBadlop2022-08-051-7/+15
* Show allow_query_users room option in disco info (#3830)Badlop2022-08-041-0/+1
* Add log_burst_limit_* options (#3865)Mark Zealey2022-08-014-1/+34
* Skip connection exit message when we triggered reconnectionPaweł Chmielowski2022-07-281-0/+2
* Handle errors reported from begin/commit inside transactionPaweł Chmielowski2022-07-281-35/+45
* Make connection close errors bubble up from inside sql transactionPaweł Chmielowski2022-07-281-22/+50
* Add syntax_tools to applications, required when using ejabberd_sql_pt (#3869)Badlop2022-07-271-1/+1
* Don't bother with COMMIT.json user-friendly feature in automated user caseBadlop2022-07-271-1/+9
* Handle not found COMMIT.json, for example in GH ActionsBadlop2022-07-271-3/+9
* Add WebAdmin page for managing external modulesBadlop2022-07-261-2/+415
* Catch mysql connection being close earlierPaweł Chmielowski2022-07-191-1/+4
* Make first sql reconnect wait shorter timePaweł Chmielowski2022-07-191-4/+9
* React to sql driver process exit earlierPaweł Chmielowski2022-07-151-8/+13
* Don't set affiliation to 'none' if it's already 'none' in mod_muc_room:proces...Alexey Shchepin2022-07-011-16/+20
* mod_mix_pam: Display joined channels on webadmin pageLinus Jahn2022-06-281-1/+66
* Don't register listeners that failed to start in config reloadPaweł Chmielowski2022-06-211-4/+12
* Define batch delete function types in coresponding behavioursPaweł Chmielowski2022-06-172-2/+18
* Fix mam delete_old_messages_batch for sql backendPaweł Chmielowski2022-06-172-5/+5
* Use INSERT ... ON DUPLICATE KEY UPDATE for upsert on mysqlPaweł Chmielowski2022-06-101-45/+52
* Fix regression on stop_ping in clustering context (thanks to fdie)(#3817)Badlop2022-05-231-1/+1
* Fix mod_conversejs crash when mod_register not enabled (#3824)Badlop2022-05-231-1/+10
* Fix parsing of scram password from prosodyPaweł Chmielowski2022-05-171-1/+1
* Fix errors and warnings for "rebar3 edoc"Badlop2022-05-1715-65/+52
* Pass room state to muc_{un}subscribed hookPaweł Chmielowski2022-05-091-2/+2
* Allow muc_{un}subscribe hooks to modify sent packetsPaweł Chmielowski2022-05-091-32/+38
* Fix specPaweł Chmielowski2022-05-061-1/+1
* Return userinfo from misc:uri_parsePaweł Chmielowski2022-05-064-8/+8
* Have consistent schema type in misc:uri_parsePaweł Chmielowski2022-05-062-2/+2
* Fix one more place where misc:uri_parse is usedPaweł Chmielowski2022-05-051-1/+1
* Improve misc:uri_parsePaweł Chmielowski2022-05-053-10/+17
* Run 'make options'Badlop2022-05-042-2/+2
* Annotate options and commands recently addedBadlop2022-05-047-2/+16
* Update options configurable in default_room_optionsBadlop2022-05-022-1/+43
* Implement batch operations in mnesia backendPaweł Chmielowski2022-05-024-16/+122
* mod_push: Keep push session ID on session resumeHolger Weiss2022-05-021-2/+14
* Adapt mod_push_keepalive to mod_push changesHolger Weiss2022-05-012-7/+12
* mod_push: Rename "timestamp" to "push session ID"Holger Weiss2022-05-011-41/+42
* mod_push: Fix notifications for pending sessionsHolger Weiss2022-05-011-16/+25
* Compile elixir_logger_backend only when lager is usedPaweł Chmielowski2022-04-291-0/+2
* Attach meta field with real jid to mucsub subscription eventsPaweł Chmielowski2022-04-291-2/+4
* Delete ping timer if resource is gone after the ping has been sentJérôme Sautret2022-04-281-0/+8
* Remove dialyzer warningPaweł Chmielowski2022-04-281-2/+2
* Guard agains erlang:system_info(logical_processors) not always returning numberPaweł Chmielowski2022-04-284-10/+15
* Don't send ping if resource is goneJérôme Sautret2022-04-261-29/+37
* Stop empty MUC rooms 30 seconds after creationAlexey Shchepin2022-04-211-0/+7
* Fix dialyzer warningPaweł Chmielowski2022-04-201-1/+1