]> granicus.if.org Git - ejabberd/shortlog
ejabberd
2019-07-06 Evgeny KhramtsovAvoid routing packets through a single process
2019-07-06 Evgeny KhramtsovFix validator of option ejabberd_service->hosts
2019-07-06 Evgeny KhramtsovDo not call the same function twice
2019-07-05 Paweł ChmielowskiRestore room when receiving message or generic iq for...
2019-07-05 Paweł ChmielowskiLimit number of rooms that we return for disco_items...
2019-07-05 Evgeny KhramtsovAdd forgotten file
2019-07-05 Evgeny KhramtsovDistribute routing of MUC messages accross all CPU...
2019-07-04 Evgeny KhramtsovPropagate max_fsm_queue to all modules started as gen_s...
2019-07-04 Evgeny KhramtsovMake return type of sql_transaction() consistent
2019-07-03 Evgeny KhramtsovDon't call ejabberd_option from ejabberd_options
2019-07-03 Evgeny KhramtsovFix jwt_key option processing
2019-07-03 Evgeny KhramtsovUse correct virtual host
2019-07-03 Evgeny KhramtsovFix formatting
2019-07-03 Evgeny KhramtsovMonitor routes
2019-07-03 Evgeny KhramtsovFix 'request_handlers' transformation
2019-07-03 Evgeny KhramtsovAvoid using ! in ejabberd_router and mod_offline
2019-07-03 Alexey ShchepinRead jwt_key from file
2019-07-01 Evgeny KhramtsovAvoid last handled stanzas cache to grow indefinitely
2019-07-01 BadlopUpdate Spanish and Catalan translations
2019-07-01 Paweł ChmielowskiInvalidate proper cache when using mam for offline...
2019-07-01 Alexey ShchepinFix a condition in ejabberd_auth_jwt
2019-07-01 Paweł ChmielowskiMake count_offline_messages cache work when offline...
2019-07-01 Evgeny KhramtsovGet rid of useless dialyzer instructions
2019-07-01 Evgeny KhramtsovBump cache_tab version
2019-07-01 Evgeny KhramtsovFix ejabberd_auth_jwt return types and regenerate ejabb...
2019-07-01 Alexey ShchepinAuthentication using JWT tokens
2019-06-30 Evgeny KhramtsovCache number of offline messages
2019-06-30 Evgeny KhramtsovUse new ets_cache API in ejabberd_auth
2019-06-28 Evgeny KhramtsovAvoid using broad p1_queue:queue() type wherever possible
2019-06-27 Evgeny KhramtsovUse yconf validator for custom Mnesia schemas
2019-06-27 Evgeny KhramtsovAvoid using broad map() type wherever possible
2019-06-27 Evgeny KhramtsovUse correct rr_type()
2019-06-27 Evgeny KhramtsovFix type specs
2019-06-26 Evgeny KhramtsovMake sure queue bouncing doesn't yield into infinite...
2019-06-26 Evgeny KhramtsovDeprecate 'route_subdomains' option
2019-06-25 Evgeny KhramtsovUse correct stacktrace in logging macros
2019-06-25 Evgeny KhramtsovUse proper loglevel to log resumption failures
2019-06-25 Paweł ChmielowskiStore muc_subscribers in process dict if get_subscribed...
2019-06-25 Evgeny KhramtsovDon't propagate downstream already handled message
2019-06-24 Evgeny KhramtsovCall ejabberd_s2s:allow_host/2 with correct virtual...
2019-06-24 Evgeny KhramtsovReport invalid translation strings
2019-06-24 Evgeny KhramtsovMake logging messages more consistent
2019-06-24 Evgeny KhramtsovCheck if mod_last is loaded before calling its functions
2019-06-24 Evgeny KhramtsovUse "begin ... end" in logging macros
2019-06-24 Evgeny KhramtsovDeprecated access_commands option
2019-06-24 Evgeny KhramtsovMake ejabberd_xmlrpc working as a listening module...
2019-06-24 Evgeny KhramtsovDon't crash on empty avatar data
2019-06-23 Evgeny KhramtsovUse correct virtual host for s2s options
2019-06-23 Evgeny KhramtsovAvoid code duplication in gen_mod
2019-06-23 Evgeny KhramtsovLet it crash on unspecified option
2019-06-23 Evgeny KhramtsovUpdate Russian msg file
2019-06-23 Evgeny KhramtsovUpdate Russian PO file
2019-06-23 Evgeny KhramtsovRespond with 'Bad Request' to unexpected 'Host' header
2019-06-23 Evgeny KhramtsovValidate and set 'version' option at an earlier stage
2019-06-22 Evgeny KhramtsovRun "make translations"
2019-06-22 Evgeny KhramtsovGenerate paths for poedit
2019-06-22 Evgeny KhramtsovUpdate extract-tr.sh script
2019-06-22 Evgeny KhramtsovImprove extraction of translated strings
2019-06-22 Evgeny KhramtsovChange Travis OTP platform from 19.1 to 19.3
2019-06-22 Evgeny KhramtsovDisable Elixir in Travis tests
2019-06-22 Evgeny KhramtsovFix shaper selection in ejabberd_c2s
2019-06-21 Evgeny KhramtsovMake option 'validate_stream' global
2019-06-21 Evgeny KhramtsovDon't attempt to query 'undefined' active list
2019-06-21 Evgeny KhramtsovAllow multiple definitions of host_config and append_ho...
2019-06-21 Evgeny KhramtsovCorrect mod_mix_pam protocol version
2019-06-21 Evgeny KhramtsovFix usage of TLS in mod_mqtt
2019-06-20 Holger Weissmod_pubsub: Check access_model when publishing PEP
2019-06-20 Evgeny KhramtsovFix creation of type spec for map() options
2019-06-19 BadlopRename remaining command arguments from Server to Host...
2019-06-19 BadlopAdd support for backwards compatibility in command...
2019-06-19 BadlopFix support for nonexistent or empty access_commands...
2019-06-17 Evgeny KhramtsovRequire opt_type/1 callback
2019-06-17 Evgeny KhramtsovGenerate more readable exception
2019-06-17 Evgeny KhramtsovSet yconf version in mix.exs explicitly
2019-06-17 Evgeny KhramtsovSynchronize macros from rebar.config with mix.exs
2019-06-17 Evgeny KhramtsovAdd yconf application to mix.exs
2019-06-17 Evgeny KhramtsovReflect recent pubsub changes in configuration transformer
2019-06-17 Christophe... Add helper to check xep implementations and versions
2019-06-17 Evgeny KhramtsovBump supported version of XEP-0355
2019-06-17 Christophe... Remote obsolete pubsub config from tests
2019-06-17 Evgeny KhramtsovFix component routes unregistration
2019-06-17 Christophe... Remove deprecated pubsub plugins
2019-06-15 Evgeny KhramtsovUse list_to_existing_atom/1 wherever possible
2019-06-15 Evgeny KhramtsovAdd PostgreSQL to Travis services
2019-06-15 Evgeny KhramtsovGet rid of "well-known" type
2019-06-15 Evgeny KhramtsovRemove default_db/1 and add default_db/3
2019-06-14 Evgeny KhramtsovIgnore beams compiled by Elixir
2019-06-14 Evgeny KhramtsovAccept output argument in tools/opt_types.sh
2019-06-14 Evgeny KhramtsovWarn about 'service_url' option during config transform...
2019-06-14 Evgeny KhramtsovFix exception formatting on old Erlang
2019-06-14 Evgeny KhramtsovFix validator of mod_avatar
2019-06-14 Evgeny KhramtsovIntroduce option 'captcha_url'
2019-06-14 Evgeny KhramtsovRemove mod_echo module
2019-06-14 Holger WeissTravis CI: Ensure MySQL is started
2019-06-14 Evgeny KhramtsovAdd forgotten header file
2019-06-14 Paweł ChmielowskiUse commit id instead of branch name to specify deps...
2019-06-14 Evgeny KhramtsovUse new configuration validator
2019-06-13 Paweł ChmielowskiReturn jid_malformed error when sending presence withou...
2019-06-13 badlopMerge pull request #2651 from Iperity/fix-privacy-race...
2019-06-11 Mickaël RémondDebug log to help troubleshoot delegation ACLs
next