Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added KEY_RESIZE to non printable chars | James Booth | 2012-04-15 | 1 | -1/+1 |
| | |||||
* | Ignore INS key | James Booth | 2012-04-09 | 1 | -1/+2 |
| | |||||
* | Implemented DEL key on input | James Booth | 2012-04-09 | 1 | -0/+13 |
| | |||||
* | Implemented HOME and END keys during input | James Booth | 2012-04-09 | 1 | -1/+9 |
| | |||||
* | Ignore non used F keys | James Booth | 2012-04-09 | 1 | -1/+1 |
| | |||||
* | Transparent terminal support | james | 2012-04-04 | 1 | -6/+7 |
| | |||||
* | Rewrote copying of contact list for /who | James Booth | 2012-03-20 | 7 | -148/+228 |
| | |||||
* | Added another contact list search test | James Booth | 2012-03-11 | 1 | -0/+22 |
| | |||||
* | Updated help | James Booth | 2012-03-11 | 2 | -15/+14 |
| | |||||
* | Tidied up contact tab completion | James Booth | 2012-03-11 | 1 | -68/+43 |
| | |||||
* | Tab completion of online contacts now rolls | James Booth | 2012-03-10 | 3 | -4/+117 |
| | |||||
* | Moved page off, and added search_attempts | James Booth | 2012-03-10 | 4 | -1/+16 |
| | |||||
* | Free memory after contact search | James Booth | 2012-03-10 | 1 | -0/+1 |
| | |||||
* | Started autocomplete contact | James Booth | 2012-03-10 | 2 | -1/+30 |
| | | | | Currently autocompletes first match | ||||
* | Added find contact | James Booth | 2012-03-10 | 3 | -2/+70 |
| | |||||
* | Ordered contact list | James Booth | 2012-03-10 | 2 | -20/+36 |
| | |||||
* | Tidied special key functions | James Booth | 2012-03-10 | 4 | -66/+72 |
| | |||||
* | Added atexit callback, for ctrl-c cleanup | James Booth | 2012-03-10 | 2 | -4/+6 |
| | |||||
* | Added static modifier to _make_contact_node | James Booth | 2012-03-10 | 1 | -1/+1 |
| | |||||
* | More contact_list tests | James Booth | 2012-03-10 | 1 | -0/+52 |
| | |||||
* | Added more contact_list tests | James Booth | 2012-03-10 | 1 | -0/+50 |
| | |||||
* | Dealt with online notifications when no show | James Booth | 2012-03-10 | 5 | -65/+73 |
| | |||||
* | Do not include self in presence notifications | James Booth | 2012-03-09 | 2 | -8/+21 |
| | |||||
* | Update status in contact list on notification | James Booth | 2012-03-09 | 1 | -3/+15 |
| | |||||
* | Show status with online contact list | James Booth | 2012-03-09 | 5 | -89/+153 |
| | |||||
* | Changed typenames in contact list | James Booth | 2012-03-09 | 6 | -40/+41 |
| | |||||
* | Usage of const | James Booth | 2012-03-09 | 14 | -84/+94 |
| | |||||
* | Tidied windows.h | James Booth | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | Added license to new files | James Booth | 2012-03-08 | 2 | -0/+44 |
| | |||||
* | Command changes | James Booth | 2012-03-08 | 2 | -10/+20 |
| | | | | | | Changed names of who/ros Coloured output for who Who only works online | ||||
* | Contact list synch with server | James Booth | 2012-03-08 | 7 | -30/+61 |
| | |||||
* | Fixed duplicated contacts | James Booth | 2012-03-08 | 3 | -54/+219 |
| | |||||
* | Added basic online list | James Booth | 2012-03-08 | 9 | -15/+213 |
| | |||||
* | Incoming message notification in console | James Booth | 2012-03-06 | 1 | -0/+12 |
| | |||||
* | Tidied paging | James Booth | 2012-03-06 | 1 | -16/+20 |
| | |||||
* | Reduced screen flicker, and fixed end page | James Booth | 2012-03-06 | 4 | -15/+102 |
| | |||||
* | Added new keys to help | James Booth | 2012-03-05 | 2 | -2/+4 |
| | |||||
* | Implemented basic paging of chat windows | James Booth | 2012-03-05 | 2 | -35/+35 |
| | |||||
* | Paging in console window | James Booth | 2012-03-05 | 4 | -6/+69 |
| | |||||
* | History test uses assert_is_null | James Booth | 2012-03-02 | 1 | -5/+5 |
| | |||||
* | Added head_unit tests | James Booth | 2012-03-02 | 6 | -0/+164 |
| | |||||
* | Updated makefile | James Booth | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | Removed event loop function | James Booth | 2012-03-01 | 1 | -13/+7 |
| | |||||
* | Tidied initialisation | James Booth | 2012-03-01 | 3 | -17/+18 |
| | |||||
* | Tidied status updates | James Booth | 2012-03-01 | 1 | -84/+32 |
| | |||||
* | Replaced WIN_NOT_FOUND with NUM_WINS | James Booth | 2012-03-01 | 1 | -13/+10 |
| | |||||
* | Split find window in two | James Booth | 2012-03-01 | 1 | -33/+32 |
| | |||||
* | Removed cons_good_show | James Booth | 2012-03-01 | 4 | -9/+2 |
| | |||||
* | Close win now has return value | James Booth | 2012-03-01 | 3 | -14/+24 |
| | |||||
* | Added pointer to console window | James Booth | 2012-03-01 | 1 | -81/+95 |
| |