summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 5.0.beta665.0.beta66Alberto Mardegan2009-04-171-1/+1
* libmcclient support for HasBeenOnlineAlberto Mardegan2009-04-175-0/+45
* McdAccount: put McdAccountConnectionContext in a private struct field rather ...Simon McVittie2009-04-153-22/+54
* McdChannel: use a struct field for the error rather than gluing on qdataSimon McVittie2009-04-151-5/+12
* McdDispatcher, McdDispatchOperation, McdMaster: move unexported stuff to new ...Simon McVittie2009-04-1513-30/+147
* McdChannel: move unexported stuff to new mcd-channel-priv.hSimon McVittie2009-04-158-51/+94
* mcd-connection-plugin.h: move unexported function to mcd-account-privSimon McVittie2009-04-152-4/+2
* mcd-misc: rename all functions to start with an underscoreSimon McVittie2009-04-155-22/+22
* mcd-account-requests: move unexported stuff to mcd-account-priv.hSimon McVittie2009-04-154-14/+17
* McdAccount: move signals to .cSimon McVittie2009-04-152-16/+12
* mcd-account-compat, mcd-account-connection: separate out "private" signalsSimon McVittie2009-04-152-4/+8
* mcd-account-connection.h: move declarations to mcd-account-priv.hSimon McVittie2009-04-152-4/+3
* mcd-account-compat: move unexported stuff to mcd-account-priv.hSimon McVittie2009-04-152-9/+9
* McdAccountManager: move unexported functions to a new mcd-account-manager-priv.hSimon McVittie2009-04-158-48/+88
* McdConnection: move unexported functions to a new mcd-connection-priv.hSimon McVittie2009-04-157-12/+53
* McdAccount: move private functions to mcd-account-priv.hSimon McVittie2009-04-155-45/+55
* mcd-account-connection: move transport-related functions to mcd-accountSimon McVittie2009-04-152-27/+29
* mcd_account_write_conf: rename to _mcd_account_write_conf, it's internal to t...Simon McVittie2009-04-153-4/+4
* mcd-account-config.h: delete duplicate copy with incorrect header guardsSimon McVittie2009-04-151-54/+0
* src/Makefile.am: don't install headers that were never meant to be installedSimon McVittie2009-04-151-15/+11
* McdConnection: make mcd_connection_connect() internalSimon McVittie2009-04-154-10/+11
* McdAccount: make _mcd_account_connection_begin internalSimon McVittie2009-04-154-7/+7
* McdConnection: stop passing excess parameter to DEBUG()Simon McVittie2009-04-151-1/+1
* Merge commit 'upstream/master'Simon McVittie2009-04-141-1/+1
|\
| * Turning a warning into a debug messageAlberto Mardegan2009-04-141-1/+1
* | Merge branch 'deletion'Simon McVittie2009-04-1433-1739/+505
|\ \
| * | McdAccountManager: make account lookup O(1) rather than O(n)Simon McVittie2009-04-131-15/+8
| * | McdPresenceFrame: remove from source tree, leaving only a stub headerSimon McVittie2009-04-136-488/+1
| * | McdMaster: don't have a presence frameSimon McVittie2009-04-131-22/+2
| * | McdManager: don't have a presence frameSimon McVittie2009-04-134-48/+1
| * | McdService: remove now-unnecessary mentions of presence frameSimon McVittie2009-04-131-12/+0
| * | McdPresenceFrame: make mcd_presence_frame_get_requested_presence static (no l...Simon McVittie2009-04-133-13/+1
| * | McdPresenceFrame: remove mcd_presence_frame_get_actual_presence (no longer ca...Simon McVittie2009-04-133-23/+0
| * | McdPresenceFrame: remove presence-requested signal (never emitted now)Simon McVittie2009-04-133-79/+0
| * | McdManager: don't handle McdPresenceFrame::presence-requested, it can no long...Simon McVittie2009-04-131-66/+0
| * | McdService: don't handle presence-requested (it can no longer be emitted)Simon McVittie2009-04-131-21/+0
| * | McdPresenceFrame: remove the ability to request a global presenceSimon McVittie2009-04-133-93/+0
| * | McdPresenceFrame: remove mcd_presence_frame_get_actual_presence_message (no l...Simon McVittie2009-04-133-22/+0
| * | McdMaster: do auto-away by prodding each Account individuallySimon McVittie2009-04-131-21/+43
| * | McdAccount: in all accessors for presences, allow NULL output argumentsSimon McVittie2009-04-131-9/+24
| * | McdAccount: add a way to adjust presence temporarilySimon McVittie2009-04-132-1/+16
| * | McdConnection: fix signal connection orderingSimon McVittie2009-04-131-3/+3
| * | McdPresenceFrame: remove some unused methodsSimon McVittie2009-04-133-58/+0
| * | McdAccount: internalize mcd_account_get_avatar*Simon McVittie2009-04-134-17/+18
| * | McdAccount: make all setter functions internalSimon McVittie2009-04-134-82/+91
| * | mcd_account_get_keyfile: make internalSimon McVittie2009-04-135-11/+11
| * | Remove mcd_channel_get_self_handle (unused)Simon McVittie2009-04-132-19/+0
| * | Remove mcd_channel_get_flags from header (does not exist)Simon McVittie2009-04-132-10/+0
| * | Remove mcd_connection_set_reconnect (unused)Simon McVittie2009-04-132-26/+3
| * | Remove mcd_connection_remote_avatar_changed (unused stub)Simon McVittie2009-04-133-34/+0