]> granicus.if.org Git - ejabberd/shortlog
ejabberd
2017-05-22 Evgeniy KhramtsovImplement cache for mod_announce
2017-05-22 BadlopDescribe command arguments and results in mod_muc_admin
2017-05-22 Evgeniy KhramtsovDon't leak with UDP sockets
2017-05-22 Evgeniy KhramtsovImplement cache for mod_private
2017-05-21 Evgeniy KhramtsovDon't store messages via a single process
2017-05-21 Evgeniy KhramtsovImprove mod_metrics
2017-05-21 Evgeniy KhramtsovGet rid of a workaround against old Erlang bug
2017-05-21 Evgeniy KhramtsovGet rid of db_type warning for mod_vcard_xupdate
2017-05-21 Evgeniy KhramtsovGet rid of detection of modules' db_type detection
2017-05-21 Evgeniy KhramtsovDeclare ejabberd_oauth behaviour
2017-05-20 Evgeniy KhramtsovImplement cache for mod_privacy/mod_blocking
2017-05-19 Paweł Chmielowskiexport_all is not needed here
2017-05-19 Paweł ChmielowskiFix values put in args_examples
2017-05-18 Evgeniy KhramtsovGet rid of Mnesia transaction in get_vcard/2
2017-05-18 Evgeniy KhramtsovThe default 'iqdisc' is now 'no_queue'
2017-05-18 Evgeniy KhramtsovImplement cache for mod_last
2017-05-18 Evgeniy Khramtsov?SQL_UPSERT returns 'ok' on success
2017-05-18 Evgeniy KhramtsovAvoid erroneous usage of ?MODULE macro
2017-05-18 Evgeniy KhramtsovFix function_clause after authentication refactoring
2017-05-17 Evgeniy KhramtsovReplace 'if_version_above' directive with 'if_have_fun'
2017-05-17 Evgeniy KhramtsovClean up database code related to mod_vcard_xupdate
2017-05-17 Evgeniy KhramtsovUse disc_only_copies for oauth_token Mnesia table
2017-05-17 Evgeniy KhramtsovIncrease gen_mod's supervisor shutdown time
2017-05-17 Evgeniy KhramtsovGet rid of deprecated option 'resume_timeout' in test...
2017-05-17 Evgeniy KhramtsovImplement cache for mod_vcard and mod_vcard_xupdate
2017-05-17 Evgeniy KhramtsovAdd cache options to the validator
2017-05-17 Evgeniy KhramtsovCiphers should be a binary string
2017-05-17 Evgeniy KhramtsovGet rid of unused variable
2017-05-17 Evgeniy KhramtsovImplement cache for roster
2017-05-15 Evgeniy KhramtsovFix use_cache/1 callback
2017-05-13 Evgeniy KhramtsovShut up dialyzer/xref if public_key:short_name_hash...
2017-05-12 Evgeniy KhramtsovOnly validate certfiles if public_key:short_name_hash...
2017-05-12 Evgeniy KhramtsovIntroduce Certficate Manager
2017-05-12 Evgeniy KhramtsovCheck presence of some files during option validation
2017-05-11 Evgeniy KhramtsovGracefully process malformed passwords during password...
2017-05-11 Evgeniy KhramtsovGracefully process malformed passwords during registration
2017-05-11 Evgeniy KhramtsovAdd 'access_remove' ACL to mod_register
2017-05-11 Evgeniy KhramtsovUpdate Elixir tests for using new auth API
2017-05-11 Evgeniy KhramtsovRename is_user_exists -> user_exists
2017-05-11 Evgeniy KhramtsovUse cache for authentication backends
2017-05-10 BadlopUse misc:atom_to_binary/1 instead of the deprecated...
2017-05-10 BadlopUpdate comment: aux.erl was renamed to misc.erl
2017-05-10 BadlopUse jid:encode/1 instead of the deprecated jid:to_strin...
2017-05-10 Lamtei WFix: update sql statement, added missing delimeter...
2017-05-10 Lamtei WAdded export function for mam module
2017-05-08 Evgeniy KhramtsovRemove forgotten 'export_all'
2017-05-08 Evgeniy KhramtsovDon't list 'redis_pool_size' option multiple times
2017-05-08 Evgeniy KhramtsovSplit some functions in smaller ones
2017-05-08 Evgeniy KhramtsovState that Erlang 17.5 or higher is only supported
2017-05-08 Evgeniy KhramtsovDon't call gen_mod:get_opt() outside of modules
2017-05-08 Evgeniy KhramtsovAdd type specs for Module:opt_type/1
2017-05-06 Evgeniy KhramtsovLOG_PATH macro should be of string type
2017-05-05 Evgeniy KhramtsovIntroduce 'sql_connect_timeout' option (#1698)
2017-05-05 Evgeniy KhramtsovIntroduce 'sql_query_timeout' option
2017-05-05 Evgeniy KhramtsovEmit deprecation warning for SM related listening options
2017-05-05 Evgeniy KhramtsovImprove validation of second-level options
2017-05-04 Evgeniy KhramtsovMake it possible to validate second-level options
2017-05-04 Paweł ChmielowskiFix elixir tests
2017-05-04 Paweł ChmielowskiCatch exceptions from acl:add_list in web admin
2017-05-04 Evgeniy KhramtsovIntroduce 'iqdisc' global option
2017-05-04 Evgeniy KhramtsovValidate module options on start_module/2
2017-05-03 BadlopParse ldap_uids in mod_vcard_ldap like in eldap_utils...
2017-05-03 Christophe... Merge pull request #1697 from pipo02mix/dockerfile...
2017-05-01 Evgeniy KhramtsovValidate new options before module reloading
2017-05-01 Evgeniy KhramtsovDon't forget to delete digraph
2017-04-30 Evgeniy KhramtsovDon't validate an option in gen_mod:get*opt() functions
2017-04-29 Evgeniy KhramtsovMerge branch 'new-option-validation'
2017-04-29 Evgeniy KhramtsovDon't validate an option in ejabberd_config:get_option...
2017-04-28 Evgeniy KhramtsovDon't re-define validation functions in multiple places
2017-04-28 Paweł ChmielowskiFix elixir tests
2017-04-27 Evgeniy KhramtsovBump cache_tab version
2017-04-27 Evgeniy KhramtsovStore options using p1_options module
2017-04-27 badlopMerge pull request #1702 from skuroki/patch-1
2017-04-26 BadlopBug requesting non-existent data with private_get comma...
2017-04-26 Holger WeissMerge remote-tracking branch 'processone/pr/1699'
2017-04-26 KUROKI ShinsukeFix typo
2017-04-26 Paweł ChmielowskiDon't check result of jid.start
2017-04-25 BadlopAllow a room admin also to subscribe another JID
2017-04-25 Holger Weissmod_stream_mgmt: Fix typo in variable name
2017-04-25 Holger Weissmod_stream_mgmt: Fix 'if_offline' detection
2017-04-25 Evgeniy KhramtsovInclude original 'id' and 'type' attributes in offline...
2017-04-25 Paweł ChmielowskiDon't check result of jid.start
2017-04-25 Paweł ChmielowskiDon't check result of jid.start
2017-04-25 Evgeniy KhramtsovMake sure only jabber:x:event tag is present in offline...
2017-04-25 Fernando RipollUpdate Dockerfile to be able to build 17.04 ejabberd...
2017-04-24 Holger Weissrandoms: Keep compatibility with Erlang/OTP 17
2017-04-23 Evgeniy KhramtsovAvoid changing configuration on listener deletion
2017-04-23 Evgeniy KhramtsovImprove Mnesia tables creation and transformation
2017-04-23 Evgeniy KhramtsovUse round-robin algorithm when selecting worker from...
2017-04-22 Evgeniy KhramtsovAdd clear_cache admin command
2017-04-21 Holger WeissAdd support for HTTP File Upload, version 0.3.0
2017-04-21 PaweÅ\82 ChmielowskiFix elixir tests
2017-04-21 Evgeniy KhramtsovSpeedup Mnesia tables initialization
2017-04-21 Evgeniy KhramtsovUse new cache API in mod_shared_roster_ldap
2017-04-21 Evgeniy KhramtsovUse new cache API in ejabberd_oauth
2017-04-20 Evgeniy KhramtsovCorrect option validation
2017-04-20 Evgeniy KhramtsovUse new cache API in mod_mam
2017-04-20 Evgeniy KhramtsovUse new cache API in mod_caps
2017-04-20 BadlopFix private_get command sending a proper xmlel (#1683)
2017-04-20 BadlopWhen getting user rooms, filter by the serverhost as...
next