Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Renamed fingerprint command, updated help | James Booth | 2014-01-11 | 2 | -6/+7 | |
| | | ||||||
| * | Added [OTR] and (trusted/untrusted) to titlebar for OTR sessions | James Booth | 2014-01-11 | 5 | -0/+17 | |
| | | ||||||
| * | Refactored setting window recipient | James Booth | 2014-01-11 | 2 | -32/+30 | |
| | | ||||||
| * | Use version 1 query to start OTR session | James Booth | 2014-01-11 | 1 | -0/+2 | |
| | | ||||||
| * | Require '/otr start' from both parties before encryption used both ways | James Booth | 2014-01-11 | 9 | -18/+114 | |
| | | ||||||
| * | Load OTR private key on connect, gen command checks if already generated | James Booth | 2014-01-11 | 4 | -25/+102 | |
| | | ||||||
| * | 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 | 7 | -130/+76 | |
| |\ | |/ |/| | ||||||
* | | Removed handle error message function from ProfWin | James Booth | 2014-01-08 | 6 | -120/+51 | |
| | | ||||||
* | | Removed print message function from ProfWin | James Booth | 2014-01-08 | 3 | -12/+26 | |
| | | ||||||
* | | Added clean.sh to gitignore | James Booth | 2014-01-08 | 1 | -0/+1 | |
| | | ||||||
| * | Merge branch 'master' into otr | James Booth | 2014-01-05 | 17 | -627/+630 | |
| |\ | |/ |/| | ||||||
* | | Refactored roster add/update | James Booth | 2014-01-05 | 8 | -103/+101 | |
| | | ||||||
* | | 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 | 5 | -17/+72 | |
| | | ||||||
* | | 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 | 3 | -26/+0 | |
| |\ | |/ |/| | ||||||
* | | Removed roster_list tests covered by contact tests | James Booth | 2014-01-05 | 3 | -26/+0 | |
| | | ||||||
| * | Merge branch 'master' into otr | James Booth | 2014-01-05 | 7 | -32/+498 | |
| |\ | |/ |/| | | | | | Conflicts: .gitignore | |||||
* | | Added contact tests | James Booth | 2014-01-05 | 3 | -0/+325 | |
| | | ||||||
* | | Added contact presence offline test | James Booth | 2014-01-05 | 4 | -3/+18 | |
| | | ||||||
* | | Refactored contact display string | James Booth | 2014-01-05 | 1 | -6/+3 | |
| | | ||||||
* | | Added tests for contact type | James Booth | 2014-01-05 | 4 | -0/+118 | |
| | | ||||||
* | | Merge remote-tracking branch 'pasis/iss270' | James Booth | 2014-01-03 | 1 | -27/+31 | |
|\ \ | ||||||
| * | | fixed segfault when home directory doesn't exist | Dmitry Podgorny | 2014-01-03 | 1 | -27/+31 | |
| | | | ||||||
* | | | Updated .gitignore | James Booth | 2014-01-03 | 1 | -0/+7 | |
|/ / | ||||||
| * | Merge branch 'master' into otr | James Booth | 2014-01-03 | 2 | -81/+118 | |
| |\ | |/ |/| | | | | | Conflicts: configure.ac | |||||
* | | Merge remote-tracking branch 'pasis/iss269' | James Booth | 2014-01-03 | 1 | -70/+113 | |
|\ \ | | | | | | | | | | | | | Conflicts: configure.ac | |||||
| * | | configure.ac: added check for expat without pkg-config | Dmitry Podgorny | 2014-01-02 | 1 | -13/+24 | |
| | | | | | | | | | | | | and some refactoring | |||||
| * | | configure.ac: removed autoconf version check | Dmitry Podgorny | 2014-01-02 | 1 | -1/+0 | |
| | | | | | | | | | | | | autoconf-2.63 works well | |||||
| * | | configure.ac: glib must be at least 2.26 | Dmitry Podgorny | 2014-01-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | Profanity uses GDateTime structure that appeared in glib-2.26. | |||||
| * | | configure.ac: added check for wget_wch support | Dmitry Podgorny | 2013-12-31 | 1 | -14/+40 | |
| | | |