Geo
Geo
More "good ideas" to add... maybe make this warning when a +n logs in to the partyline? Would be good for more casual users who aren't on the partyline 24/7...
With more context for aesthetic review: Startup: ``` Loading autoscripts.tcl Writing channel file... Userfile loaded, unpacking... === testbot: 1 channels, 28 users. WARNING: SSL/TLS certificate expired.crt expired You can generate...
Can you clarify the problem with more detail?
@thommey Can you add some words here and I'll include it with what I'm working on now?
Let's tie this with #1516
``` 18:05:47] Telnet connection: localhost/46032 [18:05:47] TLS: handshake successful. Secure connection established. [18:05:47] TLS: peer did not present a certificate [18:05:47] Denied telnet: *, No Access Thread 1 "eggdrop" received...
One more- ```/home/runner/work/eggdrop/eggdrop/eggdrop/src/tls.c:233: undefined reference to `SSL_CTX_get0_certificate'``` in OpenSSL 0.9.8
The update is awesome, but there are a lot of specifics that might be too detailed to go in here. I also think including pre-compile stuff in here goes a...
Can we simplify (and unfortunately, maybe re-write) this process and just store the realname value when the Eggdrop does a WHOIS on itself upon connect and if/when it receives the...
Single setting: ``` .tcl bind chanset * greet foo Tcl: greet .tcl proc foo {chan setting value} {putlog "omg! $setting on $chan was set to $value!"} Tcl: .chanset #eggdroptest +greet...