Age | Commit message (Expand) | Author |
2013-10-02 | Fixed ./b style build failure. | joe |
2013-07-31 | oops, fixed body & subject tag namespaces for client. | joe |
2013-07-31 | Sends incomming messages to client, checked in overlooked file | joe |
2013-07-29 | Progress toward support for messaging. | joe |
2013-07-26 | Added tracking of xml:lang attribute. | joe |
2013-07-20 | remove eroneous requirement of "from" attribute on client announced | joe |
2013-07-20 | Now honors client's requested status. | joe |
2013-07-20 | Progress toward respecting client's requeseted presence state. | joe |
2013-07-20 | Changed activeUsers field to keep track of attached clients. | joe |
2013-07-19 | More complete support for <show> tag | joe |
2013-07-19 | indicated client's prefered resource id in debug message | joe |
2013-07-18 | Give up on outgoing connection when incomming is detected as gone. | joe |
2013-07-18 | Added warning on sIsConnected for case the socket was made into a | joe |
2013-07-18 | More methods in SocketLike | joe |
2013-07-17 | Fixed offline tracking | joe |
2013-07-15 | Moved all output to module: Logging | joe |
2013-07-15 | Exported ClientCommands channel to main module so that we can start | joe |
2013-07-14 | renamed outgoingConnections to remotePeers in the PresenceState global | joe |
2013-07-14 | Removed old or wrong comments | joe |
2013-07-14 | removed unused code | joe |
2013-07-14 | Factored the cache and retry pattern into module SendMessage | joe |
2013-07-13 | refactored, more layering | joe |
2013-07-13 | factored out xml marshalling into separate module. | joe |
2013-07-13 | Shorter comment about utmp profiling issue | joe |
2013-07-13 | Comments for main & start | joe |
2013-07-13 | more comments in main.hs | joe |
2013-07-13 | comments in main.hs, updated modules.svg | joe |
2013-07-12 | Removed HaXML based parsing & deleted obsolete modules. | joe |
2013-07-12 | Removed redundant imports | joe |
2013-07-11 | changed handling of "none" case of getRoster mapping of config files to | joe |
2013-07-11 | Handle rejection case. | joe |
2013-07-11 | roster updates and presence notification in case of a new subscription. | joe |
2013-07-10 | Send subscription requests to client for approval, and then | joe |
2013-07-10 | process peer subscription approval and notify client of new buddy. | joe |
2013-07-09 | Auto-reply approval to remote peer in case a requested subscription | joe |
2013-07-09 | todo stubs | joe |
2013-07-09 | todo comments | joe |
2013-07-09 | send subscription requests to remote peers | joe |
2013-07-08 | maintain uniqueness of items in config lists | joe |
2013-07-08 | Send roster push events to client in case of subscription requests. | joe |
2013-07-08 | clientRequestsSubscription work in progress... | joe |
2013-07-08 | added addSolicited call & fixed bug in ConfigFiles.addItem | joe |
2013-07-07 | more roster stubs and some readibility edits | joe |
2013-07-07 | Replies to get-roster requests from client. | joe |
2013-07-07 | Oops, i wanted that crap in JabberClientSession, not JabberPeerSession. | joe |
2013-07-07 | Made three new config lists available to XMPP module. | joe |
2013-07-07 | getters for three new lists: others,pending,solicited. | joe |
2013-07-05 | Now assigns tty for resource id. | joe |
2013-07-05 | moved identifyTTY to LocalPeerCred | joe |
2013-07-05 | save active local users as (user,tty,pid) tuples rather than JIDs. | joe |