summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-09-16NEWS for 0.1.2version_0.1.2Will Thompson1-0/+10
2007-09-13Emit sent with the original message, not a munged version of it.Will Thompson1-1/+1
2007-09-13Escape <, >, & etc. in messages being sent.Will Thompson1-2/+6
2007-08-30Add new PurpleAccounts to the global account list.Will Thompson1-0/+1
2007-08-28Use PurpleAccount.username when the account name is needed, rather than priv-...Will Thompson1-7/+3
2007-08-28Create the PurpleAccount for a connection from the constructor, rather than d...Will Thompson1-0/+1
2007-08-28We shouldn't call _create_account more than once.Will Thompson1-0/+2
2007-08-28Extract creation of the PurpleAccount to its own function.Will Thompson1-12/+21
2007-08-25Ignore SIGCHLD, thus preventing invasion by the zombie hoardsWill Thompson1-0/+2
2007-08-25Update manager file to use the right protocol names.Will Thompson1-4/+4
2007-08-25bonjour should be called "local-xmpp" for telepathy purposesWill Thompson1-0/+1
2007-08-25Move deleting the libpurple user dir to a handy function.Will Thompson1-7/+14
2007-08-22Fix autofoo so that 'make dist' produces telepathy-haze-* tarballs; bump vers...Will Thompson2-2/+2
2007-08-20Get rid of HazeProtocolInfo.respect_user_split.Will Thompson2-8/+5
2007-08-19Special-case some protocol names to match the well-known names in the spec.Will Thompson3-48/+199
2007-08-17News and version numbers for 0.1.1version_0.1.1Will Thompson3-4/+10
2007-08-17Refactor contact list member management, and tidy up a few odds and endsWill Thompson2-77/+148
2007-08-17Create a haze_connection_handle_inspect helperWill Thompson2-0/+17
2007-08-16Properly close contact list channels; stop segfaulting during factory close_a...Will Thompson3-16/+56
2007-08-15Correct the list of unimplemented contact list types.Will Thompson2-6/+8
2007-08-12Free errors with g_error_free rather than g_free.Will Thompson1-3/+3
2007-08-10News for 0.1.0; set version numbers in configure and definesversion_0.1.0Will Thompson3-2/+17
2007-08-10Squash warnings about uninitialized variables.Will Thompson2-2/+2
2007-08-10Suppress more debug output.Will Thompson1-3/+17
2007-08-10The type of PurpleAccountUiOps.request_authorize's callbacks is fixed in fort...Will Thompson1-1/+17
2007-08-10Don't try to get the icon of a NULL buddy.Will Thompson1-3/+3
2007-08-09Implement typing notifications in both directions on protocols supporting them.Will Thompson3-4/+201
2007-08-08Keep a ref to the relevant contact handle in a PurpleConversation, rather tha...Will Thompson2-27/+68
2007-08-06conversation_{created,destroyed} uiopsWill Thompson1-24/+36
2007-08-08Use ConnectionUiOps rather than signals to report [dis]connection.Will Thompson3-25/+44
2007-08-06Update presence on account status change; silently accept subscription requestsWill Thompson5-2/+70
2007-08-06Disable libpurple's own DBus fu as soon as possible.Will Thompson1-4/+14
2007-08-06Plug a handle leak in blist_node_aliased_cbWill Thompson1-0/+1
2007-08-06Rearrange haze_write_im slightly for legibility.Will Thompson1-10/+6
2007-08-06Actually emit the closed signal when an IM channel is closed.Will Thompson1-2/+36
2007-08-06Remove #ifdef 0'd cruft; tidy some comments.Will Thompson1-14/+4
2007-08-06Make use of get_im_channelWill Thompson1-13/+6
2007-08-06Add get_im_channel helper to retrieve/create IM channelsWill Thompson1-1/+28
2007-08-05Correctly retrieve own alias.Will Thompson1-1/+9
2007-08-05Add _boring (corresponding to _darcs/prefs/boring) to the repo.Will Thompson1-0/+55
2007-08-05Avoid using *buddy after freeing it with blist_remove_buddy; some tidying.Will Thompson1-23/+23
2007-08-05Fail gracefully in RequestAliases and RequestPresence if handles aren't on th...Will Thompson2-12/+28
2007-08-03Pull version string into a #defineWill Thompson2-2/+3
2007-08-03Slight narcissism.Will Thompson1-0/+1
2007-08-03Add legalese to *.[ch]Will Thompson20-5/+385
2007-08-02Add some basic profiles in misc/, until Empathy grows some.Will Thompson4-0/+25
2007-08-01Add .manager and .service; fix up some autofoo.Will Thompson11-34/+216
2007-08-01Construct image hash directly, rather than with purple_util_get_image_filenam...Will Thompson1-1/+26
2007-08-01Squash a (correct) warning about an uninitialized variable.Will Thompson1-1/+1
2007-08-01Support retrieving (but not setting) avatars where supported in the prplWill Thompson4-0/+295