aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update mix dependencies20.07Paweł Chmielowski2020-07-302-24/+25
* Check if TERM is set before running a remote debug shellJerome Sautret2020-07-301-0/+8
* Merge pull request #3346 from processone/ejabberd-3343Jérôme Sautret2020-07-301-0/+4
|\
| * Allow passing Erlang VM args through vm.args config fileMickael Remond2020-07-291-0/+4
|/
* Update depsPaweł Chmielowski2020-07-281-18/+18
* Update stunPaweł Chmielowski2020-07-281-1/+1
* Update changelogPaweł Chmielowski2020-07-281-0/+27
* Add support for unix socket in listenersPaweł Chmielowski2020-07-281-11/+35
* Don't log http errors when socket get closed after processing one requestPaweł Chmielowski2020-07-281-0/+3
* No need to check for Erlang 17, as 19 is the lowest supported anywayBadlop2020-07-281-2/+1
* Elixir was required for quicktest, that was removed in 2018 51cbbf313Badlop2020-07-281-1/+1
* Update Stun to 1.0.36, and Esip tooBadlop2020-07-281-2/+2
* Sort dependencies and improve some indentationBadlop2020-07-221-67/+70
* Revert "Modify ERL_LDFLAGS of deps when compiling on R23 on rebar2"Badlop2020-07-221-1/+0
* Update dependencies, they now compile with Erlang/OTP 23.0 nativelyBadlop2020-07-221-14/+14
* Revert "Dirty workarounds to compile jiffy with Erlang/OTP 23 (#3282)"Badlop2020-07-152-3/+0
* Update jiffy to 1.0.5 which supports Erlang/OTP 23Badlop2020-07-151-1/+1
* In fact misc:try_url/1 is not used anymoreBadlop2020-07-151-25/+1
* Fix try_url/1 parsing of uri_parse result format, reported by DialyzerBadlop2020-07-141-8/+9
* Update 'stun' dependency to tagged versionHolger Weiss2020-07-112-2/+2
* mod_stun_disco: Fix function specificationHolger Weiss2020-07-111-1/+1
* Parse also ServerHost in create_room* commands (#3326)Badlop2020-07-101-1/+2
* Fix crash when creating new MUC log file in non-ASCII lang (#3324)Badlop2020-07-101-1/+1
* Use the same leading sentence than other sectionsBadlop2020-07-061-1/+1
* ejabberd_stun: Filter info/debug messagesHolger Weiss2020-07-013-2/+36
* Fix YAML syntax in example configuration (#3301)Badlop2020-06-251-4/+4
* Subscriber should not send message to moderated room (#3222)Badlop2020-06-241-1/+2
* ejabberd_logger: Avoid excessive stat callsHolger Weiss2020-06-231-0/+1
* README.md: Add line breaks after feature titlesHolger Weiss2020-06-231-6/+6
* Correctly handle user_regexp acl rules with not matching hostPaweł Chmielowski2020-06-221-4/+4
* mod_stun_disco: Fix wording of log messageHolger Weiss2020-06-191-1/+1
* Document that only ejabberdctl can join and leave a local node (#3049)Badlop2020-06-091-2/+8
* Update example config to include mod_http_upload custom headers (#3288)Badlop2020-06-091-0/+4
* Add default values so Travis config validation stops warningBadlop2020-06-081-0/+4
* Travis renamed redis-server to redis apparentlyBadlop2020-06-081-1/+1
* Remove old Regexp, the new Re is available since Erlang/OTP R12B-4Badlop2020-06-081-45/+6
* Remove comment about Erlang/OTP older than R14, as we require 19.3 nowadaysBadlop2020-06-081-2/+0
* Get back some commented specs that required Erlang R12Badlop2020-06-081-7/+4
* Option route_subdomains was deprecated and useless a year ago in ffe1c722Badlop2020-06-081-1/+0
* Update 'yconf' dependency to fix Erlang/OTP 19.xHolger Weiss2020-06-052-2/+2
* When updating group in cache, first delete so insert succeeds (#3296)Badlop2020-06-051-0/+1
* Handle ets_cache return value in shared roster get_group_opts (#3296)Badlop2020-06-053-3/+7
* Update 'yconf' dependencyHolger Weiss2020-06-052-2/+2
* Update depsPaweł Chmielowski2020-06-031-15/+16
* misc: Don't crash on URLs without port numberHolger Weiss2020-06-031-2/+8
* misc: Make sure uri_parse/1 returns stringsHolger Weiss2020-06-031-0/+2
* Merge remote-tracking branch 'processone/pr/3294'Holger Weiss2020-06-031-2/+2
|\
| * Update example configLicaon_Kter2020-06-031-2/+2
|/
* Update 'turn_ip' option name in test configurationHolger Weiss2020-06-031-1/+1
* mod_stream_mgmt: Don't kill new PID on resumptionHolger Weiss2020-06-012-40/+54