Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-07Add details about XEP implementations to some protocol attributesBadlop
2022-06-17Define batch delete function types in coresponding behavioursPaweł Chmielowski
2022-06-17Fix mam delete_old_messages_batch for sql backendPaweł Chmielowski
2022-05-04Annotate options and commands recently addedBadlop
2022-05-02Implement batch operations in mnesia backendPaweł Chmielowski
2022-04-13Fix syntax of some commands' result_exampleBadlop
2022-04-08Add rate limited delete_old_mam_messages commandPaweł Chmielowski
2022-02-11Update copyright year to 2022Badlop
2022-02-01Store all mucsub notifications not only message notificationsPaweł Chmielowski
2021-10-06mod_mam: Declare XEP-0441 supportHolger Weiss
2021-08-23Use specific syntax so modules and top-level will be linksBadlop
2021-07-30Store who defines a command, specially when defined by ejabberd modulesBadlop
2021-03-08Fix remove_mam_for_user_with_peer when removing room archive (#3536)Badlop
2021-01-29mod_mam: Add missing semicolonHolger Weiss
2021-01-29Remove queryid from MAM fin elementPaul Fariello
2021-01-27Update newest copyright year to 2021 (#3464)Badlop
2020-10-15Support for MAM Flipped Pages (#3398)Badlop
2020-09-03Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson
2020-08-26Show nick also in oneself list of subscriptions (#3206)Badlop
2020-04-02add missing mod_mam optionsBadlop
2020-01-28Update copyright to 2020 (#3149)Badlop
2020-01-08Generate ejabberd.yml.5 man page from source code directlyEvgeny Khramtsov
2019-09-23Correctly handle unicode in log messagesEvgeny Khramtsov
2019-06-22Improve extraction of translated stringsEvgeny Khramtsov
2019-06-21Make option 'validate_stream' globalEvgeny Khramtsov
2019-06-19Rename remaining command arguments from Server to Host (#2908)Badlop
2019-06-15Get rid of "well-known" typeEvgeny Khramtsov
2019-06-14Use new configuration validatorEvgeny Khramtsov
2019-05-06Remove compiler warningsPaweł Chmielowski
2019-05-06Do not declare mod_muc as dependency of mod_mam to prevent loop in depsPaweł Chmielowski
2019-05-02Don't issue count/message fetch queries for offline from mam when not neededPaweł Chmielowski
2019-04-26Add mod_offline option for fetching data from mam instead of from spool tablePaweł Chmielowski
2019-04-09When making mucsub message from mam archive check for subjectPaweł Chmielowski
2019-04-03Update mod_mam dependenciesEvgeny Khramtsov
2019-04-03Decrease ugliness of the ugly codeEvgeny Khramtsov
2019-04-03Change mucsub API for database backendsEvgeny Khramtsov
2019-03-29Implement mod_muc_sql:select_with_mucsubPaweł Chmielowski
2019-03-28Add option user_mucsub_from_muc_archive to mod_mucPaweł Chmielowski
2019-02-27Replace code using p1_time_compat wrapper with native functionsPaweł Chmielowski
2019-02-26acl for mam_preferencesChristoph Scholz
2019-02-21Merge branch 'mix'Evgeny Khramtsov
2019-02-18disallow room creation if archive not empty andChristoph Scholz
2019-02-18allow check if archive is empty for or user or roomChristoph Scholz
2019-02-18option to prevent archive removal on room destroyChristoph Scholz
2019-01-09Update copyright to 2019 (#2756)Badlop
2019-01-02mod_mam: more checks for database failureEvgeny Khramtsov
2018-12-21mod_mam: Additional checks for database failuresEvgeny Khramtsov
2018-12-05Update MIX code to reflect newest specificationEvgeny Khramtsov
2018-11-28Add xml compression to sql backend of mamPaweł Chmielowski
2018-10-25Move unwrap_mucsub_message/1 into miscHolger Weiss