Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Can’t remember why I did this, but that must be a stupid reason. Everything
must work even with a timeout of 0.
|
|
Because c-ares may close one of its socket, even if it’s not the one that
has the event. Otherwise we may not know when a socket has been removed from
our poller (automatically, when close()ed) and this leads to bugs.
|
|
This reverts commit 5328d0806fdc5becb9344b4d4320787a2b7c0712.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Do not use a singleton for the database.
fix #3203
|
|
|
|
It’s $CURRENT_YEAR
|
|
The list would keep the previous results in memory, forever, and the list
would grow each time a new request was made (even with results from
unrelated servers)…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows the user to join channels containing forbidden characters
in the local part, like #r&d or #group/project.
|
|
|
|
|
|
fix #3067
|
|
|
|
ref #3067
|
|
|
|
|
|
|
|
|