Re: [dev] Commandline Email Advice Request

2022-11-29 Thread fernandoreyesavila3
On 22/11/26 04:06PM, Enan Ajmain wrote: > Previous responders said: > > o Maybe GMail doesn't allow sending emails without their web interface > o Gmail doesn't allow to use SMTP in a classic way (normal auth > with/without encryption). > > I can confirm that GMail does allow sending emails

Re: [dev] [ii] connect to servers with self signed tls certificates

2022-11-01 Thread fernandoreyesavila3
Hello jan, On 22/10/31 05:37PM, Jan Klemkow wrote: > # ii -ts irc.example.com -p 6697 -F "" > ii: wrong fingerprint: > SHA256:848f491d956befc9b9a79f1000a57b3eb131d424e4bae69b3684d4327fb11f02 > > # ii -ts irc.example.com -p 6697 -F > SHA256:848f491d956befc9b9a79f1000a57b3eb131d424e4bae69b3684d432

[dev] [ii] connect to servers with self signed tls certificates

2022-10-29 Thread fernandoreyesavila3
Hello all, I am hosting an ergo irc server with self signed certificates. Connecting to any public irc server works as expected. ii prints the following when I try to connect to my server. $ ii -s servername.com -p 6697 NICK nando USER nando localhost servername.com :nando ii: remote host closed

Re: [dev] Some questions on communication suckless style

2022-10-21 Thread fernandoreyesavila3
On 22/10/19 07:41AM, Laslo Hunhold wrote: > If you're looking for a project, bringing this back up to speed with > mainline-toxcore might be a nice thing. :) Hello, Could you please give me some more details on bringing the ratox project to the new api. I would be happy to contribute however I ha

Re: [dev] Some questions on communication suckless style

2022-10-20 Thread fernandoreyesavila3
On 22/10/19 12:49AM, Rodrigo Martins wrote: > toxic is a curses command line interface for the tox protocol. With it you > can do group audio calls and one on one video calls. toxic doesn't (yet?) let > you share your screen, but other tox clients, like qtox, do. Hello all, The tox protocol doe

Re: [dev] Some questions on communication suckless style

2022-10-15 Thread fernandoreyesavila3
On 22/10/14 06:39PM, LM wrote: > Fernando, > > I cannot attest as to whether these follow suckless design philosophy, > but the following are voice related programs from a list on the topic > of FLOSS Educational Resources for Internet and Distance Learning: > > https://www.mumble.info > https://f-

Re: [dev] Some questions on communication suckless style

2022-10-15 Thread fernandoreyesavila3
On 22/10/14 06:39PM, LM wrote: > Fernando, > > I cannot attest as to whether these follow suckless design philosophy, > but the following are voice related programs from a list on the topic > of FLOSS Educational Resources for Internet and Distance Learning: > > https://www.mumble.info > https://f-

[dev] Some questions on communication suckless style

2022-10-14 Thread fernandoreyesavila3
Hello, I recently got my friends and I on irc through irssi. I am looking for a way to do screen sharing and voice chat. I looked at the suckless page and it doesn't include recomendations for voice chat besides xmpp which I could use jingle with, but the profanity nor mcabber support jingle. I al