index
:
dht-client.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Presence
/
main.hs
Age
Commit message (
Expand
)
Author
2013-07-05
Now assigns tty for resource id.
joe
2013-07-05
save active local users as (user,tty,pid) tuples rather than JIDs.
joe
2013-07-05
XMPP module now calls setResource "" on empty bind requests.
joe
2013-07-02
Send cached presence to client
joe
2013-07-02
presence probe bug fixes
joe
2013-07-02
Reply to presence probes.
joe
2013-07-01
Changed PresenceProbe constructor to have both "from" and "to" fields.
joe
2013-07-01
Cache presence probes until a connection is ready.
joe
2013-07-01
discard bad hostnames in sendProbes
joe
2013-07-01
Added stubs for PresenceProbe message
James Crayne
2013-07-01
progress toward sending presence probes
joe
2013-07-01
track remote useres in the remoteUsers map.
joe
2013-07-01
Split UnixSession structure into ClientSession and PeerSession.
joe
2013-07-01
Moved set of announced presences from fromPeer thread to the associated
joe
2013-07-01
Updated explanation for -DNOUTMP.
joe
2013-06-28
xml-conduit parsing for packets inbound from clients
joe
2013-06-27
Started conduits-based XMPP module (will replace XMPPServer)
joe
2013-06-27
Converted to SocketLike and quitListening interfaces.
joe
2013-06-27
Removed redundant imports.
James Crayne
2013-06-26
comments
joe
2013-06-26
Send remote presence to clients.
joe
2013-06-25
SEnd addresses on the wire between peers rather than domain names.
joe
2013-06-24
announcePresence interface
joe
2013-06-20
Work toward sending outgoing messages to remote peers
joe
2013-06-19
Shared hostname with client-connection.
joe
2013-06-19
Added -n hostname option
joe
2013-06-19
Added listening on port 5269 for remote peers.
joe
2013-06-19
combined presence-handling & socket-writing thread.
joe
2013-06-19
presence subscription API
joe
2013-06-18
greedy subscriber capability
joe
2013-06-18
Switched from MVar to STM monad.
joe
2013-06-18
Subscriber channels.
joe
2013-06-18
cleanup debug noise
joe
2013-06-17
delay a bit before first utmp scan so that we know active tty
joe
2013-06-17
State changes on vt switch.
joe
2013-06-17
cleaner debug output
joe
2013-06-17
Switched to default putStrLn
joe
2013-06-17
Switched UTmp.users to return ByteStrings instead of Strings.
joe
2013-06-17
Now determines username for session.
joe
2013-06-17
progress on sessions
joe
2013-06-17
XMPPSession class
joe
2013-06-16
Now obtains uid of local peer.
joe
2013-06-16
graceful quit from accept loop
joe
2013-06-15
Moved xmpp server into module
joe
2013-06-15
started project
joe