summaryrefslogtreecommitdiff
path: root/Presence/UTmp.hs
AgeCommit message (Collapse)Author
2020-01-01Factor out some new librariesJames Crayne
word64-map: Data.Word64Map network-addr: Network.Address tox-crypto: Crypto.Tox lifted-concurrent: Control.Concurrent.Lifted.Instrument Control.Concurrent.Async.Lifted.Instrument psq-wrap: Data.Wrapper.PSQInt Data.Wrapper.PSQ minmax-psq: Data.MinMaxPSQ tasks: Control.Concurrent.Tasks kad: Network.Kademlia Network.Kademlia.Bootstrap Network.Kademlia.Routing Network.Kademlia.CommonAPI Network.Kademlia.Persistence Network.Kademlia.Search
2018-06-22Forward port to nightly-2018-06-22.joe
2018-05-24Add fallback for utmp read fail (for chroot).joe
2014-04-04type signaturesjoe
2014-03-15notify remote peers of utmp presencesjoe
2014-03-13parse utmp remote address into SockAddr structurejoe
2014-03-13Fixed exit off-by-4 error in utmp parsing. Stopped filteringjoe
DEAD_PROCESS in case we want to use the data for special handling of screen ttys.
2014-03-12consolation demo programjoe
2013-11-11Obtain utmp path from paths.h header.joe
2013-07-05save active local users as (user,tty,pid) tuples rather than JIDs.joe
quieted debug prints in identifyTTY
2013-06-17Switched UTmp.users to return ByteStrings instead of Strings.joe
2013-06-16Now obtains uid of local peer.joe
2013-06-15started projectjoe