]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commit - .gitignore
Use unrealircd-rpc-php JSON-RPC interface
authorBram Matthys <redacted>
Fri, 6 Jan 2023 09:01:19 +0000 (10:01 +0100)
committerBram Matthys <redacted>
Fri, 6 Jan 2023 09:02:09 +0000 (10:02 +0100)
commit03ddd26b2c98cde7754ffc50dacf4897683c57a7
tree11d558ffc27dcc3aac74faacfaf450ba55bcfa16
parent05252a1458855a3a9a3909601e1e894dc1aae590
Use unrealircd-rpc-php JSON-RPC interface
https://github.com/unrealircd/unrealircd-rpc-php

Note:
* Some things may be broken (rushed commit)
* Various error checking was removed and needs to be readded
* We are currently using the RPC query() interface for everything,
  while instead we should be using the dedicated things like
  Spamfilter->add or whatever it is called.... actually those don't
  always exist yet in unrealircd-rpc-php, and when they do they
  expect an URL which is not what i like at all, so... this needs
  some more thought ;). But for now it works with raw query().
* DOCS!!
.gitignore
Classes/class-rpc.php
composer.json [new file with mode: 0644]
composer.lock [new file with mode: 0644]
connection.php [new file with mode: 0644]
index.php