enigma-protocol icon indicating copy to clipboard operation
enigma-protocol copied to clipboard

An end to end encrypted messenger using Flask, SocketIO, and Vue.js

Results 18 enigma-protocol issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies
javascript

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...

dependencies
javascript

Bumps [black](https://github.com/psf/black) from 23.3.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

dependencies
python

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies
javascript

### Things I wanna Implement : - [ ] Create a Service Worker for the Applicaiton - [ ] Register the service worker in the Browsers - [ ] Adding...

Refactor Chat.vue so that it includes the MessageForm component

hacktoberfest
Codepeak23

**Description** I am looking to migrate python server from flask socketio to FastAPI with websockets support. This issue only requires to converts the `/`, `login` and `connect` endpoints from flask...

enhancement
Codepeak23

**Description** Client is build with Vue.js that has support uses modular approach like Vue components. Currently, the client is a one big Vue file that contains all code. What I...

good first issue
Codepeak23

I have Fixed the typo errors. Please review and merge it.

Added timestamp with every message on client side as well as in user cards.

gssoc23
level2