summaryrefslogtreecommitdiff
path: root/src/conn-aliasing.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-06conn-aliasing: implement negative cachingSimon McVittie1-3/+53
2007-09-05Avoid requesting vCards if we already have them cached, which trips an assertionSimon McVittie1-8/+9
2007-09-05Don't re-request the vCard if we have it cached alreadySimon McVittie1-1/+1
2007-09-05Handle PEP errors correctlySimon McVittie1-0/+4
2007-09-05Explicitly look up PEP nicknames when looking for aliases, before requesting ...Simon McVittie1-3/+101
2007-09-05Move PEP <nick> handling to conn-aliasingSimon McVittie1-0/+107
2007-08-29GabbleVCardManager: specify number of vcard items in edit calls, instead of N...Senko Rasic1-1/+1
2007-08-29GabbleVCardManager: remove unused error param to the request functionSenko Rasic1-10/+1
2007-08-14gabble_connection_request_aliases: remove code that should never be reachedDafydd Harries1-13/+0
2007-08-02Put vCard requests through the request pipeline, and fix fd.o#11201.Simon McVittie1-1/+1
2007-04-20host commentDafydd Harries1-4/+5
2007-04-20support PEP nicknamesDafydd Harries1-0/+44
2007-04-06src/: wrap long linesSimon McVittie1-2/+4
2007-04-05Fail "make check" if you declare a GError*, leave it uninitialized and don't ...Simon McVittie1-1/+1
2007-04-02src/: Use TP_BASE_CONNECTION_ERROR_IF_NOT_CONNECTED (replacing ERROR_IF_NOT_C...Simon McVittie1-4/+3
2007-03-08Convert Gabble to use new handle API.Simon McVittie1-6/+7
2007-03-01split out aliasing interface from gabble-connection.cDafydd Harries1-0/+376