Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unreference date time | James Booth | 2014-09-24 | 1 | -0/+1 |
| | |||||
* | Cache capabilities to file | James Booth | 2014-09-22 | 1 | -0/+1 |
| | |||||
* | Added jid->hash lookup for capabilities | James Booth | 2014-09-20 | 1 | -36/+36 |
| | |||||
* | Implemented /room config submit for saving room configuration | James Booth | 2014-09-10 | 1 | -0/+2 |
| | |||||
* | Merge remote-tracking branch 'pasis/memleak' | James Booth | 2014-09-09 | 1 | -0/+1 |
|\ | |||||
| * | Fixed memory leaks | Dmitry Podgorny | 2014-09-09 | 1 | -0/+1 |
|/ | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 |
| | |||||
* | Added win_save_println | James Booth | 2014-07-21 | 1 | -0/+6 |
| | |||||
* | Added win_save_newline | James Booth | 2014-07-20 | 1 | -4/+10 |
| | |||||
* | Made win_print static | James Booth | 2014-07-20 | 1 | -4/+8 |
| | |||||
* | Return address of buffer entry | James Booth | 2014-07-19 | 1 | -2/+2 |
| | |||||
* | Removed horizontal paging | James Booth | 2014-07-18 | 1 | -4/+2 |
| | |||||
* | Removed flag != 0's | James Booth | 2014-07-16 | 1 | -5/+5 |
| | |||||
* | Used constants for print flags | James Booth | 2014-07-16 | 1 | -1/+1 |
| | |||||
* | Replaced NO_EOL_DATE with bitwise or | James Booth | 2014-07-16 | 1 | -18/+18 |
| | |||||
* | Use constants for flags | James Booth | 2014-07-16 | 1 | -4/+4 |
| | |||||
* | Whitespace formatting | James Booth | 2014-07-16 | 1 | -49/+66 |
| | |||||
* | Implemented the buffer for windows resizing | Immae | 2014-06-29 | 1 | -9/+25 |
| | |||||
* | Added buffer handling. Buffer are initialized, pushed, and freed. No use is ↵ | Immae | 2014-06-23 | 1 | -1/+3 |
| | | | | | | made of them so far Signed-off-by: James Booth <boothj5@gmail.com> | ||||
* | having wprintw go through win_save_(v)print. | Immae | 2014-06-23 | 1 | -214/+128 |
| | | | | Signed-off-by: James Booth <boothj5@gmail.com> | ||||
* | Added horizontal scroll for resized windows | Immae | 2014-06-23 | 1 | -1/+3 |
| | | | | Signed-off-by: James Booth <boothj5@gmail.com> | ||||
* | Moved info display code to window.c | James Booth | 2014-06-03 | 1 | -0/+130 |
| | |||||
* | Fixed cppcheck warnings | James Booth | 2014-04-26 | 1 | -1/+0 |
| | |||||
* | Tidied xmlconsole | James Booth | 2014-04-15 | 1 | -0/+8 |
| | |||||
* | Renamed refresh functions to update_virtual | James Booth | 2014-04-01 | 1 | -1/+1 |
| | |||||
* | Do not scroll to end in message window when paging | James Booth | 2014-03-31 | 1 | -1/+1 |
| | |||||
* | Updated copyright | James Booth | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Use wnoutrefresh, pnoutrefresh and doupdate | James Booth | 2014-02-02 | 1 | -1/+1 |
| | | | | Issue #298 | ||||
* | Refactored handle_presence_error, removed no longer used functions | James Booth | 2014-01-30 | 1 | -41/+0 |
| | |||||
* | Merge branch 'master' into otr | James Booth | 2014-01-12 | 1 | -0/+2 |
|\ | |||||
| * | Fixed win_handle_error_message | James Booth | 2014-01-08 | 1 | -0/+2 |
| | | |||||
* | | Added /otr theirfp with hardcoded fingerprint | James Booth | 2014-01-11 | 1 | -0/+10 |
| | | |||||
* | | Added [OTR] and (trusted/untrusted) to titlebar for OTR sessions | James Booth | 2014-01-11 | 1 | -0/+1 |
| | | |||||
* | | Require '/otr start' from both parties before encryption used both ways | James Booth | 2014-01-11 | 1 | -0/+1 |
|/ | |||||
* | Removed handle error message function from ProfWin | James Booth | 2014-01-08 | 1 | -44/+47 |
| | |||||
* | Removed print message function from ProfWin | James Booth | 2014-01-08 | 1 | -8/+22 |
| | |||||
* | Added win_page_off | James Booth | 2013-10-07 | 1 | -0/+15 |
| | |||||
* | Moved win_show_status function to window module | James Booth | 2013-10-06 | 1 | -0/+83 |
| | |||||
* | Removed generic functions from ProfWin | James Booth | 2013-10-06 | 1 | -54/+43 |
| | |||||
* | ProfWin->print_incoming_message added | James Booth | 2013-10-06 | 1 | -0/+51 |
| | |||||
* | Added show_char and attrs to ProfWin->print_line | James Booth | 2013-10-06 | 1 | -2/+5 |
| | |||||
* | Added muc_window | James Booth | 2013-10-06 | 1 | -25/+8 |
| | |||||
* | Remove implicit refresh from ProfWin->print_line | James Booth | 2013-10-06 | 1 | -2/+2 |
| | |||||
* | OO style for ProfWin type | James Booth | 2013-10-06 | 1 | -49/+61 |
| | |||||
* | Added win_refresh function | James Booth | 2013-10-06 | 1 | -0/+5 |
| | |||||
* | Refactored error message handling | James Booth | 2013-10-06 | 1 | -0/+54 |
| | |||||
* | Free windows on exit | James Booth | 2013-08-26 | 1 | -2/+0 |
| | |||||
* | Removed cons_create from console.c | James Booth | 2013-08-26 | 1 | -2/+0 |
| | |||||
* | Show handle rather than jid in /who output if exists | James Booth | 2013-05-19 | 1 | -2/+3 |
| | |||||
* | Renamed window_ functions win_ | James Booth | 2013-04-21 | 1 | -9/+9 |
| |