summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* util: fix send_ll_pep_event to get the node properlyJonny Lamb2011-09-071-2/+5
* ContactInfo: note why supporting self is complicatedWill Thompson2011-08-161-1/+5
* ContactInfo: ignore empty name, jid and email fields.Will Thompson2011-08-161-3/+15
* ContactInfo: expose fake FN fieldWill Thompson2011-08-161-3/+12
* Contact: track shoddily-computed full nameWill Thompson2011-08-163-24/+23
* ContactInfo: refactor out add_singleton_fieldWill Thompson2011-08-161-20/+19
* ContactInfo: implement RequestContactInfoWill Thompson2011-08-161-0/+49
* ContactInfo: implement GetContactInfoWill Thompson2011-08-161-0/+49
* ContactInfo: expose email and JIDWill Thompson2011-08-161-1/+26
* ContactInfo: implement change notificationWill Thompson2011-08-163-3/+38
* Debug: remove 'all' special-caseWill Thompson2011-08-161-1/+0
* ContactInfo: implement 'n' for contactsWill Thompson2011-08-161-1/+42
* ContactInfo: list plausible supported fieldsWill Thompson2011-08-161-2/+42
* Add a stub implementation of ContactInfoWill Thompson2011-08-164-0/+180
* Connection: include capabilities.h onceWill Thompson2011-08-161-1/+0
* Connection: use TP_STRUCT_TYPE_ALIAS_PAIRWill Thompson2011-08-161-5/+2
* Contact: track real namesWill Thompson2011-08-163-1/+26
* Contact: track email addressWill Thompson2011-08-163-0/+20
* Contact: signal JID changesWill Thompson2011-08-162-1/+5
* Track contacts' JIDs even without --enable-olpcWill Thompson2011-08-161-1/+1
* Contact: Replace #defines with an enumWill Thompson2011-08-161-6/+8
* AvahiContact: use tp_str_emptyWill Thompson2011-08-161-9/+4
* Define a static inline no-op DEBUG() with --disable-debugWill Thompson2011-08-162-10/+7
* namespaces: add …/activity-properties constantJonny Lamb2011-07-253-8/+12
* Cope with the default value of handle-type being changed in new tp-glibSjoerd Simons2011-06-254-6/+17
* contact-channel: treat TP_UNKNOWN_HANDLE_TYPE has unset handle typeJonny Lamb2011-06-241-2/+4
* gibber ibb bytestream: removeJonny Lamb2011-05-094-42/+0
* stop using GibberXmppErrorJonny Lamb2011-05-047-23/+19
* stop using gibber-namespaces.hJonny Lamb2011-05-0419-91/+100
* tube-dbus: fix typoJonny Lamb2011-05-031-1/+1
* avahi-olpc-activity-manager: ignore browser-found callbacks if disconnectedJonny Lamb2011-05-031-2/+6
* contact: fix typoJonny Lamb2011-05-031-2/+3
* remove all set but unused variablesJonny Lamb2011-05-039-57/+3
* symbol-hacks: leave out wocky_debugJonny Lamb2011-04-281-2/+0
* capabilities: fix includesJonny Lamb2011-04-282-1/+3
* src: remove annoying salut- prefixJonny Lamb2011-04-2881-414/+414
* capabilities-set: rename to capability-setJonny Lamb2011-04-285-5/+5
* capabilities: rename to capabilites-setJonny Lamb2011-04-282-1/+1
* util: don't try and get caps out of something we can't readJonny Lamb2011-04-271-1/+6
* connection: pass even empty clients through to channel managersJonny Lamb2011-04-261-7/+3
* connection, presence-cache: add comments for the "data forms equal" functionsJonny Lamb2011-04-252-0/+10
* contact: no need to keep an old pointer array around when it's being replacedJonny Lamb2011-04-251-6/+2
* contact, presence-cache: set a free func on unused pointer arraysJonny Lamb2011-04-252-2/+3
* presence-cache: learn self caps if they've been announcedJonny Lamb2011-04-253-0/+33
* connection: fix typo in update capabilities codeJonny Lamb2011-04-251-1/+1
* caps-hash: calculate self hash using data forms tooJonny Lamb2011-04-251-2/+6
* connection: let clients represent themselves with data formsJonny Lamb2011-04-251-19/+89
* disco: reply from disco requests with data formsJonny Lamb2011-04-251-0/+18
* presence-cache: remember data formsJonny Lamb2011-04-253-7/+81
* contact, self: implement WockyXep0115Capabilities ifaceJonny Lamb2011-04-254-3/+86