Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Since a TLS (SSL) module will always be the last IOHook attached
to a socket, IsSSL() needs to ignore any Middle IOHooks that may
also be attached.
|
|
|
|
|
|
|
|
|
|
|
|
Leaving it up to the compiler to set the underlying type of the enum
can result in this being a signed int. This variable will not work
as intended as a 2 bit signed int.
This fixes an issue with the Windows build(s) where a server trying
to link would fail with "Protocol violation: Invalid source".
|
|
|
|
|
|
|
|
|
|
There's no reason for this to be in a header and it can't be used
by anything else.
|
|
|
|
|
|
|
|
|
|
It should be signed int with signed char and vice-versa.
Currently, anything over 127 as unsigned char would return 0.
|
|
|
|
|
|
|
|
|
|
This will be made a hard failure in v4.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes a conflict with the numerics used by the invite
exception mode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|