1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-08-18 19:04:14 -04:00
Commit Graph

21 Commits

Author SHA1 Message Date
James Booth
9d34c41227 Added config dir to source 2013-02-02 21:59:29 +00:00
James Booth
fc5bfb7d33 Tidied #include's 2013-02-02 20:55:58 +00:00
James Booth
306f00d3e8 Moved ChatSession typedef 2013-01-12 19:51:32 +00:00
James Booth
d29c7fd878 Updated copyright 2013-01-11 02:05:29 +00:00
Dmitry Podgorny
0f0e04603a added resources release to connetion handler 2013-01-07 22:13:24 +02:00
James Booth
bcf0628a0f Only set state to </paused> when was previously </composing> 2012-12-19 23:40:21 +00:00
James Booth
3d6ebf48ec Added /gone to allow configurable delay for </gone> state 2012-12-19 23:31:25 +00:00
James Booth
921f026cba Added auto reconnect, and /reconnect command to control interval 2012-11-25 02:14:38 +00:00
James Booth
93bcd4af4b Reduced <inactive/> timeout 2012-11-01 01:40:30 +00:00
James Booth
ad83bab6d2 Set state timeouts back to sensible values 2012-11-01 00:21:57 +00:00
James Booth
4be7833e2b Added a seperate option to enable outgoing typing notifications 2012-11-01 00:12:35 +00:00
James Booth
270ac03558 Fixed invalid state transition from <active/> to <paused/> 2012-10-31 23:41:30 +00:00
James Booth
5792cd597d Handling paused status 2012-10-31 23:08:26 +00:00
James Booth
3c82fb28c4 Added boilerplate code to handle chat states 2012-10-31 21:19:08 +00:00
James Booth
5ce977284b Basic state handling 2012-10-31 01:36:52 +00:00
James Booth
bee708c9d2 Create chat session on send if none exists 2012-10-30 01:50:39 +00:00
James Booth
d339004f55 Merge branch 'master' into chatstates
Conflicts:
	Makefile.am
2012-10-30 01:38:08 +00:00
James Booth
d2be692992 Using const for chat sessions
Allocating memory for keys and values
2012-10-14 19:36:45 +01:00
James Booth
f3881db1f9 Added sent to chat sessions 2012-10-06 00:42:37 +01:00
James Booth
5b8599272a Basic chat session states 2012-10-04 00:34:03 +01:00
James Booth
f8de28232e Started work on chat session, and chat states 2012-10-03 23:47:10 +01:00