Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Add the middle I/O hook to the stats output.
- Make it obvious what the various fields actually are.
|
|
|
|
|
|
Previously this code would consider requests with fields but no
flags as fuzzy. This is incorrect as users can make requests like:
WHO Sadie %n
Reported by @ilbelkyr.
|
|
|
|
|
|
|
|
This is pretty much useless but other implementations support it
so we have to also support it for compatibility.
|
|
|
|
|
|
|
|
|
|
- Implement support for service type matching based on the service
oper type. This isn't the same as irc2 but its close enough.
- Fix erroneously sending the mask in the <mask> field. This field
is for the service name mask not the service distribution mask.
|
|
Ref: #1839.
|
|
|
|
|
|
|
|
This will typically never be reached because the remote will wait
until it receives a CAPAB response before sending SERVER. Instead
replace it with a CAPAB stub command that quits servers with a
helpful message.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #1750.
|
|
Closes #1790.
|
|
|
|
|
|
|
|
|
|
|
|
- Only show a generic failure message to the user upon oper failure
due to not having a secure connection or matching cert. fingerprint.
- Update the comment about oper:fingerprint as it can be a space
separated list of fingerprints and not just one.
- Improve a few code comments and formatting.
|
|
|
|
|
|
|
|
|