about summary refs log tree commit diff stats
path: root/src/config
Commit message (Expand)AuthorAgeFilesLines
* Removed /mouse commandJames Booth2015-07-192-4/+0
* Allow hiding of empty presence groups: /roster {show,hide} empty (default is ...Daniel2015-07-083-0/+6
* Migrate old time display format settingsJames Booth2015-07-021-0/+22
* Default autoping to 1 minute #541James Booth2015-07-021-1/+5
* Merge remote-tracking branch 'incertia/time'James Booth2015-07-011-2/+2
|\
| * fix conflictsWill Song2015-05-298-148/+213
| |\
| * | use custom format string for time preferenceWill Song2015-01-271-1/+1
* | | Fixed various jid and account mem leaksJames Booth2015-06-241-0/+2
* | | prefs: Don't mix allocator typesDmitry Podgorny2015-06-241-2/+2
* | | Added PGP logging preferencesJames Booth2015-06-212-3/+9
* | | Moved setting otr.warn -> enc.warnJames Booth2015-06-213-21/+11
* | | Merge branch 'master' into openpgpJames Booth2015-06-153-16/+0
|\ \ \
| * | | I removed ncurses header dependencies, removed unused codeJames Booth2015-06-153-16/+0
* | | | Merge branch 'master' into openpgpJames Booth2015-06-081-0/+1
|\| | |
| * | | Set default autoaway mode to offJames Booth2015-06-081-0/+1
* | | | Merge branch 'master' into openpgpJames Booth2015-06-052-3/+6
|\| | |
| * | | Merge branch 'master' into stabber-testsJames Booth2015-06-023-0/+6
| |\ \ \
| * | | | Added initial stabber testJames Booth2015-05-172-3/+6
| | |_|/ | |/| |
* | | | Merge branch 'master' into openpgpJames Booth2015-06-023-0/+6
|\ \ \ \ | | |/ / | |/| |
| * | | Added Theme UI option for window auto tidyPete2015-06-011-0/+1
| * | | Added window auto tidy.Pete2015-05-292-0/+5
| |/ /
* | | Merge branch 'master' into pgpJames Booth2015-05-044-37/+37
|\| |
| * | Use null check convention in theme.cJames Booth2015-05-041-8/+8
| * | Use null check convention in preferences.cJames Booth2015-05-041-4/+4
| * | Use null check convention in accounts.cJames Booth2015-05-041-17/+17
| * | Use null check convention in account.cJames Booth2015-05-041-8/+8
* | | Merge branch 'master' into pgpJames Booth2015-04-232-2/+41
|\| |
| * | Tidied account loginJames Booth2015-04-232-2/+41
* | | Merge branch 'master' into pgpJames Booth2015-04-123-0/+5
|\| |
| * | Added option to show jids in occupants panelJames Booth2015-04-123-0/+5
* | | Added pgpkeyid account setting, send signed presenceJames Booth2015-03-234-3/+37
|/ /
* | Added individual options to send and request delivery receiptsJames Booth2015-03-192-4/+8
* | Added receipt.sent theme settingJames Booth2015-03-152-62/+67
* | Added basic delivery receiptsJames Booth2015-03-112-1/+5
* | Added /time statusbar preferenceJames Booth2015-03-103-0/+7
* | Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280James Booth2015-03-082-0/+4
|\ \
| * | Add XEP-0280 supportOlivier LE MOAL2015-02-102-0/+4
* | | Upgrade otr warn preference, added UI theme settingsJames Booth2015-02-252-31/+17
* | | Updated default preferencesJames Booth2015-02-241-4/+13
* | | Fixed spelling.Christian Storm2015-02-171-1/+1
* | | Changed default inpblock delay to 1 secondJames Booth2015-02-101-1/+1
* | | Updated copyrightJames Booth2015-02-108-8/+8
|/ /
* | Free theme list after useJames Booth2015-02-091-1/+3
* | Renamed command group presence->presences to avoid clashJames Booth2015-01-281-1/+1
|/
* Simplified autocompleters and command historyJames Booth2015-01-164-6/+6
* eval_password code is now in cmd_connect so that it can be changedWill Song2015-01-121-10/+0
* Removed unused include, free eval_passwordJames Booth2015-01-132-1/+1
* Merge remote-tracking branch 'peterlvilim/keyring'James Booth2015-01-134-5/+46
|\
| * fgets: buffer sizePeter Vilim2015-01-071-3/+6
| * fix for fgetsPeter Vilim2015-01-071-1/+1