about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-2416-189/+181
|\
| * 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.
* | Force tls on all connections, add tls policy account propertyJames Booth2015-10-1811-24/+171
| |
* | Removed --disable-tls command line optionJames Booth2015-10-185-16/+9
| |
* | 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-175-1/+63
| |
* | Implemented /script listJames Booth2015-10-176-5/+52
| |
* | 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-1512-9/+210
| |
* | 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
| |
* | Add preference for showing TLS indicator in titlebarJames Booth2015-10-146-3/+19
| | | | | | | | Issue #616
* | Title bar TLS indicatorJames Booth2015-10-148-20/+92
| | | | | | | | Issue #616
* | Fixed closing room config windowsJames Booth2015-10-131-1/+4
| |
* | Use libstrophe/libmesode uuid generatorJames Booth2015-10-123-8/+19
|/
* Fixed resize during password and tls commandsJames Booth2015-10-061-0/+2
|
* Updated theme template, changed default lastactivity formatJames Booth2015-09-301-1/+1
|
* Added time format perferences per window typeJames Booth2015-09-308-61/+279
|
* Fixed spellingJames Booth2015-09-301-1/+1
|
* Added jabber:iq:last to capabilitiesJames Booth2015-09-293-11/+17
|
* Added last activity time format optionJames Booth2015-09-298-28/+80
|
* Use more specific messages for last activity responsesJames Booth2015-09-291-6/+30
|
* Unmap key sequence Alt+=James Booth2015-09-291-0/+3
| | | | Fixes #629
* Fix last active queryJames Booth2015-09-292-12/+5
|
* WIP: Added last activity request and responseJames Booth2015-09-2910-2/+210
|
* Increased help examples sizeJames Booth2015-09-281-1/+1
|
* Added contact OTR policy to helpJames Booth2015-09-281-17/+21
|
* Added missing account properties to /account renameJames Booth2015-09-281-29/+26
|
* Removed old code to fix legacy accountsJames Booth2015-09-281-58/+2
|
* Include last activity in initial presenceJames Booth2015-09-275-6/+40
|
* Added auto xa option, tidied autoaway codeJames Booth2015-09-2711-179/+315
|
* Fixed spelling mistakeJames Booth2015-09-271-2/+2
|
* Tidied autoaway codeJames Booth2015-09-251-22/+20
|
* Allow autoaway when status is dndJames Booth2015-09-251-1/+4
|
* Set status to what it was before autoawayJames Booth2015-09-253-9/+12
|