about summary refs log tree commit diff stats
path: root/src/chat_session.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed invalid state transition from <active/> to <paused/>James Booth2012-10-311-3/+5
|
* Handling paused statusJames Booth2012-10-311-1/+3
|
* Added boilerplate code to handle chat statesJames Booth2012-10-311-1/+3
|
* Basic state handlingJames Booth2012-10-311-0/+7
|
* Create chat session on send if none existsJames Booth2012-10-301-0/+1
|
* Merge branch 'master' into chatstatesJames Booth2012-10-301-17/+7
| | | | | Conflicts: Makefile.am
* Using const for chat sessionsJames Booth2012-10-141-6/+6
| | | | Allocating memory for keys and values
* Added sent to chat sessionsJames Booth2012-10-061-0/+4
|
* Basic chat session statesJames Booth2012-10-041-6/+8
|
* Started work on chat session, and chat statesJames Booth2012-10-031-0/+41