Thomas Sader

Results 47 comments of Thomas Sader

We could also still enable the customization proposed in #1107, partially, by making a subdirectory under .local/share/eggdrop foreach bot (mybot1/eggdrop.{key,cert,chan,user,...} mybot1/logs/eggdrop.log etc.), then the configuration file can mostly stay the...

the memory allocation for flexible array members are apparently subject to some uncertainty regarding offsetof() vs. sizeof(). sizeof can include padding bytes after the last non-vla member, while offsetof does...

if we clean this up, I'd like a packed structure and using the unused "regnr" to identify "new version" packets, maybe simply make it a version field. it should be...

also needs a server update then, but at least we have defined sizes then

ready for review again I think

docs need to be generated after merge

I assume you expect Eggdrop to check if the message is of the format \001 + msg + \001 and only treat it as CTCP and not a pub(m). The...