Michael Ortmann

Results 231 issues of Michael Ortmann

Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Fix include sys/resource.h Additional description (if needed): Followup PR to #719 and 1619 Test cases demonstrating functionality (if applicable): Fixes the...

Found by: michaelortmann Patch by: michaelortmann Fixes: #1615 One-line summary: Update tcl.m4 to https://core.tcl-lang.org/tclconfig/artifact/0d6cf0bab5 2018-01-11 Additional description (if needed): This is minor update, but it makes the diff from eggdrop...

A lot of version and path detection stuff and whatnot changed in never versions of upstream tcl.m4 https://core.tcl-lang.org/tclconfig/finfo?name=tcl.m4 But ive got a hard time updating eggdrops https://github.com/eggheads/eggdrop/blob/develop/m4/tcl.m4 coze there is...

Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Fix file descriptor leak in compress.mod Additional description (if needed): Test cases demonstrating functionality (if applicable): Sorry, i dont have a...

Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Fix strcpy-param-overlap (AddressSanitizer crash) Additional description (if needed): Also revert bug introduced by #1157 Test cases demonstrating functionality (if applicable): **Test...

https://github.com/eggheads/eggdrop/blob/d58f56347a16947757a0112715b13561f49fb539/src/cmds.c#L906-L913 https://github.com/eggheads/eggdrop/blob/d58f56347a16947757a0112715b13561f49fb539/src/cmds.c#L1264-L1268 src/mod/server.mod/server.c](https://github.com/eggheads/eggdrop/blob/d58f56347a16947757a0112715b13561f49fb539/src/tcluser.c#L411-L420) The code is slightly different but looks like it does the very same and should be de-duplicated.

Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Add HOOK for reset (channel) member Additional description (if needed): `stats.mod` caches the result of `ismember()` up to 1 minute and...

Found by: Robby- Patch by: michaelortmann Fixes: One-line summary: Enhance ssl log Additional description (if needed): Fixes part of #86 Also add more error handling (`BIO_new()`) Test cases demonstrating functionality...

Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Add server version log to status report Additional description (if needed): Fetch server version from RPL_YOURHOST (002) Numeric Test cases demonstrating...

Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Add TCL_UTF_MAX log to status report Additional description (if needed): Test cases demonstrating functionality (if applicable): ``` .status [...] Tcl library:...