Michael Ortmann

Results 199 comments of Michael Ortmann

Here i found yet another similar typo (you bot): https://github.com/eggheads/eggdrop/blob/develop/scripts/botchk#L14 This should also be fixed in this PR.

i added ipv6 support and history with up and down keys.

i added autocompletion of eggdrop commands, enhanced the event loop/busy poll/threading to a point that its good enough, added a workround for #1849, added handling of "Connection closed", and fixed...

Added cert (fingerprint) login, certificate pinning (fingerprint verification), automatic login via username, getopt for command line arg parsing and tell eggdrop we are a telnet client, so that we can...

Here is the release: https://codeberg.org/mortmann/pefero

or zig build system. it was demonstrated that zig build system works even for complex software like ffmpeg. https://github.com/allyourcodebase/ffmpeg

The AddressSanitizer / LeakSanitizer fails for the code checking for the Lame library: ``` $ diff -u config.log.vanilla config.log.fsanitize.address --- config.log.vanilla 2025-12-25 06:17:42.328946011 +0100 +++ config.log.fsanitize.address 2025-12-25 06:16:20.302628168 +0100 @@...

https://github.com/cdrdao/cdrdao/blob/f00afb21b2036f12a5a64ba3f39b6094aeacddd1/acinclude.m4#L53-L54 so, its because of buggy workaround for an old hpux. lets remove that workaround and depend on systems to at least support POSIX 2001, which defines first parameter of...