Age | Commit message (Expand) | Author | Files | Lines |
2012-01-25 | client-status wip3, YtsClient builds again, TODO: remove YtsStatus and what's...client-status-wip | Rob Staudinger | 4 | -255/+273 |
2012-01-25 | client-status wip2, basic class done and building | Rob Staudinger | 4 | -22/+141 |
2012-01-25 | client status wip | Rob Staudinger | 7 | -21/+296 |
2012-01-24 | Client: move away from deprecated API | Rob Staudinger | 1 | -6/+6 |
2012-01-23 | Client: make sure capabilities are namespaced correctly | Rob Staudinger | 2 | -18/+42 |
2012-01-23 | Client: remove avatar handling and expose TpAccount | Rob Staudinger | 2 | -115/+21 |
2012-01-23 | Client: prefix all TP fields with "tp_" | Rob Staudinger | 1 | -51/+55 |
2012-01-23 | build: Do not run integration tests on "make distcheck" | Rob Staudinger | 1 | -1/+0 |
2012-01-23 | build: Run integration tests only when requested | Rob Staudinger | 3 | -2/+22 |
2012-01-23 | Client: initial support for C2S connections | Rob Staudinger | 4 | -51/+173 |
2012-01-20 | Client: rename yts_client_new() to yts_client_new_p2p() | Rob Staudinger | 11 | -32/+21 |
2012-01-20 | Client: use "service_id" everywhere instead of "uid"/"sid" | Rob Staudinger | 2 | -18/+18 |
2012-01-20 | Client: rename "uid" field to "service_id" | Rob Staudinger | 1 | -13/+13 |
2012-01-20 | Client: remove "mgr_name" field | Rob Staudinger | 1 | -9/+12 |
2011-11-03 | Service: rename "service-id" property to just "id"c2s | Rob Staudinger | 14 | -20/+20 |
2011-11-03 | Contact: rename "contact-id" property to just "id" | Rob Staudinger | 6 | -18/+18 |
2011-10-31 | Contact, (Proxy)Service, Roster: clean up header files | Rob Staudinger | 9 | -51/+47 |
2011-10-31 | Roster: split away internal interface | Rob Staudinger | 7 | -51/+177 |
2011-10-31 | Contact: split away internal interface | Rob Staudinger | 10 | -96/+203 |
2011-10-31 | (Proxy)Service: make classes "final" so they can't be subclassed | Rob Staudinger | 7 | -30/+24 |
2011-10-28 | (Proxy)Service: split away internal interface | Rob Staudinger | 14 | -91/+472 |
2011-10-28 | logging: improve logging facilities | Rob Staudinger | 10 | -68/+131 |
2011-10-25 | Client: consistently use contact-id and service-id in the API. | Rob Staudinger | 3 | -26/+42 |
2011-10-25 | ytstenut.sym: remove a few internal-only symbols. | Rob Staudinger | 1 | -6/+0 |
2011-10-25 | Roster: get rid of Client reference. | Rob Staudinger | 10 | -109/+121 |
2011-10-24 | Added files and changes for Android port | Alvaro Soliverez | 3 | -1/+48 |
2011-10-22 | logging: Do not print topic when 'unspecified' placeholder. | Rob Staudinger | 1 | -8/+29 |
2011-10-21 | Rewrite init and logging system. | Rob Staudinger | 24 | -624/+267 |
2011-10-21 | Use g_strmp0 instead of strcmp where appropriate. | Rob Staudinger | 4 | -15/+13 |
2011-10-21 | Roster: simplify find_contact_by_id(). | Rob Staudinger | 1 | -16/+3 |
2011-10-21 | build: use C99. | Rob Staudinger | 1 | -1/+1 |
2011-10-20 | Roster: introduce _foreach_contact() iterator function. | Rob Staudinger | 4 | -27/+67 |
2011-10-20 | Client: rename _register_service() to _publish_service() | Rob Staudinger | 3 | -8/+8 |
2011-10-20 | docs: fix typo so the version appears on the docs index page. | Rob Staudinger | 1 | -1/+1 |
2011-10-20 | Contact: add service iterator. | Rob Staudinger | 4 | -9/+78 |
2011-10-20 | ytstenut.h: remove debug and marshal headers, they are private. | Rob Staudinger | 3 | -3/+1 |
2011-10-20 | Client, Contact: remove YtsError from the public API. | Rob Staudinger | 8 | -41/+25 |
2011-10-20 | Contact: implement "name" property. | Rob Staudinger | 1 | -15/+46 |
2011-10-20 | Contact: remove icon/avatar handling. | Rob Staudinger | 3 | -87/+0 |
2011-10-20 | Contact: use "contact-id" consistently instead of just "id". | Rob Staudinger | 7 | -27/+24 |
2011-10-20 | Contact: coding style audit. | Rob Staudinger | 1 | -373/+302 |
2011-10-20 | Client, Contact: remove telepathy-glib from public headers. | Rob Staudinger | 8 | -107/+16 |
2011-10-20 | Roster: use consistent API naming. | Rob Staudinger | 4 | -11/+11 |
2011-10-19 | Contact: get rid of Client pointer. | Rob Staudinger | 6 | -117/+114 |
2011-10-19 | Roster: coding style audit.0.3.1 | Rob Staudinger | 1 | -196/+143 |
2011-10-19 | Roster, Contact: use more consistent naming internally. | Rob Staudinger | 5 | -48/+57 |
2011-10-17 | types: Header is no longer needed, decommision it. | Rob Staudinger | 8 | -67/+22 |
2011-10-17 | Contact: remove 'presence' property, we only care about services. | Rob Staudinger | 3 | -82/+0 |
2011-10-17 | Client: already knows when service is removed, no need for callback. | Rob Staudinger | 4 | -66/+50 |
2011-10-12 | service: Add missing docs. | Rob Staudinger | 2 | -21/+84 |