Efim Poberezkin
f00b5c4855
notification server and SimpleX services RFCs
2022-01-07 13:38:10 +04:00
Efim Poberezkin
7498cd4432
0.5.5 ( #179 )
2022-01-07 11:32:06 +04:00
Efim Poberezkin
5e545b639f
update simplex-chat.cabal ( #178 )
2022-01-07 11:28:39 +04:00
Evgeny Poberezkin
1093b01e7e
update simplex.md ( #133 )
...
* switch to ghc-8.10.7 (lts-18.17 resolver) (#125 )
* update simplex.md
Co-authored-by: Efim Poberezkin <8711996+efim-poberezkin@users.noreply.github.com>
2022-01-06 23:11:53 +00:00
Evgeny Poberezkin
44845ad563
refactor closure ( #177 )
2022-01-06 20:29:57 +00:00
Efim Poberezkin
1bfa7f1104
allow to repeat group invitation using saved queue info; recognize it's the same group at invitee ( #176 )
...
* naming; full names on start for groups
* allow to re-add member
* save and reuse connection request
* TODO
* wording
* index
* user id
* revert to listToMaybe . map fromOnly
* add to test
* fix null conversion
* Update src/Simplex/Chat.hs
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
* Update src/Simplex/Chat.hs
* fix
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2022-01-06 23:39:58 +04:00
Evgeny Poberezkin
79658b3d8d
update simplexmq to 0.5.2, update resolver ( #175 )
...
* groups when in status invited - list as invitations on /gs
* don't list on start
* test
* refactor
* getUserGroupDetails
* update simplexmq to 0.5.2, update resolver
Co-authored-by: Efim Poberezkin <8711996+efim-poberezkin@users.noreply.github.com>
2022-01-06 16:03:45 +00:00
Efim Poberezkin
962287c439
unprocessed group invitations - highlight, print on start ( #174 )
2022-01-06 14:24:33 +04:00
Efim Poberezkin
ea89c9d8c8
groups when in status invited - list as invitations on /gs; do not list on start ( #173 )
2022-01-06 13:09:03 +04:00
Efim Poberezkin
7c723213c2
allow invitee to delete group when in status invited ( #172 )
2022-01-05 20:46:35 +04:00
Efim Poberezkin
f29614058a
0.5.4 ( #171 )
2021-12-30 18:35:39 +04:00
Efim Poberezkin
8033c8648b
update README for v0.5.4 ( #170 )
2021-12-30 18:27:19 +04:00
Efim Poberezkin
3160a9559a
don't broadcast x.grp.mem.del when removing group member with status "invited" ( #169 )
2021-12-30 17:36:24 +04:00
Efim Poberezkin
74cb3a3cc0
fix contact field in all_messages_plain view ( #168 )
2021-12-30 14:22:13 +04:00
Efim Poberezkin
f2735020e3
improve README instructions on querying messages ( #167 )
2021-12-30 13:21:34 +04:00
Efim Poberezkin
81f29d679b
store messages ( #166 )
...
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2021-12-29 23:11:55 +04:00
Efim Poberezkin
a7703209f2
change tests port (fix for port 5000 now in use on macOS) ( #165 )
2021-12-27 15:15:35 +04:00
Evgeny Poberezkin
6e48fe3f72
0.5.3
2021-12-24 11:36:04 +00:00
Evgeny Poberezkin
29b683329d
show "upgrade" message on invalid connection request ( #164 )
2021-12-24 11:12:08 +00:00
Evgeny Poberezkin
e7f9e5a834
only use notify-send when present ( #163 )
2021-12-20 12:24:28 +00:00
Evgeny Poberezkin
66ab5bc424
0.5.2
2021-12-19 15:43:39 +00:00
Evgeny Poberezkin
279f8c5453
add CODEOWNERS ( #160 )
2021-12-19 15:25:19 +00:00
Evgeny Poberezkin
0e91f10851
fix welcome message type ( #159 )
2021-12-19 15:11:08 +00:00
Evgeny Poberezkin
4856f6e3e4
Update FUNDING.yml
2021-12-18 16:27:27 +00:00
Evgeny Poberezkin
0ccf431002
add simplex-chat.cabal file ( #158 )
2021-12-18 13:59:06 +00:00
Evgeny Poberezkin
433200bab9
0.5.1
2021-12-18 12:56:34 +00:00
Evgeny Poberezkin
9513a47860
update version to 0.5.1 ( #157 )
2021-12-18 12:54:38 +00:00
Evgeny Poberezkin
96176936e6
update welcome messages ( #156 )
...
* simple welcome message
* show welcome message only once
* show onboarding progress
* admin and groups
* show full group names with /gs command
* Update src/Simplex/Chat/Help.hs
Co-authored-by: Efim Poberezkin <8711996+efim-poberezkin@users.noreply.github.com>
* Update src/Simplex/Chat/Help.hs
Co-authored-by: Efim Poberezkin <8711996+efim-poberezkin@users.noreply.github.com>
2021-12-18 10:23:47 +00:00
Evgeny Poberezkin
20e7feb953
simple welcome message ( #152 )
...
* simple welcome message
* show welcome message only once
* show onboarding progress
2021-12-13 12:05:57 +00:00
Evgeny Poberezkin
7fa671f829
show confirmation when invitation accepted or contact request sent ( #150 )
...
* show confirmation when invitation accepted or contact request sent
* refactor
2021-12-11 12:57:12 +00:00
Evgeny Poberezkin
1c2e49ae83
trim trailing whitespace, additional commands to list contacts and groups ( #149 )
2021-12-10 11:45:58 +00:00
Mark Aleksander Hil
2e56b3cb58
Added Reddit badge ( #148 )
...
* Added Reddit badge
* Update README.md
Co-authored-by: Efim Poberezkin <8711996+efim-poberezkin@users.noreply.github.com>
Co-authored-by: Efim Poberezkin <8711996+efim-poberezkin@users.noreply.github.com>
2021-12-09 12:45:42 +00:00
Evgeny Poberezkin
642cec3092
0.5.0
2021-12-08 20:21:27 +00:00
Evgeny Poberezkin
1564424f0d
update readme and version in code ( #147 )
...
* update readme and version in code
* Update README.md
* Update README.md
Co-authored-by: Patryk Laurent <plaurent@me.com>
Co-authored-by: Efim Poberezkin <8711996+efim-poberezkin@users.noreply.github.com>
Co-authored-by: Patryk Laurent <plaurent@me.com>
2021-12-08 20:18:48 +00:00
Evgeny Poberezkin
177c007edc
Permanent user addresses (aka contact links) ( #139 )
...
* update for ConectionMode parameters
* update with CONF notification and different ConnectionRequest types
* high level flow for contact requests, add x.con to chat protocol
* store functions for user contact links and contact requests
* contact links work
* subscribe to user contact link connection
* subscribe to user contact address: messages
* send rejectContact to the agents when rejected in chat
* user contact link (address) test
* Update src/Simplex/Chat/View.hs
* Update tests/ChatTests.hs
* user address help, fix tests
* delete connection requests when contact link deleted
Co-authored-by: Efim Poberezkin <8711996+efim-poberezkin@users.noreply.github.com>
2021-12-08 13:09:51 +00:00
Mark Aleksander Hil
d279c144a6
Removed horizontal lines ( #144 )
...
* Removed horizontal lines
Removed horizontal lines - page looked a bit cluttered
* remove extra line breaks
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2021-12-07 21:12:25 +00:00
Efim Poberezkin
ba2378e5d6
add user addresses section to readme ( #145 )
2021-12-07 23:42:06 +04:00
Mark Aleksander Hil
b7b393b993
Replace logo image ( #143 )
2021-12-07 08:47:47 +00:00
Mark Aleksander Hil
d5e66e2284
Edited readme and added new logo image ( #142 )
...
* Edited readme and added new logo image
* Update README.md
Co-authored-by: Efim Poberezkin <8711996+efim-poberezkin@users.noreply.github.com>
* update readme
* update readme
* extra spaces
Co-authored-by: Efim Poberezkin <8711996+efim-poberezkin@users.noreply.github.com>
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2021-12-07 07:03:54 +00:00
Efim Poberezkin
2ce3cd2fad
install script: exit on failure, conditional curl/wget ( #140 )
2021-12-05 20:01:34 +04:00
Evgeny Poberezkin
e4328cb98d
use ConnectionRequest syntax instead of "queue information" ( #137 )
2021-12-02 11:17:09 +00:00
Efim Poberezkin
498181b2e9
add quick installation & welcome sections to readme ( #135 )
2021-12-01 02:59:32 +10:00
Eliaz Bobadilla
6c8fb9e6d0
📝 Update readme install instructions ( #134 )
...
* 📝 Update readme install instructions
* Update README.md
* Update README.md
* Update README.md
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2021-11-29 22:33:22 +00:00
Efim Poberezkin
e5f13adc2a
fix cla workflow trigger ( #132 )
2021-11-28 11:35:04 +00:00
Evgeny Poberezkin
d9b3742f62
✨ add install.sh script ( #129 )
...
* ✨ add script installer
* Update install.sh
Co-authored-by: Efim Poberezkin <8711996+efim-poberezkin@users.noreply.github.com>
* ♻️ Update
* ✏️ Typos
* ♻️ Move export to .profile
* ♻️ Update
* ♻️ Update
* Update install.sh
* Update install.sh
* Update install.sh
* Update install.sh
* install.sh: add simplex-chat folder to path conditionally
Co-authored-by: Eliaz Bobadilla <eliaz.bobadilladev@gmail.com>
Co-authored-by: Efim Poberezkin <8711996+efim-poberezkin@users.noreply.github.com>
2021-11-28 10:08:26 +00:00
Evgeny Poberezkin
800a4f90bf
add version command ( #123 )
...
* Add /version and /v flags
* Move version info from C Chat.Help to Chat.View
* Move version string, use it in Main startup
* use "SimpleX Chat" consistently
Co-authored-by: TheTaoOfSu <TheTaoOfSu@protonmail.com>
2021-11-07 21:57:05 +00:00
Evgeny Poberezkin
deaea44024
CLA workflow ( #122 )
...
* CLA: doc and workflow
* update CLA version and signatures path
* update workflow target
* update cla signatures and doc location to simplex-chat/cla repo
* remove CLA.md
2021-11-07 19:40:52 +00:00
Efim Poberezkin
23468f0afd
add section Troubleshooting on Unix to README ( #113 )
2021-10-05 01:44:36 +10:00
Evgeny Poberezkin
8b7d6e5f19
0.4.2
2021-09-26 16:57:52 +01:00
Evgeny Poberezkin
eb1ab8f561
fix sending notification containing apostrophe on mac, wrap notification in exception handler ( #107 )
2021-09-26 16:36:05 +01:00