]> jfr.im git - irc/unrealircd/unrealircd-rpc-php.git/history - lib/ServerBan.php
Channel: add optional $object_detail_level argument to getAll() and get().
[irc/unrealircd/unrealircd-rpc-php.git] / lib / ServerBan.php
2023-01-11  Bram MatthysUpdate some apidoc and remove throw on user not found.
2023-01-10  Valerie PondActually fix some return errors mentioned in previous...
2023-01-10  Valerie PondAdd nameban to Connection.php and various bugfixes
2023-01-09  Bram MatthysMake the *.get/*.add/*.delete calls return the channel...
2023-01-06  Bram MatthysMake getAll() return the list of users without wrapping...
2023-01-06  Bram MatthysAll functions now return FALSE on failure, and then...
2023-01-06  Bram MatthysSame as previous, explicit args, but for ServerBan...
2023-01-06  Bram MatthysGet rid of PHP Contracts
2023-01-06  Bram MatthysDon't use arrays in parameters but use explicit options...
2023-01-06  Bram MatthysBan -> ServerBan part II
2023-01-06  Bram MatthysBan -> ServerBan