Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into openpgp | James Booth | 2015-06-05 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: .travis.yml | ||||
| * | Added initial stabber test | James Booth | 2015-05-17 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into openpgp | James Booth | 2015-05-07 | 1 | -4/+5 |
|\| | |||||
| * | Added cl_ev_presence_send | James Booth | 2015-05-07 | 1 | -4/+5 |
| | | |||||
* | | Merge branch 'master' into openpgp | James Booth | 2015-05-07 | 1 | -4/+4 |
|\| | |||||
| * | Renamed presence_update -> presence_send | James Booth | 2015-05-07 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'master' into pgp | James Booth | 2015-05-04 | 1 | -2/+2 |
|\| | |||||
| * | Use null check convention in profanity.c | James Booth | 2015-05-04 | 1 | -2/+2 |
| | | |||||
* | | Added signature verification, /pgp fps command | James Booth | 2015-03-24 | 1 | -0/+3 |
| | | |||||
* | | Added pgp key list command | James Booth | 2015-03-22 | 1 | -0/+6 |
|/ | |||||
* | Merge branch 'master' into readline | James Booth | 2015-02-11 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: src/tools/history.c src/tools/history.h | ||||
| * | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 |
| | | |||||
* | | Moved command processing to main loop, allow resize during password prompt | James Booth | 2015-02-05 | 1 | -1/+9 |
| | | |||||
* | | Move SIGWINCH handling to ui/core.c, ignore signal whilst resizing | James Booth | 2015-02-04 | 1 | -0/+1 |
| | | |||||
* | | Moved input blocking code to inputwin.c | James Booth | 2015-01-31 | 1 | -2/+0 |
| | | |||||
* | | Added idle and activity handlers | James Booth | 2015-01-31 | 1 | -0/+2 |
| | | |||||
* | | Moved readline code to inputwin.c | James Booth | 2015-01-30 | 1 | -42/+3 |
| | | |||||
* | | Added gnu readline | James Booth | 2015-01-27 | 1 | -13/+47 |
|/ | |||||
* | Moved input line to inputwin | James Booth | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | Moved input to ui module, renamed ui_readline | James Booth | 2015-01-15 | 1 | -7/+6 |
| | |||||
* | Tidy main loop | James Booth | 2015-01-15 | 1 | -10/+9 |
| | |||||
* | Moved process_input to cmd_process_input | James Booth | 2015-01-15 | 1 | -47/+14 |
| | |||||
* | Moved input size variable to ui module | James Booth | 2015-01-15 | 1 | -5/+2 |
| | |||||
* | Moved string termination out of main loop | James Booth | 2015-01-15 | 1 | -1/+0 |
| | |||||
* | Removed ch from main loop | James Booth | 2015-01-15 | 1 | -5/+6 |
| | |||||
* | Tidy profanity.c | James Booth | 2015-01-15 | 1 | -10/+12 |
| | |||||
* | Moved remimder notification code out of main loop | James Booth | 2015-01-15 | 1 | -12/+3 |
| | |||||
* | Renamed notify remind timer | James Booth | 2015-01-15 | 1 | -4/+4 |
| | |||||
* | Removed result from main loop | James Booth | 2015-01-14 | 1 | -4/+1 |
| | |||||
* | Pass value rather than address of ch during main loop | James Booth | 2015-01-14 | 1 | -1/+1 |
| | |||||
* | trying to block (and save cpu power) more dynamically | Simon Effenberg | 2015-01-12 | 1 | -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 Booth | 2015-01-12 | 1 | -1/+7 |
|\ | | | | | | | | | | | | | Conflicts: src/command/command.c src/config/preferences.c src/config/preferences.h | ||||
| * | check preferences before printing exit title | Will Song | 2015-01-08 | 1 | -1/+2 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' into exit-title | Will Song | 2015-01-03 | 1 | -0/+2 |
| |\ | |||||
| * | | set a nice title (instead of empty) on shutdown | Will Song | 2014-12-29 | 1 | -1/+1 |
| | | | |||||
* | | | Added remaining chat states | James Booth | 2015-01-11 | 1 | -32/+34 |
| | | | |||||
* | | | Removed chat states from chat_session module, WIP | James Booth | 2015-01-08 | 1 | -32/+32 |
| |/ |/| | |||||
* | | added more signals to ignore in _init | Will Song | 2015-01-01 | 1 | -0/+2 |
|/ | |||||
* | Use events for chat sessions | James Booth | 2014-12-29 | 1 | -30/+4 |
| | |||||
* | Moved chat_session_set_sent from message.c module | James Booth | 2014-12-29 | 1 | -0/+5 |
| | |||||
* | Refactoring window types, removing recipient and from references - wip | James Booth | 2014-12-18 | 1 | -6/+7 |
| | |||||
* | Free string after setting theme ui preference, fixed valgrind warning | James Booth | 2014-11-24 | 1 | -2/+2 |
| | |||||
* | Update input window on /theme set | James Booth | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | Added scroll support to occupant list | James Booth | 2014-10-07 | 1 | -2/+3 |
| | |||||
* | Always update UI in event loop, removed updates from rest of code | James Booth | 2014-09-01 | 1 | -4/+2 |
| | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 |
| | |||||
* | Spelling errors fixed and hyphenation used as minus sign fixed | Dariusz Dwornikowski | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | Free resources on OTR shutdown | James Booth | 2014-06-26 | 1 | -0/+3 |
| | |||||
* | Added deallocation function for string prefs, added otr policy enum | James Booth | 2014-06-18 | 1 | -11/+5 |
| | |||||
* | Fixed memleaks with otr policy and autoaway options | James Booth | 2014-06-17 | 1 | -6/+14 |
| |