Michael Ortmann
Michael Ortmann
Found by: ek Patch by: michaelortmann Fixes: #1748 One-line summary: Additional description (if needed): The fix is line https://github.com/eggheads/eggdrop/pull/1749/files#diff-70b09a468949878ad0452b979de72b38b34986629934e77ab916a108e8a62fe9L25 The rest of the PR is cleanup. Test cases demonstrating functionality...
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Cleanup more strcpy Additional description (if needed): Not only cleanup, in one case it could be labeled a fix. Test cases...
Found by: Patch by: michaelortmann Fixes: One-line summary: Enhance error log for Network is unreachable due to prefer-ipv6 Additional description (if needed): Eggdrop has no automatic fallback regarding prefer-ipv6 nor...
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Additional description (if needed): ``` *** Pirate has changed the topic on channel #scummbar to Have No ReSt handle cutlass: note...
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Fix code/doc about check_botnet_pings() Additional description (if needed): code / doc was wrong about `check_botnet_pings()`. Its called every 5 minutes. Also...
Found by: [wilkowy](https://github.com/wilkowy) Patch by: michaelortmann Fixes: #599 One-line summary: Fix: syncing channel does not trigger event handlers Additional description (if needed): When the bot joins a chan, `gotjoin()` creates...
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: `simple_sprintf()` -> `snprintf()` and fix format specifier / datatype for `time_t` Additional description (if needed): See also: https://github.com/eggheads/eggdrop/blob/541e8ac17e549a40e177b5eea54e4abf24629a33/src/botmsg.c#L138-L141 eggdrops `simple_sprintf()` brings...
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Sleep less - improve responsiveness user experience Additional description (if needed): Lower amount of time we sleep() in some exit/quit situations....
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: More snprintf() Additional description (if needed): Test cases demonstrating functionality (if applicable):
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Enhance memory usage regarding log table - Fix regression since eggdrop 1.9.0rc1 Additional description (if needed): This PR not only fixes...