about summary refs log tree commit diff stats
path: root/src/profanity.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tidy profanity.cJames Booth2015-01-151-10/+12
* Moved remimder notification code out of main loopJames Booth2015-01-151-12/+3
* Renamed notify remind timerJames Booth2015-01-151-4/+4
* Removed result from main loopJames Booth2015-01-141-4/+1
* Pass value rather than address of ch during main loopJames Booth2015-01-141-1/+1
* trying to block (and save cpu power) more dynamicallySimon Effenberg2015-01-121-1/+1
* Merge remote-tracking branch 'incertia/exit-title'James Booth2015-01-121-1/+7
|\
| * check preferences before printing exit titleWill Song2015-01-081-1/+2
| * Merge remote-tracking branch 'upstream/master' into exit-titleWill Song2015-01-031-0/+2
| |\