Commit graph

7593 commits

Author SHA1 Message Date
Kim Alvefur
7093d062f7 mod_proxy65: Check what port is used at the time of the query
Could have changed between startup and time of request
2018-11-25 13:16:17 +01:00
Kim Alvefur
25b9a621a3 mod_proxy65: Return an error if no port is open (fixes #1240) 2018-11-25 13:14:05 +01:00
Kim Alvefur
2dd5ee9357 prosodyctl: Change ownership of certs to same as the cert base dir when running from a source checkout 2018-10-24 17:13:49 +02:00
Kim Alvefur
d3d71d91bb prosodyctl: Allow cert dir to not be owned by root (fixes #1075) 2018-10-24 17:04:17 +02:00
Kim Alvefur
2a573e5c5e mod_http: Make sure path from http_external_url always ends with a slash (fixes #1183) 2018-10-14 14:01:57 +02:00
Kim Alvefur
530a9f9c8e util.pposix: Fix or silence a warning on OS X (#1202) 2018-09-08 11:46:02 +02:00
Kim Alvefur
b78f1d3da1 util.pposix: Fix building on OS X (#1202) 2018-08-18 12:07:40 +02:00
Kim Alvefur
e59fdc42ed sessionmanager, mod_s2s: Bring debug line for outgoing stanzas in line with that for incoming 2018-07-24 19:07:26 +02:00
Kim Alvefur
c2d1ea2b04 mod_s2s: Reduce logging (#776) 2018-07-22 19:45:58 +02:00
Kim Alvefur
3f73da1155 core.stanza_router: Reduce logging of common routing (#776) 2018-07-22 19:44:58 +02:00
Kim Alvefur
c866e40051 sessionmanager: Log top tag of outgoing stanzas on c2s (#776) 2018-07-22 19:41:29 +02:00
Kim Alvefur
759fe72f49 util.stanza: Add method for removing all children with a specific name, xmlns 2018-07-08 16:48:59 +02:00
Kim Alvefur
81da3564dc mod_groups: Log a warning about invalid JIDs (#1180) 2018-07-07 20:57:20 +02:00
Kim Alvefur
fbec700e42 prosodyctl: Warn if attempting to run an unknown check (fixes #1161) 2018-06-28 10:56:24 +02:00
Matthew Wild
d869a89803 mod_admin_telnet: Add debug:events() and debug:logevents() 2018-06-22 13:20:38 +01:00
Kim Alvefur
899924566e mod_s2s: Close sockets held by resolver (#1170) 2018-06-17 20:02:40 +02:00
Kim Alvefur
054cdafd57 net.dns: Lazily generate unknown RR type names 2018-06-10 17:45:49 +02:00
Kim Alvefur
28e486f3df Backed out changeset eae606b9266c: Used a lot of memory 2018-06-10 17:37:06 +02:00
Kim Alvefur
b7fc41affc mod_mam: Add coment on how 'complete' works 2018-06-10 00:14:34 +02:00
Kim Alvefur
48a65eed67 mod_mam: Handle edge-case of max=0 so that complete attr is set (fixes #1128) 2018-06-09 23:57:58 +02:00
Kim Alvefur
5ae35f54cc net.dns: Syntesize type names for the full range
Otherwise unknown records are identified as A records. This also fixes
various tracebacks unearthed by previous commits and mis-identified
records.

Related to #1056 #976 #819
2018-06-09 15:34:00 +02:00
Kim Alvefur
fb63de9331 net.dns: Don't attempt to cache unparsed data (fixes #1056)
rr[qtype:lower()] can be nil. I think this happens if the type does not
have a parser.

Also see #819 #976
2018-06-09 15:35:03 +02:00
Kim Alvefur
d8100c6004 mod_s2s: Fix DNS timeout setting for per-session resolvers (fixes #1167) 2018-06-09 00:09:25 +02:00
Kim Alvefur
73a7fa134d net.dns: Also cache records from the 'additional' section
Could be getting A/AAAA records here when asking for SRV
2018-06-03 00:40:42 +02:00
Kim Alvefur
ad268c9db3 net.dns: Cache all records from the 'answer' section (fixes #487)
This should preserve CNAME records included here
2018-06-09 00:02:06 +02:00
Kim Alvefur
1b392befb7 Backed out changeset b8c3dbf76a2e (fixes #1162)
This is not required by the XEP and has privacy issues.
2018-06-08 16:02:57 +02:00
Emmanuel Gil Peyrot
ba5f71d08b mod_component: Fix a wrongly-placed closing parenthesis, fixes #1164. 2018-06-08 11:53:10 +02:00
Matthew Wild
29ebeb2da4 prosodyctl: Make log level configurable through PROSODYCTL_LOG_LEVEL (useful for debugging) 2018-06-07 11:21:51 +01:00
Matthew Wild
4682ffbbe9 Added tag 0.10.2 for changeset 7ec098b68042 2018-05-31 10:58:00 +01:00
Matthew Wild
b294f1695c Merge 0.9->0.10 2018-05-30 21:55:09 +01:00
Matthew Wild
99869528ca Added tag 0.9.14 for changeset 29c6d2681bad 2018-05-30 21:51:15 +01:00
Matthew Wild
41e736bbb5 MUC: Revert unstable MUC commits since 0.10.1
These have caused too many issue reports to be included in
the stable branch at this time.

Affected issues: #345, #397

Reverted commits:

dcd53a565c01
6d4b0895f76d
1b10802a770e
564e897f0790
a7221ada9368
aaff40ec7001
05a3275b6873
c2b99fa134b3
8da11142fabf
2018-05-30 21:33:53 +01:00
Matthew Wild
bf1391b08e MUC: Fix error logged when no persistent rooms present 2018-05-30 21:02:09 +01:00
Kim Alvefur
4aa93b912f mod_bosh: Store the normalized hostname on session (fixes #1151) 2018-05-30 10:58:19 +02:00
Kim Alvefur
6a1f580316 MUC: Handle setting default history messages when history length is unset (thanks tmolitor) 2018-05-29 22:33:22 +02:00
Kim Alvefur
32b507c866 mod_c2s: Do not allow the stream 'to' to change across stream restarts (fixes #1147) 2018-05-25 21:09:34 +02:00
Jonas Wielicki
409cae1fc7 MUC: ensure that x/item/@jid is always a bare JID 2018-05-17 17:12:07 +02:00
Jonas Wielicki
95ffd552f0 MUC: correctly emit <status/> tags 2018-05-17 17:11:42 +02:00
Jonas Wielicki
3443da43a2 MUC: reject non-bare JIDs in set_affiliation requests with not-acceptable 2018-05-17 17:11:25 +02:00
Jonas Wielicki
bdc12e4516 MUC: fix set_role invocation 2018-05-17 17:11:00 +02:00
Kim Alvefur
26cd73ad68 mod_disco: Skip code specific to disco on user accounts (avoids invoking usermanager, fixes #1150) 2018-05-28 21:30:32 +02:00
Kim Alvefur
400d3337aa core.certmanager: Allow all non-whitespace in service name (fixes #1019) 2018-05-25 03:30:16 +02:00
Kim Alvefur
0f78fff909 mod_c2s: Avoid concatenating potential nil value (fixes #753) 2018-05-22 22:22:57 +02:00
Matthew Wild
ef17c4f12c MUC: Restore status codes on presence sent to occupant when their affiliation changes (thanks jonasw) 2018-05-16 23:57:30 +01:00
Matthew Wild
6a8358e647 MUC: Allow the number of messages sent by default to be configured (fixes #397) 2018-05-16 12:17:06 +01:00
Matthew Wild
310bf706f1 MUC: Import revised, more comprehensive patch for 8da11142fabf (#345) 2018-05-16 12:14:21 +01:00
Matthew Wild
b7b2a4f9e4 Added tag 0.9.13 for changeset 082d12728645 2018-01-10 15:15:25 +00:00
Kim Alvefur
d993a7515e MUC: Rename variable to make it clearer that it is the room JID and not the MUC host 2017-12-10 17:52:47 +01:00
Jonas Wielicki
1e1a96fa4c MUC: Ensure that <delay/> elements which match our from are stripped (fixes #1055) 2017-12-09 17:57:14 +01:00
Jonas Wielicki
2e7e1a301c MUC: fix the @from on <delay/> in history replay (fixes #1054) 2017-12-09 17:36:47 +01:00