Geo

Results 133 comments of Geo

Thanks for the report. Can you tell me more what you mean by 'one somehow survived' - does that mean it didn't crash on a .channel? Do you have any...

Has this happened again, or was it a one-time thing?

Further investigation- it _does_ propogate if you have share-greet set to 1 in the config file (disabled by default). However, this yields a different bug, in that if you relink...

When we redid the matchattr logic in 1.8.3, we did not accout for the '-' flag. Oops. ``` if (!minus.global && !minus.udef_global && !minus.chan && !minus.udef_chan && !minus.bot) { nom...

So again I jumped the gun without re-acquainting myself with how this command works - previously discussed in #815. The '-' in this case means "not a flag", not "anything"...

Thanks so much for reporting this, and the associated PRs! We'll look at this shortly

Is there currently a server with DNS entries for both records where you know that one is timing out on, so I can replicate this error for additional testing? You...

prefer-ipv6 0: ``` [01:37:11] Trying server [irctest4.uuid.uk]:6667 [01:37:11] DNS Resolver: Creating new record [01:37:11] DNS Resolver: Sent domain lookup request for "irctest4.uuid.uk". [01:37:11] DNS Resolver: Received nameserver reply. (qd:1 an:1...

Thanks for setting up those DNS records to use, very smart approach for testing! You also forced me to figure out how to enable ipv6 in my vmware instances, which...

"Regardless of the order, it must attempt to use all of the A/AAAA responses for each hostname." Why "must" it attempt to use all responses for each hostname?