Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tidied accounts_load in accounts | James Booth | 2013-01-27 | 1 | -17/+22 |
| | |||||
* | Use resource on connect | James Booth | 2013-01-27 | 1 | -4/+14 |
| | |||||
* | Added cons output when logging in. | James Booth | 2013-01-27 | 2 | -13/+10 |
| | | | | Fixed issue with creating a new account on reconnect | ||||
* | Renamed function in jid | James Booth | 2013-01-27 | 3 | -8/+7 |
| | |||||
* | Renamed create jid function using barejid and resource | James Booth | 2013-01-27 | 3 | -3/+3 |
| | |||||
* | Added resource handling in account module | James Booth | 2013-01-27 | 3 | -17/+45 |
| | | | | Handle old accounts on load | ||||
* | Added resource to ProfAccount | James Booth | 2013-01-26 | 2 | -13/+19 |
| | |||||
* | Parse account name as jid on account add, handle resource part | James Booth | 2013-01-26 | 1 | -9/+32 |
| | |||||
* | Reverted some previous changes to fix login attempt and reconnect issues | James Booth | 2013-01-26 | 1 | -14/+27 |
| | | | | | fixes #142 fixes #143 | ||||
* | Fixed big in autreconnect, reset timer on each connection attempt | James Booth | 2013-01-26 | 1 | -0/+1 |
| | |||||
* | Handle NULL in jid_destroy() | James Booth | 2013-01-26 | 1 | -7/+9 |
| | |||||
* | Fixed jid handling to allow @ and / in resource | James Booth | 2013-01-26 | 1 | -54/+45 |
| | |||||
* | Got rid of old naming convention on prof_autocomplete | James Booth | 2013-01-25 | 8 | -197/+197 |
| | |||||
* | Refactored iq.c to register iq handlers | James Booth | 2013-01-25 | 3 | -214/+170 |
| | |||||
* | Removed iq.h | James Booth | 2013-01-24 | 3 | -32/+3 |
| | |||||
* | Split jabber module | James Booth | 2013-01-24 | 3 | -341/+408 |
| | |||||
* | 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 | 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 |
| | | |