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