Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set columns when running functional tests | James Booth | 2015-06-13 | 1 | -15/+54 |
| | |||||
* | Renamed otr trusted window property | James Booth | 2015-06-13 | 4 | -7/+7 |
| | |||||
* | Set default autoaway mode to off | James Booth | 2015-06-08 | 1 | -0/+1 |
| | | | | fixes #555 | ||||
* | Merge branch 'master' into stabber-tests | James Booth | 2015-06-02 | 9 | -12/+53 |
|\ | |||||
| * | Merge remote-tracking branch 'PMaynard/#551' | James Booth | 2015-06-02 | 9 | -12/+53 |
| |\ | |||||
| | * | Tidy up windows when enabling | Pete | 2015-06-01 | 1 | -0/+4 |
| | | | |||||
| | * | Merge branch '#551' of github.com:PMaynard/profanity into #551 | Pete | 2015-06-01 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Extra underline | Pete Maynard | 2015-06-01 | 1 | -1/+1 |
| | | | | |||||
| | * | | Added Theme UI option for window auto tidy | Pete | 2015-06-01 | 1 | -0/+1 |
| | |/ | |||||
| | * | Refactored 'ui_tidy_wins()' to return bool and not output text, Corrected ↵ | Pete | 2015-06-01 | 4 | -13/+10 |
| | | | | | | | | | | | | underline, removed call to function 'wins_resize_all()'. | ||||
| | * | Added window auto tidy. | Pete | 2015-05-29 | 7 | -2/+42 |
| |/ | |||||
* | | Merge branch 'master' into stabber-tests | James Booth | 2015-05-25 | 1 | -1/+1 |
|\| | |||||
| * | Added jid to OTR errors in console | James Booth | 2015-05-25 | 1 | -1/+1 |
| | | |||||
* | | Added more connect tests | James Booth | 2015-05-24 | 2 | -1/+9 |
| | | |||||
* | | Added rooms iq test | James Booth | 2015-05-24 | 3 | -2/+5 |
| | | |||||
* | | Added bad password test | James Booth | 2015-05-24 | 1 | -1/+4 |
| | | |||||
* | | Merge branch 'master' into stabber-tests | James Booth | 2015-05-17 | 1 | -14/+12 |
|\| | |||||
| * | allow enabling / disabling carbons without being connected. | Adam Ehlers Nyholm Thomsen | 2015-05-17 | 1 | -14/+12 |
| | | |||||
* | | Added initial stabber test | James Booth | 2015-05-17 | 5 | -9/+13 |
|/ | |||||
* | Tidy ui_room_message | James Booth | 2015-05-10 | 1 | -60/+62 |
| | |||||
* | Moved logic to notify_message | James Booth | 2015-05-10 | 3 | -36/+20 |
| | |||||
* | Added cl_ev_presence_send | James Booth | 2015-05-07 | 5 | -8/+18 |
| | |||||
* | Renamed presence_update -> presence_send | James Booth | 2015-05-07 | 5 | -18/+13 |
| | |||||
* | Tidied _roster_result_handler | James Booth | 2015-05-07 | 1 | -32/+30 |
| | |||||
* | Added ui_contact_online | James Booth | 2015-05-07 | 3 | -32/+39 |
| | |||||
* | Optimised occupant comparisons, create utf8 collate key once | James Booth | 2015-05-07 | 2 | -9/+7 |
| | |||||
* | Optimised contact comparisons, create utf8 collate key once | James Booth | 2015-05-07 | 3 | -13/+30 |
| | |||||
* | Set ui nonblocking on presence updates | James Booth | 2015-05-06 | 1 | -0/+6 |
| | | | | Speeds up joining rooms, and connecting. | ||||
* | Tidied form field autocompleters | James Booth | 2015-05-05 | 1 | -22/+26 |
| | |||||
* | Use null check convention in roster_list.c | James Booth | 2015-05-04 | 1 | -15/+15 |
| | |||||
* | Use null check convention in resource.c | James Booth | 2015-05-04 | 1 | -2/+2 |
| | |||||
* | Use null check convention in profanity.c | James Booth | 2015-05-04 | 1 | -2/+2 |
| | |||||
* | Use null check convention in log.c | James Booth | 2015-05-04 | 1 | -8/+8 |
| | |||||
* | Use null check convention in jid.c | James Booth | 2015-05-04 | 1 | -5/+5 |
| | |||||
* | Use null check convention in contact.c | James Booth | 2015-05-04 | 1 | -14/+14 |
| | |||||
* | Use null check convention in common.c | James Booth | 2015-05-04 | 1 | -10/+10 |
| | |||||
* | Use null check convention in chat_session.c | James Booth | 2015-05-04 | 1 | -2/+2 |
| | |||||
* | Use null check convention in stanza.c | James Booth | 2015-05-04 | 1 | -32/+32 |
| | |||||
* | Use null check convention in roster.c | James Booth | 2015-05-04 | 1 | -11/+11 |
| | |||||
* | Use null check convention in presence.c | James Booth | 2015-05-04 | 1 | -21/+21 |
| | |||||
* | Use null check convention in iq.c | James Booth | 2015-05-04 | 1 | -48/+48 |
| | |||||
* | Use null check convention in form.c | James Booth | 2015-05-04 | 1 | -1/+1 |
| | |||||
* | Use null check convention in connection.c | James Booth | 2015-05-04 | 1 | -12/+12 |
| | |||||
* | Use null check convention in capabilities.c | James Booth | 2015-05-04 | 1 | -15/+15 |
| | |||||
* | Use null check convention in bookmark.c | James Booth | 2015-05-04 | 1 | -11/+11 |
| | |||||
* | Use null check convention in windows.c | James Booth | 2015-05-04 | 1 | -18/+18 |
| | |||||
* | Use null check convention in window.c | James Booth | 2015-05-04 | 1 | -38/+38 |
| | |||||
* | Use null check convention in titlebar.c | James Booth | 2015-05-04 | 1 | -3/+3 |
| | |||||
* | Use null check convention in statusbar.c | James Booth | 2015-05-04 | 1 | -7/+7 |
| | |||||
* | Use null check convention in notifier.c | James Booth | 2015-05-04 | 1 | -4/+4 |
| |