Michael Ortmann
Michael Ortmann
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Additional description (if needed): 1. "Last recently changed" lines like the 1st line in ABOUT doc, is often forgotten and looking...
I was curious, and loaded the shipped with eggdrop scripts/ques5.tcl into a current eggdrop version. immediately ive got: ``` [12:04:00] Tcl error in script for 'timer1': [12:04:00] can't unset "nick":...
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: `.help ` fill now be resolved like it was `.help module` Additional description (if needed): Test cases demonstrating functionality (if applicable):...
Eggdrop, as a server process should drop privs it doesnt need, like with `pledge()`. Every operating system that matters offers such self restriction mechanism in one way or the other....
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Additional description (if needed): Test cases demonstrating functionality (if applicable): Fixes the following 2 issues: **1.** Before: ``` ==484279==ERROR: AddressSanitizer: stack-buffer-overflow...
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Add `.clangd` to `.gitignore` Additional description (if needed): For development i use a `.clangd` file, and i want it to be...
Starting freeciv-server does millions of utf8 to utf16 conversions for millions of case insensitive string comparisons consuming a great share of the cpu time spent to start the server. We...
``` $ podman images localhost/eggdrop develop-Os ad8c9904c50a 2 minutes ago 28.9 MB localhost/eggdrop develop 3273a9a2f4ba 57 minutes ago 33.4 MB ```
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Fix log of outgoing botnet message Additional description (if needed): Fix annoying new line Fix regression since eggdrop 1.9.2rc1 / #1100...
Found by: [tuvok81](https://github.com/tuvok81) Patch by: michaelortmann Fixes: #1742 One-line summary: Additional description (if needed): if `.oidentd.conf` doesnt exist (yet), eggdrop will create it. This case is not an error and...