about summary refs log tree commit diff stats
path: root/src/profanity.c
Commit message (Expand)AuthorAgeFilesLines
* Allow /quit during TLS certificate verification promptJames Booth2015-11-101-1/+8
* Removed ui_titlebar_presenceJames Booth2015-11-021-4/+4
* Removed ui_get_chat_recipientsJames Booth2015-11-021-1/+1
* Removed ui_input_nonblocking()James Booth2015-11-011-1/+1
* Removed ui_readline()James Booth2015-11-011-1/+1
* Applied coding style to src/James Booth2015-10-261-2/+2
* Removed --disable-tls command line optionJames Booth2015-10-181-5/+5
* Add ability to script commands after connectJames Booth2015-10-151-0/+2
* Use lastactivity preference for presence updatesJames Booth2015-10-141-2/+10
* Added auto xa option, tidied autoaway codeJames Booth2015-09-271-40/+110
* Tidied autoaway codeJames Booth2015-09-251-22/+20
* Allow autoaway when status is dndJames Booth2015-09-251-1/+4
* Set status to what it was before autoawayJames Booth2015-09-251-4/+8
* Send current presence when autoaway mode idleJames Booth2015-09-251-1/+1
* Include last activity with autoaway mode awayJames Booth2015-09-251-1/+1
* Save trusted certificates to tlscerts file with more informationJames Booth2015-09-241-0/+4
* log: Introduced stderr log handlerDmitry Podgorny2015-06-231-0/+3
* shutdown: Call prefs_close() after log_close()Dmitry Podgorny2015-06-221-1/+1
* Merge branch 'master' into openpgpJames Booth2015-06-171-1/+3
|\
| * Removed wins_get_current_* functionsJames Booth2015-06-171-1/+3
* | Merge branch 'master' into openpgpJames Booth2015-06-171-5/+7
|\|
| * Added current window reference to command functionsJames Booth2015-06-171-2/+2
| * Pass current window to autocompletersJames Booth2015-06-161-3/+5
* | Merge branch 'master' into openpgpJames Booth2015-06-151-1/+1
|\|
| * Moved ui/windows -> window_listJames Booth2015-06-151-1/+1
* | Merge branch 'master' into openpgpJames Booth2015-06-051-1/+1
|\|
| * Added initial stabber testJames Booth2015-05-171-1/+1
* | Merge branch 'master' into openpgpJames Booth2015-05-071-4/+5
|\|
| * Added cl_ev_presence_sendJames Booth2015-05-071-4/+5
* | Merge branch 'master' into openpgpJames Booth2015-05-071-4/+4
|\|
| * Renamed presence_update -> presence_sendJames Booth2015-05-071-4/+4
* | Merge branch 'master' into pgpJames Booth2015-05-041-2/+2
|\|
| * Use null check convention in profanity.cJames Booth2015-05-041-2/+2
* | Added signature verification, /pgp fps commandJames Booth2015-03-241-0/+3
* | Added pgp key list commandJames Booth2015-03-221-0/+6
|/
* Merge branch 'master' into readlineJames Booth2015-02-111-1/+1
|\
| * Updated copyrightJames Booth2015-02-101-1/+1
* | Moved command processing to main loop, allow resize during password promptJames Booth2015-02-051-1/+9
* | Move SIGWINCH handling to ui/core.c, ignore signal whilst resizingJames Booth2015-02-041-0/+1
* | Moved input blocking code to inputwin.cJames Booth2015-01-311-2/+0
* | Added idle and activity handlersJames Booth2015-01-311-0/+2
* | Moved readline code to inputwin.cJames Booth2015-01-301-42/+3
* | Added gnu readlineJames Booth2015-01-271-13/+47
|/
* Moved input line to inputwinJames Booth2015-01-151-1/+1
* Moved input to ui module, renamed ui_readlineJames Booth2015-01-151-7/+6
* Tidy main loopJames Booth2015-01-151-10/+9
* Moved process_input to cmd_process_inputJames Booth2015-01-151-47/+14
* Moved input size variable to ui moduleJames Booth2015-01-151-5/+2
* Moved string termination out of main loopJames Booth2015-01-151-1/+0
* Removed ch from main loopJames Booth2015-01-151-5/+6