Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Send diso#info request if capabilities not cached | James Booth | 2013-01-20 | 3 | -1/+27 |
| | |||||
* | Added check whether caps cached | James Booth | 2013-01-20 | 3 | -14/+33 |
| | |||||
* | Initialise and free capabilities | James Booth | 2013-01-20 | 3 | -0/+22 |
| | |||||
* | Added previous commits files | James Booth | 2013-01-20 | 2 | -0/+91 |
| | |||||
* | Added capabilities module | James Booth | 2013-01-20 | 1 | -1/+1 |
| | |||||
* | Added retrieval of caps string from presence | James Booth | 2013-01-19 | 9 | -65/+86 |
| | |||||
* | Changed symbol when participants join or leave a room | James Booth | 2013-01-17 | 1 | -2/+2 |
| | |||||
* | Added boothj5 theme | James Booth | 2013-01-17 | 1 | -0/+27 |
| | |||||
* | Changed help on /who | James Booth | 2013-01-17 | 1 | -3/+2 |
| | |||||
* | Command /info parameter optional when in chat or private chat | James Booth | 2013-01-17 | 3 | -8/+60 |
| | | | | Recipient is used. | ||||
* | Added another char code for ctrl arrows | James Booth | 2013-01-17 | 1 | -2/+2 |
| | |||||
* | Fixed logical or | James Booth | 2013-01-17 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of github.com:boothj5/profanity | James Booth | 2013-01-17 | 1 | -3/+3 |
|\ | |||||
| * | Fixed ctrl-arrow key handling on gnome-terminal | James Booth | 2013-01-17 | 1 | -3/+3 |
| | | |||||
* | | Added /mouse command for enabling/disabling mouse handling | James Booth | 2013-01-17 | 4 | -24/+74 |
|/ | | | | Defaults to on. | ||||
* | Ctrl right moves to space including end of line | James Booth | 2013-01-17 | 1 | -2/+5 |
| | |||||
* | ctrl-right handling | James Booth | 2013-01-17 | 1 | -4/+33 |
| | |||||
* | Finished ctrl-left, started ctrl-right | James Booth | 2013-01-17 | 1 | -42/+41 |
| | |||||
* | Started ctrl-left | James Booth | 2013-01-17 | 1 | -146/+212 |
| | |||||
* | Show message in chat room when nickname conflict | James Booth | 2013-01-16 | 2 | -4/+10 |
| | |||||
* | Handle /who command in chat rooms | James Booth | 2013-01-15 | 4 | -10/+90 |
| | |||||
* | Fixed /tiny for room and private chat | James Booth | 2013-01-15 | 1 | -11/+21 |
| | |||||
* | Updated help for /msg and /info in chat rooms | James Booth | 2013-01-15 | 1 | -9/+11 |
| | |||||
* | Disabled logging for chat rooms and private chat | James Booth | 2013-01-15 | 2 | -9/+4 |
| | |||||
* | Use ! char for room broadcasts | James Booth | 2013-01-15 | 1 | -53/+53 |
| | |||||
* | Show time with room broadcasts | James Booth | 2013-01-15 | 1 | -2/+5 |
| | |||||
* | Allow /msg with no message to open private chat window | James Booth | 2013-01-15 | 1 | -5/+9 |
| | |||||
* | Allow /info and /msg in private room chat when nick has space in name | James Booth | 2013-01-15 | 5 | -27/+58 |
| | |||||
* | cmd_info now uses basic parse_args | James Booth | 2013-01-14 | 1 | -1/+1 |
| | |||||
* | Command parser handles quotes arguments | James Booth | 2013-01-14 | 2 | -12/+152 |
| | |||||
* | Quote autocompleted strings when contain a space | James Booth | 2013-01-14 | 1 | -2/+15 |
| | |||||
* | Used strdup in prof_autocomplete | James Booth | 2013-01-14 | 1 | -7/+2 |
| | |||||
* | Allow whitespace in argument to /info | James Booth | 2013-01-13 | 2 | -2/+2 |
| | |||||
* | Fix segfault by setting room subject to NULL on creation | James Booth | 2013-01-13 | 1 | -0/+1 |
| | |||||
* | Removed jid_is_room() | James Booth | 2013-01-13 | 3 | -13/+1 |
| | |||||
* | Use Jid in groupchat message handler | James Booth | 2013-01-13 | 2 | -12/+8 |
| | |||||
* | Use Jid datatype in chat rooms | James Booth | 2013-01-13 | 9 | -114/+133 |
| | |||||
* | Added jid_destroy() | James Booth | 2013-01-13 | 1 | -0/+12 |
| | |||||
* | Moved FREE_SET_NULL to common.h | James Booth | 2013-01-13 | 2 | -8/+8 |
| | |||||
* | Merge pull request #134 from pasis/fixes | James Booth | 2013-01-12 | 1 | -5/+8 |
|\ | | | | | fixed memory leak in parse_room_jid | ||||
| * | fixed memory leak in parse_room_jid | Dmitry Podgorny | 2013-01-13 | 1 | -5/+8 |
|/ | |||||
* | Added jid_create_room_jid | James Booth | 2013-01-13 | 3 | -0/+29 |
| | |||||
* | Renamed chat room type | James Booth | 2013-01-13 | 1 | -18/+18 |
| | |||||
* | Changed Jid typedef to be explicit pointer | James Booth | 2013-01-13 | 4 | -21/+22 |
| | |||||
* | Merge remote-tracking branch 'dmitry/fixes' | James Booth | 2013-01-12 | 1 | -1/+1 |
|\ | |||||
| * | windows.c: fixed gcc warning | Dmitry Podgorny | 2013-01-13 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #132 from pasis/next | James Booth | 2013-01-12 | 2 | -90/+65 |
|\ \ | | | | | | | Some code refactoring in jabber.c | ||||
| * | | check account->name == NULL | Dmitry Podgorny | 2013-01-13 | 1 | -0/+4 |
| | | | |||||
| * | | fixed resources release | Dmitry Podgorny | 2013-01-13 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | * Use free instead of g_free as resources are allocated with strdup * Fixed memory leaks | ||||
| * | | don't release room and nick when parsing failed | Dmitry Podgorny | 2013-01-13 | 1 | -3/+0 |
| | | |