kiwiirc / kiwibnc

Apache License 2.0
43 stars 14 forks source link

My opinion for KiwiBNC (07/11/2019) #34

Open Madriix opened 4 years ago

Madriix commented 4 years ago

Hello,

Today I tested "KiwiBNC" for the first time. It was only a week since I saw that there was a BNC server in NodeJS for 8 months and I told myself it will be necessary that I test that.

I think it's perfect this KiwiBNC in alpha / beta mode:

However, I noticed problems with KiwiBNC:

Finally I attach a great importance on MySQL, it would be easier to manage everything via a table or multiple SQL table (MASS account management or manage by the user itself from a PHP page of its member area).

Also on KiwiBNC there is this note: "Web admin interface" in the list of creations to make, it would be perfect if it could integrate APIs if it is impossible to create anything in MySQL.

PS: I tested the received messages in channel and MP while I am away. Those in channels I received them but not those of the MPs.

Cdlt

mestaritonttu commented 4 years ago
* The whole file system like connections.db (sqlite) I'm against, I prefer to use a real MySQL table (easier to modify users and create them and update password ... especially that it will be possible to do in MASS or with CRON) - Do you know if it is possible to do it?

... Finally I attach a great importance on MySQL, it would be easier to manage everything via a table or multiple SQL table (MASS account management or manage by the user itself from a PHP page of its member area).

So I gather you would like MySQL because you are familiar with web frontends? However, there are web frontends for SQLite: https://www.phpliteadmin.org/ https://github.com/coleifer/sqlite-web (Python)

mestaritonttu commented 4 years ago

Looks like from the recent commits that KiwiBNC will be database-agnostic.