Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated themes time display settings | James Booth | 2015-07-01 | 7 | -9/+10 |
| | |||||
* | Merge remote-tracking branch 'incertia/time' | James Booth | 2015-07-01 | 6 | -89/+81 |
|\ | | | | | | | | | Conflicts: src/config/preferences.c | ||||
| * | add examples and be more specific about time formatting | Will Song | 2015-05-30 | 1 | -3/+8 |
| | | |||||
| * | remove memory leak from creating a gdatetime string | Will Song | 2015-05-29 | 1 | -0/+2 |
| | | |||||
| * | update autocomplete | Will Song | 2015-05-29 | 1 | -11/+13 |
| | | |||||
| * | fix indent code | Will Song | 2015-05-29 | 1 | -12/+9 |
| | | |||||
| * | updated statusbar to use strftime formats | Will Song | 2015-05-29 | 1 | -22/+16 |
| | | |||||
| * | fix conflicts | Will Song | 2015-05-29 | 138 | -6044/+7295 |
| |\ | |||||
| * | | use custom format string for time preference | Will Song | 2015-01-27 | 5 | -47/+15 |
| | | | |||||
* | | | Use reference counts for GDateTimes #516 | James Booth | 2015-06-30 | 3 | -2/+7 |
| | | | |||||
* | | | WIP fix for #516, needs memory cleanup | James Booth | 2015-06-29 | 13 | -87/+72 |
| | | | |||||
* | | | Do not update UI whilst receiving password | James Booth | 2015-06-25 | 1 | -7/+0 |
| | | | |||||
* | | | Free account on pgp presence send | James Booth | 2015-06-24 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #583 from pasis/jid-memleak | James Booth | 2015-06-24 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Fixed memory leak in jid_create() | ||||
| * | | | jid: Fixed memory leak in jid_create() | Dmitry Podgorny | 2015-06-24 | 1 | -0/+1 |
| | | | | |||||
* | | | | Added messaage when account resource changed whilst connected | James Booth | 2015-06-24 | 4 | -1/+31 |
|/ / / | |||||
* | | | Merge remote-tracking branch 'pasis/stderr-log-handler' | James Booth | 2015-06-24 | 4 | -0/+114 |
|\ \ \ | |||||
| * | | | log: Introduced stderr log handler | Dmitry Podgorny | 2015-06-23 | 4 | -0/+114 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | Fixed various jid and account mem leaks | James Booth | 2015-06-24 | 6 | -1/+10 |
| | | | | |||||
* | | | | free account after account connect | James Booth | 2015-06-24 | 1 | -0/+1 |
| | | | | |||||
* | | | | free muc autocompleter result | James Booth | 2015-06-24 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'pasis/prefs-alloc' | James Booth | 2015-06-24 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | prefs: Don't mix allocator types | Dmitry Podgorny | 2015-06-24 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge remote-tracking branch 'pasis/gpgme-h-check' | James Booth | 2015-06-24 | 1 | -0/+2 |
|\ \ \ \ \ | |||||
| * | | | | | pgp: Added include config.h | Dmitry Podgorny | 2015-06-24 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | gpgme.h checks _FILE_OFFSET_BITS macro and it's set at config.h | ||||
* | | | | | | Removed NULL checks when not required | James Booth | 2015-06-24 | 1 | -8/+4 |
|/ / / / / | |||||
* / / / / | Free prefs strings, check for NULLs when closing pgp module | James Booth | 2015-06-24 | 4 | -6/+17 |
|/ / / / | |||||
* | | | | Merge remote-tracking branch 'pasis/stabber-linker' | James Booth | 2015-06-23 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | autotools: Don't link profanity with libstabber | Dmitry Podgorny | 2015-06-23 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge remote-tracking branch 'pasis/ui-log-fix' | James Booth | 2015-06-23 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | ui: decreased log level of the message on resizing | Dmitry Podgorny | 2015-06-23 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | | | | | Resizing of terminal window can produce many logs "Resizing UI". Also they are not so informative to be shown without -l DEBUG. | ||||
* | | | | Merge remote-tracking branch 'pasis/pgp-without-otr-fix' | James Booth | 2015-06-23 | 1 | -2/+1 |
|\ \ \ \ | |||||
| * | | | | pgp: Fixed compilation error when libotr is not supported | Dmitry Podgorny | 2015-06-23 | 1 | -2/+1 |
| |/ / / | |||||
* / / / | Added /pgp setkey command | James Booth | 2015-06-23 | 6 | -9/+215 |
|/ / / | |||||
* | | | Added AC_SYS_LARGEFILE to configure.ac | James Booth | 2015-06-23 | 1 | -0/+3 |
| | | | |||||
* | | | Added PGP prefs | James Booth | 2015-06-22 | 5 | -0/+28 |
| | | | |||||
* | | | Use AM_CPPFLAGS for gpgme-config --cflags | James Booth | 2015-06-22 | 1 | -1/+1 |
| | | | |||||
* | | | Use gpgme-config | James Booth | 2015-06-22 | 1 | -1/+6 |
| | | | |||||
* | | | Tidied gpgme check | James Booth | 2015-06-22 | 1 | -6/+4 |
| | | | |||||
* | | | Merge remote-tracking branch 'pasis/configure-debug-args' | James Booth | 2015-06-22 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Don't ignore arguments passed to ./configure-debug | Dmitry Podgorny | 2015-06-22 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'pasis/shutdown-fix' | James Booth | 2015-06-22 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | 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. | ||||
* | | | Updated CHANGELOG | James Booth | 2015-06-22 | 1 | -0/+1 |
| | | | |||||
* | | | Merge remote-tracking branch 'pasis/configure-cleanup' | James Booth | 2015-06-21 | 1 | -17/+4 |
|\ \ \ | |||||
| * | | | autotools: Avoid copy-paste in configure.ac | Dmitry Podgorny | 2015-06-21 | 1 | -17/+4 |
| | | | | |||||
* | | | | Fixed pgp help | James Booth | 2015-06-21 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fixed /pgp help formatting | James Booth | 2015-06-21 | 1 | -1/+1 |
| | | | | |||||
* | | | | Added PGP logging preferences | James Booth | 2015-06-21 | 9 | -20/+100 |
| | | | | |||||
* | | | | Moved setting otr.warn -> enc.warn | James Booth | 2015-06-21 | 18 | -121/+46 |
| | | | |