Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fixed bug when opening private chat without message | James Booth | 2013-01-21 | 1 | -1/+10 | |
| | | | ||||||
* | | | Moved caps query stanza creation to caps module | James Booth | 2013-01-21 | 3 | -82/+48 | |
| | | | ||||||
* | | | Moved sha1 generation to caps module | James Booth | 2013-01-21 | 4 | -105/+108 | |
| | | | ||||||
* | | | Removed redundant function for computing sha1 caps hash | James Booth | 2013-01-21 | 2 | -27/+0 | |
| | | | ||||||
* | | | Added software version capability and iq response | James Booth | 2013-01-21 | 3 | -5/+99 | |
| | | | ||||||
* | | | Added NULL check on disco response id | James Booth | 2013-01-21 | 1 | -1/+2 | |
| | | | ||||||
* | | | Handle NULL node | James Booth | 2013-01-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | Respond to iq requests for capabilities | James Booth | 2013-01-21 | 3 | -7/+145 | |
| | | | ||||||
* | | | Updated /info command for chat and private chat | James Booth | 2013-01-20 | 3 | -2/+30 | |
| | | | ||||||
* | | | Handle unsupported hash, and legacy caps | James Booth | 2013-01-20 | 1 | -4/+27 | |
| | | | ||||||
* | | | Added _handle_presence_caps | James Booth | 2013-01-20 | 3 | -52/+101 | |
| | | | ||||||
* | | | Added check for caps in stanza | James Booth | 2013-01-20 | 3 | -12/+36 | |
| | | | ||||||
* | | | Check SHA1 valid | James Booth | 2013-01-20 | 1 | -0/+5 | |
| | | | ||||||
* | | | Replace openssl calls with EVP interface | James Booth | 2013-01-20 | 1 | -7/+21 | |
| | | | ||||||
* | | | Output given and generated hash for caps | James Booth | 2013-01-20 | 1 | -11/+19 | |
| | | | ||||||
* | | | 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 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 | |
| | | ||||||
* | | 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 | |
| | |