summaryrefslogtreecommitdiffstats
path: root/src/ck-session.c
Commit message (Collapse)AuthorAgeFilesLines
* untabifyWilliam Jon McCann2007-08-281-4/+4
|
* use inotify to detect activity on tty when possibleWilliam Jon McCann2007-04-051-56/+26
|
* add a glib message to syslog handlerWilliam Jon McCann2007-04-031-16/+15
| | | | | Also add ability to toggle debugging when SIGUSR1 is received.
* dont' mark the user properties to be set in the constructorWilliam Jon McCann2007-03-141-2/+2
| | | | | | | | Now that we have two properties (one deprecated) that refer to the same thing we can't require that they are both set during the constructor. Furthermore, we can't require that either of them are set because we don't know which will be used.
* deprecate the user properties and add unix-user propertiesWilliam Jon McCann2007-03-131-9/+35
| | | | | Also added deprecated notes to the docs. New code should be using GetUnixUser instead of GetUser etc.
* various leak fixesWilliam Jon McCann2007-03-131-13/+19
|
* remove debug noiseWilliam Jon McCann2007-03-061-1/+1
|
* add very basic idle monitoring of text sessions and rework parameter parsingWilliam Jon McCann2007-03-061-22/+201
| | | | | Rework the parameter parsing so it is a bit more robust and so that parameters can get passed to the constructor.
* rename host-name to remote-host-name to make it more intuitiveWilliam Jon McCann2007-03-051-22/+27
|
* add x11-display-device attributeWilliam Jon McCann2007-03-051-9/+51
| | | | | | In certain cases it is necessary to distinguish the display-device (tty of session leader) from the x11-display-device (tty of xorg process).
* add support for glib < 2.12William Jon McCann2007-02-211-2/+25
| | | | Copy the iso8601 function from glib to support versions less than 2.12.
* don't use null parametersWilliam Jon McCann2007-02-211-15/+17
|
* make the idle hint getters sync dbus methodsWilliam Jon McCann2007-02-201-7/+16
| | | | | This makes it easier to use from C code. Also fix a bug where we weren't emitting the argument in the idle-hint-changed signal.
* rename idle methods and signal to indicate they are hintsWilliam Jon McCann2007-02-201-31/+31
| | | | | Rename GetIdle to GetIdleHint (etc) to make it clear that these are not authoritative properties.
* add creation and idle-since timesWilliam Jon McCann2007-02-151-0/+49
| | | | | Added GetCreationTime and GetIdleSince methods. And added the output to the list-sessions tool.
* implement get/set idle methodsWilliam Jon McCann2007-02-151-8/+158
| | | | | Add the GetIdle and SetIdle methods, and the IdleChanged signal. SetIdle is restricted to the uid of the session in question.
* convert all tabs to spacesWilliam Jon McCann2007-02-151-7/+7
|
* Add some more debugging outputWilliam Jon McCann2007-02-061-1/+3
|
* Fix some small leaks. Add --timed-exit to daemon for valgrinding.William Jon McCann2006-11-061-0/+2
|
* Initial importWilliam Jon McCann2006-10-251-0/+744