Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | untabify | William Jon McCann | 2007-08-28 | 1 | -4/+4 |
| | |||||
* | use inotify to detect activity on tty when possible | William Jon McCann | 2007-04-05 | 1 | -56/+26 |
| | |||||
* | add a glib message to syslog handler | William Jon McCann | 2007-04-03 | 1 | -16/+15 |
| | | | | | Also add ability to toggle debugging when SIGUSR1 is received. | ||||
* | dont' mark the user properties to be set in the constructor | William Jon McCann | 2007-03-14 | 1 | -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 properties | William Jon McCann | 2007-03-13 | 1 | -9/+35 |
| | | | | | Also added deprecated notes to the docs. New code should be using GetUnixUser instead of GetUser etc. | ||||
* | various leak fixes | William Jon McCann | 2007-03-13 | 1 | -13/+19 |
| | |||||
* | remove debug noise | William Jon McCann | 2007-03-06 | 1 | -1/+1 |
| | |||||
* | add very basic idle monitoring of text sessions and rework parameter parsing | William Jon McCann | 2007-03-06 | 1 | -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 intuitive | William Jon McCann | 2007-03-05 | 1 | -22/+27 |
| | |||||
* | add x11-display-device attribute | William Jon McCann | 2007-03-05 | 1 | -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.12 | William Jon McCann | 2007-02-21 | 1 | -2/+25 |
| | | | | Copy the iso8601 function from glib to support versions less than 2.12. | ||||
* | don't use null parameters | William Jon McCann | 2007-02-21 | 1 | -15/+17 |
| | |||||
* | make the idle hint getters sync dbus methods | William Jon McCann | 2007-02-20 | 1 | -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 hints | William Jon McCann | 2007-02-20 | 1 | -31/+31 |
| | | | | | Rename GetIdle to GetIdleHint (etc) to make it clear that these are not authoritative properties. | ||||
* | add creation and idle-since times | William Jon McCann | 2007-02-15 | 1 | -0/+49 |
| | | | | | Added GetCreationTime and GetIdleSince methods. And added the output to the list-sessions tool. | ||||
* | implement get/set idle methods | William Jon McCann | 2007-02-15 | 1 | -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 spaces | William Jon McCann | 2007-02-15 | 1 | -7/+7 |
| | |||||
* | Add some more debugging output | William Jon McCann | 2007-02-06 | 1 | -1/+3 |
| | |||||
* | Fix some small leaks. Add --timed-exit to daemon for valgrinding. | William Jon McCann | 2006-11-06 | 1 | -0/+2 |
| | |||||
* | Initial import | William Jon McCann | 2006-10-25 | 1 | -0/+744 |