Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Implemented message encryption, session started with whitspace tags on first ↵ | James Booth | 2014-01-10 | 2 | -20/+8 | |
| | | | | | | | | message | |||||
* | | Added "/otr fp" to show users fingerprint | James Booth | 2014-01-10 | 4 | -11/+27 | |
| | | ||||||
* | | Show users fingerprint after generating key | James Booth | 2014-01-10 | 1 | -0/+4 | |
| | | ||||||
* | | Use data home for otr keys and fingerprints files | James Booth | 2014-01-10 | 1 | -24/+34 | |
| | | ||||||
* | | WIP - OTR support | James Booth | 2014-01-10 | 5 | -31/+109 | |
| | | ||||||
* | | Merge branch 'master' into otr | James Booth | 2014-01-08 | 5 | -129/+75 | |
|\| | ||||||
| * | Removed handle error message function from ProfWin | James Booth | 2014-01-08 | 5 | -119/+51 | |
| | | ||||||
| * | Removed print message function from ProfWin | James Booth | 2014-01-08 | 3 | -12/+26 | |
| | | ||||||
* | | Merge branch 'master' into otr | James Booth | 2014-01-05 | 15 | -575/+577 | |
|\| | ||||||
| * | Refactored roster add/update | James Booth | 2014-01-05 | 7 | -51/+49 | |
| | | ||||||
| * | Removed prof_handle group functions | James Booth | 2014-01-05 | 5 | -54/+14 | |
| | | ||||||
| * | Removed roster_list dependency on xmpp module | James Booth | 2014-01-05 | 3 | -30/+22 | |
| | | ||||||
| * | Refactored roster_change_name | James Booth | 2014-01-05 | 3 | -13/+14 | |
| | | ||||||
| * | Removed unused function prototype | James Booth | 2014-01-05 | 1 | -1/+0 | |
| | | ||||||
| * | Removed unused function prototype | James Booth | 2014-01-05 | 1 | -1/+0 | |
| | | ||||||
| * | Removed prof_handle_disconnect | James Booth | 2014-01-05 | 3 | -14/+7 | |
| | | ||||||
| * | Removed unused function prototype | James Booth | 2014-01-05 | 1 | -1/+0 | |
| | | ||||||
| * | Moved roster handlers to server_events | James Booth | 2014-01-05 | 5 | -29/+32 | |
| | | ||||||
| * | Moved presence handlers to server_events | James Booth | 2014-01-05 | 5 | -162/+165 | |
| | | ||||||
| * | Moved messages handlers to server_events | James Booth | 2014-01-05 | 5 | -135/+137 | |
| | | ||||||
| * | Moved handle_room_list and handle_disco_items to server_events | James Booth | 2014-01-05 | 5 | -18/+18 | |
| | | ||||||
| * | Moved handle_disco_info to server_events | James Booth | 2014-01-05 | 5 | -10/+9 | |
| | | ||||||
| * | Moved handle_software_version_result to server_events | James Booth | 2014-01-05 | 5 | -12/+11 | |
| | | ||||||
| * | Moved handle_lost_connection and handle_failed_login to server_events | James Booth | 2014-01-05 | 5 | -25/+25 | |
| | | ||||||
| * | Moved handle_login_account_success to server_events | James Booth | 2014-01-05 | 5 | -19/+23 | |
| | | ||||||
| * | Added server_events.c | James Booth | 2014-01-05 | 4 | -17/+71 | |
| | | ||||||
| * | Renamed roster_add_new -> roster_send_add_new | James Booth | 2014-01-05 | 4 | -7/+4 | |
| | | ||||||
* | | Merge branch 'master' into otr | James Booth | 2014-01-05 | 2 | -32/+33 | |
|\| | | | | | | | | | Conflicts: .gitignore | |||||
| * | Added contact presence offline test | James Booth | 2014-01-05 | 1 | -3/+3 | |
| | | ||||||
| * | Refactored contact display string | James Booth | 2014-01-05 | 1 | -6/+3 | |
| | | ||||||
| * | fixed segfault when home directory doesn't exist | Dmitry Podgorny | 2014-01-03 | 1 | -27/+31 | |
| | | ||||||
* | | Merge branch 'master' into otr | James Booth | 2014-01-03 | 1 | -4/+2 | |
|\| | | | | | | | | | Conflicts: configure.ac | |||||
| * | Tidied navigation help | James Booth | 2014-01-02 | 1 | -4/+2 | |
| | | | | | | | | | | | | Conflicts: src/ui/console.c | |||||
* | | Merge branch 'master' into otr | James Booth | 2014-01-02 | 21 | -792/+1146 | |
|\| | | | | | | | | | Conflicts: Makefile.am | |||||
| * | Added full stop to /help help summary | James Booth | 2014-01-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | Conflicts: src/command/command.c | |||||
| * | Added full stop to /grlog help summary | James Booth | 2014-01-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | Conflicts: src/command/command.c | |||||
| * | Added full stop to /help service summary | James Booth | 2014-01-02 | 1 | -1/+1 | |
| | | ||||||
| * | Added full stop to /chlog help summary | James Booth | 2014-01-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | Conflicts: src/command/command.c | |||||
| * | Added full stop to /about help summary | James Booth | 2014-01-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | Conflicts: src/command/command.c | |||||
| * | Merge remote-tracking branch 'louiecaulfield/master' | James Booth | 2013-12-29 | 3 | -7/+7 | |
| |\ | ||||||
| | * | src/ui/core.c: Removed duplicate const keyword | Jasper van Bourgognie | 2013-12-27 | 1 | -4/+4 | |
| | | | ||||||
| | * | Fixed types of presence variables to resource_presence_type (avoid useless ↵ | Jasper van Bourgognie | 2013-12-27 | 2 | -3/+3 | |
| | | | | | | | | | | | | and implicit casts) | |||||
| * | | Removed wins_refresh_console when not required for /sub command output | James Booth | 2013-12-27 | 1 | -2/+0 | |
| | | | | | | | | | | | | Implicitly called by cons_show | |||||
| * | | Added /sub command test | James Booth | 2013-12-27 | 1 | -1/+1 | |
| |/ | ||||||
| * | Test for presence update when changing priority | James Booth | 2013-12-27 | 1 | -1/+2 | |
| | | ||||||
| * | Changed messages on invalid priorities | James Booth | 2013-12-27 | 1 | -4/+4 | |
| | | ||||||
| * | Added mock_accounts and fixed tests | James Booth | 2013-12-26 | 3 | -99/+141 | |
| | | ||||||
| * | Bind remaining ui functions in main.c | James Booth | 2013-12-23 | 6 | -40/+67 | |
| | | ||||||
| * | Bind console functions in main.c | James Booth | 2013-12-23 | 3 | -64/+68 | |
| | | ||||||
| * | Bind ui core functions in main.c | James Booth | 2013-12-22 | 3 | -81/+78 | |
| | |