]> jfr.im git - irc/unrealircd/unrealircd-rpc-php.git/commit
Add nameban to Connection.php and various bugfixes
authorValerie Pond <redacted>
Tue, 10 Jan 2023 05:08:49 +0000 (05:08 +0000)
committerValerie Pond <redacted>
Tue, 10 Jan 2023 05:08:49 +0000 (05:08 +0000)
commit8fd8402e655299a2f2e88e115767be4249f36a5d
tree5819cdd7190106d9e6b3bd8f8017ee8dcae396cd
parent13ae2ba6570f87dbc7e9272d65b340da4f575d52
Add nameban to Connection.php and various bugfixes

In many cases on a failed lookup such as if a nick didn't exist, this threw an exception which halted things. Also in some cases there weren't bool checks when there needed to be for such catches
lib/Connection.php
lib/NameBan.php
lib/ServerBan.php
lib/Spamfilter.php