Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | ||||||
| * | Correction in man page | James Booth | 2012-10-27 | 1 | -1/+1 | |
| | | ||||||
| * | Updated to 0.1.10 development | James Booth | 2012-10-24 | 1 | -2/+2 | |
| | | ||||||
| * | Updated for release 0.1.9 | James Booth | 2012-10-24 | 2 | -3/+5 | |
| | | ||||||
* | | Changed to 0.1.10 development version | James Booth | 2012-10-24 | 1 | -2/+2 | |
| | | ||||||
* | | Updated for release 0.1.9 | James Booth | 2012-10-24 | 2 | -3/+5 | |
| | | ||||||
* | | Merge branch 'master' into type_out | James Booth | 2012-10-24 | 12 | -49/+388 | |
|\| | | | | | | | | | Conflicts: Makefile.am | |||||
| * | _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 | 2 | -7/+36 | |
| | | ||||||
| * | Merge branch 'master' into dev | James Booth | 2012-10-24 | 1 | -10/+10 | |
| |\ | ||||||
| | * | libraries order does matter when --as-needed is passed to linker | Dmitry Podgorny | 2012-10-24 | 1 | -10/+10 | |
| | | | | | | | | | | | | This fixes linking error when --as-needed option is used. | |||||
| * | | 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 | 2 | -4/+13 | |
| | | | ||||||
| * | | Merge branch 'master' into dev | James Booth | 2012-10-23 | 2 | -6/+18 | |
| |\| | ||||||
| | * | autotools: move libraries to LIBS instead of AM_CFLAGS | Dmitry Podgorny | 2012-10-23 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | Libraries are agruments for linker. So move them to LIBS vatiable. AC_CHECK_LIB adds library to LIBS on success and we don't have to add them manually. | |||||
| | * | autotools: introduce choice among libxml2 and expat | Dmitry Podgorny | 2012-10-23 | 1 | -3/+13 | |
| | | | | | | | | | | | | | | | | | | | | | Now profanity is linked with expat only. This breaks build when libstrophe is build with libxml2 support. This patch introduce --with-libxml2 option to ./configure in the same way as it is done in libstrophe. | |||||
| | * | Check for method of setting ESCDELAY | James Booth | 2012-10-23 | 1 | -2/+5 | |
| | | | ||||||
| * | | Added check for latest release | James Booth | 2012-10-23 | 2 | -1/+9 | |
| |/ | ||||||
| * | Removed libxml2 from install-all.sh | James Booth | 2012-10-23 | 1 | -3/+3 | |
| | | ||||||
| * | Removed dependency on libxml2 | James Booth | 2012-10-23 | 1 | -3/+1 | |
| | | | | | | | | expat is used by default in libstrophe | |||||
| * | 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 | |
| | | ||||||
* | | Merge branch 'master' into type_out | James Booth | 2012-10-22 | 39 | -623/+722 | |
|\| | ||||||
| * | Added autocomplete for boolean settings | James Booth | 2012-10-22 | 3 | -11/+48 | |
| | | ||||||
| * | Removed scripts from root folder | James Booth | 2012-10-22 | 2 | -9/+0 | |
| | | ||||||
| * | Removed cygwin notes from root folder | James Booth | 2012-10-22 | 1 | -40/+0 | |
| | | ||||||
| * | 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 | 2 | -66/+56 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Added Dmitry to contributors list in man page | James Booth | 2012-10-21 | 1 | -0/+2 | |
| | | ||||||
| * | Removed trailing whitespace from src and tests | James Booth | 2012-10-21 | 35 | -446/+446 | |
| | | ||||||
| * | Merge pull request #46 from pasis/master | James Booth | 2012-10-21 | 5 | -29/+96 | |
| |\ | | | | | | | Improved error handling. Handles when user does not exist at server, and when the server cannot be contacted (for example if the server name is typed incorrectly in the JID). | |||||
| | * | 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. |