Michael Ortmann
Michael Ortmann
Found by: thommey and michaelortmann Patch by: michaelortmann Fixes: One-line summary: Fix locking / race for tdns error logging Additional description (if needed): Non main threads like tdns must use...
Found by: michaelortmann Patch by: michaelortmann Fixes: #283 One-line summary: share userfile over existing botlink Additional description (if needed): **Please give feedback, then i will cleanup remaining debug output** Current...
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Fix `share.mod` user file feature parser/checker Additional description (if needed): Since eggdrop 1.8.1 the `share.mod` feature negotiation between bots is broken....
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Update CONTENTS and typo fixes Additional description (if needed): 1. Update CONTENTS 2. Typo fixes 3. Ridiculous cleanups Test cases demonstrating...
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Make `.share` filename unique Additional description (if needed): Avoid race Test cases demonstrating functionality (if applicable): **Example-filename before:** .share.BotB.1719013978 **Example-filename after:**...
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Fix tcl compress/uncompress error handling and doc Additional description (if needed): compression functions were already returning different return values but for...
Found by: michaelortmann Patch by: michaelortmann Fixes: #1605 One-line summary: Fix python mod autoconf Additional description (if needed): Several bugs are fixed by this PR. Now python.mod is also working...
``` .loadmod python .unloadmod python .loadmod python [...] double free or corruption (out) Aborted (core dumped) ``` crashes in line https://github.com/eggheads/eggdrop/blob/4c421166aac2ca4d35cc1942c55c34713433e55b/src/mod/python.mod/python.c#L86C3-L86C21 My attempt like ``` if (!PyDateTimeAPI) PyDateTime_IMPORT; ``` didnt...
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Enhance load module Additional description (if needed): 1. `eggdrop.conf` doc was adapted to current behavior, where eggdrop cannot run from compilation...
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Update configure.ac Additional description (if needed): Add `AC_HEADER_RESOLV` `isascii()` is POSIX 2001 Test cases demonstrating functionality (if applicable): There is no...