Age | Commit message (Collapse) | Author |
|
|
|
Also fix an overly long albeit harmless memcpy when creating UNIX
socket listeners. Thanks to @psychon for reporting this.
|
|
|
|
|
|
|
|
|
|
|
|
This doesn't work properly and is disabled in both debug & release
builds. It will be resurrected with a proper unit testing framework
in the future.
|
|
|
|
|
|
|
|
|
|
Closes #1568.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It is better to fix the underlying bug than the result of it.
This replaces commit 963213132dd923d0e7dbd47ea6f20373cdef343b.
|
|
|
|
|
|
Closes #1558.
|
|
|
|
Show the reason in manual xline removal SNOTICEs, just like
expiry SNOTICEs do.
This modifies XLineManager::DelLine() to require another string
reference passed to it.
Requested by @Robby-.
|
|
If the casemapping is set to ascii, advertise the m_ascii module to 2.0
to allow use of the m_ascii extras module for 2.0
|
|
|
|
|
|
|
|
|
|
|