Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add preference for showing TLS indicator in titlebar | James Booth | 2015-10-14 | 1 | -1/+1 | |
| | | | | | | | | Issue #616 | |||||
* | | Title bar TLS indicator | James Booth | 2015-10-14 | 5 | -15/+86 | |
|/ | | | | Issue #616 | |||||
* | Fixed resize during password and tls commands | James Booth | 2015-10-06 | 1 | -0/+2 | |
| | ||||||
* | Added time format perferences per window type | James Booth | 2015-09-30 | 3 | -12/+84 | |
| | ||||||
* | Added last activity time format option | James Booth | 2015-09-29 | 2 | -14/+11 | |
| | ||||||
* | Unmap key sequence Alt+= | James Booth | 2015-09-29 | 1 | -0/+3 | |
| | | | | Fixes #629 | |||||
* | Added auto xa option, tidied autoaway code | James Booth | 2015-09-27 | 3 | -41/+31 | |
| | ||||||
* | Set status to what it was before autoaway | James Booth | 2015-09-25 | 2 | -5/+4 | |
| | ||||||
* | Prompt user to allow or deny untrusted TLS certificates | James Booth | 2015-09-22 | 4 | -0/+25 | |
| | ||||||
* | Moved /winstidy command to /wins autotidy | James Booth | 2015-09-19 | 1 | -2/+2 | |
| | ||||||
* | PGP: UI tweaks for passphrase request | James Booth | 2015-09-01 | 2 | -1/+4 | |
| | ||||||
* | Fixed passing from arg in PGP ask passphrase | James Booth | 2015-09-01 | 1 | -3/+3 | |
| | ||||||
* | Added UI function to get PGP passphrase | James Booth | 2015-09-01 | 2 | -3/+24 | |
| | ||||||
* | Split PGP incoming and outgoing message handling | James Booth | 2015-08-30 | 5 | -69/+76 | |
| | ||||||
* | Added /otr char and /pgp char | James Booth | 2015-08-26 | 1 | -0/+6 | |
| | ||||||
* | Added preference for encryption char | James Booth | 2015-08-26 | 2 | -4/+4 | |
| | ||||||
* | Display special char for encrypted messages | James Booth | 2015-08-26 | 4 | -12/+28 | |
| | ||||||
* | Leave chat rooms before receiving self unavailable presence | James Booth | 2015-08-23 | 1 | -0/+2 | |
| | | | | Fixes bug for servers that don't send the self presence | |||||
* | Free timestamp and id for receipts | James Booth | 2015-08-09 | 1 | -0/+1 | |
| | ||||||
* | Free timestamps and carbons stanzas | James Booth | 2015-08-09 | 1 | -3/+9 | |
| | ||||||
* | Show software version result in current window | James Booth | 2015-08-06 | 3 | -24/+53 | |
| | ||||||
* | Fix typo | brandenbyers | 2015-08-05 | 1 | -1/+1 | |
| | ||||||
* | Use id handler for software version requests, handle errors | James Booth | 2015-08-05 | 2 | -0/+19 | |
| | ||||||
* | Handle larger than line words in wrapping | James Booth | 2015-07-30 | 1 | -23/+39 | |
| | ||||||
* | Added cons_show_padded | James Booth | 2015-07-29 | 4 | -37/+54 | |
| | ||||||
* | Do not print newline when curs position 0 | James Booth | 2015-07-29 | 1 | -1/+4 | |
| | ||||||
* | Added indent padding | James Booth | 2015-07-29 | 7 | -406/+436 | |
| | ||||||
* | Retagged commands | James Booth | 2015-07-27 | 1 | -11/+10 | |
| | ||||||
* | Added tags to command definitions | James Booth | 2015-07-27 | 1 | -0/+1 | |
| | ||||||
* | Show command header in help output | James Booth | 2015-07-26 | 1 | -1/+8 | |
| | ||||||
* | Removed old command help | James Booth | 2015-07-26 | 3 | -7/+23 | |
| | ||||||
* | Updated help category output | James Booth | 2015-07-26 | 1 | -2/+2 | |
| | ||||||
* | Added connect to new help format | James Booth | 2015-07-24 | 1 | -4/+4 | |
| | ||||||
* | Moved help and about to new format | James Booth | 2015-07-23 | 2 | -0/+38 | |
| | ||||||
* | Fixed time preference display | James Booth | 2015-07-19 | 1 | -8/+4 | |
| | ||||||
* | Removed /mouse command | James Booth | 2015-07-19 | 6 | -64/+1 | |
| | ||||||
* | Allow hiding of empty presence groups: /roster {show,hide} empty (default is ↵ | Daniel | 2015-07-08 | 2 | -4/+13 | |
| | | | | show) | |||||
* | Removed subscribed check when displaying roster panel | James Booth | 2015-07-02 | 1 | -33/+31 | |
| | ||||||
* | Don't write chars during password input | James Booth | 2015-07-01 | 1 | -1/+3 | |
| | ||||||
* | Merge remote-tracking branch 'pasis/ui-ignore-EINTR' | James Booth | 2015-07-01 | 1 | -18/+7 | |
|\ | ||||||
| * | ui: Ignore EINTR in inp_readline() | Dmitry Podgorny | 2015-06-25 | 1 | -18/+7 | |
| | | | | | | | | EINTR is usual situation during resizing of terminal window. | |||||
* | | Merge remote-tracking branch 'incertia/time' | James Booth | 2015-07-01 | 3 | -48/+36 | |
|\ \ | | | | | | | | | | | | | Conflicts: src/config/preferences.c | |||||
| * | | remove memory leak from creating a gdatetime string | Will Song | 2015-05-29 | 1 | -0/+2 | |
| | | | ||||||
| * | | 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 | 18 | -1885/+1801 | |
| |\ \ | ||||||
| * | | | use custom format string for time preference | Will Song | 2015-01-27 | 2 | -10/+5 | |
| | | | | ||||||
* | | | | Use reference counts for GDateTimes #516 | James Booth | 2015-06-30 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | WIP fix for #516, needs memory cleanup | James Booth | 2015-06-29 | 4 | -34/+26 | |
| |_|/ |/| | | ||||||
* | | | Do not update UI whilst receiving password | James Booth | 2015-06-25 | 1 | -7/+0 | |
| | | |