Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Applied coding style to command.h | James Booth | 2015-10-25 | 1 | -9/+9 | |
| | ||||||
* | Applied coding style to command.c | James Booth | 2015-10-25 | 1 | -110/+110 | |
| | ||||||
* | Merge remote-tracking branch 'jubalh/jub' | James Booth | 2015-10-24 | 16 | -189/+181 | |
|\ | ||||||
| * | Use consistent style for pointers | Michael Vetter | 2015-10-21 | 10 | -148/+148 | |
| | | ||||||
| * | Create is_notify_enabled function | Michael Vetter | 2015-10-12 | 4 | -24/+22 | |
| | | | | | | | | | | The same code was used on two different occasions. I put it into a function. | |||||
| * | Undefine argument list | Michael Vetter | 2015-10-12 | 1 | -0/+1 | |
| | | | | | | | | Call va_end() to correclty stop using the argument list. | |||||
| * | Reduce scope of variables in ui/core | Michael Vetter | 2015-10-12 | 2 | -11/+7 | |
| | | | | | | | | | | Not as important as the other one (where there was a double declaration). But for the sake of consistency. | |||||
| * | Remove double declaration and reduce scope of pcontact | Michael Vetter | 2015-10-09 | 1 | -6/+3 | |
| | | | | | | | | | | | | | | | | | | | | In command/commands.c you declare pcontact at the top of the function. Later in one case you declare it again and use it in a small scope. And in the same function you use it again this time from the first declaration. I think you intended only declaring it one time. At first I thought about top of the function because its easier to find. Then I saw that you declare "Jid jid" not at the top too, and I think for the sake of reducing scope it is better. So I went for this approach. | |||||
* | | Force tls on all connections, add tls policy account property | James Booth | 2015-10-18 | 11 | -24/+171 | |
| | | ||||||
* | | Removed --disable-tls command line option | James Booth | 2015-10-18 | 5 | -16/+9 | |
| | | ||||||
* | | Renamed PREF_CERT_PATH -> PREF_TLS_CERTPATH | James Booth | 2015-10-18 | 4 | -8/+8 | |
| | | ||||||
* | | Added /script autocompletion | James Booth | 2015-10-17 | 1 | -2/+59 | |
| | | ||||||
* | | Implemented /script show | James Booth | 2015-10-17 | 5 | -1/+63 | |
| | | ||||||
* | | Implemented /script list | James Booth | 2015-10-17 | 6 | -5/+52 | |
| | | ||||||
* | | Added /script run | James Booth | 2015-10-15 | 3 | -2/+50 | |
| | | ||||||
* | | Allow /lastactivity on|off when not connected | James Booth | 2015-10-15 | 1 | -4/+4 | |
| | | ||||||
* | | Add ability to script commands after connect | James Booth | 2015-10-15 | 12 | -9/+210 | |
| | | ||||||
* | | Added /lastactivity on|off | James Booth | 2015-10-14 | 3 | -5/+19 | |
| | | ||||||
* | | Send service-unavailable when lastactivity disabled | James Booth | 2015-10-14 | 1 | -2/+30 | |
| | | ||||||
* | | Use lastactivity preference for presence updates | James Booth | 2015-10-14 | 2 | -3/+16 | |
| | | ||||||
* | | Added lastactivity preference | James Booth | 2015-10-14 | 2 | -0/+5 | |
| | | ||||||
* | | Moved idle time check for last activity | James Booth | 2015-10-14 | 2 | -11/+11 | |
| | | ||||||
* | | Added TLS show to UI preferences | James Booth | 2015-10-14 | 3 | -1/+14 | |
| | | ||||||
* | | Add preference for showing TLS indicator in titlebar | James Booth | 2015-10-14 | 6 | -3/+19 | |
| | | | | | | | | Issue #616 | |||||
* | | Title bar TLS indicator | James Booth | 2015-10-14 | 8 | -20/+92 | |
| | | | | | | | | Issue #616 | |||||
* | | Fixed closing room config windows | James Booth | 2015-10-13 | 1 | -1/+4 | |
| | | ||||||
* | | Use libstrophe/libmesode uuid generator | James Booth | 2015-10-12 | 3 | -8/+19 | |
|/ | ||||||
* | Fixed resize during password and tls commands | James Booth | 2015-10-06 | 1 | -0/+2 | |
| | ||||||
* | Updated theme template, changed default lastactivity format | James Booth | 2015-09-30 | 1 | -1/+1 | |
| | ||||||
* | Added time format perferences per window type | James Booth | 2015-09-30 | 8 | -61/+279 | |
| | ||||||
* | Fixed spelling | James Booth | 2015-09-30 | 1 | -1/+1 | |
| | ||||||
* | Added jabber:iq:last to capabilities | James Booth | 2015-09-29 | 3 | -11/+17 | |
| | ||||||
* | Added last activity time format option | James Booth | 2015-09-29 | 8 | -28/+80 | |
| | ||||||
* | Use more specific messages for last activity responses | James Booth | 2015-09-29 | 1 | -6/+30 | |
| | ||||||
* | Unmap key sequence Alt+= | James Booth | 2015-09-29 | 1 | -0/+3 | |
| | | | | Fixes #629 | |||||
* | Fix last active query | James Booth | 2015-09-29 | 2 | -12/+5 | |
| | ||||||
* | WIP: Added last activity request and response | James Booth | 2015-09-29 | 10 | -2/+210 | |
| | ||||||
* | Increased help examples size | James Booth | 2015-09-28 | 1 | -1/+1 | |
| | ||||||
* | Added contact OTR policy to help | James Booth | 2015-09-28 | 1 | -17/+21 | |
| | ||||||
* | Added missing account properties to /account rename | James Booth | 2015-09-28 | 1 | -29/+26 | |
| | ||||||
* | Removed old code to fix legacy accounts | James Booth | 2015-09-28 | 1 | -58/+2 | |
| | ||||||
* | Include last activity in initial presence | James Booth | 2015-09-27 | 5 | -6/+40 | |
| | ||||||
* | Added auto xa option, tidied autoaway code | James Booth | 2015-09-27 | 11 | -179/+315 | |
| | ||||||
* | Fixed spelling mistake | James Booth | 2015-09-27 | 1 | -2/+2 | |
| | ||||||
* | Tidied autoaway code | James Booth | 2015-09-25 | 1 | -22/+20 | |
| | ||||||
* | Allow autoaway when status is dnd | James Booth | 2015-09-25 | 1 | -1/+4 | |
| | ||||||
* | Set status to what it was before autoaway | James Booth | 2015-09-25 | 3 | -9/+12 | |
| | ||||||
* | Send current presence when autoaway mode idle | James Booth | 2015-09-25 | 1 | -1/+1 | |
| | ||||||
* | Include last activity with autoaway mode away | James Booth | 2015-09-25 | 1 | -1/+1 | |
| | ||||||
* | Removed redundant last activity setter | James Booth | 2015-09-25 | 1 | -1/+0 | |
| |