InspIRCd 1.2.8 und 2.0.2 veröffentlicht
Erstellt von Rhodan am Freitag 24. September 2010
Die neuen InspIRCd-Versionen 1.2.8 und 2.0.2 wurden u.a. veröffentlicht, weil ein durch User auslösbarer Crashbug im Modul m_silence gefunden und gefixt wurde. Nebenbei gibt es auch noch ein paar weitere Bugfixes, welche in den angehängten Changelogs zu finden sind.
Direkter Download von InspIRCd 2.0.2: hier
Direkter Download von InspIRCd 1.2.8: hier
Changelogs:
– 1.2.8 release
– Fix crash in m_silence when provided with a bad pattern (bug #79)
– Fix resolved hostname being cropped when WEBIRC passes a hostname longer than 64 characters
– Fix the stupid untested off-by-two ident length check
– Quick fix for cgiirc notify bug
– Decrease nick change fakelag penalty to match 2.0
– Use EFD_NONBLOCK in test creation of eventfd (makes it require glibc 2.8/linux 2.6.27)
– Remove misleading null statement
– 2.0.2 release
– Do not apply parameter length restrictions or CleanMask when unsetting modes
– Fix crash in m_silence when provided with a bad pattern (bug #79)
– Fix crash on matching j:@#chan ban when the user is not in the channel
– Fix resolved hostname not being changed when WEBIRC passes a hostname longer than 64 characters
– Prevent setting mode -H if already unset, bug #74
– Fix the <database> example tags
– Include a placement operator new for classes that hide operator new
– Clarify null character append in m_cloaking (fixes compiler warning)
– Document <options:cyclehostsfromuser>
– Also tidy masks being removed, fixes bug #70
– Fix NotifyOpers setting not being applied correctly
– Stop hiding users when a prefix is set on them, fixes apparent desyncs
– Don’t try to tidy m_autoop entries (fixes extra !*@*)