Michael Rose
|
c2561cd67b
|
fix define checks
|
2013-08-19 09:23:40 +02:00 |
|
Michael Rose
|
a3c985533c
|
fix OS check in toxic
|
2013-08-18 21:12:54 +02:00 |
|
irungentoo
|
9533cea058
|
Merge pull request #490 from ayberk/master
Fixed broken build paths
|
2013-08-18 09:46:34 -07:00 |
|
irungentoo
|
93104d1203
|
Fixed stack problem.
|
2013-08-18 11:59:34 -04:00 |
|
Ayberk Yilmaz
|
5df77bdb14
|
Fixed broken build paths
|
2013-08-18 18:54:44 +03:00 |
|
irungentoo
|
45fec94452
|
Fixed segfault and removed deprecated code.
|
2013-08-18 11:01:15 -04:00 |
|
irungentoo
|
88ea4659e9
|
Properly fixed possible realloc with size zero problem.
|
2013-08-18 10:27:03 -04:00 |
|
irungentoo
|
558a80f1c3
|
Merge branch 'tox-bugs' of https://github.com/stqism/ToxCore into stqism-tox-bugs
|
2013-08-18 10:19:35 -04:00 |
|
irungentoo
|
3aaa144b90
|
Merge pull request #488 from kongr45gpen/patch-1
INSTALL.md: cd to the previous directory after installing libsodium
|
2013-08-18 06:29:41 -07:00 |
|
alezakos
|
847d6cd07a
|
INSTALL.md: cd to the previous directory after installing libsodium
|
2013-08-18 15:45:46 +03:00 |
|
irungentoo
|
5e0a1328ef
|
Merge pull request #479 from krisl/internalise_window_handling
remove WINDOW_STATUS, simplify adding and selecting chat windows
|
2013-08-18 05:43:15 -07:00 |
|
Sean Qureshi
|
af12267c77
|
Fixed toxic not running
|
2013-08-18 05:34:50 -07:00 |
|
Sean Qureshi
|
ffb8779182
|
Merge pull request #16 from grimd34th/tox-bugs
Added username replacer for appdata on c drive
|
2013-08-18 04:12:33 -07:00 |
|
d34th
|
89a644089c
|
Added username replacer for appdata on c drive
|
2013-08-18 07:10:22 -04:00 |
|
Sean Qureshi
|
a5882f0433
|
No longer assumes Minix/BSD/AIX users actually use Macs when assigning a default name
|
2013-08-18 03:44:52 -07:00 |
|
Sean Qureshi
|
bdfd890aa8
|
Added mac support to the standardized data file, cleaned up a bit
|
2013-08-18 03:41:30 -07:00 |
|
Sean Qureshi
|
c3d90c6764
|
Added mac support with data, standarized data
|
2013-08-18 03:25:18 -07:00 |
|
Sean Qureshi
|
ab830825bd
|
Added windows support to the standarized location
|
2013-08-18 03:12:55 -07:00 |
|
Sean Qureshi
|
31e29c46c5
|
Added more selectable dht servers
|
2013-08-18 03:06:25 -07:00 |
|
Sean Qureshi
|
86596a6d7f
|
Makes cmake install DHTservers to its new place
|
2013-08-18 03:03:46 -07:00 |
|
Sean Qureshi
|
1986e6b7f4
|
Ran it through astyle
|
2013-08-18 01:48:36 -07:00 |
|
Aaron Lipinski
|
146f6ac645
|
remove callback introduced temporarily during refactoring
|
2013-08-18 20:35:38 +12:00 |
|
Aaron Lipinski
|
a87804cf01
|
reduce number of windows, use consistent naming
|
2013-08-18 20:35:37 +12:00 |
|
Sean Qureshi
|
a03dcbb54e
|
Fixes CERT MEM04-C; CWE-131 in net_crypto.c
|
2013-08-18 01:31:54 -07:00 |
|
Aaron Lipinski
|
1e4f9802fb
|
remove WINDOW_STATUS, simplify adding and selecting chat windows
|
2013-08-18 20:26:39 +12:00 |
|
Sean Qureshi
|
17d3878174
|
Added minor error checking in Core, this helps prevent CERT MEM04-C; CWE-131
|
2013-08-18 01:26:11 -07:00 |
|
Sean Qureshi
|
71bc275284
|
Fixed a core memory leak
|
2013-08-18 00:23:50 -07:00 |
|
Sean Qureshi
|
c91e459364
|
Might improve windows detection
|
2013-08-17 20:57:35 -07:00 |
|
Sean Qureshi
|
ebe4a3f8d0
|
Added more colors
|
2013-08-17 19:43:10 -07:00 |
|
Sean Qureshi
|
91ae38450c
|
Standarized DHTservers
|
2013-08-17 19:26:31 -07:00 |
|
irungentoo
|
12564b1f12
|
Merge pull request #483 from fhahn/small-test-improvements
Small test improvements
|
2013-08-17 15:17:36 -07:00 |
|
Florian Hahn
|
2e90691f4c
|
Add test for getname
|
2013-08-17 23:23:54 +02:00 |
|
Florian Hahn
|
5c0c182ee1
|
Remove unused script for running tests
"make test" should be used to run the tests
|
2013-08-17 23:03:26 +02:00 |
|
Florian Hahn
|
a385c79cfe
|
Use ck_assert_msg
|
2013-08-17 23:02:36 +02:00 |
|
irungentoo
|
f259ab5fa7
|
Fixed bug.
|
2013-08-17 11:30:48 -04:00 |
|
irungentoo
|
7d092c3467
|
Added dynamic memory allocation to crypto connections.
Also fixed some possible bugs in Messenger.c
|
2013-08-17 11:16:08 -04:00 |
|
irungentoo
|
35376d85aa
|
Merge pull request #480 from rose-m/master
Messenger stores / loads nickname
|
2013-08-17 05:51:16 -07:00 |
|
Michael Rose
|
d1d24c123d
|
Messenger stores / loads nickname
new toxic command to show nickname (mynick)
|
2013-08-17 11:59:28 +02:00 |
|
irungentoo
|
f2c336e4f5
|
Added docs detailing containing latest protocol changes.
|
2013-08-16 20:02:53 -04:00 |
|
irungentoo
|
ab5c2a36a2
|
Line breaks removed.
|
2013-08-16 19:01:04 -04:00 |
|
irungentoo
|
1207304f0b
|
Metadata collection prevention part 2 of ???
Improved friend request sending.
As a side effect friend requests should now be routed less than before.
See added comments for details.
|
2013-08-16 18:57:00 -04:00 |
|
irungentoo
|
88ff81d9de
|
Passed everything through astyle.
|
2013-08-16 13:11:09 -04:00 |
|
irungentoo
|
c5af8f44a9
|
Merge pull request #477 from naxuroqa/master
moved conf.py to its right place
|
2013-08-16 10:01:02 -07:00 |
|
irungentoo
|
173101624c
|
Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core
|
2013-08-16 11:07:32 -04:00 |
|
irungentoo
|
095b3c4913
|
Some DHT hardening done.
See comments of added functions for details.
|
2013-08-16 11:04:28 -04:00 |
|
naxuroqa
|
cc21c62b71
|
moved conf.py to its right place
cleaned up the cmake for building the docs nicer
|
2013-08-16 16:15:15 +02:00 |
|
irungentoo
|
03d69140e9
|
Merge pull request #472 from naxuroqa/master
Build fails when SHARED_TOXCORE flag is set in cmake
|
2013-08-16 03:36:12 -07:00 |
|
naxuroqa
|
487c7d27d5
|
Fix for issue 472
|
2013-08-16 09:40:53 +02:00 |
|
irungentoo
|
add81b3426
|
Merge pull request #471 from krisl/master
Add spam length to data length
|
2013-08-15 18:00:55 -07:00 |
|
irungentoo
|
b15230583c
|
Fixed loading and a small problem with the length of crypto requests.
|
2013-08-15 20:56:22 -04:00 |
|