| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
database.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pray that this will be "the right thing" ...
|
|
function; and register WHOWAS entries on nickname changes, too.
|
|
|
|
|
|
WHOWAS.
|
|
|
|
|
|
been fixed: the status text of the server has been set instead of the
away status text of the client (most probably introduced by patch 1.36).
|
|
"defines.h" in the client.h header file.
|
|
the client.h header file.
|
|
files from a header file!).
|
|
|
|
removed Conn_SetOption(). replaced its only call (in conn-zip.c) with Conn_OPTION_ADD() macro.
|
|
|
|
conn-func.h: add accessor Macros
Conn_OPTION_ADD( conn, CONN_OPTION )
Conn_OPTION_DEL( conn, CONN_OPTION )
Conn_OPTION_ISSET( conn, CONN_OPTION )
To add, remove or test for a certain option field attribute (e.g. CONN_ISCLOSING)
These Macros should be used instead of accessing conn->options directly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
warnings related to the used command line in the output.
|
|
|
|
|
|
|
|
stdin and(!) stdout are valid tty's.
|
|
|
|
|
|
|
|
|
|
use stdbool.h / inttypes.h if available.
|
|
|
|
|
|
|