Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | First implementation of sha1 generation from stanza | James Booth | 2013-01-20 | 3 | -1/+94 | |
| | | | ||||||
* | | | Started work on creating sha-1 caps hash | James Booth | 2013-01-20 | 5 | -2/+102 | |
| | | | ||||||
* | | | Moved processing of caps str to stanza.c | James Booth | 2013-01-20 | 3 | -34/+20 | |
| | | | ||||||
* | | | Added basic SHA-1 hash of capabilities | James Booth | 2013-01-20 | 2 | -0/+24 | |
| | | | ||||||
* | | | Added client to /info command in chat rooms | James Booth | 2013-01-20 | 9 | -21/+54 | |
| | | | ||||||
* | | | Added basic room /info command | James Booth | 2013-01-20 | 3 | -64/+90 | |
| | | | ||||||
* | | | Added space before /who output | James Booth | 2013-01-20 | 2 | -1/+2 | |
| | | | ||||||
* | | | Refactored presence colouring | James Booth | 2013-01-20 | 1 | -65/+60 | |
| | | | ||||||
* | | | Changed /info command to show client | James Booth | 2013-01-20 | 6 | -16/+135 | |
| | | | ||||||
* | | | 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 | |
|/ |