Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | rename | Joey Hess | 2012-11-08 |
| | |||
* | better handling of lifting from XMPP -> Assistant | Joey Hess | 2012-11-05 |
| | |||
* | refactor XMPP client | Joey Hess | 2012-11-03 |
| | |||
* | xmpp buddy list tracking | Joey Hess | 2012-11-02 |
| | |||
* | finished pushing Assistant monad into all relevant files | Joey Hess | 2012-10-30 |
| | | | | All temporary and old functions are removed. | ||
* | pushed Assistant monad down into DaemonStatus code | Joey Hess | 2012-10-30 |
| | | | | | | Currently have three old versions of functions that more reworking is needed to remove: getDaemonStatusOld, modifyDaemonStatusOld_, and modifyDaemonStatusOld | ||
* | split remaining assistant types | Joey Hess | 2012-10-30 |
| | |||
* | split out daemonstatus types | Joey Hess | 2012-10-30 |
| | |||
* | split Commits and lifted | Joey Hess | 2012-10-29 |
| | |||
* | split Changes and lifted | Joey Hess | 2012-10-29 |
| | |||
* | split BranchChange and lifted | Joey Hess | 2012-10-29 |
| | |||
* | split ScanRemotes and lifted | Joey Hess | 2012-10-29 |
| | |||
* | moved ThreadedMonad to Types | Joey Hess | 2012-10-29 |
| | |||
* | split and lift Assistant.Pushes | Joey Hess | 2012-10-29 |
| | |||
* | tweak | Joey Hess | 2012-10-29 |
| | |||
* | Assistant monad, stage 2.5 | Joey Hess | 2012-10-29 |
| | | | | | | | | | | Converted several threads to run in the monad. Added a lot of useful combinators for working with the monad. Now the monad includes the name of the thread. Some debugging messages are disabled pending converting other threads. | ||
* | Assistant monad, stage 1 | Joey Hess | 2012-10-29 |
This adds the Assistant monad, and an AssistantData structure. So far, none of the assistant's threads run in the monad yet. |