Kim Alvefur
1e8fe05324
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
d839ccd09b
mod_proxy65: Return an error if no port is open ( fixes #1240 )
2018-11-25 13:14:05 +01:00
Kim Alvefur
ff307fd7c7
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
2bc2353545
prosodyctl: Allow cert dir to not be owned by root ( fixes #1075 )
2018-10-24 17:04:17 +02:00
Kim Alvefur
e0d1114157
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
6f21218763
util.pposix: Fix or silence a warning on OS X ( #1202 )
2018-09-08 11:46:02 +02:00
Kim Alvefur
731d0942fb
util.pposix: Fix building on OS X ( #1202 )
2018-08-18 12:07:40 +02:00
Kim Alvefur
9ae687ec98
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
55f18c627d
mod_s2s: Reduce logging ( #776 )
2018-07-22 19:45:58 +02:00
Kim Alvefur
a22d4880c4
core.stanza_router: Reduce logging of common routing ( #776 )
2018-07-22 19:44:58 +02:00
Kim Alvefur
9ef04c0eb0
sessionmanager: Log top tag of outgoing stanzas on c2s ( #776 )
2018-07-22 19:41:29 +02:00
Kim Alvefur
13463cb100
util.stanza: Add method for removing all children with a specific name, xmlns
2018-07-08 16:48:59 +02:00
Kim Alvefur
b6dc9e444a
mod_groups: Log a warning about invalid JIDs ( #1180 )
2018-07-07 20:57:20 +02:00
Kim Alvefur
3f37550ae4
prosodyctl: Warn if attempting to run an unknown check ( fixes #1161 )
2018-06-28 10:56:24 +02:00
Matthew Wild
4fd0d882bb
mod_admin_telnet: Add debug:events() and debug:logevents()
2018-06-22 13:20:38 +01:00
Kim Alvefur
e11bb4edb4
mod_s2s: Close sockets held by resolver ( #1170 )
2018-06-17 20:02:40 +02:00
Kim Alvefur
887edc9457
net.dns: Lazily generate unknown RR type names
2018-06-10 17:45:49 +02:00
Kim Alvefur
36ffa0be9c
Backed out changeset eae606b9266c: Used a lot of memory
2018-06-10 17:37:06 +02:00
Kim Alvefur
8b029c26d8
mod_mam: Add coment on how 'complete' works
2018-06-10 00:14:34 +02:00
Kim Alvefur
67ba82ff05
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
54f6627066
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
d7adeb0e23
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
6c93932e13
mod_s2s: Fix DNS timeout setting for per-session resolvers ( fixes #1167 )
2018-06-09 00:09:25 +02:00
Kim Alvefur
55731a1ea0
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
f7311c8866
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
56de0aae01
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
b3ad69c25f
mod_component: Fix a wrongly-placed closing parenthesis, fixes #1164 .
2018-06-08 11:53:10 +02:00
Matthew Wild
daf39c2f47
prosodyctl: Make log level configurable through PROSODYCTL_LOG_LEVEL (useful for debugging)
2018-06-07 11:21:51 +01:00
Matthew Wild
1612a9a274
Added tag 0.10.2 for changeset 7ec098b68042
2018-05-31 10:58:00 +01:00
Matthew Wild
255e6f19d3
Merge 0.9->0.10
2018-05-30 21:55:09 +01:00
Matthew Wild
a65f49b799
Added tag 0.9.14 for changeset 29c6d2681bad
2018-05-30 21:51:15 +01:00
Matthew Wild
0fd614dbab
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
6186bd57f4
MUC: Fix error logged when no persistent rooms present
2018-05-30 21:02:09 +01:00
Kim Alvefur
996ff6d541
mod_bosh: Store the normalized hostname on session ( fixes #1151 )
2018-05-30 10:58:19 +02:00
Kim Alvefur
0caeb4940e
MUC: Handle setting default history messages when history length is unset (thanks tmolitor)
2018-05-29 22:33:22 +02:00
Kim Alvefur
44decd6ac1
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
b6a654fdfc
MUC: ensure that x/item/@jid is always a bare JID
2018-05-17 17:12:07 +02:00
Jonas Wielicki
5865da2406
MUC: correctly emit <status/> tags
2018-05-17 17:11:42 +02:00
Jonas Wielicki
10dac8879e
MUC: reject non-bare JIDs in set_affiliation requests with not-acceptable
2018-05-17 17:11:25 +02:00
Jonas Wielicki
c1f51c6f13
MUC: fix set_role invocation
2018-05-17 17:11:00 +02:00
Kim Alvefur
a0767a636b
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
5b0c75379e
core.certmanager: Allow all non-whitespace in service name ( fixes #1019 )
2018-05-25 03:30:16 +02:00
Kim Alvefur
99ded745a6
mod_c2s: Avoid concatenating potential nil value ( fixes #753 )
2018-05-22 22:22:57 +02:00
Matthew Wild
380e51758c
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
9ddd7d489e
MUC: Allow the number of messages sent by default to be configured ( fixes #397 )
2018-05-16 12:17:06 +01:00
Matthew Wild
98148f5e63
MUC: Import revised, more comprehensive patch for 8da11142fabf ( #345 )
2018-05-16 12:14:21 +01:00
Matthew Wild
8cc30747ce
Added tag 0.9.13 for changeset 082d12728645
2018-01-10 15:15:25 +00:00
Kim Alvefur
2646228226
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
9b16be0675
MUC: Ensure that <delay/> elements which match our from are stripped ( fixes #1055 )
2017-12-09 17:57:14 +01:00
Jonas Wielicki
9e3e74ec91
MUC: fix the @from on <delay/> in history replay ( fixes #1054 )
2017-12-09 17:36:47 +01:00