Page 1 of 1

Warning about using 3rd party modules

Posted: Tue Mar 28, 2017 5:12 pm
by Syzop
Just a warning to everyone using 3rd party modules:
While 3rd party modules can be a powerful tool, you should also realize that they can crash the IRC Server if they contain a coding mistake.
Currently more than 90% of the crashes reported to UnrealIRCd are crashes in 3rd party modules or due to source code modifications.

So: feel free to use 3rd party modules, but be aware of the above.
Also, when you crash repeatedly, consider (re)starting UnrealIRCd without all 3rd party modules, chances are high you will no longer crash.

Re: Warning about using 3rd party modules

Posted: Tue Mar 28, 2017 7:13 pm
by Gottem
Since the majority come from me, here's something to keep in mind.

We use about 90% of these modules on my network as well, so any crashes/bugs are quickly found and fixed (ever wonder why all my stuff is in a git repo?). ;] As such, there's a good chance the module that causes a crash is (severely) outdated and needs updating, so be sure to try that first.

If it still crashes, try unloading all 3rd party mods and see if the problem goes away. If it does, re-load the mods and check out my further instructions.

EDIT 2017-05-13: We also have an RSS feed for the modules repo now so you can easily keep track of commits. ;]

Re: Warning about using 3rd party modules

Posted: Sat Mar 02, 2019 9:37 am
by Syzop
Unsticky now, in favor of the new sticky item: How to use 3rd party modules (and a warning).