Michael Ortmann

Results 187 comments of Michael Ortmann

Hi MalaGaM. Thank you for your work. What about enhancing this into a global FHS-compliant (https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard) solution that would also cover https://github.com/eggheads/eggdrop/issues/1107#issuecomment-767622697? With global solution i mean `./configure --prefix=...`. and...

**1. the unclear example: `/home/michael/eggdrop/usr/share/eggdrop/examples/eggdrop.conf`.** Usually (for any software) `./configure` installs system-wide and `./configure --PREFIX=` let the user install into some other directory, like into his home directory. For historical...

This is no API deprecation. So we cant simply switch to a high level openssl API here. There is none. The wont be one. OpenSSL does this to strongly discourage...

See also https://www.openssl.org/docs/manmaster/man3/SSL_CTX_set_tmp_dh.html https://weakdh.org/imperfect-forward-secrecy-ccs15.pdf: _Our calculations suggest that it is plausibly within NSA’sresources to have performed number field sieve precomputa-tions for at least a small number of 1024-bit Diffie-Hellmangroups. This...

`KICK` **is** a defined value in the 005 documentation, 005 can TARGMAX any IRC command: https://defs.ircdocs.horse/defs/isupport.html#targmax An example `TARGMAX=KICK:1` is libera.chat: ``` [...] 04:32 -!- Irssi: Connection to irc.libera.chat established...

Why not add instructions to compile and link openssl (unter osx) to COMPILE-GUIDE? Maybe link it static. --with-sslinc and --with-sslib should work, now that the following commit was done: b4cb7130278f7ff66da6405dc10bff260602a8eb...

There is a solution / workaround: Under 64-bit macOS Catalina 10.15.7 Darwin 19.6.0 clang 12.0.0 Tcl 8.5.9 OpenSSL 1.1.1g One can install openssl via homebrew and it will work just...

We could use posix qsort for .bots and .botinfo or we could make the bot->next list a sorted list.

I like this sort feature and would like to see it in our scripts directory and loaded by default in eggdrop.conf.

thats fine. the parameter is modifyable. we dont need to copy before newsplit(). other functions in chan.c call newsplit() on the parameter without such copy also. example: https://github.com/eggheads/eggdrop/blob/develop/src/mod/irc.mod/chan.c#L1192