Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split contact add and update presence | James Booth | 2012-10-29 | 5 | -55/+79 |
| | |||||
* | Fixed offline bug | James Booth | 2012-10-29 | 1 | -26/+13 |
| | |||||
* | Simplified autocompleter | James Booth | 2012-10-28 | 1 | -64/+12 |
| | |||||
* | Handle presence after roster request | James Booth | 2012-10-28 | 3 | -33/+97 |
| | |||||
* | Send presence after roster recieved | James Booth | 2012-10-28 | 1 | -2/+0 |
| | |||||
* | Subscription management | James Booth | 2012-10-28 | 4 | -39/+68 |
| | |||||
* | Load roster before sending presence | James Booth | 2012-10-28 | 10 | -138/+143 |
| | |||||
* | Merge branch 'master' into dev | James Booth | 2012-10-28 | 1 | -1/+1 |
|\ | |||||
| * | Allocate memory for additional /who completion | James Booth | 2012-10-28 | 1 | -1/+1 |
| | | |||||
* | | Added basic subscriptions | James Booth | 2012-10-28 | 3 | -0/+64 |
|/ | |||||
* | Added offline to /who autocomplete | James Booth | 2012-10-28 | 1 | -0/+2 |
| | |||||
* | Added /me handling in logs | James Booth | 2012-10-28 | 2 | -4/+20 |
| | |||||
* | Added /me handling for incoming messages | James Booth | 2012-10-28 | 1 | -4/+21 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | _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 |