Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added config dir to source | James Booth | 2013-02-02 | 1 | -1/+1 |
| | |||||
* | Tidied #include's | James Booth | 2013-02-02 | 1 | -0/+1 |
| | |||||
* | Moved ChatSession typedef | James Booth | 2013-01-12 | 1 | -1/+4 |
| | |||||
* | Updated copyright | James Booth | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | added resources release to connetion handler | Dmitry Podgorny | 2013-01-07 | 1 | -1/+2 |
| | |||||
* | Only set state to </paused> when was previously </composing> | James Booth | 2012-12-19 | 1 | -1/+1 |
| | |||||
* | Added /gone to allow configurable delay for </gone> state | James Booth | 2012-12-19 | 1 | -4/+3 |
| | |||||
* | Added auto reconnect, and /reconnect command to control interval | James Booth | 2012-11-25 | 1 | -24/+6 |
| | |||||
* | Reduced <inactive/> timeout | James Booth | 2012-11-01 | 1 | -1/+1 |
| | |||||
* | Set state timeouts back to sensible values | James Booth | 2012-11-01 | 1 | -4/+2 |
| | |||||
* | Added a seperate option to enable outgoing typing notifications | James Booth | 2012-11-01 | 1 | -0/+1 |
| | |||||
* | Fixed invalid state transition from <active/> to <paused/> | James Booth | 2012-10-31 | 1 | -29/+50 |
| | |||||
* | Handling paused status | James Booth | 2012-10-31 | 1 | -2/+39 |
| | |||||
* | Added boilerplate code to handle chat states | James Booth | 2012-10-31 | 1 | -3/+16 |
| | |||||
* | Basic state handling | James Booth | 2012-10-31 | 1 | -4/+116 |
| | |||||
* | Create chat session on send if none exists | James Booth | 2012-10-30 | 1 | -0/+12 |
| | |||||
* | Merge branch 'master' into chatstates | James Booth | 2012-10-30 | 1 | -38/+25 |
| | | | | | Conflicts: Makefile.am | ||||
* | Using const for chat sessions | James Booth | 2012-10-14 | 1 | -13/+14 |
| | | | | Allocating memory for keys and values | ||||
* | Added sent to chat sessions | James Booth | 2012-10-06 | 1 | -0/+16 |
| | |||||
* | Basic chat session states | James Booth | 2012-10-04 | 1 | -24/+19 |
| | |||||
* | Started work on chat session, and chat states | James Booth | 2012-10-03 | 1 | -0/+101 |