about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Add support for autocomplete of /statuses commandBackalor2013-01-221-0/+2
| | |
| | * Add function prototype and make the default for the /statuses command be ONBackalor2013-01-222-1/+6
| | |
| | * Add new command /statuses for status notificationsBackalor2013-01-214-28/+29
| | |
| | * Add 's' to make the preference file readBackalor2013-01-141-2/+2
| | |
| | * Add new command "/notify status" to enable/disable status messages,Backalor2013-01-144-2/+45
| | | | | | | | | | | | such as users going on/offline or room joining/parting.
* | | Always show output in console for /info commandJames Booth2013-01-213-53/+37
| | |
* | | Added /status command for what /info used to doJames Booth2013-01-211-0/+53
| | | | | | | | | | | | | | | The /status command just shows the current presence information in the current window. The /info command show more complete information.
* | | Merge branch 'master' into capsJames Booth2013-01-211-1/+10
|\| |
| * | Fixed bug when opening private chat without messageJames Booth2013-01-211-1/+10
| | |
* | | Moved caps query stanza creation to caps moduleJames Booth2013-01-213-82/+48
| | |
* | | Moved sha1 generation to caps moduleJames Booth2013-01-214-105/+108
| | |
* | | Removed redundant function for computing sha1 caps hashJames Booth2013-01-212-27/+0
| | |
* | | Added software version capability and iq responseJames Booth2013-01-213-5/+99
| | |
* | | Added NULL check on disco response idJames Booth2013-01-211-1/+2
| | |
* | | Handle NULL nodeJames Booth2013-01-211-1/+1
| | |
* | | Respond to iq requests for capabilitiesJames Booth2013-01-213-7/+145
| | |
* | | Updated /info command for chat and private chatJames Booth2013-01-203-2/+30
| | |
* | | 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
| | | | | | | | Recipient is used.
* | 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
|/ / | | | | | | Defaults to on.
* | 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
| |