43 Commits

Author SHA1 Message Date
Jérémie Pardou
d67bc945ce
Fix Ci (#238) 2023-12-30 18:00:23 +01:00
Jérémie Pardou
d875eefed0
Migrate to functionnal components (#232)
* Refactor Home component

* Refactor Welcome

* Refactor small components

* Refactor Nav component

* refactor Settings

* Refactor Chat

* Refactor New message notifications

* Fix tests

* Remove tooltip

* Remove react-simple-dropdown

* Change to last redux

* Switch to redux hooks

* Add github action
2023-12-30 17:53:50 +01:00
Jeremie Pardou-Piquemal
6d0b703102 Fix env loading 2022-12-30 07:27:37 +01:00
Jeremie Pardou-Piquemal
d2846e1605 Fix dockerfile 2022-12-29 22:53:51 +01:00
emil-lengman
84bae14b5e add documentation for the docker solution 2020-08-19 16:15:44 +02:00
Jeremie Pardou-Piquemal
e9339dc378 Fix and enhance FileTransfer component 2020-06-13 15:39:29 +02:00
Alan Friedman
be81d7420c
Revert "Revert "Allow to launch server without Redis"" (#134)
* Revert "Revert "Allow to launch server without Redis (#119)" (#133)"

This reverts commit 18065f965215c32b4b66e13246a6a54977088518.

* Default to REDIS_URL env var for store host
2020-05-05 10:26:21 -04:00
Alan Friedman
18065f9652
Revert "Allow to launch server without Redis (#119)" (#133)
This reverts commit 2a8d3281db851d15f9402d0fe69291255c6b250b.
2020-05-05 10:03:50 -04:00
Jérémie Pardou-Piquemal
2a8d3281db
Allow to launch server without Redis (#119)
* Add nvmrc file for nvm use

* Add help to run redis store with docker

* Add Redis and memory store

* Rename dist files

* Allow to launch server without Redis

* Slit stores in their own files

* Update readme.md

Co-authored-by: Alan Friedman <d.alan.friedman@gmail.com>

* Mimic Redis API

* Move store logic in is own file

Co-authored-by: Alan Friedman <d.alan.friedman@gmail.com>
2020-05-05 08:56:14 -04:00
Alan Friedman
8401b3b705 Add setup script 2019-05-13 09:55:01 -04:00
Alan Friedman
2f89659a67 Add CircleCI badge 2019-05-13 09:40:29 -04:00
Alan Friedman
4e038ec655
Add client and server source to monorepo (#65) 2019-05-13 09:39:17 -04:00
Alan Friedman
ff0bef11ac
Cleanup scripts and readme (#64)
* Cleanup scripts and readme

* Update port
2019-05-12 16:30:03 -04:00
Alan Friedman
6fae5e8efa
Add Deploy to Heroku button (#63)
* Add package.json and app.json

* Add yarn engine

* Remove extra build command

* Force install dev deps

* Add deploy button and update readme
2019-05-12 13:14:10 -04:00
Alan Friedman
d546697172
Update links 2019-05-08 09:44:17 -04:00
Alan Friedman
8ae2f6f2b5
Update readme 2019-05-08 09:43:42 -04:00
Daniel Seripap
c4b96e5da9 Updated description 2018-01-29 11:24:27 -05:00
Daniel Seripap
b364591985
Darkwire v2.0.0 Release (#57) 2017-12-09 14:03:05 -05:00
Daniel Seripap
17e462d1c2 Updated README [skip ci] 2017-02-27 14:40:38 -05:00
Daniel Seripap
45980f7f15 Updated formatting [skip ci] 2016-11-29 09:33:17 -05:00
Dan Seripap
d412876bb9 Updated readme, v1.5.8 2016-11-28 13:48:18 -05:00
Dan Seripap
040e3c3a26 Added Dockerfile (#39) 2016-08-22 10:06:02 -04:00
Dan Seripap
db9fc83712 Updated container scripts/readme 2016-02-25 13:22:30 -05:00
Dan Seripap
faeb5a0405 Doc updates 2016-02-25 09:39:46 -05:00
Dan Seripap
57cef2f44f Better sanitation of chat messages, support for multiline messages, updated username change method 2016-02-24 22:21:46 -05:00
Dan Seripap
4cee744b07 Support for encrypted file transfer
Accept file, blob decoding

Remove double init of window handler

Added confirmation/acceptance message

Add lazy IDs to transferred files for file owner

Added chat class- initial support for slash commands

Abstraction of chat to its own class

Removed underscore from vendors, switching to import. Increased username color values

Not localizing username, organizing slash commands

Keeping context

Support for symbols/emojis. Fixes #9

Added back npm scripts, added method to check if log messages contain usernames

Checks and balances

Better parsing of commands and organization of valid commands

Fixed #10 - Added running version on modal and about section, Updated disclaimer/wording, displaying public IP if available through server

File transfer pre-confirmation

Encrypting stringified object versus string
2016-02-23 15:59:01 -05:00
Alan Friedman
e9b3498eaa Merge develop into cleanup 2016-02-21 11:09:00 -05:00
Alan Friedman
cfa5da5695 Add JSCS and JSHint to tests and fix errors 2016-02-21 10:58:42 -05:00
Dan Seripap
e59bb2a1cf Creating interface for darkwire, started work on filetransfer 2016-02-19 11:39:04 -05:00
Dan Seripap
6ec8d9c5a0 More cleanup: Removed sessions, as they are not needed 2016-02-19 08:55:56 -05:00
Alan Friedman
27ae0a4fbf Merge branch 'master' into revert-to-hmac 2016-02-14 19:45:17 -05:00
Alan Friedman
f298b951fa Edit readme 2016-02-14 19:44:15 -05:00
Dan Seripap
fab6549dac Readme update 2016-01-27 18:18:43 -05:00
Alan Friedman
0fc55576fe Revert "Use asymmetric signing keys instead of HMAC"
This reverts commit 323c7a903db4fa00c7a93d199862a3f0118b608f.
2016-01-27 07:53:04 -05:00
Alan Friedman
9c9c08b29c Edit readme text 2016-01-26 15:14:07 -05:00
Alan Friedman
323c7a903d Use asymmetric signing keys instead of HMAC
Participants now generate RSASSA-PKCS1-v1_5 public/private key pairs
and sign messages with their private key. Recipients verify signatures
with the sender’s public key.
2016-01-26 15:05:17 -05:00
Alan Friedman
034b67a564 Update readme with encryption details 2016-01-25 17:36:57 -05:00
Dan Seripap
e2d254eb91 Merge branch 'master' of https://github.com/seripap/fattychat
* 'master' of https://github.com/seripap/fattychat:
  Update name in Readme
2016-01-19 12:36:31 -05:00
Dan Seripap
97b004bba9 Added licenses, cleanup 2016-01-19 12:35:47 -05:00
Alan Friedman
5b700f838f Update name in Readme 2016-01-19 12:32:21 -05:00
Alan Friedman
d1675006dd Update docs for gulp bundle 2016-01-19 12:31:07 -05:00
Dan Seripap
7f0993182d Better gulp 2016-01-10 16:30:05 -05:00
Alan Friedman
0261a3961f Add readme.md 2016-01-09 12:00:14 -05:00