Michael Ortmann
Michael Ortmann
## Environment ``` Thu May 13 09:11:15 PM CEST 2021 radare2 5.2.1 0 @ linux-x86-64 git.5.2.1 commit: unknown build: 2021-04-26__23:00:17 Linux x86_64 ``` ## Description I expect radare2 to resolve...
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Fix more ident lookup bugs Additional description (if needed): If a socket is set `O_NONBLOCK` and `connect()` returns `EINPROGRESS`, it must...
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Additional description (if needed): 1. Fix "echo off" for command `.su` 2. Fix propagating telnet status for command `.relay` The propagation...
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Use strcasecmp() everywhere to compare handle. Additional description (if needed): ``` strcasecmp I'd say rfc compare can only be known once...
Found by: moonlightz Patch by: michaelortmann Fixes: #1532 One-line summary: TCL_INTERP_DESTROYED -> Tcl_InterpDeleted() Additional description (if needed): see https://core.tcl-lang.org/tips/doc/trunk/tip/543.md There is more to do to make eggdrop compatible (and not...
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Sandbox to build/play with an example module for eggdrop in [zig](https://en.wikipedia.org/wiki/Zig_(programming_language)) language Additional description (if needed): **Still far from being useful,...
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Cleanup includes Additional description (if needed): We check for STDC_HEADERS during configure, and if check fails, error out: https://github.com/eggheads/eggdrop/blob/develop/aclocal.m4#L211-L225 So we...
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Update INSTALL Cygwin Requirements (Windows) Additional description (if needed): Test cases demonstrating functionality (if applicable): Doc update, no functional change
Found by: michaelortmann Patch by: michaelortmann Fixes: One-line summary: Doc fix: Fix various ftp/http/https URLs Additional description (if needed): Test cases demonstrating functionality (if applicable):
Found by: [michaelortmann](https://github.com/michaelortmann/) Patch by: [michaelortmann](https://github.com/michaelortmann/) Fixes: One-line summary: WebUI mod adds webinterface to eggdrop Additional description (if needed): Screenshot desktop firefox: https://imgur.com/a/WONc3dR Screenshot iOS safari: https://imgur.com/a/AQwxNgs (the imgur content...