Age | Commit message (Collapse) | Author |
|
select()
|
|
|
|
correct events
|
|
Fixes issue #757 reported by @guikcd
|
|
|
|
for some clients which try to restore SSL sessions.
|
|
|
|
Fix clang warning
|
|
|
|
|
|
|
|
|
|
|
|
when cgiirc users log in using SASL
|
|
Fixes issue #717 reported by @Robby-
|
|
channel is locked
Fixes issue #694 reported by @TurkDesk
|
|
action to prevent UID walking
|
|
|
|
strings
|
|
|
|
m_sasl: properly handle bad-mechanism failures
|
|
Remove "sent remote SAJOIN" local snotice
Fixes issue #382 reported by @JDowny
|
|
entire mode change if it contains a single mlocked mode
Fixes issue #615 reported by @BlacklightShining
|
|
|
|
|
|
When a module quits a user or destroys a channel in OnCleanup() the object is no longer in the container being iterated by the time OnCleanup() returns
|
|
/NAMES from outside of the chan
Discovered by @Cronus89
|
|
|
|
|
|
Don't accept invalid timestamps
|
|
in the channel
|
|
Fixes #696
Does not apply to 2.2 due to Attila's rewrite of the module
|
|
|
|
|
|
|
|
|
|
Fixes issue #644.
|
|
|
|
|
|
|
|
|
|
|
|
- Fix a NULL dereference if a signal is raised in the constructor of the
class InspIRCd
- Resolve the parent's process exit code being SIGTERM=15 and typically not
EXIT_SUCCESS thus
A combination of the two caused crashes when running as systemd unit.
|
|
Improve support for rarely used compilers, EKOPath in this case.
|
|
|
|
|
|
|
|
|
|
|
|
In addition to verifying the return value of localtime(), correct tm_year if it is out of bounds
Reported by @JDowny
|