about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Handle unsupported hash, and legacy capsJames Booth2013-01-201-4/+27
* | | Added _handle_presence_capsJames Booth2013-01-203-52/+101
* | | Added check for caps in stanzaJames Booth2013-01-203-12/+36
* | | Check SHA1 validJames Booth2013-01-201-0/+5
* | | Replace openssl calls with EVP interfaceJames Booth2013-01-201-7/+21
* | | Output given and generated hash for capsJames Booth2013-01-201-11/+19
* | | First implementation of sha1 generation from stanzaJames Booth2013-01-203-1/+94
* | | Started work on creating sha-1 caps hashJames Booth2013-01-205-2/+102
* | | Moved processing of caps str to stanza.cJames Booth2013-01-203-34/+20
* | | Added basic SHA-1 hash of capabilitiesJames Booth2013-01-202-0/+24
* | | Added client to /info command in chat roomsJames Booth2013-01-209-21/+54
* | | Added basic room /info commandJames Booth2013-01-203-64/+90
* | | Added space before /who outputJames Booth2013-01-202-1/+2
* | | Refactored presence colouringJames Booth2013-01-201-65/+60
* | | Changed /info command to show clientJames Booth2013-01-206-16/+135
* | | Send diso#info request if capabilities not cachedJames Booth2013-01-203-1/+27
* | | Added check whether caps cachedJames Booth2013-01-203-14/+33
* | | Initialise and free capabilitiesJames Booth2013-01-203-0/+22
* | | Added previous commits filesJames Booth2013-01-202-0/+91
* | | Added retrieval of caps string from presenceJames Booth2013-01-199-65/+86
|/ /
* | Changed symbol when participants join or leave a roomJames Booth2013-01-171-2/+2
* | Changed help on /whoJames Booth2013-01-171-3/+2
* | Command /info parameter optional when in chat or private chatJames Booth2013-01-173-8/+60
* | Added another char code for ctrl arrowsJames Booth2013-01-171-2/+2
* | Fixed logical orJames Booth2013-01-171-2/+2
* | Merge branch 'master' of github.com:boothj5/profanityJames Booth2013-01-171-3/+3
|\ \
| * | Fixed ctrl-arrow key handling on gnome-terminalJames Booth2013-01-171-3/+3
* | | Added /mouse command for enabling/disabling mouse handlingJames Booth2013-01-174-24/+74
|/ /
* | Ctrl right moves to space including end of lineJames Booth2013-01-171-2/+5
* | ctrl-right handlingJames Booth2013-01-171-4/+33
* | Finished ctrl-left, started ctrl-rightJames Booth2013-01-171-42/+41
* | Started ctrl-leftJames Booth2013-01-171-146/+212
* | Show message in chat room when nickname conflictJames Booth2013-01-162-4/+10
* | Handle /who command in chat roomsJames Booth2013-01-154-10/+90
* | Fixed /tiny for room and private chatJames Booth2013-01-151-11/+21
* | Updated help for /msg and /info in chat roomsJames Booth2013-01-151-9/+11
* | Disabled logging for chat rooms and private chatJames Booth2013-01-152-9/+4
* | Use ! char for room broadcastsJames Booth2013-01-151-53/+53
* | Show time with room broadcastsJames Booth2013-01-151-2/+5
* | Allow /msg with no message to open private chat windowJames Booth2013-01-151-5/+9
* | Allow /info and /msg in private room chat when nick has space in nameJames Booth2013-01-155-27/+58
* | cmd_info now uses basic parse_argsJames Booth2013-01-141-1/+1
* | Command parser handles quotes argumentsJames Booth2013-01-141-12/+45
* | Quote autocompleted strings when contain a spaceJames Booth2013-01-141-2/+15
* | Used strdup in prof_autocompleteJames Booth2013-01-141-7/+2
* | Allow whitespace in argument to /infoJames Booth2013-01-132-2/+2
* | Fix segfault by setting room subject to NULL on creationJames Booth2013-01-131-0/+1
* | Removed jid_is_room()James Booth2013-01-133-13/+1
* | Use Jid in groupchat message handlerJames Booth2013-01-132-12/+8
* | Use Jid datatype in chat roomsJames Booth2013-01-139-114/+133
|/