]> granicus.if.org Git - ejabberd/shortlog
ejabberd
2019-08-22 BadlopFix call to deprecated ejabberd_config:get_myhosts...
2019-08-22 BadlopProvide meaningful error when adding non-local users...
2019-08-22 BadlopCheck account auth provided in WebAdmin is a local...
2019-08-16 Paweł ChmielowskiAdd another variant of transformation of offline_msg...
2019-08-13 Evgeny KhramtsovDon't treat 'Host' header as a virtual XMPP host
2019-08-13 BadlopRevert "Affiliations other than admin and owner cannot...
2019-08-13 BadlopWhen join new room with password, set pass and password...
2019-08-12 BadlopImprove rooms_* commands to accept 'global' as MUC...
2019-08-12 Evgeny KhramtsovFix typo in type spec
2019-08-12 Evgeny KhramtsovSpawn SQL connections on demand only
2019-08-08 BadlopRename MUC command arguments from Host to Service ...
2019-08-08 Evgeny KhramtsovDon't use close/2: set stop_reason explicitly
2019-08-06 Mickael RemondRemove fast_yaml override
2019-08-06 Evgeny KhramtsovReport connection error before waiting for resumption
2019-08-06 Evgeny KhramtsovAdd tests for 'vcard' option
2019-08-06 Evgeny KhramtsovImplement reload/3 for mod_http_upload
2019-08-05 Jerome SautretAdd 19.08 Changelog 19.08
2019-08-05 Paweł ChmielowskiAdopt mix task to changes in ejabberd_config
2019-08-05 Paweł ChmielowskiBump version in mix.exs
2019-08-05 Paweł ChmielowskiUpdate mix deps
2019-08-04 Evgeny KhramtsovDon't retain module option on gen_mod supervisor
2019-08-02 Paweł ChmielowskiUse tagged version for yconf as well
2019-08-02 Paweł ChmielowskiUpdate deps to tagged versions
2019-08-02 Evgeny KhramtsovValidate BINVAL values of vcard elements as Base64
2019-08-02 Evgeny KhramtsovIntroduce 'vcard' option for the modules supporting...
2019-08-01 Evgeny KhramtsovBump pkix version
2019-08-01 BadlopExplain requirements of the FROM argument of send_messa...
2019-07-31 Evgeny KhramtsovDon't call ejabberd_cluster from its submodules
2019-07-31 Evgeny KhramtsovFix db_type validation
2019-07-31 Paweł ChmielowskiAdd test that trigger get_only_item in pubsub
2019-07-31 Paweł ChmielowskiFor pubsub items with max_item = 1 use order by in...
2019-07-31 Evgeny KhramtsovDon't render CAPTCHA whitelist when CAPTCHA is not...
2019-07-31 Paweł ChmielowskiChange type of server_host column in mysql.new.sql
2019-07-31 Evgeny KhramtsovImprove SQL timeouts handling
2019-07-30 Evgeny KhramtsovAlso catch 'shutdown' exit reason
2019-07-30 Evgeny KhramtsovImprove pattern matching
2019-07-30 Evgeny KhramtsovImplement read-repair for session pids
2019-07-30 Evgeny KhramtsovRemove dead code
2019-07-30 Evgeny KhramtsovFix race condition when deleting c2s session record
2019-07-30 Evgeny KhramtsovFix SQL connections leakage
2019-07-30 Evgeny KhramtsovFix previous commit
2019-07-30 Evgeny KhramtsovCorrectly report resume timeout
2019-07-30 Evgeny KhramtsovExpose access_model and publish_model in pubsub#metadata
2019-07-29 Evgeny KhramtsovGenerate 'remote-server-not-found' stanza error for...
2019-07-29 Evgeny KhramtsovImprove handling of errors in tree_action/3
2019-07-29 Evgeny KhramtsovAppropriately abort pubsub transaction
2019-07-29 Badlopmod_multicast service discovery bugfix (thanks to McPo...
2019-07-29 Evgeny KhramtsovImprove handling of errors in pubsub code
2019-07-29 Frank DieboltApply shaping to websocket connections
2019-07-29 Evgeny KhramtsovImprove hooks validator and fix bugs related to hooks...
2019-07-26 Evgeny KhramtsovImprove ejabberd halting procedure
2019-07-25 Evgeny KhramtsovFix default value of resume_timeout
2019-07-24 Evgeny KhramtsovDon't attempt to restart killed lager
2019-07-24 Evgeny KhramtsovFix typo in log message
2019-07-24 Evgeny KhramtsovImprove SQL pool logic
2019-07-24 Holger WeissRevert "mod_privacy: Don't try to look up 'undefined...
2019-07-24 Holger Weissmod_privacy: Don't try to look up 'undefined' list
2019-07-24 Evgeny KhramtsovFix UTF-8 support in translation files
2019-07-24 Evgeny KhramtsovAdd 'certauth' command to extauth port
2019-07-22 Holger Weissmod_stream_mgmt: Allow flexible timeout format
2019-07-22 Christophe... Fix wrong virtual host in mod_pubsub:send_stanza (...
2019-07-19 Evgeny KhramtsovLog an error when JWT authentication is configured...
2019-07-18 Evgeny KhramtsovFix typo
2019-07-18 Evgeny KhramtsovImprove robustness of reading jwt_key option
2019-07-18 Evgeny KhramtsovGet rid of useless code
2019-07-18 Evgeny KhramtsovDon't forget to unregister route when the owning proces...
2019-07-18 Evgeny KhramtsovRemove Riak support
2019-07-18 Mickaël RémondMention about a few Riak tests being broken
2019-07-18 Mickaël RémondExplain how to kill stuck common test run
2019-07-18 Mickaël RémondUpdate docker test README
2019-07-18 Mickaël RémondFix example on test data set deletion
2019-07-18 Evgeny KhramtsovReport failures of changing net_ticktime
2019-07-18 Evgeny KhramtsovReset net ticktime on config reload
2019-07-17 Evgeny KhramtsovAllow flexible timeout format in session_expiry option...
2019-07-17 Evgeny KhramtsovUse econf:timeout() instead of econf:pos_int() wherever...
2019-07-17 Evgeny KhramtsovImprove RPC calls in mod_configure
2019-07-17 Evgeny KhramtsovFix pending nodes retrieval for SQL backend
2019-07-16 Evgeny KhramtsovAllow more flexible timeout values in the configuration
2019-07-16 Evgeny KhramtsovChange time unit of hibernation_timeout option to ...
2019-07-16 Evgeny KhramtsovFix typos using codespell
2019-07-16 Evgeny KhramtsovAvoid record duplication
2019-07-16 Evgeny KhramtsovAdd econf:string/2 validator
2019-07-16 Evgeny KhramtsovFix opt_type.sh script and re-generate options
2019-07-16 Evgeny KhramtsovUse econf:timeout/2
2019-07-16 Evgeny KhramtsovHandle CAPTCHA forms using captcha_form codec
2019-07-16 Paweł ChmielowskiAdd code for hibernating inactive muc_room processes
2019-07-16 Evgeny KhramtsovBump xmpp version and fix revealed bugs
2019-07-16 Evgeny KhramtsovFix 'get-pending' command form generation
2019-07-16 BadlopRemove very old useless comments in ejabberd_xmlrpc.erl
2019-07-16 BadlopDocumentation of mod_http_api moved from source code...
2019-07-15 Evgeny KhramtsovRemove modules management from mod_configure
2019-07-15 Evgeny KhramtsovDon't hide errors using catch
2019-07-15 Evgeny KhramtsovCompile some regexps as unicode
2019-07-15 Evgeny KhramtsovBump yconf version
2019-07-15 Evgeny KhramtsovFix regexp matching
2019-07-15 Evgeny KhramtsovOnly respond with occupants list to disco#items with...
2019-07-15 Evgeny KhramtsovImprove handling of unexpected iq in mod_muc_room
2019-07-15 Evgeny Khramtsovejabberd_s2s should start after its supervisors
2019-07-15 Evgeny KhramtsovFix startup order of ejabberd_sup children
2019-07-15 Evgeny KhramtsovRemove processing of {wait, _} result in gen_mod
next