]>
granicus.if.org Git - ejabberd/log
Evgeniy Khramtsov [Sun, 24 Dec 2017 09:34:47 +0000 (12:34 +0300)]
Don't set twice
Evgeniy Khramtsov [Sun, 24 Dec 2017 09:27:51 +0000 (12:27 +0300)]
Rely on Server Name Indication for incoming Direct-TLS connections
This commit also deprecates `certfile` option for ejabberd_http
listener.
Holger Weiss [Sat, 23 Dec 2017 21:45:01 +0000 (22:45 +0100)]
Don't let privacy list prevent local roster update
Holger Weiss [Fri, 22 Dec 2017 13:32:47 +0000 (14:32 +0100)]
mod_muc_admin: Fix last timestamp retrieval
Badlop [Thu, 21 Dec 2017 16:00:43 +0000 (17:00 +0100)]
Fix commands rooms_unused_list and _destroy
Christophe Romain [Thu, 21 Dec 2017 13:07:29 +0000 (14:07 +0100)]
Fix race between join_cluster and ejabberd_mnesia (#2079)
Paweł Chmielowski [Thu, 21 Dec 2017 10:49:33 +0000 (11:49 +0100)]
Disable test for now
Paweł Chmielowski [Thu, 21 Dec 2017 10:43:09 +0000 (11:43 +0100)]
Update expected error type in test
Christophe Romain [Thu, 21 Dec 2017 10:10:56 +0000 (11:10 +0100)]
Let mix aware of unpackaged hex.pm dependencies (#2170)
Christophe Romain [Wed, 20 Dec 2017 10:54:12 +0000 (11:54 +0100)]
Add pubsub#multi-items to features list (#2162)
Christophe Romain [Wed, 20 Dec 2017 10:53:18 +0000 (11:53 +0100)]
Fix mix_sql features and options
badlop [Tue, 19 Dec 2017 22:10:20 +0000 (23:10 +0100)]
Merge pull request #2164 from angelo-chan/master
add muc_online_rooms_by_regex to mod_muc_admin to filter list online r…
Holger Weiss [Tue, 19 Dec 2017 17:59:25 +0000 (18:59 +0100)]
ejabberd_sm: Fix get_session_sid/3
Let get_session_sid/3 cope with multiple session table entries for a
given resource.
Evgeniy Khramtsov [Tue, 19 Dec 2017 12:33:30 +0000 (15:33 +0300)]
Change loglevel of TLS failures
Christophe Romain [Tue, 19 Dec 2017 09:24:07 +0000 (10:24 +0100)]
send_direct_invitations accepts only user jids
Evgeniy Khramtsov [Tue, 19 Dec 2017 06:55:19 +0000 (09:55 +0300)]
Set disk_almost_full_threshold to 99%
Evgeniy Khramtsov [Tue, 19 Dec 2017 06:15:35 +0000 (09:15 +0300)]
Don't crash on malformed IQ
Fixes #2175
Evgeniy Khramtsov [Mon, 18 Dec 2017 09:30:10 +0000 (12:30 +0300)]
Log a warning when a disk is almost full
Evgeniy Khramtsov [Mon, 18 Dec 2017 09:15:49 +0000 (12:15 +0300)]
Disable default alarm handler
Evgeniy Khramtsov [Mon, 18 Dec 2017 07:41:11 +0000 (10:41 +0300)]
Handle also process_memory_high_watermark alarm
Evgeniy Khramtsov [Sun, 17 Dec 2017 18:03:40 +0000 (21:03 +0300)]
Kill and restart lager when it's overloaded
Evgeniy Khramtsov [Sun, 17 Dec 2017 17:19:44 +0000 (20:19 +0300)]
Fix processing order
Evgeniy Khramtsov [Sun, 17 Dec 2017 16:46:55 +0000 (19:46 +0300)]
Avoid excessive logging of SQL failures
Evgeniy Khramtsov [Sun, 17 Dec 2017 15:52:37 +0000 (18:52 +0300)]
Rewrite ejabberd system monitor
Previous version was inefficient: it had a lot of false positives
along with a lot of false negatives, making its usage pointless.
The new verion is based on memsup(3erl) application: the OOM watchdog is
only started when total OS memory consumption is more than 80%.
A watchdog periodically inspects all running processes and collects
statistics about overloaded ones (those queueing a lot of messages).
If the OOM killer is enabled (`oom_killer: true`), all overloaded
processes would be killed. By default, OOM killer is enabled.
When memory consumption is back to normal, the OOM watchdog is stopped.
Evgeny Khramtsov [Thu, 14 Dec 2017 07:30:03 +0000 (10:30 +0300)]
Merge pull request #2167 from weiss/last-pep-items-to-owner
Send last PEP items to owner on initial presence
Holger Weiss [Wed, 13 Dec 2017 17:59:06 +0000 (18:59 +0100)]
Send last PEP items to owner on initial presence
Closes #2112.
Christophe Romain [Wed, 13 Dec 2017 15:04:25 +0000 (16:04 +0100)]
Merge pull request #2158 from bowlofeggs/su-with-sh
Use /bin/sh as the explicit shell when using su in ejabberdctl.
Evgeniy Khramtsov [Wed, 13 Dec 2017 13:52:44 +0000 (16:52 +0300)]
Only allow compression after SASL
See XEP-0170 for details
Thanks to Vitaly Takmazov for spotting this
Christophe Romain [Wed, 13 Dec 2017 10:35:36 +0000 (11:35 +0100)]
PubSub: Add missing Nidx building records from sql result
Angelo Chan [Wed, 13 Dec 2017 03:07:12 +0000 (11:07 +0800)]
add muc_online_room_by_regex to mod_muc_admin to filter list online rooms
Holger Weiss [Tue, 5 Dec 2017 22:10:12 +0000 (23:10 +0100)]
mod_pubsub: Send last items on initial presence
Wait until we got initial presence from the client before sending the
last items of nodes the JID is subscribed to.
Closes #2132.
Christophe Romain [Tue, 12 Dec 2017 09:53:17 +0000 (10:53 +0100)]
Merge pull request #2160 from weiss/publish-options
Support pubsub#publish-options PRECONDITIONs
Holger Weiss [Tue, 12 Dec 2017 00:04:14 +0000 (01:04 +0100)]
Support pubsub#publish-options PRECONDITIONs
Support PubSub publishing options that are specified as PRECONDITIONs as
per XEP-0060 v1.14.
Christophe Romain [Mon, 11 Dec 2017 10:00:24 +0000 (11:00 +0100)]
Revert removal of certfile option on http listener
Christophe Romain [Mon, 11 Dec 2017 09:27:48 +0000 (10:27 +0100)]
Update example configuration
Evgeniy Khramtsov [Mon, 11 Dec 2017 07:00:16 +0000 (10:00 +0300)]
Fix typos in mod_legacy_auth and mod_register
Evgeniy Khramtsov [Mon, 11 Dec 2017 06:46:26 +0000 (09:46 +0300)]
Use xmpp:try_subtag/2 wherever possible
Randy Barlow [Sun, 10 Dec 2017 17:52:22 +0000 (12:52 -0500)]
Use /bin/sh as the explicit shell when using su in ejabberdctl.
Some distributions (such as Fedora) use /sbin/nologin as the login
shell for the ejabberd user. The newer version of ejabberdctl uses
su to perform the command if the INSTALLUSER invokes the script.
This commit adjusts the call to su so that it passes /bin/sh as
the shell to use so that it will work correctly when the ejabberd
user's shell is set to nologin.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
Evgeniy Khramtsov [Sat, 9 Dec 2017 20:13:20 +0000 (23:13 +0300)]
Include <x/> tag in presence errors related to nick change
Refer to example 52 and example 53 of XEP-0045 for details.
Thanks to Daniel Gultsch for spotting this.
Evgeniy Khramtsov [Sat, 9 Dec 2017 19:39:43 +0000 (22:39 +0300)]
Better process subtag decoding errors
Evgeniy Khramtsov [Fri, 8 Dec 2017 09:50:10 +0000 (12:50 +0300)]
Log warning on empty wildcard paths
Evgeniy Khramtsov [Thu, 7 Dec 2017 14:24:34 +0000 (17:24 +0300)]
Don't call pkix_is_self_signed/1 too frequently
Evgeniy Khramtsov [Thu, 7 Dec 2017 13:41:49 +0000 (16:41 +0300)]
Eat less memory during building certificates graph
Evgeniy Khramtsov [Thu, 7 Dec 2017 11:58:58 +0000 (14:58 +0300)]
Replace s2s_cafile with ca_file in ejabberd.yml.example
Evgeniy Khramtsov [Thu, 7 Dec 2017 11:32:12 +0000 (14:32 +0300)]
Speedup certificate chains creation and validation
Paweł Chmielowski [Thu, 7 Dec 2017 09:47:23 +0000 (10:47 +0100)]
Compile sql_pt early
Evgeniy Khramtsov [Wed, 6 Dec 2017 21:29:19 +0000 (00:29 +0300)]
Avoid infinite loop between self-signed certs
Holger Weiss [Wed, 6 Dec 2017 15:50:45 +0000 (16:50 +0100)]
mod_muc_room: Fix typo
Thanks to Evgeniy for spotting this.
Evgeniy Khramtsov [Wed, 6 Dec 2017 15:36:04 +0000 (18:36 +0300)]
Bump xmpp and fast_xml revisions
Evgeniy Khramtsov [Wed, 6 Dec 2017 14:21:57 +0000 (17:21 +0300)]
Improve code using new xmpp API
Evgeniy Khramtsov [Wed, 6 Dec 2017 11:15:20 +0000 (14:15 +0300)]
Use ejabberd_cluster:send() in SM/C2S
Holger Weiss [Sat, 2 Dec 2017 20:35:09 +0000 (21:35 +0100)]
mod_offline: Always ignore groupchat messages
nosnilmot [Fri, 1 Dec 2017 16:28:31 +0000 (16:28 +0000)]
Set executable permission on mac_listener when installing (#2138)
Holger Weiss [Thu, 30 Nov 2017 22:58:01 +0000 (23:58 +0100)]
mod_muc_room: Include 110 status on shutdown
Add the 110 status code to the presence unavailable stanzas sent to room
occupants on system shutdown.
Holger Weiss [Thu, 30 Nov 2017 21:15:33 +0000 (22:15 +0100)]
mod_mam: Never store MUC messages in user archives
Even if a groupchat message is tagged with a <store/> hint, don't store
it in a user archive. The hint should only be honored by the MUC
archive.
Christophe Romain [Thu, 30 Nov 2017 14:32:09 +0000 (15:32 +0100)]
Windows does not have /tmp, fallback to /home/chris/conf
Christophe Romain [Thu, 30 Nov 2017 14:27:34 +0000 (15:27 +0100)]
Fix num_subscribers on node metadata (#2122)
Alexey Shchepin [Thu, 30 Nov 2017 10:31:23 +0000 (13:31 +0300)]
Fix session table cleanup
Alexey Shchepin [Thu, 30 Nov 2017 10:08:04 +0000 (13:08 +0300)]
Add missed server_host column in pg.new.sql
Evgeniy Khramtsov [Mon, 27 Nov 2017 10:09:53 +0000 (13:09 +0300)]
Merge branch 'master' of github.com:processone/ejabberd
Paweł Chmielowski [Mon, 27 Nov 2017 10:12:46 +0000 (11:12 +0100)]
Adapt test to changed error
Evgeniy Khramtsov [Mon, 27 Nov 2017 10:07:10 +0000 (13:07 +0300)]
Improve muc#roominfo and muc#roomconfig forms
Now 'muc#roominfo_contactjid' and 'muc#roominfo_pubsub' fields
are returned within muc#roominfo form. Also, both 'muc#roominfo_pubsub'
and 'muc#roomconfig_pubsub' are now validated.
Evgeniy Khramtsov [Sun, 26 Nov 2017 15:10:25 +0000 (18:10 +0300)]
Introduce option 'ca_file'
The option is supposed to be used as a fallback for certificates
validation. For instance, the option will be used if 's2s_cafile'
option is not set. The value should be a path to a file containing
CA certificate(s) in PEM format, e.g.:
ca_file: "/etc/ssl/certs/ca-bundle.pem"
Evgeniy Khramtsov [Fri, 24 Nov 2017 16:38:20 +0000 (19:38 +0300)]
Don't crash on unexpected XML events
In fact, seems like this is a problem in the receiver code
(or fast_xml?) and should be fixed there
Christophe Romain [Fri, 24 Nov 2017 16:17:48 +0000 (17:17 +0100)]
Fix minor typo in comment
Evgeniy Khramtsov [Fri, 24 Nov 2017 09:11:01 +0000 (12:11 +0300)]
Get rid of unused variable compile warning
Evgeniy Khramtsov [Fri, 24 Nov 2017 09:10:03 +0000 (12:10 +0300)]
Fix function clause on filelib:wildcard/1
Evgeniy Khramtsov [Fri, 24 Nov 2017 06:45:22 +0000 (09:45 +0300)]
Fix SQL serialization
The regression is introduced in
11829906ac5a3145b862bd1bc55a088c1ad4fafb
Fixes #2121
Badlop [Thu, 23 Nov 2017 16:14:39 +0000 (17:14 +0100)]
Add Id attribute in stanza built by send_message command
Evgeniy Khramtsov [Thu, 23 Nov 2017 08:09:40 +0000 (11:09 +0300)]
Use ejabberd_pkix API in mod_sip
Evgeniy Khramtsov [Thu, 23 Nov 2017 08:04:47 +0000 (11:04 +0300)]
Move 'certfile' based options in a single place
Evgeniy Khramtsov [Wed, 22 Nov 2017 07:12:49 +0000 (10:12 +0300)]
Get rid of meaningless log message
Alexey Shchepin [Mon, 20 Nov 2017 12:13:26 +0000 (15:13 +0300)]
Fix a bug introduced in the previous commit in ejabberd_sql_pt
Evgeniy Khramtsov [Mon, 20 Nov 2017 12:07:06 +0000 (15:07 +0300)]
Update URL to IM Observatory
Evgeniy Khramtsov [Mon, 20 Nov 2017 12:02:24 +0000 (15:02 +0300)]
Add notes about s2s_cafile
Paweł Chmielowski [Mon, 20 Nov 2017 11:51:19 +0000 (12:51 +0100)]
Fix filtering of rebar list-deps
Evgeniy Khramtsov [Mon, 20 Nov 2017 10:34:16 +0000 (13:34 +0300)]
Modernize the example config a bit
Paweł Chmielowski [Mon, 20 Nov 2017 09:42:05 +0000 (10:42 +0100)]
Update deps
Paweł Chmielowski [Mon, 20 Nov 2017 09:41:52 +0000 (10:41 +0100)]
Make update-deps-releases.pl work with older perl
Evgeniy Khramtsov [Sun, 19 Nov 2017 07:10:21 +0000 (10:10 +0300)]
Change file mode of ACME certficates
Evgeniy Khramtsov [Sun, 19 Nov 2017 06:56:05 +0000 (09:56 +0300)]
Re-read ACME certificates on config reload
Evgeniy Khramtsov [Fri, 17 Nov 2017 15:37:49 +0000 (18:37 +0300)]
Fix renew_certificates ejabberdctl command
Thanks to Konstantinos Kallas
Evgeniy Khramtsov [Fri, 17 Nov 2017 15:02:12 +0000 (18:02 +0300)]
Log a message when a user gets registered
Evgeniy Khramtsov [Fri, 17 Nov 2017 14:17:19 +0000 (17:17 +0300)]
Don't forget to include intermediate ACME certificate
Thanks to Konstantinos Kallas
Evgeniy Khramtsov [Fri, 17 Nov 2017 12:55:33 +0000 (15:55 +0300)]
Fix ACME options validation
Badlop [Fri, 17 Nov 2017 12:23:27 +0000 (13:23 +0100)]
Prepare user and host arguments in get_user_rooms command (#2064)
Paweł Chmielowski [Fri, 17 Nov 2017 11:18:23 +0000 (12:18 +0100)]
Fix elixir tests
Evgeniy Khramtsov [Fri, 17 Nov 2017 10:06:04 +0000 (13:06 +0300)]
Improve ACME options validation
Evgeniy Khramtsov [Fri, 17 Nov 2017 09:50:38 +0000 (12:50 +0300)]
Merge branch 'master' of github.com:processone/ejabberd
Paweł Chmielowski [Fri, 17 Nov 2017 09:54:28 +0000 (10:54 +0100)]
Switch riak backend to leveldb on travis
Evgeniy Khramtsov [Fri, 17 Nov 2017 09:50:27 +0000 (12:50 +0300)]
Move ejabberdctl ACME commands to other location
Evgeniy Khramtsov [Fri, 17 Nov 2017 08:59:40 +0000 (11:59 +0300)]
Make ACME code working with ejabberd_pkix
Paweł Chmielowski [Fri, 17 Nov 2017 08:50:10 +0000 (09:50 +0100)]
Fix sed invocation that was incompatible with FreeBSD sed
Christophe Romain [Thu, 16 Nov 2017 14:31:28 +0000 (15:31 +0100)]
PubSub: PEP services must send notifications to the account owner (#2108)
Christophe Romain [Thu, 16 Nov 2017 13:48:47 +0000 (14:48 +0100)]
Allow writing custom modules in own path (#1327)
in ejabberdctl, just add this to EJABBERD_OPTS
external_beams /path/to/my/beams
then all beams file /path/to/my/beams/*.beam will be known
by ejabberd_config, and allowed to be loaded.
Christophe Romain [Thu, 16 Nov 2017 10:38:04 +0000 (11:38 +0100)]
PubSub: Cleanup tree requests, rename pubsub_node.type->pubsub_node.plugin
Evgeniy Khramtsov [Wed, 15 Nov 2017 21:40:36 +0000 (00:40 +0300)]
Let validator know about c2s_dhfile
Christophe Romain [Wed, 15 Nov 2017 18:04:47 +0000 (19:04 +0100)]
Fix select_type race on plugin_init
Christophe Romain [Wed, 15 Nov 2017 10:16:15 +0000 (11:16 +0100)]
Cleanup pubsub subscriptions quering, fix pep case
Evgeniy Khramtsov [Wed, 15 Nov 2017 09:57:53 +0000 (12:57 +0300)]
Improve ACME description