]> jfr.im git - irc/unrealircd/unrealircd-rpc-php.git/commit
Allow setting "issuer" in UnrealIRCd\Connection options to save 1 round trip.
authorBram Matthys <redacted>
Thu, 27 Apr 2023 07:29:33 +0000 (09:29 +0200)
committerBram Matthys <redacted>
Thu, 27 Apr 2023 07:30:17 +0000 (09:30 +0200)
commit02da13a9d49686e9a6c6254c7318e3e145debbf3
tree977142c192c906089722ee28d8774f7fe14bd4dd
parentbffb11f10883a792db123a6689a994432b62e300
Allow setting "issuer" in UnrealIRCd\Connection options to save 1 round trip.
Without it, we will still do a ping-pong to force the connection.
With issuer, we don't need that ping-pong.
lib/Connection.php