Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_pubsub: Fix typo in 'hosts' documentation | Holger Weiss | 2020-08-25 | 1 | -2/+2 |
| | | | | Thanks to Melvin Keskin for spotting this. | ||||
* | Mark dangerous buttons with CSS (#3363) | Badlop | 2020-08-24 | 6 | -14/+39 |
| | |||||
* | ejabberdctl: Avoid bashisms | Holger Weiss | 2020-08-24 | 1 | -6/+6 |
| | | | | | Don't let the ejabberdctl script depend on non-POSIX syntax. (Also, fix a typo and avoid tabs.) | ||||
* | Update opt files with "make options" | Badlop | 2020-08-21 | 2 | -18/+18 |
| | |||||
* | For mod_vcard_* modules, redirect options to mod_vcard | Badlop | 2020-08-21 | 1 | -1/+9 |
| | |||||
* | Fix vCard search by User when using Mnesia | Badlop | 2020-08-20 | 1 | -1/+1 |
| | | | | | Reported in https://stackoverflow.com/questions/63499864/how-to-search-registered-user-on-ejabberd-server-from-client-side-using-smack-li | ||||
* | mod_pubsub: Remove 'dag' node plugin documentation | Holger Weiss | 2020-08-18 | 1 | -5/+1 |
| | | | | | Commit c9d3beb9ebbd7a76a74e3e9c22ea62ec21e64a6a removed the 'dag' node/nodetree plugins. | ||||
* | Add rebar.config* files when publishing to hex from mix | Paweł Chmielowski | 2020-08-11 | 1 | -1/+1 |
| | | | | This should help with issue #3354 | ||||
* | Fix to allow vhost admins to view WebAdmin menus (#3355) | Badlop | 2020-08-10 | 1 | -19/+8 |
| | |||||
* | Copy Erlang compilation definitions from rebar.config to Docker (#3350) | Badlop | 2020-08-10 | 1 | -0/+3 |
| | |||||
* | Don't forget not-persistent rooms in load_permanent_rooms | Paweł Chmielowski | 2020-08-06 | 1 | -12/+7 |
| | | | | | | | | | Only non-persistent rooms that we are storing are those that were hibernated but also have mucsub subscribers in them. I don't think it makes sense to destroy those rooms on restart/reload if we didn't destroy them in first place when last member did leave room, let just handle those rooms like they are persistent, and kill them only when all user unsubscribe from them or they are destroyed from api. | ||||
* | Improve explanations of cafile options | Badlop | 2020-08-03 | 1 | -8/+15 |
| | |||||
* | Update mix.exs ejabberd version | Mickael Remond | 2020-07-30 | 1 | -1/+1 |
| | |||||
* | Update mix dependencies20.07 | Paweł Chmielowski | 2020-07-30 | 2 | -24/+25 |
| | |||||
* | Check if TERM is set before running a remote debug shell | Jerome Sautret | 2020-07-30 | 1 | -0/+8 |
| | |||||
* | Merge pull request #3346 from processone/ejabberd-3343 | Jérôme Sautret | 2020-07-30 | 1 | -0/+4 |
|\ | | | | | Allow passing Erlang VM args through vm.args config file | ||||
| * | Allow passing Erlang VM args through vm.args config file | Mickael Remond | 2020-07-29 | 1 | -0/+4 |
|/ | | | | | | | This can be used to define the Erlang cookie in a place that feels less foreign to non Erlang users. Fixes #3343 | ||||
* | Update deps | Paweł Chmielowski | 2020-07-28 | 1 | -18/+18 |
| | |||||
* | Update stun | Paweł Chmielowski | 2020-07-28 | 1 | -1/+1 |
| | |||||
* | Update changelog | Paweł Chmielowski | 2020-07-28 | 1 | -0/+27 |
| | |||||
* | Add support for unix socket in listeners | Paweł Chmielowski | 2020-07-28 | 1 | -11/+35 |
| | | | | To use it you just need to set port value to "unix:/path/to/socket" | ||||
* | Don't log http errors when socket get closed after processing one request | Paweł Chmielowski | 2020-07-28 | 1 | -0/+3 |
| | |||||
* | No need to check for Erlang 17, as 19 is the lowest supported anyway | Badlop | 2020-07-28 | 1 | -2/+1 |
| | | | | This rollsback the conditional introduced years ago in c2753cd51c8ca | ||||
* | Elixir was required for quicktest, that was removed in 2018 51cbbf313 | Badlop | 2020-07-28 | 1 | -1/+1 |
| | |||||
* | Update Stun to 1.0.36, and Esip too | Badlop | 2020-07-28 | 1 | -2/+2 |
| | |||||
* | Sort dependencies and improve some indentation | Badlop | 2020-07-22 | 1 | -67/+70 |
| | |||||
* | Revert "Modify ERL_LDFLAGS of deps when compiling on R23 on rebar2" | Badlop | 2020-07-22 | 1 | -1/+0 |
| | | | | This reverts commit 21312c79aa1c1c319f2b1859184a5ef3126c7ac9. | ||||
* | Update dependencies, they now compile with Erlang/OTP 23.0 natively | Badlop | 2020-07-22 | 1 | -14/+14 |
| | |||||
* | Revert "Dirty workarounds to compile jiffy with Erlang/OTP 23 (#3282)" | Badlop | 2020-07-15 | 2 | -3/+0 |
| | | | | This reverts commit 2ca5712507473578fe00e4a1bce8e25a0d9f1bca. | ||||
* | Update jiffy to 1.0.5 which supports Erlang/OTP 23 | Badlop | 2020-07-15 | 1 | -1/+1 |
| | |||||
* | In fact misc:try_url/1 is not used anymore | Badlop | 2020-07-15 | 1 | -25/+1 |
| | |||||
* | Fix try_url/1 parsing of uri_parse result format, reported by Dialyzer | Badlop | 2020-07-14 | 1 | -8/+9 |
| | |||||
* | Update 'stun' dependency to tagged version | Holger Weiss | 2020-07-11 | 2 | -2/+2 |
| | |||||
* | mod_stun_disco: Fix function specification | Holger Weiss | 2020-07-11 | 1 | -1/+1 |
| | |||||
* | Parse also ServerHost in create_room* commands (#3326) | Badlop | 2020-07-10 | 1 | -1/+2 |
| | |||||
* | Fix crash when creating new MUC log file in non-ASCII lang (#3324) | Badlop | 2020-07-10 | 1 | -1/+1 |
| | |||||
* | Use the same leading sentence than other sections | Badlop | 2020-07-06 | 1 | -1/+1 |
| | |||||
* | ejabberd_stun: Filter info/debug messages | Holger Weiss | 2020-07-01 | 3 | -2/+36 |
| | | | | | Update 'stun' dependency, and drop the info/debug messages now logged by the 'stun' application if OTP's new logging API is used. | ||||
* | Fix YAML syntax in example configuration (#3301) | Badlop | 2020-06-25 | 1 | -4/+4 |
| | |||||
* | Subscriber should not send message to moderated room (#3222) | Badlop | 2020-06-24 | 1 | -1/+2 |
| | |||||
* | ejabberd_logger: Avoid excessive stat calls | Holger Weiss | 2020-06-23 | 1 | -0/+1 |
| | | | | | | | | | | | By default, the logger_std_h module shipped with OTP 21.0 and newer reads the log file information prior to each and every write operation. This is done to play well with external log rotation tools. In order to minimize the performance penalty in situations where the log file is flooded, configure logger_std_h to skip reading the file information as long as no more than one second has passed since it was last read. | ||||
* | README.md: Add line breaks after feature titles | Holger Weiss | 2020-06-23 | 1 | -6/+6 |
| | |||||
* | Correctly handle user_regexp acl rules with not matching host | Paweł Chmielowski | 2020-06-22 | 1 | -4/+4 |
| | | | | This should fix issue reported in issue 3304 | ||||
* | mod_stun_disco: Fix wording of log message | Holger Weiss | 2020-06-19 | 1 | -1/+1 |
| | |||||
* | Document that only ejabberdctl can join and leave a local node (#3049) | Badlop | 2020-06-09 | 1 | -2/+8 |
| | |||||
* | Update example config to include mod_http_upload custom headers (#3288) | Badlop | 2020-06-09 | 1 | -0/+4 |
| | |||||
* | Add default values so Travis config validation stops warning | Badlop | 2020-06-08 | 1 | -0/+4 |
| | |||||
* | Travis renamed redis-server to redis apparently | Badlop | 2020-06-08 | 1 | -1/+1 |
| | |||||
* | Remove old Regexp, the new Re is available since Erlang/OTP R12B-4 | Badlop | 2020-06-08 | 1 | -45/+6 |
| | |||||
* | Remove comment about Erlang/OTP older than R14, as we require 19.3 nowadays | Badlop | 2020-06-08 | 1 | -2/+0 |
| |