about summary refs log tree commit diff stats
path: root/src/profanity.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| * | set a nice title (instead of empty) on shutdownWill Song2014-12-291-1/+1
* | | Added remaining chat statesJames Booth2015-01-111-32/+34
* | | Removed chat states from chat_session module, WIPJames Booth2015-01-081-32/+32
| |/ |/|
* | added more signals to ignore in _initWill Song2015-01-011-0/+2
|/
* Use events for chat sessionsJames Booth2014-12-291-30/+4
* Moved chat_session_set_sent from message.c moduleJames Booth2014-12-291-0/+5
* Refactoring window types, removing recipient and from references - wipJames Booth2014-12-181-6/+7
* Free string after setting theme ui preference, fixed valgrind warningJames Booth2014-11-241-2/+2
* Update input window on /theme setJames Booth2014-11-191-1/+1
* Added scroll support to occupant listJames Booth2014-10-071-2/+3
* Always update UI in event loop, removed updates from rest of codeJames Booth2014-09-011-4/+2
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Spelling errors fixed and hyphenation used as minus sign fixedDariusz Dwornikowski2014-08-111-1/+1
* Free resources on OTR shutdownJames Booth2014-06-261-0/+3
* Added deallocation function for string prefs, added otr policy enumJames Booth2014-06-181-11/+5
* Fixed memleaks with otr policy and autoaway optionsJames Booth2014-06-171-6/+14
* Free account_name preference on autoconnectJames Booth2014-06-171-7/+11
* Use libgcrypt instead of libgnutls for SHA1 hashingJames Booth2014-05-211-3/+0
* Merge branch 'master' into otrsmpJames Booth2014-05-021-0/+3
|\
| * Changed to use gnutls instead of openssl for sha1 hashingJames Booth2014-05-011-0/+3
* | Attempt at shared secret authentication for libotr 4.0.0James Booth2014-04-281-0/+3
|/
* Added /log rotate optionJames Booth2014-04-131-1/+1
* Fixed spelling in commentJames Booth2014-04-071-1/+1
* Removed inputwin functions from ui.hJames Booth2014-04-071-6/+3