about summary refs log tree commit diff stats
path: root/src/profanity.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * Introduce Tray Icon for ProfanityDavid2016-03-061-0/+6
* | | Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-14/+14
|/ /
* | Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\|
| * Updated copyrightJames Booth2016-02-141-1/+1
* | Added C plugin code from plugins branchJames Booth2016-02-141-14/+27
|/
* Added roster struct, create and destroy roster on connect/disconnectJames Booth2016-01-051-4/+6
* Added hardcoded autoping timeoutJames Booth2015-12-311-0/+1
* 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
|/