Michael Ortmann

Results 231 issues of Michael Ortmann

Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: inet_aton() -> inet_pton() Additional description (if needed): inet_pton() is POSIX 2001 and additionally supports IPV6 other egg_inet_aton() / inet_aton() calls within...

Found by: vanosg Patch by: michaelortmann Fixes: #226 One-line summary: Eggdrop depends on POSIX.1-2001, which defines `vsnprintf()`. Additional description (if needed): This PR keeps `egg_vsnprintf()` for backward compatibility to (older)...

Found by: Arno Patch by: michaelortmann Fixes: One-line summary: Fix putlog timestamp: localtime() -> localtime_r() Additional description (if needed): No, eggdrop didnt invent the time machine, it just suffered from...

Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Warn user of expired cert Additional description (if needed): This is about the cert loaded from config variable `ssl-certificate` The check...

Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Fix `optimize-kicks == 2` Additional description (if needed): - Fix `snprintf()` overlaps destination object for `optimize-kicks == 2` This problem was...

Found by: michaelortmann Patch by: michaelortmann Fixes: #346 One-line summary: Update COMPILE_GUIDE regarding Cygwin / Windows stuff Additional description (if needed): Test cases demonstrating functionality (if applicable):

component: docs

Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Fix status report for realname Additional description (if needed): `.status` shows the current content of variable `realname`, but should show the...

Request for Comment

https://github.com/eggheads/eggdrop/blob/516a4a8c60edf14e65efb2a5e9485f80ae7ef780/doc/sphinx_source/tutorials/setup.rst still mentions version 1.9.1

Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Enhance error msg and remove superfluous semicolon Additional description (if needed): Test cases demonstrating functionality (if applicable): `.tcl listen 1.2.3.4 2345...

Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Enhance ssl read error log Additional description (if needed): For a long time, it wasnt clear, why following the openssl doc...