Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put ifdef around tray.h functions | Michael Vetter | 2019-10-29 | 2 | -9/+8 |
* | Remove not neede gtk_init() in tray.c | Michael Vetter | 2019-10-29 | 1 | -1/+0 |
* | Remove comments | Michael Vetter | 2019-10-29 | 1 | -6/+0 |
* | Dont use clipboard_init yet | Michael Vetter | 2019-10-29 | 2 | -1/+4 |
* | Send clipboard via /paste | Michael Vetter | 2019-10-29 | 1 | -2/+34 |
* | Add clipboard feature | Michael Vetter | 2019-10-29 | 5 | -0/+137 |
* | Update chat_log_pgp_msg_out() usage | Michael Vetter | 2019-10-29 | 1 | -6/+6 |
* | Two carbon logging changes | Michael Vetter | 2019-10-29 | 1 | -27/+38 |
* | Also log sv_ev_delayed_private_message | Michael Vetter | 2019-10-29 | 1 | -0/+1 |
* | Set mucuser in carbon case | Michael Vetter | 2019-10-29 | 1 | -0/+8 |
* | Actually log MUC PM messages | Michael Vetter | 2019-10-28 | 5 | -28/+33 |
* | Remove not neede free | Michael Vetter | 2019-10-25 | 1 | -1/+0 |
* | Remove /leave command | Michael Vetter | 2019-10-22 | 2 | -27/+0 |
* | Make prof_identifier const | Michael Vetter | 2019-10-22 | 1 | -1/+1 |
* | Display ownership of connection_get_profanity_identifier | Michael Vetter | 2019-10-22 | 2 | -2/+2 |
* | Use UUID in origin-id and id | Michael Vetter | 2019-10-22 | 2 | -11/+11 |
* | Change default text colors to default (#1213) | Martin | 2019-10-22 | 1 | -8/+8 |
* | Make sure date vars are initialized | Michael Vetter | 2019-10-21 | 1 | -3/+3 |
* | Properly display chatwin history | Michael Vetter | 2019-10-21 | 2 | -5/+10 |
* | Remove old comment | Michael Vetter | 2019-10-21 | 1 | -1/+0 |
* | Merge pull request #1209 from jubalh/feature/xep-0359 | Michael Vetter | 2019-10-21 | 18 | -117/+263 |
|\ | |||||
| * | Set prof_ident to NULL after free | Michael Vetter | 2019-10-21 | 1 | -1/+2 |
| * | Rename _calculate_identifier to _compute_identifier | Michael Vetter | 2019-10-20 | 1 | -3/+3 |
| * | Rename random_bytes to profanity_instance_id | Michael Vetter | 2019-10-19 | 1 | -6/+6 |
| * | Fix which message we want to log | Michael Vetter | 2019-10-19 | 1 | -5/+3 |
| * | Free hmac and msgid | Michael Vetter | 2019-10-19 | 2 | -3/+7 |
| * | Free prof_identifier in case of reconnect | Michael Vetter | 2019-10-19 | 1 | -0/+3 |
| * | Move ProfMessage and message_is_sent_by_us to xmpp | Michael Vetter | 2019-10-19 | 2 | -23/+24 |
| * | Change origin-id/id algo | Michael Vetter | 2019-10-18 | 2 | -14/+29 |
| * | Move message sent by us logic in own function | Michael Vetter | 2019-10-18 | 3 | -12/+21 |
| * | sv_ev_room_message: log in all cases if not our client | Michael Vetter | 2019-10-18 | 1 | -14/+13 |
| * | sv_ev_room_message: check if message->id is not NULL | Michael Vetter | 2019-10-18 | 1 | -1/+1 |
| * | Add connection_get_profanity_identifier stub | Michael Vetter | 2019-10-18 | 3 | -3/+3 |
| * | Add XEP-0359 to capabilities | Michael Vetter | 2019-10-18 | 1 | -0/+1 |
| * | Log incoming MUC messages if origin-id sais they dont come from us | Michael Vetter | 2019-10-18 | 3 | -12/+29 |
| * | Remove prefix from stanza id | Michael Vetter | 2019-10-17 | 10 | -64/+64 |
| * | Change algo for connection_create_stanza_id() | Michael Vetter | 2019-10-17 | 1 | -7/+11 |
| * | Change connection_create_stanza_id() | Michael Vetter | 2019-10-17 | 1 | -11/+11 |
| * | Calculate identifier upon connect | Michael Vetter | 2019-10-16 | 1 | -5/+28 |
| * | Rename identification file | Michael Vetter | 2019-10-16 | 2 | -2/+4 |
| * | Use random string for random-bytes identifier | Michael Vetter | 2019-10-16 | 1 | -4/+5 |
| * | Move code from jid_random_resource() into own function | Michael Vetter | 2019-10-16 | 3 | -12/+26 |
| * | Create random-bytes file | Michael Vetter | 2019-10-16 | 2 | -0/+54 |
* | | plugins/python: fix double _XOPEN_SOURCE definition | Dmitry Podgorny | 2019-10-15 | 2 | -0/+2 |
|/ | |||||
* | Null-set account struct | Michael Vetter | 2019-10-14 | 1 | -0/+1 |
* | Fix memory leak in cmd_join() | Dmitry Podgorny | 2019-10-14 | 1 | -1/+3 |
* | Add option to hilight unread rooms in /wins command | Michael Vetter | 2019-10-12 | 3 | -1/+8 |
* | Make cmd_account safer | Michael Vetter | 2019-10-10 | 1 | -2/+6 |
* | Sort includes in python_api.c | Michael Vetter | 2019-10-07 | 1 | -5/+2 |
* | Improve MUC 1:1 logging | Michael Vetter | 2019-10-07 | 3 | -25/+84 |