summaryrefslogtreecommitdiff
path: root/src/mcd-master.c
Commit message (Expand)AuthorAgeFilesLines
...
* mcd_master_transport_disconnected: use GHashTableIterSimon McVittie2009-06-251-1/+8
* McdMaster: inline check_account_transportSimon McVittie2009-06-251-38/+26
* mcd_master_transport_connected: use GHashTableIterSimon McVittie2009-06-251-1/+8
* McdMaster: make _mcd_master_lookup_manager privateSimon McVittie2009-06-251-4/+4
* McdMaster: make mcd_master_get_nth_account_connection privateSimon McVittie2009-06-251-3/+4
* McdMaster: remove obsolete awake_presence, awake_presence_messageSimon McVittie2009-06-251-4/+0
* McdMaster: remove obsolete default-presence propertySimon McVittie2009-06-251-23/+0
* McdMaster: call _mcd_account_maybe_autoconnect rather than reimplementing itSimon McVittie2009-06-251-15/+1
* Rename _mcd_account_request_connection to _mcd_account_connect_with_auto_pres...Simon McVittie2009-06-251-3/+3
* McdMaster: add API to set lowmem and idle flags, and get lowmem flagSimon McVittie2009-06-241-6/+61
* Add a configure option for whether to support pluginsSimon McVittie2009-06-011-0/+8
* McdMaster: don't leak hash table of extra parametersSimon McVittie2009-05-271-0/+2
* Improve diagnostics while loading pluginsSimon McVittie2009-05-191-0/+3
* McdMaster: allow plugin location to be overridden in the environmentSimon McVittie2009-05-191-3/+18
* Merge branch 'internalize'Simon McVittie2009-05-121-1/+0
|\
| * Delete now-empty header filesSimon McVittie2009-05-111-1/+0
* | Catch up with copyright updates on src/Simon McVittie2009-05-081-1/+2
|/
* McdDispatcher, McdDispatchOperation, McdMaster: move unexported stuff to new ...Simon McVittie2009-04-151-0/+1
* McdAccountManager: move unexported functions to a new mcd-account-manager-priv.hSimon McVittie2009-04-151-4/+5
* McdMaster: don't have a presence frameSimon McVittie2009-04-131-22/+2
* McdManager: don't have a presence frameSimon McVittie2009-04-131-2/+1
* McdMaster: do auto-away by prodding each Account individuallySimon McVittie2009-04-131-21/+43
* McdMaster: now that we've removed the old D-Bus APIs we can remove the concep...Simon McVittie2009-04-021-102/+4
* McdMaster: remove more unused methodsSimon McVittie2009-04-021-210/+0
* McdMaster: remove various methodsSimon McVittie2009-04-021-90/+1
* McdMaster: remove the ability to request channels and cancel requestsSimon McVittie2009-04-021-48/+0
* Remove G_STRFUNC from DEBUG() parametersAlberto Mardegan2009-02-261-13/+13
* Change all g_debug into DEBUGAlberto Mardegan2009-02-261-24/+24
* Add mcd_account_connection_bind_transportAlberto Mardegan2009-02-241-16/+4
* Keep all accounts in a single hash table.Alberto Mardegan2009-02-161-14/+13
* Make function visible to other modulesAlberto Mardegan2009-02-091-47/+46
* Fix a possible crashAlberto Mardegan2009-01-301-1/+2
* Fix account-transport associationAlberto Mardegan2009-01-261-1/+2
* Unref the GHashTable, rather than destroy.Alberto Mardegan2009-01-261-1/+1
* Check if accounts can reconnectAlberto Mardegan2009-01-161-0/+14
* Properly close the connectionAlberto Mardegan2009-01-161-3/+4
* Add some getter functions.Alberto Mardegan2008-11-171-0/+13
* Let derived objects reimplement manager creationAlberto Mardegan2008-11-171-3/+13
* Shorten some property descriptionsAlberto Mardegan2008-11-101-6/+6
* Don't translate property descriptionsAlberto Mardegan2008-11-101-40/+41
* Exit on D-Bus disconnectionAlberto Mardegan2008-11-071-0/+5
* Automatic presence logic belongs to McdAccountAlberto Mardegan2008-11-051-13/+3
* Accounts with no conditions can go onlineAlberto Mardegan2008-11-051-15/+67
* Invoke AddRequest and RemoveFailedRequestAlberto Mardegan2008-10-271-0/+14
* Moving code aroundAlberto Mardegan2008-10-211-1/+2
* Add vim and emacs modelinesAlberto Mardegan2008-10-081-1/+2
* Change the order in which objects are instantiated, so thatAlberto Mardegan2008-08-271-2/+4
* Allow the McdAccountManager to be subclassed; rework theAlberto Mardegan2008-08-261-59/+96
* Lots of cleanup, most made by smcv.Alberto Mardegan2008-08-181-4/+6
* Implement mcd_service_get_connection().Alberto Mardegan2008-07-041-3/+26