Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added /who autocomplete | James Booth | 2012-10-28 | 1 | -0/+24 |
| | |||||
* | Moved remaining autocomplete code to command.c | James Booth | 2012-10-28 | 3 | -146/+133 |
| | |||||
* | Moved autcomplete code to command.c | James Booth | 2012-10-28 | 4 | -75/+110 |
| | |||||
* | Reordered autocompleters | James Booth | 2012-10-28 | 1 | -6/+7 |
| | |||||
* | Added /intype setting | James Booth | 2012-10-28 | 6 | -39/+82 |
| | | | | | Seperate settings for showing contact typing in UI (/intype), and as desktop notifications (/notify typing). | ||||
* | Added autocomplete for second /notify parameter | James Booth | 2012-10-28 | 1 | -2/+56 |
| | |||||
* | Added type autcomplete for /notify | James Booth | 2012-10-27 | 3 | -4/+24 |
| | |||||
* | Unified desktop notification preferences | James Booth | 2012-10-27 | 6 | -104/+122 |
| | |||||
* | Rewrote settings help summaries | James Booth | 2012-10-27 | 1 | -8/+8 |
| | |||||
* | Refactored disconnect | James Booth | 2012-10-27 | 4 | -33/+16 |
| | |||||
* | Renamed shutdown function | James Booth | 2012-10-27 | 1 | -3/+3 |
| | |||||
* | Added /disconnect command | James Booth | 2012-10-27 | 4 | -2/+41 |
| | |||||
* | Removed _shutdown function in profanity.c | James Booth | 2012-10-27 | 2 | -8/+1 |
| | |||||
* | Show development version when splash screen enabled | James Booth | 2012-10-27 | 1 | -1/+1 |
| | |||||
* | _cmd_tiny: fix possible NULL pointer dereference | Dmitry Podgorny | 2012-10-24 | 1 | -5/+6 |
| | | | | Check 'url' for NULL and move free(url) out of if-else structure | ||||
* | Fixed possible NULL pointer references when offline | James Booth | 2012-10-24 | 3 | -14/+27 |
| | |||||
* | Added autocomplete for version checking parameter | James Booth | 2012-10-24 | 2 | -0/+3 |
| | |||||
* | Made version check a user preference | James Booth | 2012-10-24 | 5 | -16/+76 |
| | |||||
* | Check for later release | James Booth | 2012-10-24 | 1 | -6/+35 |
| | |||||
* | Only check for new release if release build | James Booth | 2012-10-24 | 1 | -7/+17 |
| | |||||
* | Added missing files | James Booth | 2012-10-23 | 2 | -0/+101 |
| | |||||
* | Added PACKAGE_STATUS to configure.ac | James Booth | 2012-10-23 | 1 | -3/+11 |
| | |||||
* | Merge branch 'master' into dev | James Booth | 2012-10-23 | 1 | -2/+5 |
|\ | |||||
| * | Check for method of setting ESCDELAY | James Booth | 2012-10-23 | 1 | -2/+5 |
| | | |||||
* | | Added check for latest release | James Booth | 2012-10-23 | 1 | -0/+8 |
|/ | |||||
* | Added /about command | James Booth | 2012-10-23 | 3 | -18/+45 |
| | | | | Useful for showing version | ||||
* | Trailing whitespace | James Booth | 2012-10-23 | 2 | -2/+2 |
| | |||||
* | Split help into sections | James Booth | 2012-10-22 | 3 | -3/+63 |
| | | | | Most of the time complete help was too big for the screen | ||||
* | Escape key clears input line | James Booth | 2012-10-22 | 1 | -0/+8 |
| | |||||
* | Added autocomplete for boolean settings | James Booth | 2012-10-22 | 3 | -11/+48 |
| | |||||
* | Fixed possible segfault when no type attribute on incoming messages | James Booth | 2012-10-22 | 1 | -16/+18 |
| | |||||
* | Free autocompleters on quit | James Booth | 2012-10-22 | 4 | -6/+17 |
| | |||||
* | Refactored parameter autocompleters | James Booth | 2012-10-22 | 1 | -48/+38 |
| | |||||
* | Renamed other autocompleters | James Booth | 2012-10-21 | 6 | -15/+15 |
| | |||||
* | Renamed help autocompleter | James Booth | 2012-10-21 | 3 | -6/+6 |
| | |||||
* | Added /help parameter autocomplete | James Booth | 2012-10-21 | 3 | -3/+37 |
| | |||||
* | Removed trailing whitespace from src and tests | James Booth | 2012-10-21 | 32 | -390/+390 |
| | |||||
* | jabber: rewrite error handling | Dmitry Podgorny | 2012-10-20 | 1 | -52/+26 |
| | |||||
* | windows: set dirty in win_show_error_msg | Dmitry Podgorny | 2012-10-18 | 1 | -0/+3 |
| | |||||
* | handle error messages from server | Dmitry Podgorny | 2012-10-18 | 5 | -1/+94 |
| | |||||
* | windows: dont print wether contact exists in roster | Dmitry Podgorny | 2012-10-18 | 1 | -4/+1 |
| | |||||
* | windows: print outgoing messages for all contacts | Dmitry Podgorny | 2012-10-17 | 1 | -23/+23 |
| | | | | | | | When contact list doesn't contain a contact outgoing messages aren't printed to chat window. But incoming ones is printed. The patch fixes this and make profanity show "%s is not one of your contacts." only once on creating window. | ||||
* | Fixed indentation | James Booth | 2012-10-16 | 1 | -3/+3 |
| | |||||
* | Moved jabber_free_resources call | James Booth | 2012-10-16 | 3 | -14/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/pasis/profanity | James Booth | 2012-10-16 | 3 | -0/+10 |
|\ | |||||
| * | jabber: fix crash when disconnection timeout is reached | Dmitry Podgorny | 2012-10-17 | 3 | -7/+10 |
| | | |||||
* | | Attempted fix at causing segfault by freeing connection | James Booth | 2012-10-16 | 3 | -7/+13 |
|/ | |||||
* | Removed "Log" from history output | James Booth | 2012-10-15 | 1 | -1/+1 |
| | |||||
* | Refactored show history, free'd memory | James Booth | 2012-10-14 | 1 | -18/+20 |
| | |||||
* | Added history option | James Booth | 2012-10-14 | 4 | -2/+42 |
| |