Lilian

Results 15 issues of Lilian

See https://github.com/codeoverflow-org/nodecg-io/pull/408#issuecomment-1006896276. After doing some research I found out that a key derivation function like PBKDF2 is probably better suited for this than a plain hashing algorithm. CryptoJS actually already...

### Description Many bundles inside nodecg-io have a UI that is built using esbuild. Currently this list includes the following bundles: - core dashboard - debug service dashboard - StreamElements...

enhancement
minor
Hacktoberfest

### Description Add a udp service that can interact with a udp server. Could also be used with udp multicast groups. ### References [node.js dgram module docs](https://nodejs.org/api/dgram.html)

enhancement
good first issue
service
Hacktoberfest

### Description Add a tcp client service for interaction with e.g. custom TCP protocols or wireless microcontrollers like the ESP32. Configuration for this service should include at least host and...

enhancement
good first issue
service
Hacktoberfest

### Description Currently bundles don't have any config and if they want the user to be able to customize some things currently the bundle dev needs to create a GUI...

enhancement
major
gui
framework

### Description Currently a bundle can have access to only one service instance per service type. We need to discuss if we want to support that a bundle could use...

enhancement
framework

### Description Currently the Wiki is just in this repo and should be moved into a separate repository just like the one of ChatOverflow. It should also be built by...

documentation
enhancement
major
Hacktoberfest

### Description All services that can use the OAuth2 implicit flow or [PCKE for Oauth2](https://tools.ietf.org/html/rfc7636) could be authenticated using OAuth in the GUI. It has the advantage that the user...

enhancement
major

### Description The current GUI, which is written in plain html/css/ts is intented to make the project usable, but is not very user friendly, similar to the Better-REPL-GUI of ChatOverflow....

enhancement
major
gui

### Description Currently the StreamElements service uses JWT token authentication. This is easy for the user because the token can be copied from the StreamElements dashboard without much setup. JWT...

enhancement
service