Michael Ortmann
Michael Ortmann
Please create https://ftp.eggheads.org/pub/eggdrop/modules/1.8.4 and misc/makedepend all modules. Additionally convert .zip and .tar.bz2 to .tar.gz like the rest of the modules there.
I checked, misc/makedepend-ed and fixed some modules (crashes and more not only for 1.9 bots) for eggdrop 1.9. See: https://github.com/michaelortmann/botnetop.mod https://github.com/michaelortmann/fakebotnet.mod https://github.com/michaelortmann/getops.mod https://github.com/michaelortmann/idea.mod https://github.com/michaelortmann/irctree.mod https://github.com/michaelortmann/logs2html.mod https://github.com/michaelortmann/megahal.mod https://github.com/michaelortmann/mystats.mod https://github.com/michaelortmann/noencrypt.mod https://github.com/michaelortmann/twofish.mod https://github.com/michaelortmann/wire.mod...
Additional Info: There are 2 undocumented settings related (used by) to `use-fastdeq`: ``` stackable-commands stackable2-commands ``` First i thought those 2 settings would be a whitelist and a blacklist, but...
Actually here is some doc and settings to use / build our doc upon: http://johoho.eggheads.org/eggdrop/files/sources/eggdrop1.7/nettype/custom.server.conf see also the whole directory: http://johoho.eggheads.org/eggdrop/files/sources/eggdrop1.7/nettype/
Now we have 005 support, and there is TARGMAX, https://modern.ircdocs.horse/#targmax-parameter so why not transform the old stackhandling into TARGMAX handling. with alternative / fallback to net-type / eggdrop.conf defined values.
while at it, consolidate #805 into this targmax Issue. In the end i would like to have suppoort for: 1. TARGMAX, 2. MAXTARGETS, 3. user defined settings per net-type /...
set console in eggdrop.conf .store etc do not solve this issue.
**1. With the now "dead" debug log activated a start of eggdrop would look like:** ``` $ ./eggdrop -nt [03:42:38] LANG: Language loaded: english [03:42:38] LANG: Section loaded: core [03:42:38]...
After some more digging... 1. Late in startup eggdrop switches to using conmask = console setting from eggdrop.conf 2. Early in startup this is not available obviously. Problem is, eggdrops...
Is this related to #1115? What does "tpool never worked out well" mean? How can i reproduce the problem?