Michael Ortmann

Results 187 comments of Michael Ortmann

In Mac OS X 10.4, dlopen was rewritten to be a native part of dyld. See: https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/dlopen.3.html So eggdrop under Darwin / macOS should check, if it can use the...

my macOS 13.7.3 also warns about NS* deprecation: gcc -g -O2 -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -iwithsysroot /System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers -c modules.c modules.c:763:9: warning: 'NSCreateObjectFileImageFromFile' is deprecated: first deprecated in macOS 10.5...

current eggdrop git compiles fine under my testsystem, if i compile manually, without macports or homebrew: https://pastebin.com/1xGimpST macOS Ventura 13.7.3 ``` % uname -a Darwin michaels-iMac-Pro.local 22.6.0 Darwin Kernel Version...

@barracuda156 please can you give #1750 a try? and maybe post the whole configure / make config / make and uname -a info on pastebin for bonus points? merci!

What about removing all "Last revised" lines from docs? What about updating the whole themes folder in eggdrop to the new sphinx version we use? Or did we customize the...

Found the following grammar glitch: https://github.com/eggheads/eggdrop/blob/develop/doc/sphinx_source/about/legal.rst?plain=1#L6C165-L7C1 `net.c is by Robey has placed it in the public domain.`

Thank you for the report! If you are able to enable debug logging with `.console +d` it would tell us the name(s) of the module(s) that are stagnant.

i can reproduce. if python mod is loaded, it cannot be unloaded. so we need to add it the the stagnant module exclude check list here: https://github.com/eggheads/eggdrop/blob/277ec01e0aacfc29c8a0ce3383fe1999ca2414ce/src/main.c#L876-L877

python mod depends on other mods. i dont know how to handle such dependencies, or if a restart is even possible with python mod loaded.

with python mod loaded and .restart, and all debug options enabled, here is a full stacktrace: https://pastebin.com/qdjhVXe6