log

age author description
2009-06-19 Mark Doliner These aren't needed either.
2009-06-19 Mark Doliner Clarify that PURPLE_CONNECTION_IS_VALID is deprecated, in case it wasn't
2009-06-19 Mark Doliner This isn't needed because connection.c cancels the connection attempt
2009-06-19 Mark Doliner Yikes. buf is on the stack and shouldn't be freed. This fixes
2009-06-19 Mark Doliner Clarify this. This count gets passed around a lot of places... I'm
2009-06-19 Mark Doliner These parameters aren't modified
2009-06-19 Mark Doliner Allow doxygen to pick up the comment for this function. It's
2009-06-18 Mark Doliner Pass the gc as the handle in a bunch of calls to purple_proxy_connect
2009-06-18 Mark Doliner Pass the handle in here, which causes the connection attempt to be
2009-06-18 Mark Doliner Pass a handle to purple_proxy_connect() when making this connection.
2009-06-18 Mark Doliner Eagle eyes McMarq S. caught two other typo. Now I'm wondering if
2009-06-18 Mark Doliner Remove some cosmetic differences between msg_cmd() and ubm_cmd()
2009-06-18 Mark Doliner Fix a typo. Heh heh, "vistit"
2009-06-18 Mark Doliner purple_util_write_data_to_file_absolute() for reasons beyond our control,
2009-06-18 Mark Doliner Cleanup the code surrounding gc->disconnect_timeout and set it to 0
2009-06-18 Mark Doliner Strip trailing whitespace and comment #endif marcos that close #ifdef macros
2009-06-17 Marcus Lundblad Remove port mappings from the hash tables when removing them.
2009-06-16 Sadrul Habib Chowdhury Do not blurt out the history if there's already a conversation open.
2009-06-15 Marcus Lundblad Add a function to remove a port mapping (UPnP or NAT-PMP) given a file
2009-06-12 Mike Ruprecht NULL terminate some strings. Hopefully stop Yahoo texting crashes.
2009-06-11 Paul Aurich Remove obsoleted XEP-0090 (Legacy Entity Time)
2009-06-11 Paul Aurich --warnings
2009-07-12 Paul Aurich disapproval of revision 'a383ad6a4ae7e98bbcb32b4193531ccf960eb2bb'
2009-06-11 Paul Aurich Remove obsolete XEP-0091 (Legacy Delayed Delivery) code.
2009-06-11 Paul Aurich Comment out the JABBER_CAP for XEP-0022.
2009-06-11 Paul Aurich Remove code for obsoleted XEP-0022 (Message Events)
2009-06-11 Björn Voigt German translation update:
2009-06-11 Elliott Sales de Andrade merge of '86d7e4c199cf2a62e48fd6fe79e35e3c80cc7926'
2009-06-10 Mark Doliner Check in a change requested by Gregory Cypes from AOL. They want clients
2009-06-11 Elliott Sales de Andrade Fix a copy&paste bug.
2009-06-11 Elliott Sales de Andrade The FT table needs to have one more row to be correct, though it seems to
2009-06-10 Elliott Sales de Andrade Apply patch that adds support for keyboard navigation for the status icon.
2009-06-10 Elliott Sales de Andrade Restore the "Time Remaining" field in the file transfer window, but not in
2009-06-18 Etan Reisner Install the Purple and Pidgin perl modules under $libdir instead of in perl's
2009-06-18 Etan Reisner Add a purple_plugins_get_search_paths function.
2009-06-18 Etan Reisner Add the header files to sources.
2009-06-15 Etan Reisner Don't try to load an image from an empty path. It just spews to the debug log.
2009-06-09 Etan Reisner merge of '67228440771b545dc01526f74fd7171a02fb5e08'
2009-06-09 Elliott Sales de Andrade Fix compile warning for non-VV.
2009-06-08 Paul Aurich Hmm, I forgot to copy NEWS when I was getting the Changelogs from 2.5.6.
2009-06-08 Paul Aurich Don't support adding JID+node items.
2009-06-08 Paul Aurich Add a context menu with actions and re-arrange so registration takes preference
2009-06-08 Paul Aurich Store the currently selected service in the Dialog structure
2009-06-08 Elliott Sales de Andrade Fix merge error.
2009-06-08 Elliott Sales de Andrade merge of '43b8c66366c5dc03c717fa9d938446752df53293'
2009-06-08 Paul Aurich Fix adding a chat to the buddy list.
2009-06-08 Paul Aurich Get rid of _menu_cb_info; pass around the XmppDiscoService*
2009-06-08 Elliott Sales de Andrade Add a tooltip to the XMPP Disco browser. Someone should probably fill this
2009-06-08 Elliott Sales de Andrade Use the JID for adding a chat/buddy because the name is for descriptive
2009-06-07 Elliott Sales de Andrade Add a row-activated callback for the XMPP Disco browser that provides a
2009-06-07 Elliott Sales de Andrade Make this whitespace a bit more consistent (I hope).
2009-06-07 Paul Aurich merge of '31f78d91abb7452e597bbd0f20f910c6cbb56099'
2009-06-07 John Bailey Fix a typo caught by Geoffrey Antos.
2009-06-07 Marcus Lundblad ChangeLog the user visible change from the client_type branch (that is showing
2009-06-27 Paul Aurich disapproval of revision '31f78d91abb7452e597bbd0f20f910c6cbb56099'
2009-06-07 Paul Aurich Re-add annoying debug output for Adium#12351 (I must be missing something, because I don't see why it's occurring)
2009-06-07 Paul Aurich Use guint for a timeout handle here, too.
2009-06-07 Paul Aurich The XMPP keepalive timeout handle needs to be a guint.
2009-06-07 Elliott Sales de Andrade merge of '592b4775fc1de5871564f3b61637c8f5776a3932'
2009-06-07 Paul Aurich Plug a leak from changing this to use jabber_get_bare_jid instead of normalize.