Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ui_smp_recipient_initiated_q takes ProfChatWin | James Booth | 2015-10-26 | 5 | -14/+18 |
| | |||||
* | ui_smp_recipient_initiated takes ProfChatWin | James Booth | 2015-10-26 | 5 | -9/+16 |
| | |||||
* | Add assert checks for ProfChatWin functions | James Booth | 2015-10-26 | 1 | -0/+7 |
| | |||||
* | ui_gone_insecure takes ProfChatWin | James Booth | 2015-10-26 | 5 | -14/+14 |
| | |||||
* | ui_gone_secure takes ProfChatWin | James Booth | 2015-10-26 | 5 | -17/+15 |
| | |||||
* | ui_message_receipt takes ProfChatWin | James Booth | 2015-10-26 | 4 | -9/+10 |
| | |||||
* | Removed ui_chat_win_exists | James Booth | 2015-10-26 | 6 | -17/+14 |
| | |||||
* | Extracted chatwin.c | James Booth | 2015-10-26 | 3 | -410/+456 |
| | |||||
* | Merge remote-tracking branch 'jubalh/compwarn' | James Booth | 2015-10-26 | 1 | -1/+1 |
|\ | |||||
| * | Get rid of compiler warning concerning NULL pointer | Michael Vetter | 2015-10-26 | 1 | -1/+1 |
| | | | | | | | | Casting the into correct type. | ||||
* | | Merge remote-tracking branch 'jubalh/resleak' | James Booth | 2015-10-26 | 1 | -0/+1 |
|\ \ | |||||
| * | | Fix resource leak | Michael Vetter | 2015-10-26 | 1 | -0/+1 |
| |/ | | | | | | | Run fclose after fopen in unittests. | ||||
* | | Merge remote-tracking branch 'jubalh/ptr_fix' | James Booth | 2015-10-26 | 3 | -3/+0 |
|\ \ | |||||
| * | | Fix pointer dereferencing | Michael Vetter | 2015-10-26 | 3 | -3/+0 |
| |/ | | | | | | | Setting the pointer to NULL had no effect outside the function so far. | ||||
* / | Removed ui_about() function | James Booth | 2015-10-26 | 4 | -10/+2 |
|/ | |||||
* | Fixed spelling mistake | James Booth | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | Applied coding style to src/ | James Booth | 2015-10-26 | 18 | -290/+271 |
| | |||||
* | Applied coding style to src/xmpp/ | James Booth | 2015-10-26 | 14 | -555/+530 |
| | |||||
* | Applied coding style to src/ui/ | James Booth | 2015-10-25 | 10 | -192/+191 |
| | |||||
* | Applied coding style to src/ui/core.c | James Booth | 2015-10-25 | 1 | -114/+113 |
| | |||||
* | Applied coding style to src/ui/console.c | James Booth | 2015-10-25 | 1 | -15/+15 |
| | |||||
* | Applied coding style to src/ui/buffer.h src/ui/buffer.c | James Booth | 2015-10-25 | 2 | -6/+5 |
| | |||||
* | Applied coding style to src/tools/ | James Booth | 2015-10-25 | 6 | -33/+33 |
| | |||||
* | Applied coding style to src/pgp/ | James Booth | 2015-10-25 | 2 | -31/+30 |
| | |||||
* | Applied coding style to src/otr/ | James Booth | 2015-10-25 | 5 | -64/+63 |
| | |||||
* | Applied coding style to src/event/ | James Booth | 2015-10-25 | 6 | -88/+86 |
| | |||||
* | Applied coding style to src/config/ | James Booth | 2015-10-25 | 6 | -55/+57 |
| | |||||
* | Applied coding style to account.h | James Booth | 2015-10-25 | 1 | -43/+43 |
| | |||||
* | Applied coding style to accounts.c | James Booth | 2015-10-25 | 1 | -50/+50 |
| | |||||
* | Applied coding style to account.h | James Booth | 2015-10-25 | 1 | -7/+7 |
| | |||||
* | Applied coding style to account.c | James Booth | 2015-10-25 | 1 | -8/+8 |
| | |||||
* | Applied coding style to commands.h | James Booth | 2015-10-25 | 1 | -85/+85 |
| | |||||
* | 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 |
| | |