1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
Commit Graph

32 Commits

Author SHA1 Message Date
Dubslow
dccb0a9951
finishing touches 2014-12-04 10:55:14 -06:00
apprb
000eb8977d
history: encrypted <-> plain convertion 2014-12-04 21:22:17 +06:00
dubslow
fc30d342bc Added change pw buttons; encryption is very nearly done.
@apprb there is one question and one TODO that you should look over in privacyform.cpp, as well as a TODO in historykeeper.cpp
Also both the encryption settings box and the pw dialog lineedits should probably be in a QGridLayout... but I don't really want to do that by hand :P
2014-12-03 18:14:28 -06:00
dubslow
bafca96554 Incremental work, starting to take shape 2014-12-03 18:14:28 -06:00
apprb
eb0b33be32 Fixes 2014-12-03 18:07:34 -06:00
apprb
a9fb75b5ed proper encrypted history loading 2014-12-03 18:01:31 -06:00
Dubslow
3943d5213d
deleting a profile now cleans out all personal data 2014-12-02 18:48:50 -06:00
apprb
451d0c7999
check incoming data from DB 2014-11-19 22:46:50 +09:00
apprb
e782a9d587
batch processing 2014-11-14 15:18:58 +09:00
apprb
9d96110e9b
mysql synchronous set 2014-11-14 15:18:55 +09:00
apprb
de0fbe4db7
HistoryKeeper::getChatHistory(..): fix in sql statement 2014-11-11 22:18:19 +09:00
apprb
6dd2293f59
fix DB updating speed 2014-11-11 10:57:06 +09:00
apprb
ca482c5f9f
DB: autoupdate 2014-11-10 23:58:07 +09:00
apprb
5d50ea36d0
Faux offline messaging: enable/disable 2014-11-10 22:06:35 +09:00
apprb
cee1bcc8d1
faux offline messaging 2014-11-10 20:49:42 +09:00
apprb
44fb8a360e
displaying undelivered messages in chat area 2014-11-10 20:49:42 +09:00
apprb
977649f686
ChatAction refactoring 2014-11-10 20:49:42 +09:00
apprb
f7a855aa20
store delivering status in the DB 2014-11-10 20:49:41 +09:00
apprb
130c47eb26
93a4d30 (Add boolean 'sent_ok' to new history DBs) fix: default value 2014-11-09 16:13:17 +09:00
Tux3 / Mlkj / !Lev.uXFMLA
93a4d30724
Add boolean 'sent_ok' to new history DBs
We can remember which message we couldn't send and build faux-offline messaging on top of that later
2014-11-08 23:47:59 +01:00
saneki
05d7734adb Sql typo 2014-11-01 17:49:35 -05:00
apprb
277605ff17
cleanup 2014-10-22 23:14:42 +09:00
apprb
eaa315eddb
various fixes 2014-10-19 17:48:10 +09:00
apprb
08d7964dae
fixes in profile change and log password check 2014-10-19 02:52:43 +09:00
apprb
1a37c1c421
History: almost correct handling encrypted history load/save
Things are left to do:
 1. load/save encrypted tox datafile
 2. incorrect passwords processing (ask to retype, wipe everything, etc.)
 3. reencryp history log with new password
2014-10-19 02:38:47 +09:00
dubslow
81003b8523 encrypted db uses core encryption 2014-10-17 04:26:31 -05:00
apprb
3cf224a34e
Encrypted Logs: part 2: all encryption to be implemented in EncryptedDb class 2014-10-16 00:39:43 +09:00
apprb
e3d5853ca3
no reason to keep action flag in the logfile 2014-10-14 23:36:32 +09:00
apprb
c07a0cd7f8
Fetch history only from asked profile ID 2014-10-14 22:55:25 +09:00
apprb
ec3d8146c6
correct action saving into the logfile 2014-10-14 22:43:03 +09:00
apprb
14a71a0f3f
precise timestamps keeping 2014-10-14 14:49:27 +09:00
apprb
fc9f8a16f3
Merge branch 'master' into history
Conflicts:
	qtox.pro
	src/widget/form/chatform.cpp
	src/widget/form/settings/privacyform.cpp
2014-10-12 19:24:05 +09:00