log

age author description
2012-02-06 hyc ChangeLog conversation-extended patch.
2012-02-06 Elliott Sales de Andrade Drop support for protocols below 18.
2012-02-06 Elliott Sales de Andrade I should probably add these files, too...
2012-02-06 Elliott Sales de Andrade Add support for conversation-extended signals in Finch.
2012-02-06 Elliott Sales de Andrade ChangeLog those last two changes.
2012-02-05 Elliott Sales de Andrade Correctly fallback to a federated contact if a contact also has a
2012-02-03 Elliott Sales de Andrade Send offline messages using UUM.
2012-02-03 Elliott Sales de Andrade Switch to MSNP18.
2012-02-03 Elliott Sales de Andrade Update UUM to allow sending to users on any network.
2012-02-03 Elliott Sales de Andrade Add a missing function.
2012-02-03 Elliott Sales de Andrade Make a small name change.
2012-02-03 Elliott Sales de Andrade Send circle authentication on the notification server on MSNP18.
2012-02-03 Elliott Sales de Andrade Switch to ABFindContactsPaged instead of ABFindAll.
2012-02-03 Elliott Sales de Andrade Fix NLN on MSNP18.
2012-02-03 Elliott Sales de Andrade Fix UBX on MSNP18.
2012-02-03 Elliott Sales de Andrade Add a function for parsing a network:username for MSNP18.
2012-01-28 Elliott Sales de Andrade The official client doesn't seem to use Live Contacts, but there
2012-01-28 Elliott Sales de Andrade Windows Live Spaces do not exist anymore.
2012-01-28 Elliott Sales de Andrade I keep seeing a 301 Moved Permanently for omega.contacts.msn.com,
2012-01-28 Elliott Sales de Andrade This extra if-level can be dropped.
2012-01-28 Elliott Sales de Andrade We know the length of decode_msg here.
2012-01-28 Elliott Sales de Andrade Add newlines to debug messages, and word-wrap lines.
2012-01-26 masca Apply second patch from xnyhps this time to show the message salvaged to user.
2012-01-20 thijsalkemade MSN Patch from Thijs (xnyhps) Alkemade which do verify/convert to UTF-8
2012-01-19 Richard Laager Line wrap a line in ChangeLog.API
2012-01-15 Paul Aurich pidgin: Fix so that logging works again
2012-01-11 Gary Kramlich Fix mark's commit and allow aim accounts to work again
2012-01-09 andrew victor merge of '13d6e924c9257b20e21050646cab88043bdb2e15'
2012-01-09 Mark Doliner Allow signing on with usernames containing periods and
2012-01-09 andrew victor merge of '3afac25cbbb20ab81fe5ab388a8e529090591d60'
2012-01-09 andrew victor Our minimum version of GLib does not have a g_list_free_full().
2012-01-06 Elliott Sales de Andrade Add some code for manipulating the WebView in edit-mode. Thanks to
2012-01-05 Elliott Sales de Andrade The switch to the webview also allowed strikethrough-by-default.
2012-01-05 Elliott Sales de Andrade Replace the sample imhtml in the prefs panel with a webview widget.
2012-01-05 Elliott Sales de Andrade Add some GTK+3 compatible updates.
2012-01-05 Elliott Sales de Andrade Use pointers in the private struct instead of g_object_[gs]et_data.
2012-01-05 Elliott Sales de Andrade Use the toolbar as the userdat to avoid g_object_[gs]et_data.
2012-01-05 Elliott Sales de Andrade Move all internal toolbar pointers into a private struct.
2012-01-05 Elliott Sales de Andrade Add missing macro.
2012-01-05 Elliott Sales de Andrade Re-arrange things a bit.
2012-01-05 Elliott Sales de Andrade Update the signals in the GtkWebViewToolbar.
2012-01-05 Elliott Sales de Andrade Emit the format-cleared signal when the webview format is cleared.
2012-01-05 Elliott Sales de Andrade Emit the allowed-formats-updated signal when the set_format_functions
2012-01-05 Elliott Sales de Andrade Add some formatting signals to webview from imhtml.
2012-01-05 Elliott Sales de Andrade Add a function for setting a WebView entry based on the
2012-01-04 Elliott Sales de Andrade Add a WebView setup function.
2012-01-04 Elliott Sales de Andrade Add GtkWebViewToolbar to makefiles.
2012-01-04 Elliott Sales de Andrade Use a GtkWebViewToolbar when creating an editable GtkWebView.
2012-01-04 Elliott Sales de Andrade Add a GtkWebViewToolbar. This is basically a copy of the GtkIMHtml
2012-01-04 Elliott Sales de Andrade Copy some editing functions from GtkIMHtml. These are incomplete.
2012-01-04 Elliott Sales de Andrade We don't want WebKit to process a Refresh, or Back/Forward
2012-01-04 Elliott Sales de Andrade This #include is unnecessary when internal.h is used.
2012-01-04 Elliott Sales de Andrade Add some more messageClasses.
2012-01-04 Elliott Sales de Andrade If we handle a navigation request, then we should tell WebKit
2012-01-04 Elliott Sales de Andrade Passing the webview as userdata when the webview is the object
2012-01-04 Elliott Sales de Andrade This #include doesn't seem necessary.
2012-01-04 Elliott Sales de Andrade Use accessor functions where available.
2012-01-04 Elliott Sales de Andrade Rearrange these files a bit to group common functions
2012-01-04 Elliott Sales de Andrade I don't know why these lines are indented.
2012-01-04 Elliott Sales de Andrade This strlen seems redundant.