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

11 Commits

Author SHA1 Message Date
Zetok Zalbavar
f3aa3073b0
Fix coding style and add copyright header
* added copyright header to src/platform/statusnotifier/enums.c
* 'switch(' → 'switch ('
* use Allman style

----
for / if / while / switch () {
 ↓
for / if / while / switch ()
{
----

----
for / if / while ()
{
    1_line;
}
 ↓
for / if / while ()
    1_line;

----

----
for / if / while ()
    1_line;
line_out_of_loop;
 ↓
for / if / while ()
    1_line;

line_out_of_loop;
----
2015-03-21 08:59:28 +00:00
tux3
bb8464bbde
Upload update FTP deployement scripts
In case someone finds those interesting, or if I get hit by a bus unexpectedly
2015-02-25 16:16:18 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
a255d13b54
Windows: Uninstall start menu entries 2014-11-13 18:20:28 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
05c9ae9390
Auto-updater: Check timestamps before updating
Update the version file format to 2, breaks backward compatibility.
2014-11-13 14:42:26 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
625c9792a2
Update update-server tools
Forgot to update them. But it turns out they are already multiplatform.
2014-11-13 00:41:35 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
1a8d77ccfa
Update genflist tool to search recursively 2014-11-10 18:50:55 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
96a0509610
Update S3 update deploy script 2014-11-10 13:49:34 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
8eb1377c5e
Add S3 update deployement script
Did I mention that https://s3.amazonaws.com/qtox-updater/ is online ?

qTox is now officially SRS BZNS
2014-11-10 12:11:55 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
a4f629164b
Add two helpers for the update server 2014-11-10 01:40:35 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
5681e62bfb
Make qtox-updater-genflist compatible with qtox-updater 2014-11-10 01:04:00 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
1350fbbaf9
Add qtox update-server tools
qtox-updater-sign takes data from stdin or as argument, signs it with the updater's private key, and output the signature + the data

qtox-updater-genflist generates a flist, a serialized list of AutoUpdater::UpdateFileMeta for the qTox updater
2014-11-09 18:04:00 +01:00