Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-20 | astyle --options=tools/astylerc -r ./*.{c,h} | irungentoo | |
2013-08-20 | More refactoring done. | irungentoo | |
2013-08-19 | Merge with upstream | Michael Rose | |
2013-08-19 | fix potential memory issue | Michael Rose | |
2013-08-19 | fix define checks | Michael Rose | |
2013-08-18 | Use configdir.c instead of hardcoded paths for the list of DHT servers. | loadletter | |
2013-08-18 | fix OS check in toxic | Michael Rose | |
2013-08-18 | Fixed stack problem. | irungentoo | |
2013-08-18 | Merge branch 'tox-bugs' of https://github.com/stqism/ToxCore into ↵ | irungentoo | |
stqism-tox-bugs | |||
2013-08-18 | Fixed toxic not running | Sean Qureshi | |
2013-08-18 | No longer assumes Minix/BSD/AIX users actually use Macs when assigning a ↵ | Sean Qureshi | |
default name | |||
2013-08-18 | Added mac support to the standardized data file, cleaned up a bit | Sean Qureshi | |
2013-08-18 | Added mac support with data, standarized data | Sean Qureshi | |
2013-08-18 | Added windows support to the standarized location | Sean Qureshi | |
2013-08-18 | Ran it through astyle | Sean Qureshi | |
2013-08-18 | remove WINDOW_STATUS, simplify adding and selecting chat windows | Aaron Lipinski | |
2013-08-17 | Might improve windows detection | Sean Qureshi | |
2013-08-17 | Added more colors | Sean Qureshi | |
2013-08-17 | Standarized DHTservers | Sean Qureshi | |
2013-08-16 | Passed everything through astyle. | irungentoo | |
2013-08-15 | Fixed loading and a small problem with the length of crypto requests. | irungentoo | |
2013-08-15 | Merge fix | Michael Rose | |
2013-08-15 | refresh windows after resize | Aaron Lipinski | |
2013-08-14 | small bug fixes | Jfreegman | |
2013-08-14 | Fix for another segfault/leak case when using -f arg | naxuroqa | |
2013-08-14 | Fix segfault when using -f in toxic | Manuel Argüelles | |
Call strdup() to the data file argument string to avoid segmentation fault when it is later freed. | |||
2013-08-14 | Fixed small compile error on my end. | irungentoo | |
2013-08-15 | move windows functions to its own file | Aaron Lipinski | |
2013-08-15 | remove externs in favor of includes | Aaron Lipinski | |
2013-08-15 | prefer param over static | Aaron Lipinski | |
Conflicts: testing/toxic/main.c | |||
2013-08-13 | Fixed merge problem and set better default names. | irungentoo | |
2013-08-12 | unresolved addresses fail silently | Jfreegman | |
2013-08-12 | auto-connect errors verbose | Jfreegman | |
2013-08-12 | minor improvements and bug fixes | Jfreegman | |
2013-08-12 | Merge pull request #439 from Alek900/master | irungentoo | |
Added support for userdata in callbacks | |||
2013-08-12 | Merge pull request #437 from JFreegman/master | irungentoo | |
make connection more robust for toxic | |||
2013-08-12 | Added support for userdata in callbacks | alek900 | |
2013-08-12 | a little overkill | Jfreegman | |
2013-08-12 | Messenger refactor - redid work from pull request 79 | Chris Hall | |
Moves static state out of Messenger.c and into a Messenger struct Purely stylistic, no functional changes were made. This commit also changed all the callers of Messenger as they now have to pass an instance of the Messenger struct to messenger functions. Also removed some uses of the 'static' keyword at the beginning of function definitions when the function was already declared static, as these caused gcc to whine. | |||
2013-08-12 | make connection more robust | Jfreegman | |
2013-08-11 | Fix a possible memory leak | Simon Levermann | |
2013-08-11 | potential seg fault | Jfreegman | |
2013-08-10 | was making the ID change on every startup | Jfreegman | |
2013-08-10 | don't need that | Jfreegman | |
2013-08-10 | auto-connect to DHT on startup | Jfreegman | |
2013-08-09 | Merge pull request #407 from JFreegman/master | irungentoo | |
fixed chat window text wrapping in toxic | |||
2013-08-09 | fixed chat window text wrapping | Jfreegman | |
2013-08-08 | added -n argument to toxic to disable loading keys from file (for testing) | irungentoo | |
2013-08-08 | Merge pull request #400 from JFreegman/master | irungentoo | |
Added actions/alternative type of messages | |||
2013-08-08 | added /me actions to toxic | Jfreegman | |