Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Applied coding style to commands.c | James Booth | 2015-10-25 | 1 | -95/+94 | |
| | ||||||
* | 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 | 18 | -191/+183 | |
|\ | ||||||
| * | Remove trailing whitespaces | Michael Vetter | 2015-10-21 | 2 | -2/+2 | |
| | | ||||||
| * | 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. | |||||
* | | Fixed test_cmd_rooms.c | James Booth | 2015-10-19 | 1 | -16/+3 | |
| | | ||||||
* | | Force tls on all connections, add tls policy account property | James Booth | 2015-10-18 | 19 | -42/+190 | |
| | | ||||||
* | | Removed --disable-tls command line option | James Booth | 2015-10-18 | 7 | -22/+11 | |
| | | ||||||
* | | 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 | 6 | -1/+64 | |
| | | ||||||
* | | Implemented /script list | James Booth | 2015-10-17 | 7 | -5/+53 | |
| | | ||||||
* | | 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 | 18 | -25/+230 | |
| | | ||||||
* | | Updated CHANGELOG | James Booth | 2015-10-14 | 1 | -0/+1 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | Updated themes | James Booth | 2015-10-14 | 3 | -0/+3 | |
| | | ||||||
* | | 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 | 9 | -22/+94 | |
| | | | | | | | | Issue #616 | |||||
* | | Fixed closing room config windows | James Booth | 2015-10-13 | 1 | -1/+4 | |
| | | ||||||
* | | Merge pull request #633 from sirdiego/master | James Booth | 2015-10-13 | 1 | -2/+2 | |
|\ \ | | | | | | | updated intaller to clone libmsode over https | |||||
| * | | updated intaller to clone libmsode over https | Tim Spiekerkötter | 2015-10-01 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'halfur/master' into apt-get | James Booth | 2015-10-13 | 1 | -6/+13 | |
|\ \ \ | ||||||
| * | | | Add check for existing apt-cyg in cyg_prepare() and extract installation ↵ | Lennart Bentz | 2015-10-06 | 1 | -6/+13 | |
| |/ / | | | | | | | | | | method into separate function cyg_install_apt_cyg() | |||||
* | | | functionaltests: user ip address for server on connect | James Booth | 2015-10-13 | 2 | -2/+2 | |
| | | | ||||||
* | | | functionaltests: reset connect wait to 30 secs | James Booth | 2015-10-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | functionaltests: Doubled libexpect timeout for connect | James Booth | 2015-10-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | Doubled expect timeout for connect in tests, removed libuuid from travis build | James Booth | 2015-10-13 | 2 | -2/+2 | |
| | | | ||||||
* | | | Fixed tests | James Booth | 2015-10-12 | 1 | -0/+7 | |
| | | | ||||||
* | | | Use libstrophe/libmesode uuid generator | James Booth | 2015-10-12 | 5 | -17/+25 | |
| |/ |/| | ||||||
* | | 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 | 2 | -2/+8 | |
| | ||||||
* | Updated themes | James Booth | 2015-09-30 | 3 | -4/+19 | |
| | ||||||
* | Fixed functional tests | James Booth | 2015-09-30 | 1 | -3/+13 | |
| | ||||||
* | Added time format perferences per window type | James Booth | 2015-09-30 | 8 | -61/+279 | |
| | ||||||
* | Updated CHANGELOG | James Booth | 2015-09-30 | 1 | -0/+1 | |
| | ||||||
* | 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 | 9 | -28/+81 | |
| |