summaryrefslogtreecommitdiff
path: root/core/Messenger.h
AgeCommit message (Collapse)Author
2013-08-05Add functions for dealing with userstatus kinds.Sebastian Stal
2013-08-05Use void for functions with no parametersFlorian Hahn
2013-08-02updated return value commentscharmlesscoin
2013-08-02added #defines for friend.status as well as for erroring on m_addfriend*charmlesscoin
2013-08-01Updated comments.irungentoo
2013-07-30Small fixes.irungentoo
2013-07-30Merge branch 'master' of https://github.com/blackwolf12333/ProjectTox-Core ↵irungentoo
into blackwolf12333-master Also fixed his pull request.
2013-07-30renamed getname to getfriendname and added a getname function to get the ↵Peter Maatman
name of our client
2013-07-27Fixed name related functions.irungentoo
They now should give proper lengths and take length into account when sending.
2013-07-27Fixed small astyle problems.irungentoo
2013-07-27Ran the code through: astyle --style=linuxirungentoo
2013-07-26A *lot* of style changes.Konstantin Kowalski
2013-07-26Added basic Local/LAN discovery.irungentoo
2013-07-26Formatting.SilentSand
Many stylistic changes, mostly formatting code more closely to the coding style.
2013-07-26Small changeSilentSand
2013-07-25LicensingSilentSand
Added the GPLv3 license to some files in addition to fixing some comments at the beginning of the files.
2013-07-24Added simple init_networking() error checkingAstonex
2013-07-22Added support of linkage with C++ codeMaxim Biro
2013-07-22Modified the way friend requests worked.irungentoo
Added routing of friend requests.
2013-07-20fix comments of some filesjvrv
2013-07-18Move packet IDs to Messenger.h.Sebastian Stal
2013-07-18Add custom user statuses to core, updated nTox to support nicknames and user ↵Sebastian Stal
statuses.
2013-07-18Added nicknames and nickname syncing.irungentoo
2013-07-17Bug fixed, Loading and saving added to core.irungentoo
2013-07-13Fixed 2 small mistakes present in the last pull request.irungentoo
2013-07-13Added conversion from friend_id to client_idMaxim Biro
2013-07-11Use UTF-8 for all the text that is sent/recieved.irungentoo
2013-07-10Per friend request data added.irungentoo
2013-07-10updated TODOirungentoo
2013-07-09Delete friends function now works and some other changes.irungentoo
2013-07-09Comments updated.irungentoo
2013-07-09Basic IM messenger backend pretty much done (You can start the GUI)irungentoo
And a couple of fixes to the other parts.
2013-07-08Some work done on the messenger part.irungentoo
2013-07-06Very basic start on the Tox messaging api.(Should give you a basic idea how ↵irungentoo
it's gonna work)