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

6 Commits

Author SHA1 Message Date
tux3
7f4f0bbb82
Update genflist tool 2015-12-10 00:55:39 +01:00
Zetok Zalbavar
90d1f4be02 Fix incorrect copyright headers
The qTox Project is not associated with the Tox Project in any way, with the
exception of qTox using the Tox Projet's toxcore collection of libraries.
In particular, the Tox Projet does not own copyright over the qTox Project's
qTox collection of software, source code, and assets.
The qTox Project's assets are under the sole copyright of the qTox
contributors, and no partiular rights are granted to the Tox Project.
2015-10-04 23:43:32 +02:00
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 / Mlkj / !Lev.uXFMLA
1a8d77ccfa
Update genflist tool to search recursively 2014-11-10 18:50:55 +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