Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -14/+14 |
| | |||||
* | Merge branch 'master' into plugins-c | James Booth | 2016-02-14 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: src/main.c src/ui/console.c | ||||
| * | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | | |||||
* | | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -14/+27 |
|/ | |||||
* | Added roster struct, create and destroy roster on connect/disconnect | James Booth | 2016-01-05 | 1 | -4/+6 |
| | |||||
* | Added hardcoded autoping timeout | James Booth | 2015-12-31 | 1 | -0/+1 |
| | |||||
* | Allow /quit during TLS certificate verification prompt | James Booth | 2015-11-10 | 1 | -1/+8 |
| | |||||
* | Removed ui_titlebar_presence | James Booth | 2015-11-02 | 1 | -4/+4 |
| | |||||
* | Removed ui_get_chat_recipients | James Booth | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | Removed ui_input_nonblocking() | James Booth | 2015-11-01 | 1 | -1/+1 |
| | |||||
* | Removed ui_readline() | James Booth | 2015-11-01 | 1 | -1/+1 |
| | |||||
* | Applied coding style to src/ | James Booth | 2015-10-26 | 1 | -2/+2 |
| | |||||
* | Removed --disable-tls command line option | James Booth | 2015-10-18 | 1 | -5/+5 |
| | |||||
* | Add ability to script commands after connect | James Booth | 2015-10-15 | 1 | -0/+2 |
| | |||||
* | Use lastactivity preference for presence updates | James Booth | 2015-10-14 | 1 | -2/+10 |
| | |||||
* | Added auto xa option, tidied autoaway code | James Booth | 2015-09-27 | 1 | -40/+110 |
| | |||||
* | Tidied autoaway code | James Booth | 2015-09-25 | 1 | -22/+20 |
| | |||||
* | Allow autoaway when status is dnd | James Booth | 2015-09-25 | 1 | -1/+4 |
| | |||||
* | Set status to what it was before autoaway | James Booth | 2015-09-25 | 1 | -4/+8 |
| | |||||
* | Send current presence when autoaway mode idle | James Booth | 2015-09-25 | 1 | -1/+1 |
| | |||||
* | Include last activity with autoaway mode away | James Booth | 2015-09-25 | 1 | -1/+1 |
| | |||||
* | Save trusted certificates to tlscerts file with more information | James Booth | 2015-09-24 | 1 | -0/+4 |
| | |||||
* | log: Introduced stderr log handler | Dmitry Podgorny | 2015-06-23 | 1 | -0/+3 |
| | | | | | | | | This handler redirects stderr output to a pipe and gathers logs from the read end. The handler is called from main loop, therefore, if a function prints logs to stderr they will be put to log file only after function returns. | ||||
* | shutdown: Call prefs_close() after log_close() | Dmitry Podgorny | 2015-06-22 | 1 | -1/+1 |
| | | | | | | log_msg() uses prefs, so prefs_close() should be called after log_close(). It makes possible to use logs in other finalisation functions. | ||||
* | Merge branch 'master' into openpgp | James Booth | 2015-06-17 | 1 | -1/+3 |
|\ | |||||
| * | Removed wins_get_current_* functions | James Booth | 2015-06-17 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'master' into openpgp | James Booth | 2015-06-17 | 1 | -5/+7 |
|\| | | | | | | | | | | | Conflicts: src/command/commands.c src/command/commands.h | ||||
| * | Added current window reference to command functions | James Booth | 2015-06-17 | 1 | -2/+2 |
| | | |||||
| * | Pass current window to autocompleters | James Booth | 2015-06-16 | 1 | -3/+5 |
| | | |||||
* | | Merge branch 'master' into openpgp | James Booth | 2015-06-15 | 1 | -1/+1 |
|\| | |||||
| * | Moved ui/windows -> window_list | James Booth | 2015-06-15 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| |