Michael Ortmann
Michael Ortmann
if under NetBSD, the official NetBSD tcl package is installed, the following situation (until now it leads to a compiler warning only) can occur: ``` $ ./configure [...] checking for...
Found by: michaelortmann Patch by: michaelortmann Fixes: #627 One-line summary: Add -d (Show debug info) command line argument and fix putlog() to respect conmask. Additional description (if needed): Eggdrop reads...
Found by: michaelortmann Patch by: michaelortmann Fixes: #13 One-line summary: Add option dns-spoof-protect (default 0) to check for dns spoofing. Additional description (if needed): If dns-spoof-protect is set to 1...
I would like to have an eggdrop config option added to enforce challenge response (instead of sending a cleartext password) during botlink. Without that option, a bot can be made...
There are 2 bugs in eggdrop when it comes to ssl cert verification. It fails, when eggdrop cant match the hostname it expects against the hostname (common name) in the...
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Additional description (if needed): While working on dns async code with threads and pipes it came to me, that enhancing .status...
Found by: Geo Patch by: michaelortmann Fixes: One-line summary: Workaround for design issue with current built-system Additional description (if needed): `make config` picks up any folder under src/mod and later...
Bot-Link-Passwords should be strong. We should try to make it easy to set strong ones. Esp. since our MD5 challengeāresponse authentication isn't that secure anymore. I propose to make `.chpass...
MD5 is cryptographically broken and unsuitable for further use. Now we could switch to sha-something, or we could do better and switch to public key auth. Btw: MD5 challenge was...
There is log of text in eggdrop using "nick" instead of "handle", like: dprintf(idx, "\nYou can't use weird symbols in your nick.\n"); We stumbled across that when we did #961.