eggdrop icon indicating copy to clipboard operation
eggdrop copied to clipboard

The Eggdrop IRC Bot

Results 344 eggdrop issues
Sort by recently updated
recently updated
newest added

``` tls.c: In function ‘ssl_init’: tls.c:234:7: warning: ‘PEM_read_DHparams’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 234 | dh = PEM_read_DHparams(paramfile, NULL, NULL, NULL); | ^~ In file included from /home/michael/opt/openssl-3.0.0-alpha11/include/openssl/ssl.h:36, from...

There are some bad `strcpy()`s in filesys.c, that overlap src and dst, which is undefined. Its complex code, so i opened this issue instead of delivering a PR instantly. https://github.com/eggheads/eggdrop/blob/155f7a3c352f80f93db12bd78db7a9960863ae08/src/mod/filesys.mod/filesys.c#L236...

Eggdrop is intended to launch multiple instances with multiple configuration files. When such use is in progress, we quickly have at the root of the installation directory a lot of...

dcc.c:detect_telnet_flood() only matches last seen host. A telnet flood from user A is not detected, if in the meantime, user B telnets the bot. In other words, someone with control...

Found by: Nikopol ``` #foo : 2 members, enforcing "+tn" #bar : 1 member, enforcing "+tn" .tcl botonchan #goo Tcl error: illegal channel: #goo ``` Would it be worth considering...

Request for Comment

``` .set prefer-ipv6 Currently: 0 .tcl dnslookup google.com foo "foo 216.58.207.78 google.com 1" .set prefer-ipv6 1 Ok, set. .tcl dnslookup google.com foo "foo 216.58.207.78 google.com 1" [22:32:37] DNS Resolver: Cache...

Check which of http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/chat/eggdrop/patches/ are necessary, please also check what other distributions patch into eggdrop (gentoo, ports, macports, etc.).

type: task

...until after a relink. ``` .info hello Your default info is now: hello .whois testuser HANDLE PASS NOTES FLAGS LAST testuser no 0 - 03:38 (partyline) INFO: hello ``` On...

type: bug
component: botnet

Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Do not discard const qualifier Additional description (if needed): Cleanup misc.c:maskaddr(), rfc1459.c and tcl.c:tcl_eggcouplet() Remove the unnecessary string truncation at s[40]...

Found by: Will Buckner and michaelortmann Patch by: michaelortmann Fixes: #1061 One-line summary: Fix snprintf with overlapping source and dest strings Additional description (if needed): This looks like another bug...