]> jfr.im git - irc/unrealircd/unrealircd-rpc-php.git/shortlog
irc/unrealircd/unrealircd-rpc-php.git
2023-05-08  Bram MatthysReturn from $rpc->eventloop() after 2 seconds instead... main origin/HEAD origin/main
2023-05-05  Bram Matthys$rpc->log()->getAll() now has a $sources argument which...
2023-04-27  Bram MatthysWhoops.. i was wrong.. microtime() w/$as_float=true...
2023-04-27  Bram MatthysThis fix-for-endless-exception used <1ms while it shoul...
2023-04-27  Bram MatthysFix wrong function arguments (well, will be changed...
2023-04-27  Bram MatthysActually return ->list...
2023-04-27  Bram MatthysAdd log.list (yeah that is in progress :D)
2023-04-27  Bram Matthysquery(): handle replies for different id, for errors...
2023-04-27  Bram MatthysUpdate composer dependencies. End users need to run...
2023-04-27  Bram MatthysMake query() throw an error when the request timed...
2023-04-27  Bram MatthysOn new connection, call rpc.set_issuer but don't wait...
2023-04-27  Bram MatthysAllow setting "issuer" in UnrealIRCd\Connection options...
2023-04-12  Bram MatthysAdd $rpc->rpc()->add_timer(); and ->del_timer()
2023-04-12  Bram MatthysActually return something ;)
2023-04-12  Bram MatthysAdd $rpc->stats()->get();
2023-04-10  Bram MatthysWorkaround library bug in eventloop(). Apparently if...
2023-04-08  Bram MatthysAdd streaming JSON-LOG support. Requires UnrealIRCd...
2023-03-31  Bram MatthysAdd $conn->rpc->info() and $conn->rpc->set_issuer(...
2023-03-27  Bram MatthysUser: add optional $object_detail_level argument to...
2023-03-27  Bram MatthysPermit Server->get() to get the current server settings.
2023-03-27  Bram MatthysChannel: add optional $object_detail_level argument...
2023-03-25  Bram MatthysMore README updates.
2023-03-25  Bram MatthysSome more README updates
2023-03-25  Bram MatthysUpdate the README a bit now that things have settled.
2023-03-23  Valerie PondUpdate Channel.php
2023-01-14  Bram MatthysStart the JSON-RPC connection immediately, so connectio...
2023-01-14  Valerie Pondserver->disconnect() include reason
2023-01-14  Valerie PondFix possible crash cause
2023-01-13  Valerie Pondserver.module_list Allow specifying a server name name
2023-01-13  Bram MatthysAdd $rpc->server()->module_list() - only for local...
2023-01-12  Valerie PondUpdate composer.lock
2023-01-12  Bram Matthys-sigh- fix for previous
2023-01-12  Bram MatthysBanException -> ServerBanException and
2023-01-11  Valerie PondAdd BanException class
2023-01-11  Valerie PondAdd Server class for interacting with servers
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-09  Valerie PondCreate NameBan class for adding QLines
2023-01-07  Bram MatthysAdd all the new RPC calls in 6.0.6-git at the moment:
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 MatthysAdd Spamfilter support
2023-01-06  Bram MatthysAdd a small warning too :D
2023-01-06  Bram MatthysUpdate README.
2023-01-06  Bram MatthysActually require PHP8 again, since our dependencies...
2023-01-06  Bram MatthysDrop PHP8 requirement (testing testing :D)
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
2023-01-06  Bram MatthysMajor API break:
2022-09-05  Denver FReplace a stray "response" prop with "result"
2022-08-21  Denver FMerge pull request #6 from unrealircd/wip
2022-08-21  Denver FAccidentally checked for "reply" prop instead of "result"
2022-08-17  Denver FMerge pull request #5 from unrealircd/wip
2022-08-17  Denver FAdded version to composer.json and a couple of small...
2022-08-17  Denver FUpdate Connection::query to listen for a "reply" respon...
2022-07-10  Denver FThis brings this branch up-to-date with the changes...
2022-07-10  Denver FUse the correct parameter for gline expiry timestamp
2022-07-10  Denver FReturn errors from the ircd
2022-07-04  Denver FMerge pull request #4 from unrealircd/wip
2022-07-04  Denver FThis should be everything working now.
2022-07-04  Denver FReturn types :<
2022-07-04  Denver FReturn types again
2022-07-04  Denver FUpdate PHP version requirement
2022-07-04  Denver FMore fixes on return types
2022-07-04  Denver FMerge pull request #3 from unrealircd/wip
2022-07-04  Denver FFix querying the response object for ID when its not...
2022-07-04  Denver FMerge pull request #2 from unrealircd/wip
2022-07-04  Denver FRemove $id from UnrealIRCd\Channel
2022-07-04  Denver FChange return types to \stdClass.
2022-07-04  Denver FAllow any php8 version
2022-07-04  Denver FMerge pull request #1 from unrealircd/wip
2022-07-04  Denver FThis should be enough for some preliminary usage.
2022-07-02  Denver FWIP
2022-06-26  Bram MatthysUpdate installation example, use :dev-main for now.
2022-06-26  Bram MatthysUpdate README
2022-06-26  Bram MatthysImport of initial proof-of-concept
2022-06-26  Bram MatthysInitial commit