about summary refs log tree commit diff stats
path: root/src/profanity.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | instead of blocking too long if inpblock is set to something like 500ms the input timeout is not set directly to inpblock but is increasing dynamically from 0 to inpblock by a little algorithm FIXME: the call from the win_* method to the ui_input_* method looks wrong.. this causes a cross reference which shouldn't be
* Merge remote-tracking branch 'incertia/exit-title'James Booth2015-01-121-1/+7
|\ | | | | | | | | | | | | Conflicts: src/command/command.c src/config/preferences.c src/config/preferences.h
| * 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
|\ | | | | | | | | Conflicts: install-all.sh
| * 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
|/ | | | Bug exists where second attempt always gets stuck
* 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
|
* Removed titlebar functions from ui.hJames Booth2014-04-071-26/+4
|
* Tidied ui dependenciesJames Booth2014-04-061-1/+1
|
* Clear window title bar on exitJames Booth2014-04-031-0/+1
|
* Removed strcpy callsJames Booth2014-04-021-2/+2
|
* Renamed refresh functions to update_virtualJames Booth2014-04-011-2/+2
|
* Hooks test commitJames Booth2014-03-301-1/+0
|
* Updated copyrightJames Booth2014-03-091-1/+1
|
* fixed build error when make run with -jN optionDmitry Podgorny2014-03-061-1/+1
| | | | | Race can occur when gitversion file isn't fully generated before it is used.
* Moved otr sources into folderJames Booth2014-02-121-1/+1
|
* Added presence_error tests, added muc_close()James Booth2014-01-301-0/+1
|