Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into nextdev | James Booth | 2013-08-13 | 1 | -2/+2 |
|\ | |||||
| * | Fix ctrl + arrow keys for fedora | James Booth | 2013-08-10 | 1 | -2/+2 |
| | | |||||
* | | Merge remote-tracking branch 'dmitry/nextdev-patches' into nextdev | James Booth | 2013-08-04 | 5 | -12/+13 |
|\ \ | |||||
| * | | fixed memory leaks | Dmitry Podgorny | 2013-08-03 | 1 | -3/+3 |
| | | | | | | | | | | | | Also avoided several NULL pointer dereferences. | ||||
| * | | most FREE_SET_NULL replaced with free | Dmitry Podgorny | 2013-08-03 | 2 | -3/+4 |
| | | | | | | | | | | | | | | | | | | FREE_SET_NULL makes extra assignment of NULL for pointers in stack or dynamic memory that is going to be freed. FREE_SET_NULL is useful for pointers that can be used in future. | ||||
| * | | removed sizeof(char) | Dmitry Podgorny | 2013-08-03 | 2 | -6/+6 |
| | | | | | | | | | | | | sizeof(char) == 1 according to standard | ||||
* | | | Merge branch 'master' into nextdev | James Booth | 2013-08-04 | 1 | -2/+4 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Added patch from Dmitry to fix crash on delayed message from contact not in ↵ | James Booth | 2013-08-04 | 1 | -2/+4 |
| | | | | | | | | | | | | roster fixes #219 | ||||
* | | draft of bookmarks implementation | Dmitry Podgorny | 2013-07-14 | 2 | -0/+30 |
|/ | | | | '/bookmark add' and '/bookmark remove' ain't finished | ||||
* | Down arrow adds current line to history and shows empty line | James Booth | 2013-07-13 | 1 | -0/+4 |
| | |||||
* | Coloured contact and subscription in /roster and /group output | James Booth | 2013-07-03 | 1 | -55/+62 |
| | |||||
* | Show current setting with settings commands | James Booth | 2013-06-25 | 2 | -37/+172 |
| | | | | closes #139 | ||||
* | Restructured help | James Booth | 2013-06-25 | 1 | -76/+11 |
| | |||||
* | Show messages on /group add and /group remove | James Booth | 2013-06-23 | 2 | -0/+14 |
| | | | | | closes #189 closes #190 | ||||
* | Show message when removing contact from group when not in group | James Booth | 2013-06-23 | 2 | -3/+10 |
| | |||||
* | Show message when contact already in group | James Booth | 2013-06-23 | 2 | -0/+7 |
| | |||||
* | Added group add and group remove to /roster command | James Booth | 2013-06-02 | 2 | -0/+61 |
| | |||||
* | Added message in console on /roster remove | James Booth | 2013-06-02 | 2 | -0/+7 |
| | |||||
* | Added message in console on /roster add | James Booth | 2013-06-02 | 2 | -0/+11 |
| | |||||
* | Added roster list when using /roster with no args | James Booth | 2013-06-01 | 2 | -0/+37 |
| | |||||
* | Include subscription states of "both" and "to" in /who output | James Booth | 2013-06-01 | 1 | -1/+2 |
| | |||||
* | Use waddstr for incoming messages to avoid truncation | James Booth | 2013-06-01 | 1 | -7/+8 |
| | | | | fixes #8 | ||||
* | Added /leave command | James Booth | 2013-05-30 | 2 | -42/+43 |
| | |||||
* | Show participant count in chat rooms | James Booth | 2013-05-30 | 1 | -5/+11 |
| | |||||
* | Show nickname rather than jid in room invites | James Booth | 2013-05-30 | 1 | -2/+16 |
| | |||||
* | Added room name, and window index to desktop message notifications | James Booth | 2013-05-23 | 3 | -7/+34 |
| | | | | closes #176 | ||||
* | Do not close MUC windows on /wins prune | James Booth | 2013-05-22 | 1 | -5/+8 |
| | | | | closes #172 | ||||
* | Refactored roster push handling | James Booth | 2013-05-21 | 1 | -2/+2 |
| | |||||
* | Removed debug | James Booth | 2013-05-20 | 1 | -1/+0 |
| | |||||
* | Finished handle usage | James Booth | 2013-05-20 | 5 | -28/+53 |
| | |||||
* | Use handle in incoming message console when exists | James Booth | 2013-05-19 | 1 | -1/+1 |
| | |||||
* | Use handle in chat windows if available | James Booth | 2013-05-19 | 1 | -4/+13 |
| | |||||
* | Show handle rather than jid in /who output if exists | James Booth | 2013-05-19 | 1 | -2/+3 |
| | |||||
* | Show contacts handle as window title in chat | James Booth | 2013-05-19 | 3 | -4/+13 |
| | |||||
* | Show nickname in status updates if available | James Booth | 2013-05-19 | 1 | -14/+38 |
| | |||||
* | Added sub to /notify preferences output | James Booth | 2013-05-19 | 1 | -6/+11 |
| | | | | Removed unused "status" value for /notify autocompleter | ||||
* | Added "tidy" and "prune" options to /wins command | James Booth | 2013-05-17 | 2 | -1/+98 |
| | |||||
* | Show 0 rather than 10 in /wins | James Booth | 2013-05-16 | 1 | -4/+9 |
| | |||||
* | Fixed incoming message text in console to use 0 rather than 10 | James Booth | 2013-05-16 | 1 | -1/+5 |
| | |||||
* | Added "read" parameter to /close | James Booth | 2013-05-16 | 2 | -0/+11 |
| | | | | Closes all windows where there are no unread messages | ||||
* | Added parameter to /close | James Booth | 2013-05-12 | 2 | -0/+45 |
| | | | | | | | 2,3,4,5,6,7,8,9,0 will close specified window. 'all' will close all windows. closes #159 | ||||
* | Removed contact_list, moved roster logic to xmpp/roster module | James Booth | 2013-05-06 | 3 | -3/+3 |
| | |||||
* | Renamed contact_list_ functions to roster_ | James Booth | 2013-05-06 | 3 | -9/+9 |
| | |||||
* | Fixed memory leak | James Booth | 2013-05-06 | 1 | -1/+4 |
| | |||||
* | Removed blank lines | James Booth | 2013-05-06 | 1 | -2/+0 |
| | |||||
* | Unicode support for /duck output | James Booth | 2013-05-06 | 1 | -5/+10 |
| | |||||
* | Use autocomplete instead of hash table for subscription requests | James Booth | 2013-05-05 | 1 | -3/+4 |
| | |||||
* | Include time in ddg search result output lines | James Booth | 2013-05-05 | 1 | -1/+14 |
| | |||||
* | Added /duck command to perform searches using duckduckgo chat bot | James Booth | 2013-05-05 | 4 | -4/+78 |
| | |||||
* | Added groupchat logs | James Booth | 2013-05-05 | 1 | -0/+5 |
| | | | | closes #168 |