Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fixed indentation | James Booth | 2012-10-16 | 1 | -3/+3 | |
| | | ||||||
| * | Moved jabber_free_resources call | James Booth | 2012-10-16 | 3 | -14/+1 | |
| | | ||||||
| * | Merge branch 'master' of https://github.com/pasis/profanity | James Booth | 2012-10-16 | 3 | -0/+10 | |
| |\ | ||||||
| | * | jabber: fix crash when disconnection timeout is reached | Dmitry Podgorny | 2012-10-17 | 3 | -7/+10 | |
| | | | ||||||
| * | | Attempted fix at causing segfault by freeing connection | James Booth | 2012-10-16 | 3 | -7/+13 | |
| |/ | ||||||
| * | Removed "Log" from history output | James Booth | 2012-10-15 | 1 | -1/+1 | |
| | | ||||||
| * | Refactored show history, free'd memory | James Booth | 2012-10-14 | 1 | -18/+20 | |
| | | ||||||
* | | Using const for chat sessions | James Booth | 2012-10-14 | 2 | -19/+20 | |
| | | | | | | | | Allocating memory for keys and values | |||||
* | | Merge branch 'master' into type_out | James Booth | 2012-10-14 | 7 | -13/+62 | |
|\| | ||||||
| * | Updated man page | James Booth | 2012-10-14 | 1 | -0/+2 | |
| | | ||||||
| * | Added history option | James Booth | 2012-10-14 | 4 | -2/+42 | |
| | | ||||||
| * | Do not create directories when looking for logs | James Booth | 2012-10-14 | 1 | -7/+13 | |
| | | ||||||
| * | Fixed compiler warning | James Booth | 2012-10-14 | 2 | -5/+6 | |
| | | ||||||
* | | Merge branch 'master' into type_out | James Booth | 2012-10-14 | 6 | -37/+165 | |
|\| | ||||||
| * | Shows log date when viewing history | James Booth | 2012-10-14 | 1 | -0/+9 | |
| | | ||||||
| * | Chaged padsize to 1000 | James Booth | 2012-10-14 | 1 | -1/+1 | |
| | | ||||||
| * | Show history from day that session started | James Booth | 2012-10-14 | 1 | -23/+31 | |
| | | ||||||
| * | Show log if session started today | James Booth | 2012-10-14 | 1 | -24/+35 | |
| | | ||||||
| * | Refactored chat_log.c | James Booth | 2012-10-14 | 1 | -47/+31 | |
| | | ||||||
| * | Chat log get filename now takes datetime | James Booth | 2012-10-14 | 1 | -5/+10 | |
| | | ||||||
| * | Fixed history when no log | James Booth | 2012-10-14 | 1 | -10/+12 | |
| | | ||||||
| * | Showing history from current log in chat windows | James Booth | 2012-10-14 | 6 | -18/+127 | |
| | | ||||||
* | | Merge branch 'master' into type_out | James Booth | 2012-10-09 | 2 | -37/+91 | |
|\| | ||||||
| * | Recipient logs now in own subdirectories | James Booth | 2012-10-09 | 1 | -38/+38 | |
| | | | | | | | | Filename is based on date, in a sortable order | |||||
| * | Refactored creating new logs | James Booth | 2012-10-09 | 1 | -66/+54 | |
| | | ||||||
| * | Roll log if day changes whilst running | James Booth | 2012-10-08 | 1 | -5/+62 | |
| | | ||||||
| * | Removed time date from dated logs | James Booth | 2012-10-08 | 2 | -4/+4 | |
| | | | | | | | | Use 'me' instead of login | |||||
| * | Added datestamped logs | James Booth | 2012-10-08 | 1 | -4/+10 | |
| | | ||||||
| * | Added comments to new window open | James Booth | 2012-10-08 | 1 | -0/+3 | |
| | | ||||||
* | | Added sent to chat sessions | James Booth | 2012-10-06 | 2 | -0/+20 | |
| | | ||||||
* | | Merge branch 'master' into dev | James Booth | 2012-10-06 | 9 | -59/+146 | |
|\| | ||||||
| * | Decreased non blocking delay | James Booth | 2012-10-06 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed memory leak | James Booth | 2012-10-06 | 1 | -1/+2 | |
| | | ||||||
| * | Set no blocking delay to 100ms | James Booth | 2012-10-05 | 2 | -3/+5 | |
| | | ||||||
| * | Decreased non blocking input delay | James Booth | 2012-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | Only show offline warning once | James Booth | 2012-10-04 | 1 | -7/+10 | |
| | | ||||||
| * | Use colour prefs for offline message warning | James Booth | 2012-10-04 | 1 | -0/+8 | |
| | | ||||||
| * | Show warning when sending message to offline contact | James Booth | 2012-10-04 | 1 | -3/+10 | |
| | | ||||||
| * | Now checks for exitence of contact before sending message | James Booth | 2012-10-04 | 4 | -12/+44 | |
| | | ||||||
| * | Added argument to /who command to specify status | James Booth | 2012-10-04 | 3 | -44/+101 | |
| | | ||||||
| * | Removed /ros command | James Booth | 2012-10-04 | 2 | -33/+1 | |
| | | ||||||
| * | Users added to contact list when no precense notification | James Booth | 2012-10-04 | 2 | -0/+6 | |
| | | | | | | | | The user is added from the roster | |||||
| * | Offline contacts presence notifications now in contact list | James Booth | 2012-10-04 | 2 | -36/+39 | |
| | | | | | | | | Can send messages to offline contacts | |||||
* | | Basic chat session states | James Booth | 2012-10-04 | 3 | -37/+82 | |
| | | ||||||
* | | Started work on chat session, and chat states | James Booth | 2012-10-03 | 7 | -2/+175 | |
|/ | ||||||
* | Tidied up message remind period on prefs output | James Booth | 2012-10-03 | 1 | -10/+8 | |
| | ||||||
* | Made usage of cons_show vargs | James Booth | 2012-10-03 | 3 | -45/+15 | |
| | ||||||
* | cons_show now uses vargs | James Booth | 2012-10-03 | 3 | -3/+16 | |
| | ||||||
* | Automatically open window with /msg command | James Booth | 2012-10-03 | 1 | -1/+3 | |
| | ||||||
* | Moved chat logging to profanity module | James Booth | 2012-10-02 | 3 | -15/+29 | |
| | | | | Removed jabber modules dependency on chat log |