about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Applied coding style to src/ui/James Booth2015-10-2510-192/+191
|
* Applied coding style to src/ui/core.cJames Booth2015-10-251-114/+113
|
* Applied coding style to src/ui/console.cJames Booth2015-10-251-15/+15
|
* Applied coding style to src/ui/buffer.h src/ui/buffer.cJames Booth2015-10-252-6/+5
|
* Applied coding style to src/tools/James Booth2015-10-256-33/+33
|
* Applied coding style to src/pgp/James Booth2015-10-252-31/+30
|
* Applied coding style to src/otr/James Booth2015-10-255-64/+63
|
* Applied coding style to src/event/James Booth2015-10-256-88/+86
|
* Applied coding style to src/config/James Booth2015-10-256-55/+57
|
* Applied coding style to account.hJames Booth2015-10-251-43/+43
|
* Applied coding style to accounts.cJames Booth2015-10-251-50/+50
|
* Applied coding style to account.hJames Booth2015-10-251-7/+7
|
* Applied coding style to account.cJames Booth2015-10-251-8/+8
|
* Applied coding style to commands.hJames Booth2015-10-251-85/+85
|
* Applied coding style to commands.cJames Booth2015-10-251-95/+94
|
* Applied coding style to command.hJames Booth2015-10-251-9/+9
|
* Applied coding style to command.cJames Booth2015-10-251-110/+110
|
* Merge remote-tracking branch 'jubalh/jub'James Booth2015-10-2418-191/+183
|\
| * Remove trailing whitespacesMichael Vetter2015-10-212-2/+2
| |
| * Use consistent style for pointersMichael Vetter2015-10-2110-148/+148
| |
| * Create is_notify_enabled functionMichael Vetter2015-10-124-24/+22
| | | | | | | | | | The same code was used on two different occasions. I put it into a function.
| * Undefine argument listMichael Vetter2015-10-121-0/+1
| | | | | | | | Call va_end() to correclty stop using the argument list.
| * Reduce scope of variables in ui/coreMichael Vetter2015-10-122-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 pcontactMichael Vetter2015-10-091-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.cJames Booth2015-10-191-16/+3
| |
* | Force tls on all connections, add tls policy account propertyJames Booth2015-10-1819-42/+190
| |
* | Removed --disable-tls command line optionJames Booth2015-10-187-22/+11
| |
* | Renamed PREF_CERT_PATH -> PREF_TLS_CERTPATHJames Booth2015-10-184-8/+8
| |
* | Added /script autocompletionJames Booth2015-10-171-2/+59
| |
* | Implemented /script showJames Booth2015-10-176-1/+64
| |
* | Implemented /script listJames Booth2015-10-177-5/+53
| |
* | Added /script runJames Booth2015-10-153-2/+50
| |
* | Allow /lastactivity on|off when not connectedJames Booth2015-10-151-4/+4
| |
* | Add ability to script commands after connectJames Booth2015-10-1518-25/+230
| |
* | Updated CHANGELOGJames Booth2015-10-141-0/+1
| |
* | Added /lastactivity on|offJames Booth2015-10-143-5/+19
| |
* | Send service-unavailable when lastactivity disabledJames Booth2015-10-141-2/+30
| |
* | Use lastactivity preference for presence updatesJames Booth2015-10-142-3/+16
| |
* | Added lastactivity preferenceJames Booth2015-10-142-0/+5
| |
* | Moved idle time check for last activityJames Booth2015-10-142-11/+11
| |
* | Added TLS show to UI preferencesJames Booth2015-10-143-1/+14
| |
* | Updated themesJames Booth2015-10-143-0/+3
| |
* | Add preference for showing TLS indicator in titlebarJames Booth2015-10-146-3/+19
| | | | | | | | Issue #616
* | Title bar TLS indicatorJames Booth2015-10-149-22/+94
| | | | | | | | Issue #616
* | Fixed closing room config windowsJames Booth2015-10-131-1/+4
| |
* | Merge pull request #633 from sirdiego/masterJames Booth2015-10-131-2/+2
|\ \ | | | | | | updated intaller to clone libmsode over https
| * | updated intaller to clone libmsode over httpsTim Spiekerkötter2015-10-011-2/+2
| | |
* | | Merge remote-tracking branch 'halfur/master' into apt-getJames Booth2015-10-131-6/+13
|\ \ \
| * | | Add check for existing apt-cyg in cyg_prepare() and extract installation ↵Lennart Bentz2015-10-061-6/+13
| |/ / | | | | | | | | | method into separate function cyg_install_apt_cyg()
* | | functionaltests: user ip address for server on connectJames Booth2015-10-132-2/+2
| | |