Skip to content

Clarification on connection to moe-moe.love #1900

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ddnomad opened this issue Feb 10, 2023 · 5 comments
Closed

Clarification on connection to moe-moe.love #1900

ddnomad opened this issue Feb 10, 2023 · 5 comments
Labels
question User has a question telemetry Related to the telemetry feature

Comments

@ddnomad
Copy link

ddnomad commented Feb 10, 2023

Question: what is this and why I see the binary connecting to it? Is it telemetry? Why is it opt-out instead of opt-in?

@firas-assaad
Copy link
Contributor

It does appear to be the telemetry server:

local suc, link = pcall(net.connect, 'tcp', 'moe-moe.love', 11577)

My understanding is that it was completely removed in be4dcc0

Are you using the latest version?

@ddnomad
Copy link
Author

ddnomad commented Feb 11, 2023

It does appear to be the telemetry server:

local suc, link = pcall(net.connect, 'tcp', 'moe-moe.love', 11577)

My understanding is that it was completely removed in be4dcc0

Are you using the latest version?

Admittedly, I don't think I'm running the latest version. The language server was automatically downloaded and run by coc.nvim when I've opened init.lua. I did not update my neovim dependencies for quite a while as well.

That's being sad, even if telemetry is fully removed now, I would still love to get some clarification on the domain and why I seem to struggle to locate it in the source code.

@sumneko
Copy link
Collaborator

sumneko commented Feb 13, 2023

It is telemetry and it is opt-in, see https://github.com/LuaLS/lua-language-server/wiki/Privacy

@sumneko sumneko added question User has a question telemetry Related to the telemetry feature labels Feb 13, 2023
@ddnomad
Copy link
Author

ddnomad commented Feb 17, 2023

@sumneko Thanks for your response. I've dug just a tiny bit deeper and it seems like coc.nvim uses an old version of lua-language-server (see screenshot below).

I guess it is something I should raise with COC developer instead. Closing this issue.

image

@ddnomad ddnomad closed this as completed Feb 17, 2023
@martin-braun
Copy link

@ddnomad Related: #462

I literally have the same problem as I use coc-lua in coc.nvim.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question User has a question telemetry Related to the telemetry feature
Projects
None yet
Development

No branches or pull requests

4 participants