about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Allow hiding of empty presence groups: /roster {show,hide} empty (default is ...Daniel2015-07-087-4/+36
* Added carbons command functional testJames Booth2015-07-054-0/+31
* Only run functional tests when libstabber availableJames Booth2015-07-032-3/+9
* Fixed segfault in unit testsJames Booth2015-07-021-0/+1
* Suppress all compile warning when building unit testsJames Booth2015-07-021-0/+1
* Migrate old time display format settingsJames Booth2015-07-021-0/+22
* Default autoping to 1 minute #541James Booth2015-07-021-1/+5
* Removed subscribed check when displaying roster panelJames Booth2015-07-021-33/+31
* Merge remote-tracking branch 'SamWhited/otr_no_store_carbons'James Booth2015-07-013-0/+29
|\
| * Add no-copy and no-store hints to OTR messagesSam Whited2015-07-013-0/+29
* | Don't write chars during password inputJames Booth2015-07-011-1/+3
* | Merge remote-tracking branch 'pasis/ui-ignore-EINTR'James Booth2015-07-011-18/+7
|\ \
| * | ui: Ignore EINTR in inp_readline()Dmitry Podgorny2015-06-251-18/+7
* | | Updated boothj5 themeJames Booth2015-07-011-3/+3
* | | Updated themes time display settingsJames Booth2015-07-017-9/+10
* | | Merge remote-tracking branch 'incertia/time'James Booth2015-07-016-89/+81
|\ \ \ | |_|/ |/| |
| * | add examples and be more specific about time formattingWill Song2015-05-301-3/+8
| * | remove memory leak from creating a gdatetime stringWill Song2015-05-291-0/+2
| * | update autocompleteWill Song2015-05-291-11/+13
| * | fix indent codeWill Song2015-05-291-12/+9
| * | updated statusbar to use strftime formatsWill Song2015-05-291-22/+16
| * | fix conflictsWill Song2015-05-29138-6044/+7295
| |\ \
| * | | use custom format string for time preferenceWill Song2015-01-275-47/+15
* | | | Use reference counts for GDateTimes #516James Booth2015-06-303-2/+7
* | | | WIP fix for #516, needs memory cleanupJames Booth2015-06-2913-87/+72
| |_|/ |/| |
* | | Do not update UI whilst receiving passwordJames Booth2015-06-251-7/+0
* | | Free account on pgp presence sendJames Booth2015-06-241-0/+1
* | | Merge pull request #583 from pasis/jid-memleakJames Booth2015-06-241-0/+1
|\ \ \
| * | | jid: Fixed memory leak in jid_create()Dmitry Podgorny2015-06-241-0/+1
* | | | Added messaage when account resource changed whilst connectedJames Booth2015-06-244-1/+31
|/ / /
* | | Merge remote-tracking branch 'pasis/stderr-log-handler'James Booth2015-06-244-0/+114
|\ \ \
| * | | log: Introduced stderr log handlerDmitry Podgorny2015-06-234-0/+114
* | | | Fixed various jid and account mem leaksJames Booth2015-06-246-1/+10
* | | | free account after account connectJames Booth2015-06-241-0/+1
* | | | free muc autocompleter resultJames Booth2015-06-241-0/+1
* | | | Merge remote-tracking branch 'pasis/prefs-alloc'James Booth2015-06-241-2/+2
|\ \ \ \
| * | | | prefs: Don't mix allocator typesDmitry Podgorny2015-06-241-2/+2
* | | | | Merge remote-tracking branch 'pasis/gpgme-h-check'James Booth2015-06-241-0/+2
|\ \ \ \ \
| * | | | | pgp: Added include config.hDmitry Podgorny2015-06-241-0/+2
* | | | | | Removed NULL checks when not requiredJames Booth2015-06-241-8/+4
|/ / / / /
* / / / / Free prefs strings, check for NULLs when closing pgp moduleJames Booth2015-06-244-6/+17
|/ / / /
* | | | Merge remote-tracking branch 'pasis/stabber-linker'James Booth2015-06-231-1/+1
|\ \ \ \
| * | | | autotools: Don't link profanity with libstabberDmitry Podgorny2015-06-231-1/+1
| |/ / /
* | | | Merge remote-tracking branch 'pasis/ui-log-fix'James Booth2015-06-231-1/+1
|\ \ \ \
| * | | | ui: decreased log level of the message on resizingDmitry Podgorny2015-06-231-1/+1
| |/ / /
* | | | Merge remote-tracking branch 'pasis/pgp-without-otr-fix'James Booth2015-06-231-2/+1
|\ \ \ \
| * | | | pgp: Fixed compilation error when libotr is not supportedDmitry Podgorny2015-06-231-2/+1
| |/ / /
* / / / Added /pgp setkey commandJames Booth2015-06-236-9/+215
|/ / /
* | | Added AC_SYS_LARGEFILE to configure.acJames Booth2015-06-231-0/+3
* | | Added PGP prefsJames Booth2015-06-225-0/+28