]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/log
irc/unrealircd/unrealircd-webpanel.git
17 months agoMake operclass labels blue
Valerie Pond [Sun, 8 Jan 2023 15:23:39 +0000 (15:23 +0000)] 
Make operclass labels blue

17 months agoTurn "no account" labels blue
Valerie Pond [Sun, 8 Jan 2023 14:24:08 +0000 (14:24 +0000)] 
Turn "no account" labels blue

Also comment out the log thing for a bit until properly implemented.

17 months agoAllow adding spamfilter entries
Valerie Pond [Sun, 8 Jan 2023 01:51:49 +0000 (01:51 +0000)] 
Allow adding spamfilter entries

17 months agoAllow soft-bans (doesn't affect logged-in users)
Valerie Pond [Sat, 7 Jan 2023 23:47:33 +0000 (23:47 +0000)] 
Allow soft-bans (doesn't affect logged-in users)

17 months agoMake manual bans from Server Bans tab work
Valerie Pond [Sat, 7 Jan 2023 22:54:28 +0000 (22:54 +0000)] 
Make manual bans from Server Bans tab work

17 months agoconnection.php Die if UPATH not defined
Valerie Pond [Sat, 7 Jan 2023 22:53:37 +0000 (22:53 +0000)] 
connection.php Die if UPATH not defined

17 months agoUsers Tab: Remove some labels which were too much
Valerie Pond [Sat, 7 Jan 2023 22:12:48 +0000 (22:12 +0000)] 
Users Tab: Remove some labels which were too much

Account names no longer are labels. This is to keep labels to static information.

17 months agoUpdate to latest unrealircd-rpc-php
Bram Matthys [Sat, 7 Jan 2023 18:47:16 +0000 (19:47 +0100)] 
Update to latest unrealircd-rpc-php
Also update the minimum PHP version in the README,
as it is now effectively PHP8.

17 months agoMerge branch 'main' of https://github.com/ValwareIRC/unrealircd-webpanel
Valerie Pond [Sat, 7 Jan 2023 13:55:01 +0000 (13:55 +0000)] 
Merge branch 'main' of https://github.com/ValwareIRC/unrealircd-webpanel

17 months agoAdd box for adding server bans
Valerie Pond [Sat, 7 Jan 2023 13:53:26 +0000 (13:53 +0000)] 
Add box for adding server bans

17 months agoSome README updates
Bram Matthys [Sat, 7 Jan 2023 08:29:51 +0000 (09:29 +0100)] 
Some README updates

17 months agotry to ignore all files in github desktop
Valerie Pond [Fri, 6 Jan 2023 22:38:28 +0000 (22:38 +0000)] 
try to ignore all files in github desktop

17 months agoTrying to get GitHub Desktop to ignore these but it's not ignoring them...
Valerie Pond [Fri, 6 Jan 2023 22:15:39 +0000 (22:15 +0000)] 
Trying to get GitHub Desktop to ignore these but it's not ignoring them...

17 months agoUpdate .gitignore
Valerie Pond [Fri, 6 Jan 2023 22:10:13 +0000 (22:10 +0000)] 
Update .gitignore

17 months agoIgnore things in the filez
Valerie Pond [Fri, 6 Jan 2023 21:41:54 +0000 (21:41 +0000)] 
Ignore things in the filez

17 months agoUpdates for new style of unrealircd-json-rpc:
Bram Matthys [Fri, 6 Jan 2023 19:25:49 +0000 (20:25 +0100)] 
Updates for new style of unrealircd-json-rpc:
* gets rid of unnecessary ->list in getAll()
* now returns FALSE for failed RPC calls, and then you can use
  $rpc->error and $rpc->errno, as done in the delete calls now.

17 months agoUpdate to use new unrealircd-rpc-php with spamfilter setup.
Bram Matthys [Fri, 6 Jan 2023 18:48:30 +0000 (19:48 +0100)] 
Update to use new unrealircd-rpc-php with spamfilter setup.
Get rid of our rpc_sf_del(), you can now use the unrealircd-rpc-php
interface, which is like:
$rpc->spamfilter()->delete($name, $match_type, $spamfilter_targets, $ban_action)

17 months agoUse unrealircd-rpc-php that does not require PHP8
Bram Matthys [Fri, 6 Jan 2023 14:54:34 +0000 (15:54 +0100)] 
Use unrealircd-rpc-php that does not require PHP8

17 months agoUpdates to use latest unrealircd-rpc-php.
Bram Matthys [Fri, 6 Jan 2023 14:33:21 +0000 (15:33 +0100)] 
Updates to use latest unrealircd-rpc-php.

-       $ret = $rpc->query("user.list");
+       $ret = $rpc->user()->getAll();

etc...

Devs already using current git may need to run 'composer update',
or is it 'composer install' since i already updated the lockfile? bleh.

17 months agoSmall README updates. Assume subdirectory and some warning about
Bram Matthys [Fri, 6 Jan 2023 13:05:04 +0000 (14:05 +0100)] 
Small README updates. Assume subdirectory and some warning about
shielding the panel.

17 months agoAdd some quick note on composer in README
Bram Matthys [Fri, 6 Jan 2023 09:07:36 +0000 (10:07 +0100)] 
Add some quick note on composer in README

17 months agoUse unrealircd-rpc-php JSON-RPC interface
Bram Matthys [Fri, 6 Jan 2023 09:01:19 +0000 (10:01 +0100)] 
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!!

17 months agoMerge branch 'main' of https://github.com/ValwareIRC/unrealircd-webpanel
Valerie Pond [Fri, 6 Jan 2023 01:22:08 +0000 (01:22 +0000)] 
Merge branch 'main' of https://github.com/ValwareIRC/unrealircd-webpanel

17 months agodisplay duration better
Valerie Pond [Fri, 6 Jan 2023 01:22:03 +0000 (01:22 +0000)] 
display duration better

17 months agoUpdate README
Bram Matthys [Thu, 5 Jan 2023 18:10:46 +0000 (19:10 +0100)] 
Update README

17 months agoUpdate instructions now that config.php is renamed
Bram Matthys [Thu, 5 Jan 2023 18:10:06 +0000 (19:10 +0100)] 
Update instructions now that config.php is renamed

17 months agoAdd a .gitignore
Bram Matthys [Thu, 5 Jan 2023 18:09:13 +0000 (19:09 +0100)] 
Add a .gitignore

17 months agoRename config.php to config.php.sample
Bram Matthys [Thu, 5 Jan 2023 18:08:27 +0000 (19:08 +0100)] 
Rename config.php to config.php.sample

17 months agoprevent labels from breaking when the screen gets too small
Valerie Pond [Thu, 5 Jan 2023 09:37:12 +0000 (09:37 +0000)] 
prevent labels from breaking when the screen gets too small

17 months agoMark a user as being a bot
Valerie Pond [Thu, 5 Jan 2023 09:06:49 +0000 (09:06 +0000)] 
Mark a user as being a bot

17 months agoUpdate index.php
Valerie Pond [Thu, 5 Jan 2023 09:03:25 +0000 (09:03 +0000)] 
Update index.php

17 months agoShow whether user is a Service
Valerie Pond [Thu, 5 Jan 2023 09:02:34 +0000 (09:02 +0000)] 
Show whether user is a Service

17 months agoShorten label in case of overspill
Valerie Pond [Thu, 5 Jan 2023 08:58:43 +0000 (08:58 +0000)] 
Shorten label in case of overspill

17 months agoPut oper name in label
Valerie Pond [Thu, 5 Jan 2023 08:57:43 +0000 (08:57 +0000)] 
Put oper name in label

17 months agoFix display message not displaying user IP on IP search
Valerie Pond [Thu, 5 Jan 2023 07:59:22 +0000 (07:59 +0000)] 
Fix display message not displaying user IP on IP search

17 months agoAdd searching by all available fields
Valerie Pond [Thu, 5 Jan 2023 07:50:54 +0000 (07:50 +0000)] 
Add searching by all available fields

17 months agoAdd beginnings of filtering
Valerie Pond [Thu, 5 Jan 2023 07:13:48 +0000 (07:13 +0000)] 
Add beginnings of filtering

So far only filtering by `nick` in Users tab works

17 months agoPut the space back lol
Valerie Pond [Thu, 5 Jan 2023 05:09:43 +0000 (05:09 +0000)] 
Put the space back lol

17 months agoAdd some information points and widen the clickable title
Valerie Pond [Thu, 5 Jan 2023 05:08:30 +0000 (05:08 +0000)] 
Add some information points and widen the clickable title

17 months agoGive more prettiness
Valerie Pond [Thu, 5 Jan 2023 02:34:57 +0000 (02:34 +0000)] 
Give more prettiness

17 months agoMake some labels prettier
Valerie Pond [Thu, 5 Jan 2023 02:09:26 +0000 (02:09 +0000)] 
Make some labels prettier

17 months agoMake things look prettier
Valerie Pond [Thu, 5 Jan 2023 01:26:36 +0000 (01:26 +0000)] 
Make things look prettier

17 months agoTidy up duplicate messages
Valerie Pond [Thu, 5 Jan 2023 01:06:18 +0000 (01:06 +0000)] 
Tidy up duplicate messages

17 months agoAllow specifying the reason for the ban
Valerie Pond [Thu, 5 Jan 2023 00:56:35 +0000 (00:56 +0000)] 
Allow specifying the reason for the ban

17 months agoMake ban durations work
Valerie Pond [Thu, 5 Jan 2023 00:38:48 +0000 (00:38 +0000)] 
Make ban durations work

17 months agoUpdate README.md
Valerie Pond [Wed, 4 Jan 2023 17:07:18 +0000 (17:07 +0000)] 
Update README.md

17 months agoUpdate README.md
Valerie Pond [Wed, 4 Jan 2023 17:06:34 +0000 (17:06 +0000)] 
Update README.md

17 months agoWorks on some more
Valerie Pond [Wed, 4 Jan 2023 14:30:43 +0000 (14:30 +0000)] 
Works on some more

- Add in a logging function
- Separate config to its own file
- Make a "Message" class for notifications
- Add "select/select all" buttons
- Add start of adding bans on Users tab

18 months agoAllow deletion of entries in server bans list and spamfilter list
Valerie Pond [Mon, 2 Jan 2023 02:00:08 +0000 (02:00 +0000)] 
Allow deletion of entries in server bans list and spamfilter list

18 months agoMerge branch 'main' of https://github.com/ValwareIRC/unrealircd-webpanel
Valerie Pond [Sat, 31 Dec 2022 06:18:14 +0000 (06:18 +0000)] 
Merge branch 'main' of https://github.com/ValwareIRC/unrealircd-webpanel

18 months agoMake css portable lol
Valerie Pond [Sat, 31 Dec 2022 06:18:11 +0000 (06:18 +0000)] 
Make css portable lol

18 months agoUpdate README.md
Valerie Pond [Sat, 31 Dec 2022 05:06:47 +0000 (05:06 +0000)] 
Update README.md

18 months agoFinish tables
Valerie Pond [Sat, 31 Dec 2022 04:50:42 +0000 (04:50 +0000)] 
Finish tables

18 months agoAdd users table
Valerie Pond [Sat, 31 Dec 2022 03:53:31 +0000 (03:53 +0000)] 
Add users table

18 months agoMatch fonts...
Valerie Pond [Sat, 31 Dec 2022 02:41:16 +0000 (02:41 +0000)] 
Match fonts...

18 months agoGive a better font
Valerie Pond [Sat, 31 Dec 2022 02:39:12 +0000 (02:39 +0000)] 
Give a better font

18 months agoFix indentation in class-rpc.php
Valerie Pond [Sat, 31 Dec 2022 02:36:05 +0000 (02:36 +0000)] 
Fix indentation in class-rpc.php

18 months agoAdd some styling, convert PHP'd HTML to HTML'd PHP
Valerie Pond [Sat, 31 Dec 2022 02:32:12 +0000 (02:32 +0000)] 
Add some styling, convert PHP'd HTML to HTML'd PHP

18 months agoInitial commit
Valerie Pond [Fri, 30 Dec 2022 20:58:39 +0000 (20:58 +0000)] 
Initial commit

18 months agoInitial commit
Valerie Pond [Fri, 30 Dec 2022 20:58:24 +0000 (20:58 +0000)] 
Initial commit