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
path: root/src
AgeCommit message (Expand)Author
2019-02-27Copy p1_time_compat:unique_timestamp() to misc and make use of itPaweł Chmielowski
2019-02-27Replace code using p1_time_compat wrapper with native functionsPaweł Chmielowski
2019-02-27Remove now() calls that sneaked in in pull requestsPaweł Chmielowski
2019-02-26Update mod_mqtt_mnesia.erlEvgeny Khramtsov
2019-02-26acl for mam_preferencesChristoph Scholz
2019-02-25Add Accept header to requests issued by rest.erlPaweł Chmielowski
2019-02-25Add MQTT supportEvgeny Khramtsov
2019-02-24mod_muc_admin: Fix indentationHolger Weiss
2019-02-24only destroy rooms if mam is enabledChristoph Scholz
2019-02-22mod_mam_sql: Improve check for empty archiveHolger Weiss
2019-02-22mod_mam_mnesia: Fix check for empty archiveHolger Weiss
2019-02-21Merge branch 'mix'Evgeny Khramtsov
2019-02-20Merge remote-tracking branch 'processone/pr/2763'Holger Weiss
2019-02-19Don't crash on malformed 'modules' sectionEvgeny Khramtsov
2019-02-18disallow room creation if archive not empty andChristoph Scholz
2019-02-18check if mod_mam is loaded before calling mod_mam:is_empty_for_roomChristoph Scholz
2019-02-18added cmds to list and destroy empty rooms by ejabberdctlChristoph 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-02-18Don't perform roster push for non-local contacts in mod_shared_rosterPaweł Chmielowski
2019-02-12mod_push: Improve notification error handlingHolger Weiss
2019-02-11Once just_created isn't true, use it to keep room process creation (#2787)Badlop
2019-02-11Send mucsub subscriber notification events with from set to room jidPaweł Chmielowski
2019-02-06Add notice about rooms_unused_destroy using the room history (#2787)Badlop
2019-02-06Don't consider room's lack of history when history_size is zero (#2787)Badlop
2019-02-06Fix support to restart module with live options in WebAdminBadlop
2019-02-06Handle versioning result when shared roster group has remote account (#2692)Badlop
2019-02-01Merge branch 'mod_ping_no_kill' of https://github.com/fdie/ejabberd into 3Badlop
2019-01-31catch badarg exceptions on invalid callback procsFrank Diebolt
2019-01-31Fix argument name consistencyChristophe Romain
2019-01-31! may raise exceptions on invalid procFrank Diebolt
2019-01-31Do not overwrite odbc config file (#2295)Christophe Romain
2019-01-30Produce better error for http_api request with extra parametersPaweł Chmielowski
2019-01-30Reject request http_api request that have malformed Authentication headerPaweł Chmielowski
2019-01-30Require that both tag and module matched in from of api_permissionPaweł Chmielowski
2019-01-30Allow specifying tag for listener for api_permission purposesPaweł Chmielowski
2019-01-30Revert "Apply shaping to websocket connections"Frank Diebolt
2019-01-30Apply shaping to websocket connectionsFrank Diebolt
2019-01-29Fix ping IQ reply/timeout processing ("mod_ping" regression since 17.x that m...Frank Diebolt
2019-01-27Rename two presence functionsAquarHEAD Lou
2019-01-22Make last commit compile on R19Paweł Chmielowski
2019-01-22Make sure that room_destroyed is called even when some code throws in terminatePaweł Chmielowski
2019-01-21Fix crash when running reload_config and sql_pool_size option is usedBadlop
2019-01-19Improve validation of configured language optionsEvgeny Khramtsov
2019-01-16Add os_mon to included_application, but start it in ej_system_monitorPaweł Chmielowski
2019-01-16Move some apps back to included_applicationsPaweł Chmielowski
2019-01-15Start ejabberd_mnesia before starting mnesiaPaweł Chmielowski
2019-01-15Guard agains sm:get_user_info returning offlinePaweł Chmielowski
2019-01-12Don't produce a crash on config reload when SQL is not configuredEvgeny Khramtsov
2019-01-10Merge pull request #2748 from area-42/add_acl_for_mam_in_mod_mucChristophe Romain