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
/
ui
/
chatwin.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move connection fulljid function
James Booth
2016-05-06
1
-1
/
+1
*
Rename jabber_ functions
James Booth
2016-05-06
1
-1
/
+1
*
Add session.c
James Booth
2016-05-05
1
-1
/
+1
*
Removed #AX_PREFIX_CONFIG_H
James Booth
2016-03-31
1
-3
/
+3
*
Add PGP decryption for incoming/outgoing carbons
James Booth
2016-03-22
1
-2
/
+7
*
Merge branch 'master' into plugins-c
James Booth
2016-02-14
1
-1
/
+1
|
\
|
*
Updated copyright
James Booth
2016-02-14
1
-1
/
+1
*
|
Added C plugin code from plugins branch
James Booth
2016-02-14
1
-6
/
+13
|
/
*
Don't show notification reminders for messages the user does not want notific...
James Booth
2016-02-04
1
-3
/
+1
*
Tidy notify_message()
James Booth
2016-02-04
1
-14
/
+2
*
Removed unused arg: prefs_do_chat_notify()
James Booth
2016-02-04
1
-1
/
+1
*
Implemented /console chat setting
James Booth
2016-02-03
1
-1
/
+1
*
Added roster struct, create and destroy roster on connect/disconnect
James Booth
2016-01-05
1
-6
/
+11
*
Tidy wins_create_summary()
James Booth
2015-11-29
1
-0
/
+26
*
Renamed /notify message -> /notify chat
James Booth
2015-11-29
1
-1
/
+1
*
Added room specific notify settings
James Booth
2015-11-28
1
-1
/
+1
*
Only show reminder notifications when notifications are enabled
James Booth
2015-11-25
1
-2
/
+6
*
Implemented regular chat notify triggers
James Booth
2015-11-25
1
-11
/
+1
*
Tidy regular chat and room notifications
James Booth
2015-11-24
1
-2
/
+26
*
Added missing config.h includes
James Booth
2015-10-31
1
-0
/
+5
*
Added HAVE_LIBOTR checks
James Booth
2015-10-31
1
-0
/
+2
*
Tidied remaining chatwin functions
James Booth
2015-10-27
1
-15
/
+10
*
Renamed _win_show_history -> _chatwin_history
James Booth
2015-10-27
1
-4
/
+4
*
Tidied chatwin_outgoing_carbon
James Booth
2015-10-27
1
-10
/
+8
*
Renamed ui_outgoing_chat_msg -> chatwin_outgoing_msg
James Booth
2015-10-27
1
-1
/
+1
*
Renamed ui_incoming_msg -> chatwin_incoming_msg
James Booth
2015-10-27
1
-24
/
+24
*
Renamed ui_new_chat_win -> chatwin_new
James Booth
2015-10-27
1
-2
/
+2
*
Moved ui_handle_otr_error
James Booth
2015-10-27
1
-11
/
+0
*
Renamed ui_recipient_gone -> chatwin_recipeint_gone
James Booth
2015-10-27
1
-1
/
+1
*
Tidied ui_recipient_gone
James Booth
2015-10-27
1
-28
/
+12
*
Combined chatwin OTR SMP functions
James Booth
2015-10-27
1
-80
/
+42
*
Renamed chatwin OTR functions
James Booth
2015-10-27
1
-15
/
+15
*
remaining otr functions take ProfChatWin
James Booth
2015-10-27
1
-45
/
+39
*
ui_smp_successful takes ProfChatWin
James Booth
2015-10-26
1
-5
/
+4
*
ui_smp_aborted takes ProfChatWin
James Booth
2015-10-26
1
-5
/
+4
*
ui_smp_unsuccessful_receiver takes ProfChatWin
James Booth
2015-10-26
1
-5
/
+5
*
ui_smp_unsuccessful_sender takes ProfChatWin
James Booth
2015-10-26
1
-7
/
+9
*
ui_smp_recipient_initiated_q takes ProfChatWin
James Booth
2015-10-26
1
-7
/
+6
*
ui_smp_recipient_initiated takes ProfChatWin
James Booth
2015-10-26
1
-5
/
+4
*
Add assert checks for ProfChatWin functions
James Booth
2015-10-26
1
-0
/
+7
*
ui_gone_insecure takes ProfChatWin
James Booth
2015-10-26
1
-10
/
+7
*
ui_gone_secure takes ProfChatWin
James Booth
2015-10-26
1
-12
/
+4
*
ui_message_receipt takes ProfChatWin
James Booth
2015-10-26
1
-6
/
+3
*
Removed ui_chat_win_exists
James Booth
2015-10-26
1
-7
/
+0
*
Extracted chatwin.c
James Booth
2015-10-26
1
-0
/
+455