summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-14build: Delete .gitignore, it's not supposed to be checked inHEADmasterRob Staudinger1-42/+0
2012-02-14file-transfer: Pass sender service-id in file metadataRob Staudinger5-35/+153
2012-02-13build: Check for nonexistant exported symbols in check-localRob Staudinger1-1/+1
2012-02-13docs: Fix theck for ignored filesRob Staudinger1-11/+3
2012-02-13build: use $(AM_V_GET) consistentlyRob Staudinger1-6/+6
2012-02-13build: add a few missing GITIGNOREFILESRob Staudinger3-0/+21
2012-02-13Client: Add "tp-status" propertyRob Staudinger2-7/+25
2012-02-09docs: check if ignored header files actually existRob Staudinger1-1/+18
2012-02-09Client: remove deprecated virtual methodsRob Staudinger18-143/+55
2012-02-09docs: Fix many warnings in the docs buildRob Staudinger13-63/+26
2012-02-07IncomingFile: Add API for receiving filesRob Staudinger20-198/+1026
2012-02-03File transfer: remove old style file transfer codeRob Staudinger10-2169/+2
2012-02-02OutgoingFile: Add API for transmitting filesRob Staudinger25-8/+1449
2012-02-02Build fixes for Mingw32Siraj Razick3-13/+61
2012-02-01docs: Add missing section titlesRob Staudinger4-3/+5
2012-02-01docs: Clean up docs build, removing stale file referencesRob Staudinger11-584/+5
2012-01-30Roster: remove unused function from internal headerRob Staudinger1-4/+0
2012-01-27ClientStatus: add function annotationRob Staudinger1-1/+1
2012-01-27Variable naming consistency fixesRob Staudinger3-32/+39
2012-01-26examples: Update "dictionary-message" so it can also run with C2SRob Staudinger1-6/+21
2012-01-26g-introspection: rename from Yts to YtstenutRob Staudinger1-3/+3
2012-01-26build: clean up ytstenut/Makefile.am so Anjuta understands itRob Staudinger1-178/+216
2012-01-26docs: fix build by skipping the internal yts-client-status.hRob Staudinger1-1/+1
2012-01-26Rewrite capability handling in YtsClientRob Staudinger10-418/+669
2012-01-24Client: move away from deprecated APIRob Staudinger1-6/+6
2012-01-23Client: make sure capabilities are namespaced correctlyRob Staudinger2-18/+42
2012-01-23Client: remove avatar handling and expose TpAccountRob Staudinger2-115/+21
2012-01-23Client: prefix all TP fields with "tp_"Rob Staudinger1-51/+55
2012-01-23build: Do not run integration tests on "make distcheck"Rob Staudinger1-1/+0
2012-01-23build: Run integration tests only when requestedRob Staudinger3-2/+22
2012-01-23Client: initial support for C2S connectionsRob Staudinger4-51/+173
2012-01-20Client: rename yts_client_new() to yts_client_new_p2p()Rob Staudinger11-32/+21
2012-01-20Client: use "service_id" everywhere instead of "uid"/"sid"Rob Staudinger2-18/+18
2012-01-20Client: rename "uid" field to "service_id"Rob Staudinger1-13/+13
2012-01-20Client: remove "mgr_name" fieldRob Staudinger1-9/+12
2011-11-03Service: rename "service-id" property to just "id"c2sRob Staudinger14-20/+20
2011-11-03Contact: rename "contact-id" property to just "id"Rob Staudinger6-18/+18
2011-10-31Contact, (Proxy)Service, Roster: clean up header filesRob Staudinger9-51/+47
2011-10-31Roster: split away internal interfaceRob Staudinger7-51/+177
2011-10-31Contact: split away internal interfaceRob Staudinger10-96/+203
2011-10-31(Proxy)Service: make classes "final" so they can't be subclassedRob Staudinger7-30/+24
2011-10-28(Proxy)Service: split away internal interfaceRob Staudinger14-91/+472
2011-10-28logging: improve logging facilitiesRob Staudinger10-68/+131
2011-10-25Client: consistently use contact-id and service-id in the API.Rob Staudinger3-26/+42
2011-10-25ytstenut.sym: remove a few internal-only symbols.Rob Staudinger1-6/+0
2011-10-25Roster: get rid of Client reference.Rob Staudinger10-109/+121
2011-10-24Added files and changes for Android portAlvaro Soliverez3-1/+48
2011-10-21logging: Do not print topic when 'unspecified' placeholder.Rob Staudinger1-8/+29
2011-10-21Rewrite init and logging system.Rob Staudinger24-624/+267
2011-10-21Use g_strmp0 instead of strcmp where appropriate.Rob Staudinger4-15/+13