index
:
profani-tty
this commit
main
Profanity fork with TTY improvements
danisanti <danisanti@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
chat_session.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Applied coding style to src/
James Booth
2015-10-26
1
-11
/
+11
*
Use null check convention in chat_session.c
James Booth
2015-05-04
1
-2
/
+2
*
Fixed spelling.
Christian Storm
2015-02-17
1
-1
/
+1
*
Updated copyright
James Booth
2015-02-10
1
-1
/
+1
*
Only show UI events for chat states when in session
James Booth
2015-01-11
1
-2
/
+34
*
Send active chat state, handle composing and gone from recipients
James Booth
2015-01-10
1
-5
/
+6
*
Added resource override for chat sessions
James Booth
2015-01-10
1
-7
/
+14
*
Fixed chat session tests
James Booth
2015-01-10
1
-0
/
+3
*
Removed chat states from chat_session module, WIP
James Booth
2015-01-08
1
-301
/
+22
*
Added offline handler for chat sessions
James Booth
2015-01-06
1
-7
/
+41
*
Added removal of chat sessions, only send gone when messages have been exchanged
James Booth
2015-01-05
1
-31
/
+95
*
Create chat session when no resource
James Booth
2015-01-05
1
-76
/
+105
*
Refactored chat session handling on sending message
James Booth
2015-01-04
1
-47
/
+53
*
Use resource in chat sessions
James Booth
2015-01-04
1
-38
/
+57
*
Removed active and composing static functions
James Booth
2014-12-29
1
-50
/
+27
*
Renamed recipient->barejid in chat sessions
James Booth
2014-12-29
1
-7
/
+7
*
Removed static functions from chat_session
James Booth
2014-12-29
1
-172
/
+64
*
Refactored chat session creation
James Booth
2014-12-29
1
-10
/
+15
*
Use events for chat sessions
James Booth
2014-12-29
1
-69
/
+127
*
Added chat_session_on_incoming_message
James Booth
2014-12-29
1
-0
/
+10
*
Added chat_session_on_window_open
James Booth
2014-12-28
1
-0
/
+10
*
Fixed chat state for non OTR
James Booth
2014-12-28
1
-2
/
+19
*
Changed ChatSession typedef
James Booth
2014-12-07
1
-20
/
+18
*
Added license exemption for OpenSSL to source headers
James Booth
2014-08-24
1
-0
/
+12
*
Fixed cppcheck warnings
James Booth
2014-04-26
1
-12
/
+0
*
Updated copyright
James Booth
2014-03-09
1
-1
/
+1
*
removed assignment to NULL in _chat_session_free
Dmitry Podgorny
2013-08-03
1
-6
/
+2
*
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
*
Using const for chat sessions
James Booth
2012-10-14
1
-13
/
+14
*
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