log

age author description
Fri, 08 Aug 2008 16:45:21 +0000 Justin Rodriguez fized the icon diplay bug with the icon theme
Fri, 08 Aug 2008 08:07:30 +0000 Justin Rodriguez Add the icon theme files, and re-work some things
Fri, 08 Aug 2008 01:42:46 +0000 Justin Rodriguez partially working status icon theme stuff
Wed, 06 Aug 2008 02:54:39 +0000 Justin Rodriguez merge of '3a9f71b3ea427344c6b6e95c63c3559bef222013'
Wed, 06 Aug 2008 02:39:40 +0000 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head c3595d7c3895f52f076aaaa7650f81d8fbea81ef)
Tue, 05 Aug 2008 18:51:24 +0000 Justin Rodriguez Fixed some small rendering errors in conversations and prefs
Fri, 01 Aug 2008 22:57:11 +0000 Justin Rodriguez Couple small font fixes
Fri, 01 Aug 2008 17:04:49 +0000 Justin Rodriguez fixed some small font bugs, the coloring when selected, and a segfault
Thu, 31 Jul 2008 23:38:07 +0000 Justin Rodriguez Added text and font coloring for buddies, contacts and chats, as well as fix a few small bugs
Wed, 23 Jul 2008 05:32:00 +0000 Justin Rodriguez Changed how the prefs handle themes
Tue, 22 Jul 2008 03:08:59 +0000 Justin Rodriguez Added layout capabilities to blist themes
Fri, 18 Jul 2008 22:31:28 +0000 Justin Rodriguez fixed group coloring
Fri, 18 Jul 2008 09:03:40 +0000 Justin Rodriguez fixed segfault when changing blist themes, changed prefs to not rely on static iter, fixed a few leaks
Thu, 17 Jul 2008 19:40:13 +0000 Justin Rodriguez Fixed gtkblist-loader_build to no longer assume xml file is correct, added set methods to gtkblist-theme
Tue, 15 Jul 2008 06:29:46 +0000 Justin Rodriguez restructured much of the loader and themes for the buddy list, along with a basic trial of group background
Fri, 11 Jul 2008 19:13:24 +0000 Justin Rodriguez build function for pidgin buddy list theme loader
Fri, 11 Jul 2008 08:54:34 +0000 Justin Rodriguez flushed out blist themes a bit with lots of properties and get methods
Thu, 10 Jul 2008 06:49:45 +0000 Justin Rodriguez start of blist themes (themes have no effect on display)
Sun, 06 Jul 2008 05:57:26 +0000 Justin Rodriguez Changed the theme_manager_init function to do less, makes it cleaner and faster (won't have to build
Mon, 30 Jun 2008 23:12:54 +0000 Gary Kramlich propagate from branch 'im.pidgin.pidgin' (head 1d533cebad7c0dbda8ec8ebee1334d27dcae5f9c)
Mon, 30 Jun 2008 03:50:35 +0000 Justin Rodriguez Fixed up a few typos, readability, leaks, and bugs, all minor and mostly in theme and theme loader classes
Fri, 27 Jun 2008 21:01:47 +0000 Justin Rodriguez Fixes the display problems with (option 1) sound themes
Fri, 27 Jun 2008 18:04:29 +0000 Justin Rodriguez Fixed a few small problems with the sound loader and sound theme
Fri, 27 Jun 2008 03:44:28 +0000 Justin Rodriguez fixed crash on shutdown (avoid a double free)
Fri, 27 Jun 2008 01:29:59 +0000 Justin Rodriguez Working sound themes (option 1) theme is saved in prefs and there is no seperate custom theme, everything
Tue, 24 Jun 2008 02:06:42 +0000 Justin Rodriguez fixed images to appear in pref menu
Sun, 22 Jun 2008 03:07:07 +0000 Justin Rodriguez more gobject fixed
Sat, 21 Jun 2008 23:42:57 +0000 Justin Rodriguez fixed some gobject stuff
Sat, 21 Jun 2008 05:55:58 +0000 Justin Rodriguez Fixed purple sound loader class init function (bug on startup) and added shell sound theme selector
Tue, 17 Jun 2008 03:26:00 +0000 Justin Rodriguez Fixed some warnings with loader_build
Mon, 16 Jun 2008 21:43:34 +0000 Justin Rodriguez added a more generic function to read xml files (and made the util version into a wrapper) so it can be used by the
Mon, 16 Jun 2008 19:48:56 +0000 Justin Rodriguez Fixed some things needed for proper gobfication (init/finalize/etc)
Fri, 13 Jun 2008 21:33:17 +0000 Justin Rodriguez Added sound builder (implete still needs a good way to go from xml file to xml node)
Thu, 12 Jun 2008 22:13:54 +0000 Justin Rodriguez Added skeleton (non-working) sound loader class
Thu, 12 Jun 2008 07:34:43 +0000 Justin Rodriguez Added minimal sound theme class (only get/set api)
Thu, 12 Jun 2008 06:25:49 +0000 Justin Rodriguez changed the purple theme formatting a bit (minor)
Wed, 11 Jun 2008 18:32:12 +0000 Justin Rodriguez Added description to theme abstract class
Wed, 11 Jun 2008 03:51:47 +0000 Justin Rodriguez Fixed some leaks formatting
Wed, 11 Jun 2008 03:41:35 +0000 Justin Rodriguez Fixed theme-manager to be more of a singleton and less-gobject like
Tue, 10 Jun 2008 21:39:35 +0000 Justin Rodriguez Added the theme-manager and basic functionality (needs to be given proper directories to find themes)
Sat, 07 Jun 2008 11:03:20 +0000 Justin Rodriguez Added theme loader class abstract whose only (current/planned) function is to build themes
Sat, 07 Jun 2008 01:55:23 +0000 Justin Rodriguez fixed formatting and get/set properties
Sat, 07 Jun 2008 01:23:24 +0000 Justin Rodriguez Added basic theme for libpurple to be used by theme manager and loaders (abstract gobject)
Sun, 13 Jul 2008 14:10:22 +0000 Sulabh Mahajan Fix file transfer to a user not in buddy list, defaulting to use v15
Sat, 12 Jul 2008 19:44:24 +0000 Sulabh Mahajan minor changes in comments style and alphabetic ordering of header files.
Sat, 12 Jul 2008 19:24:34 +0000 Sulabh Mahajan changed gboolean connection_type to enum yahoo_p2p_connection_type
Sat, 12 Jul 2008 19:13:31 +0000 Sulabh Mahajan changed PKT_YAHOOSERVER and PKT_P2P, into enum yahoo_pkt_type
Sat, 12 Jul 2008 18:55:29 +0000 Sulabh Mahajan Better naming convention, prefix YAHOO_P2PSTATUS_ to values in the enum YahooP2PStatus
Sat, 12 Jul 2008 18:33:15 +0000 Sulabh Mahajan if(p2p_data->source >= 0) in place of if(p2p_data->source)
Sat, 12 Jul 2008 18:28:22 +0000 Sulabh Mahajan f->p2p_packet_sent and f->p2p_status initialization in yahoo_friend_new() redundant
Fri, 11 Jul 2008 19:03:59 +0000 Sulabh Mahajan Receive files when we are p2p server
Wed, 09 Jul 2008 18:19:37 +0000 Sulabh Mahajan Add + in place of spaces in p2p url, fixes transfer of file with name containing spaces
Wed, 09 Jul 2008 15:05:09 +0000 Sulabh Mahajan Send file by p2p when we are server
Wed, 02 Jul 2008 11:16:35 +0000 Sulabh Mahajan Check for session id (value for key 11) in the received IMs and Notifications against our session id. Disconnect in
Wed, 02 Jul 2008 07:22:58 +0000 Sulabh Mahajan Changed user_data to more apt p2p_data, change in variable name.
Wed, 02 Jul 2008 06:58:57 +0000 Sulabh Mahajan Act as a YMSG server on port 5101 for IMs and Notifications
Fri, 27 Jun 2008 16:02:30 +0000 Sulabh Mahajan Fall back to establishing connection as a client when unable to act as a server.
Fri, 27 Jun 2008 13:34:44 +0000 Sulabh Mahajan Sending of p2p packet, providing peer with our IP address to make a connection to us.
Sat, 21 Jun 2008 14:34:38 +0000 Sulabh Mahajan Support for P2P file transfer (SEND), when we are client to the peer
Tue, 17 Jun 2008 21:30:49 +0000 Sulabh Mahajan propagate from branch 'im.pidgin.pidgin' (head 420b71541a7786d593759ead8d775f487291fb97)
Mon, 18 Aug 2008 17:08:01 +0000 Tobias Markmann * free xmlnodes after bosh receive callback is called
Mon, 18 Aug 2008 16:20:46 +0000 Tobias Markmann * removing some comment with XML example
Mon, 18 Aug 2008 15:44:43 +0000 Tobias Markmann * fixing a bug in jabber_bosh_http_connection_receive_parse_header()
Mon, 18 Aug 2008 11:11:32 +0000 Tobias Markmann * adding some missing documentation
Mon, 18 Aug 2008 08:42:37 +0000 Tobias Markmann * sending empty <body> requests if there are not othere requests to be answered to keep a CM -> client channel open
Sat, 16 Aug 2008 21:28:32 +0000 Tobias Markmann * data buffer for received data. Support for any HTTP resonse size now.
Fri, 15 Aug 2008 16:35:32 +0000 Tobias Markmann * moving BOSH interfacing from jabber_send to jabber_send_raw
Fri, 15 Aug 2008 14:02:21 +0000 Tobias Markmann * using libpurple's internal SASL mechanisms during BOSH authentication phase
Tue, 12 Aug 2008 12:48:25 +0000 Tobias Markmann * sending some User-Agent
Tue, 12 Aug 2008 12:40:48 +0000 Tobias Markmann * calling PurpleBOSHConnection's receive_cb
Mon, 11 Aug 2008 21:28:05 +0000 Tobias Markmann * parsing HTTP response and emitting HTTP request callback
Sat, 09 Aug 2008 23:07:58 +0000 Tobias Markmann * preparing handling of multiple requests for pipelining support
Sat, 09 Aug 2008 22:16:11 +0000 Tobias Markmann * doing HTTP requests
Tue, 05 Aug 2008 22:24:39 +0000 Tobias Markmann * adding receive callback; preparing receiving and boot code
Tue, 05 Aug 2008 18:44:42 +0000 Tobias Markmann * adding bosh files to Makefile.am & .mingw
Sun, 03 Aug 2008 22:58:10 +0000 Tobias Markmann * missing commit
Sun, 03 Aug 2008 22:50:13 +0000 Tobias Markmann * some refactoring
Sun, 03 Aug 2008 22:21:49 +0000 Tobias Markmann * small bugfix in jabber_ipc_add_feature()
Sun, 03 Aug 2008 13:48:59 +0000 Tobias Markmann * looking for alternative connection methods if direct connection fails
Sat, 02 Aug 2008 16:43:04 +0000 Tobias Markmann * some further bugfixing, BIND's libresolv does so much for the programmer, just happy it exists
Fri, 01 Aug 2008 22:37:51 +0000 Tobias Markmann * fixing some bugs, finishing support for TXT queries
Fri, 01 Aug 2008 12:34:33 +0000 Tobias Markmann * some code style adjustments in caps.c
Tue, 15 Jul 2008 22:16:26 +0000 Tobias Markmann * removing some g_strdup()s; I meant it too good
Tue, 15 Jul 2008 21:26:51 +0000 Tobias Markmann * fixing memory related bug; forgotton to duplicate some data which otherwise may be deleted by other parts of the program
Tue, 15 Jul 2008 15:38:15 +0000 Tobias Markmann * implemented jabber_caps_broadcast_change() and finished jabber_ipc_add_feature() IPC function
Tue, 08 Jul 2008 15:05:45 +0000 Tobias Markmann * IPC work
Mon, 07 Jul 2008 18:28:05 +0000 Tobias Markmann * removing several warnings
Sun, 06 Jul 2008 21:20:35 +0000 Tobias Markmann * adding documentation for IPC function contact_has_feature
Sun, 06 Jul 2008 21:09:50 +0000 Tobias Markmann * adding IPC function 'contact_has_feature'
Sun, 06 Jul 2008 18:51:26 +0000 Tobias Markmann * fixing a bug in jabber_caps_compare()
Sat, 05 Jul 2008 09:22:59 +0000 Tobias Markmann * correctly calculating own features and factor in is_enabled() of features
Fri, 04 Jul 2008 19:11:09 +0000 Tobias Markmann * changed storage format for cache to mirror all needed features for XEP-0115v1.5
Thu, 03 Jul 2008 22:30:44 +0000 Tobias Markmann * support for calculating both hashes, sha-1 and md5
Wed, 02 Jul 2008 21:27:51 +0000 Tobias Markmann * changing caps node namespace. According to version 1.5 of XEP-0115 it should be a real URL to client's homepage.
Tue, 01 Jul 2008 23:16:15 +0000 Tobias Markmann * pass hash type to the caps handling functions
Sun, 29 Jun 2008 14:32:33 +0000 Tobias Markmann * implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Sun, 22 Jun 2008 18:59:33 +0000 Tobias Markmann * defined JabberCapsIdentity as struct _JabberIdentity
Sun, 22 Jun 2008 18:30:12 +0000 Tobias Markmann * jabber_caps_jabber_identity_compare() compares xml:lang too, now.
Sun, 22 Jun 2008 17:25:23 +0000 Tobias Markmann * changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Mon, 16 Jun 2008 13:52:45 +0000 Tobias Markmann Removing short-names for features and calculating own caps hash.
Tue, 17 Jun 2008 21:17:29 +0000 Sulabh Mahajan Send IMs and Typing notifications through p2p, Redesign p2p
Sat, 14 Jun 2008 08:53:43 +0000 Sulabh Mahajan Proper error handling for p2p connections
Fri, 13 Jun 2008 11:04:13 +0000 Sulabh Mahajan Close p2p connection when read() does not return anything.
Mon, 09 Jun 2008 08:08:21 +0000 Sulabh Mahajan Yahoo P2P File Transfer RECEIVE only support added.
Sun, 08 Jun 2008 21:08:48 +0000 Sulabh Mahajan Start idle at 1 min not 0 min and Probable description of service 0x07d1.
Sun, 08 Jun 2008 17:40:04 +0000 Sulabh Mahajan Support for YAHOO_PROCESS_MESSAGE and YAHOO_PROCESS_NOTIFY over p2p links.
Fri, 06 Jun 2008 17:28:37 +0000 Sulabh Mahajan Implementation of initial exchange of p2pxfer packets that initiates p2p file transfer. Some connection
Thu, 29 May 2008 07:57:15 +0000 Sulabh Mahajan added name to COPYRIGHT (alphabetically), trivial change in packet.h
Sun, 25 May 2008 20:08:12 +0000 Sulabh Mahajan Use HTTP/1.1 to get token to open inbox
Sun, 25 May 2008 18:48:38 +0000 Sulabh Mahajan Addition of name in Copyright
Wed, 07 Jan 2009 05:06:53 +0000 Mike Ruprecht Fix GLib warning.
Wed, 07 Jan 2009 04:40:24 +0000 Mike Ruprecht Support initiating voice calls to GTalk and Gmail.
Wed, 07 Jan 2009 03:07:01 +0000 Mike Ruprecht propagate from branch 'im.pidgin.pidgin' (head 8e99bf9be800f9578d7e94cc4d522d435cfc80dd)
Wed, 07 Jan 2009 02:59:51 +0000 Mike Ruprecht Remove internal.h include from media.h and mediamanager.h
Wed, 07 Jan 2009 02:49:51 +0000 Mike Ruprecht Fix gtkmedia's Makefile entries.
Wed, 07 Jan 2009 02:46:41 +0000 Mike Ruprecht Fix receiving voice calls from Gmail.
Wed, 07 Jan 2009 02:30:46 +0000 Mike Ruprecht Add candidates instead of replacing them.
Tue, 06 Jan 2009 00:21:09 +0000 Mike Ruprecht End google call if stream creation fails.
Mon, 05 Jan 2009 10:28:51 +0000 Mike Ruprecht Remove unused variables.
Mon, 05 Jan 2009 10:24:46 +0000 Mike Ruprecht Remove unused callback.