Michael Ortmann

Results 231 issues of Michael Ortmann

Found by: https://github.com/michaelortmann/ Patch by: https://github.com/michaelortmann/ Fixes: One-line summary: Fix a pointer in dcc table linking into dcc table. We must not do that because dcc table can be realloced...

Found by: github.com/michaelortmann/ Patch by: github.com/michaelortmann/ Fixes: One-line summary: Additional description (if needed): Quick summary of what is happening now: - Each tdns thread has its own data node in...

Found by: https://github.com/michaelortmann/ Patch by: https://github.com/michaelortmann/ Fixes: One-line summary: Fix writing to tls socket Additional description (if needed): `SSL_write()` in `tputs()` https://github.com/eggheads/eggdrop/blob/890e7e4ddc82eeb9b52c747002b24e7dad69687f/src/net.c#L1346 can trigger callback function `ssl_info()` which can call...

When i have python.mod loaded, i expect it to answer to `.help python` and to show `python` command under `.help all` python module commands

Found by: https://github.com/michaelortmann/ Patch by: https://github.com/michaelortmann/ Fixes: One-line summary: Fix text processing Additional description (if needed): Test cases demonstrating functionality (if applicable):

Found by: https://github.com/michaelortmann Patch by: https://github.com/michaelortmann Fixes: One-line summary: Call `check_expired_dcc()` every second to honor `-timeout` settings Additional description (if needed): This bug is ancient While at it, i made...

would it be useful to ship a tiny tls/telnet eggdrop client with eggdrop? like one in python/tk? i made a quick hack: https://gist.github.com/michaelortmann/300e6471cad62a376ec7cb1ed8dabc78 https://imgur.com/a/pefero-eggdrop-telnet-client-https-gist-github-com-michaelortmann-300e6471cad62a376ec7cb1ed8dabc78-JTRTRkS regardless of the shipping question, if...

Found by: https://github.com/michaelortmann/ Patch by: https://github.com/michaelortmann/ Fixes: One-line summary: Additional description (if needed): Test cases demonstrating functionality (if applicable):

Found by: https://github.com/michaelortmann/ Patch by: https://github.com/michaelortmann/ Fixes: One-line summary: Add eggdrop version check python script Additional description (if needed): The script version checks every 24h The other example scripts never...

Found by: https://github.com/michaelortmann/ Patch by: https://github.com/michaelortmann/ Fixes: One-line summary: Additional description (if needed): Test cases demonstrating functionality (if applicable): `> valgrind --track-origins=yes ./eggdrop -t BotA.conf` Then telnet to the bot...