Age | Commit message (Collapse) | Author |
|
- The connection timeout can now be customised with <database:timeout>.
- <database:port> is now limited to the 1-65535 range.
- The MySQL library will now not install a SIGPIPE handler as it
would override the default InspIRCd ignore behavopur.
- Errors caused by setting the default character set and executing
the initial query are now no longer ignored.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Many clients don't reconnect automatically and it can take a while
for them to reconnect.
|
|
|
|
|
|
|
|
- Save the nick of the setter to use in the expiry message.
- Change both notice messages to a standard and informative style.
|
|
No thanks to SourceTree's diff view for causing this.
|
|
|
|
Closes #1713.
|
|
- Add the type of request.
- Add whether the request was cached.
|
|
- The lookup type is already stored in the question.
- core_dns validates hostnames by IsHost already.
|
|
|
|
This is unnecessary as the resolved value is already stored in the
question in the request class.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows for various things which will be coming in the future.
e.g. Transferring users to another server on upgrade.
|
|
|
|
This is a lot safer and handles users changing servers properly.
|
|
helpop.conf.example.
Fixes #1714.
|
|
|
|
|
|
|
|
|
|
Thanks to @niacat for getting this fixed upstream.
|
|
|
|
|
|
|
|
|
|
I don't know of any places this causes issues but its better to be
safe than sorry.
|
|
|
|
|
|
|
|
|
|
|
|
|