Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Got rid of old naming convention on prof_autocomplete | James Booth | 2013-01-25 | 12 | -257/+257 |
| | |||||
* | Refactored iq.c to register iq handlers | James Booth | 2013-01-25 | 3 | -214/+170 |
| | |||||
* | Removed iq.h | James Booth | 2013-01-24 | 4 | -33/+4 |
| | |||||
* | Split jabber module | James Booth | 2013-01-24 | 4 | -343/+410 |
| | |||||
* | Started refactor of iq handlers | James Booth | 2013-01-24 | 1 | -6/+27 |
| | |||||
* | Moved iq error handling to one place | James Booth | 2013-01-23 | 1 | -75/+74 |
| | |||||
* | Made iq functions take consistent parameters | James Booth | 2013-01-23 | 1 | -31/+33 |
| | |||||
* | Renamed disco handlers -> caps handlers | James Booth | 2013-01-23 | 1 | -8/+8 |
| | |||||
* | Free memory in disco response handler | James Booth | 2013-01-23 | 1 | -0/+6 |
| | |||||
* | Release stanza | James Booth | 2013-01-23 | 1 | -0/+2 |
| | |||||
* | Fixed a couple of memory leaks | James Booth | 2013-01-23 | 1 | -2/+8 |
| | |||||
* | Tidied up memory allocation in capabilities | James Booth | 2013-01-23 | 5 | -19/+43 |
| | |||||
* | Fixed some memory leaks in capabilities | James Booth | 2013-01-23 | 4 | -26/+45 |
| | |||||
* | Merge branch 'master' into caps | James Booth | 2013-01-22 | 4 | -1/+53 |
|\ | |||||
| * | Merge remote-tracking branch 'backalor/master' | James Booth | 2013-01-22 | 4 | -1/+53 |
| |\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/command.c src/preferences.c src/preferences.h src/windows.c | ||||
| | * | Add support for autocomplete of /statuses command | Backalor | 2013-01-22 | 1 | -0/+2 |
| | | | |||||
| | * | Add function prototype and make the default for the /statuses command be ON | Backalor | 2013-01-22 | 2 | -1/+6 |
| | | | |||||
| | * | Add new command /statuses for status notifications | Backalor | 2013-01-21 | 4 | -28/+29 |
| | | | |||||
| | * | Add 's' to make the preference file read | Backalor | 2013-01-14 | 1 | -2/+2 |
| | | | |||||
| | * | Add new command "/notify status" to enable/disable status messages, | Backalor | 2013-01-14 | 4 | -2/+45 |
| | | | | | | | | | | | | such as users going on/offline or room joining/parting. | ||||
* | | | Always show output in console for /info command | James Booth | 2013-01-21 | 3 | -53/+37 |
| | | | |||||
* | | | Added /status command for what /info used to do | James Booth | 2013-01-21 | 1 | -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 caps | James Booth | 2013-01-21 | 1 | -1/+10 |
|\| | | |||||
| * | | 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 | 4 | -6/+34 |
| | | | |||||
* | | | 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 |
| | | |