3c6b611a41
keeping up with qxmpp
2023-01-29 20:26:54 +03:00
b45a73b723
some initial work and thoughts about encryption
2023-01-01 20:25:51 +03:00
758a9d95f3
replaced one structure, stored omemo support in Global object
2022-12-29 01:41:59 +03:00
dfe72ca36c
support of the new managers in account code, new states, new lambdas, even launches now, even receives some bundles
2022-12-27 01:01:01 +03:00
db3bc358a7
work progress: trust manager. DOESN'T START!
2022-12-19 18:43:24 +03:00
0b61b6e928
Some work on omemo handler, NOT DONE, BUILD FAILS!
2022-12-15 02:08:08 +03:00
820dc845ea
BUILD FAILS! some ideas of storage and cache
2022-09-03 14:39:42 +03:00
87973b3b67
first attempts to build against upstream qxmpp
2022-08-29 21:34:25 +03:00
b6ba022bff
removed own VCard request at the start if the presence doesn't show that the avatar changed, little refactoring
2022-08-27 14:39:24 +03:00
7b2b7ee5d5
first thought about forms, discovering contact pep support
2022-08-26 01:49:49 +03:00
c50cd1140e
first ever received and cached client data!
2022-08-25 01:41:06 +03:00
037dabbe06
some new shared classes, little reorganization, preparation to cache client info
2022-08-22 23:29:43 +03:00
2ae75a4b91
New object for cached database, also ClientInfo class
2022-08-20 00:28:59 +03:00
721d3a1a89
refactoring: UI squawk now belongs to a new class, it enables me doing trayed mode, when main window is destroyed
2022-04-22 18:26:18 +03:00
83cb220175
better notification sending, edited message now modifies notification (or sends), little structure change
2022-04-19 20:24:41 +03:00
4c20a314f0
a crash fix on one of archive corner cases
2022-04-17 16:25:15 +03:00
8f949277f6
actual pasword reasking on failed authentication
2022-04-14 11:13:27 +03:00
ce686e121b
account removal bugfix, some testing
2022-04-13 22:02:48 +03:00
f64e5c2df0
account connect/disconnect now activate/deactivate, it's a bit less contraversial; async account password asking new concept
2022-04-12 23:33:10 +03:00
69e0c88d8d
account refactoring, pep support discovery started
2022-04-08 19:18:15 +03:00
1b66fda318
License is now can be viewed locally, some organization name packaging issies
2022-04-05 22:00:56 +03:00
27377e0ec5
first attempt to make About window
2022-04-03 23:53:46 +03:00
1fcd403dba
testing, solved unhandled exception, conditions to restrict old message to be edited, license un some files that used to miss them
2022-04-01 00:32:22 +03:00
788c6ca556
now it's possible to fix your messages
2022-03-28 23:25:33 +03:00
73b1b58a96
Downloads folder now is movable
2022-02-19 21:31:49 +03:00
d8b5ccb2da
downloaded files now stored with squawk:// prefix, that way I can move downloads folder without messing up the database
2022-02-19 00:27:09 +03:00
243edff8bd
first thoughts about downloads path changing
2022-02-17 20:26:15 +03:00
da19eb86bb
color theme setting is now working
2022-01-27 20:44:32 +03:00
0ff9f12157
new optional KDE Frameworks plugin to support system color schemes
2022-01-26 23:53:44 +03:00
802e2f11a1
may be a bit better quit handling
2022-01-25 23:35:55 +03:00
c708c33a92
basic theme changing
2022-01-21 22:02:50 +03:00
62a59eb7a1
Added logs for Shura to help me to debug a download attachment issue
2022-01-15 15:36:49 +03:00
4d3ba6b11f
0.2.0 finalization
2022-01-09 17:32:23 +03:00
7130e674c4
some warnings fixed, new way of drawing avatars in message line
2022-01-05 22:29:34 +03:00
1aa2b5a539
Merge pull request 'Fixes for Windows' ( #57 ) from shunf4/squawk:fix/win_fix into messageFeed
...
Reviewed-on: blue/squawk#57
2021-10-16 15:40:48 +00:00
43bfaf9b7e
Merge pull request 'don't save settings on quit, if readSettings() not finished' ( #56 ) from shunf4/squawk:fix/wait_init_before_exit into messageFeed
...
Reviewed-on: blue/squawk#56
2021-10-16 15:39:41 +00:00
b19dafef33
Merge pull request 'allow receiving and storing messages with the same timestamp' ( #55 ) from shunf4/squawk:fix/handle_msg_same_tm into messageFeed
...
Reviewed-on: blue/squawk#55
2021-10-16 15:39:05 +00:00
aeaa6b1b28
Merge pull request 'fix: request latest history' ( #54 ) from shunf4/squawk:fix/correctly_query_history into messageFeed
...
Reviewed-on: blue/squawk#54
2021-10-16 15:37:59 +00:00
8fece95aa2
Merge pull request 'fix: respect password type when addAccount' ( #52 ) from shunf4/squawk:fix/addAccount_pw_type into messageFeed
...
Reviewed-on: blue/squawk#52
2021-10-16 15:34:37 +00:00
39f2f3d975
feat: copy pasted image file to download folder after successful upload
2021-10-16 00:21:02 +08:00
a24e8382d1
correctly retrieve latest archived messages per XEP-0313
2021-10-06 23:01:11 +08:00
d20fd84d39
respect password type when adding account, preventing loading bad password
2021-10-06 22:55:23 +08:00
5862f1552b
don't save settings on quit, if readSettings() not finished
2021-10-06 22:52:20 +08:00
a53126d8bc
messages may have the same timestamp, put MDB_DUPSORT flag with order db
2021-10-06 22:04:29 +08:00
7db269acb5
Fixes for Windows
...
1. On Windows, the lmdb file is immediately allocated at full size. So we have to limit the size.
2. Windows need an organization name for QSettings to work. So an organization name is added for Windows target.
2021-10-06 19:15:45 +08:00
1c0802c8ca
fix win32 ci by place LMDB_INCLUDE_DIRS in core/
2021-10-06 01:51:01 +08:00
923afe2420
[Fix] Merge branch 'feat/adapt_win_osx' into upstream_messageFeed
2021-10-05 23:45:37 +08:00
faa7d396a5
add liblmdb.so as possible lmdb lib name
2021-10-05 16:09:31 +08:00
5fbb96618f
adjust CMakeLists.txt, to prepare for win32 and macos builds
2021-10-05 12:49:06 +08:00
3f1fba4de2
doovers for failed messages, some corner cases fixes with handling errors during message sending
2021-05-23 01:03:14 +03:00