Mercurial > pidgin
graph
-
Remove deprecated (since MSNP13) commands and relevant files.2010-03-31, by masca
-
We don't need to expose this function as it's only used locally.2010-03-30, by masca
-
propagate from branch 'im.pidgin.pidgin' (head 25f95fb2f47b70980b79422c9a02be98eed376f7)2010-03-26, by Sadrul Habib Chowdhury
-
I don't really like this name.2010-03-13, by Elliott Sales de Andrade
-
Fix a few little things.2010-03-13, by Elliott Sales de Andrade
-
Messages without TrID's should not be saved in the history.2010-03-13, by Elliott Sales de Andrade
-
msn: Document command.h2010-03-12, by masca
-
msn: Merge dialog and error to get an unified msn_error api.2010-03-12, by masca
-
We need a way to send commands without transaction ID2010-03-11, by masca
-
msn: Remove msn_cmdproc_send_quick in favor of msn_cmdproc_send_trans2010-03-10, by masca
-
msn: Delete msn_cmdproc_send since it just have duplicated code from2010-03-10, by masca
-
msn: Improve cmdproc.h docs.2010-03-05, by masca
-
merge of '029197c93909a808e78b66053bb4115e20435b72'2010-02-24, by masca
-
propagate from branch 'im.pidgin.pidgin' (head ddeec32813f54d5440b27a20c81743973d05079f)2010-02-24, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin' (head 302c560990dbae6b00f9ca0ef36b3c160b190bdb)2010-02-19, by Elliott Sales de Andrade
-
Document msnutils.2010-02-23, by masca
-
Make this comment 80char wide.2010-02-23, by masca
-
I don't believe there's any reason to duplicate this string.2010-02-09, by Mark Doliner
-
We just allocated slpmsg, so of course slpmsg->slpcall will be NULL here2010-02-08, by Mark Doliner
-
Attempt to simplify and clean2010-02-08, by Mark Doliner
-
Shuffle some things around and add some comments. Hopefully cleaner.2010-02-08, by Mark Doliner
-
Since when do we use camel case?2010-02-08, by Mark Doliner
-
Rename "attribute" to "header" in a bunch of places. The SLP protocol2010-02-08, by Mark Doliner
-
propagate from branch 'im.pidgin.pidgin' (head 8a0b15ca6f7e80f487af0b74bda066a717062d0f)2010-02-06, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin' (head b0098e2250f135d121960d8152e144e7e344125e)2010-02-06, by Elliott Sales de Andrade
-
When looping through the request fields, don't try to disconnect a field if2009-12-16, by Elliott Sales de Andrade
-
Add a dialog listing the other endpoints from which users can sign them out2009-12-15, by Elliott Sales de Andrade
-
Support receiving UBN and sending UUN, which seem to have been added way2009-12-15, by Elliott Sales de Andrade
-
Support sending different client types in PrivateEndpointData.2009-12-15, by Elliott Sales de Andrade
-
Allow setting the name of the current location. The default is still Pidgin2009-12-15, by Elliott Sales de Andrade
-
Fix typo in PrivateEndpointData, resulting in the name of the endpoint2009-12-15, by Elliott Sales de Andrade
-
Fix a little argument swapping.2009-12-15, by Elliott Sales de Andrade
-
Save PrivateEndpointData that we've received. I think this only applies to2009-12-15, by Elliott Sales de Andrade
-
Also, lower-case the endpoint name when looking up endpoint data.2009-12-15, by Elliott Sales de Andrade
-
Endpoint names are case-insensitive, so put the id in lowercase always.2009-12-15, by Elliott Sales de Andrade
-
Don't check the total number of users in an MSN switchboard when converting2009-12-15, by Elliott Sales de Andrade
-
Don't add ourselves to our own conversation.2009-12-15, by Elliott Sales de Andrade
-
When adding users to an MSN chat, don't add them again if the same passport2009-12-14, by Elliott Sales de Andrade
-
Don't leak the Endpoint ID.2009-12-14, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin' (head 780ee14f6ced21de7257b3149c186223ab446d57)2009-12-14, by Elliott Sales de Andrade
-
Fix some inverted logic that prevented us from starting conversations.2009-12-14, by Elliott Sales de Andrade
-
Don't update the server with our own information on initial login, since we2009-12-14, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin' (head d813bbb8c323184987e92c9bd801fd7e64262104)2009-12-13, by Elliott Sales de Andrade
-
Also parse extended capabilities from ILN. Probably don't need to do so in2009-12-10, by Elliott Sales de Andrade
-
Missed a few more xmlnode_free's.2009-12-10, by Elliott Sales de Andrade
-
Add a minor debug log.2009-12-10, by Elliott Sales de Andrade
-
Call xmlnode_free in the correct location.2009-12-10, by Elliott Sales de Andrade
-
Allow receiving a NLN command from ourselves. This will probably need to be2009-12-09, by Elliott Sales de Andrade
-
Allow parsing info about ourselves from a UBX payload. This is probably not2009-12-09, by Elliott Sales de Andrade
-
Attempt to parse any EndpointData out of the UBX payload. This isn't really2009-12-09, by Elliott Sales de Andrade
-
These string should be const.2009-12-09, by Elliott Sales de Andrade
-
Avoid calling xmlnode_from_str twice when parsing the UBX data.2009-12-09, by Elliott Sales de Andrade
-
Save the Endpoint ID with the data.2009-12-09, by Elliott Sales de Andrade
-
Don't attempt to parse extended caps if not using MSNP16.2009-12-09, by Elliott Sales de Andrade
-
Save extended capabilities of an MSN buddy when receiving NLN.2009-12-09, by Elliott Sales de Andrade