Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed history modules | James Booth | 2013-01-28 | 11 | -70/+70 |
| | |||||
* | Renamed history.c -> command_history.c | James Booth | 2013-01-28 | 7 | -37/+8 |
| | | | | Included in command.h | ||||
* | Renamed UI related files | James Booth | 2013-01-28 | 5 | -7/+7 |
| | |||||
* | Renamed stanza.c -> xmpp_stanza.c | James Booth | 2013-01-28 | 7 | -162/+131 |
| | |||||
* | Renamed capabilities.c -> xmpp_caps.c | James Booth | 2013-01-28 | 8 | -48/+18 |
| | |||||
* | Renamed iq.c -> xmpp_iq.c | James Booth | 2013-01-28 | 2 | -2/+2 |
| | |||||
* | Renamed connection.c -> xmpp_conn.c | James Booth | 2013-01-28 | 2 | -2/+2 |
| | |||||
* | Renamed jabber.h -> xmpp.h | James Booth | 2013-01-28 | 8 | -10/+10 |
| | |||||
* | Set last presence for account | James Booth | 2013-01-27 | 3 | -1/+29 |
| | |||||
* | Added development string to log | James Booth | 2013-01-27 | 1 | -1/+5 |
| | |||||
* | Added /account set <account> resource <value> | James Booth | 2013-01-27 | 3 | -2/+19 |
| | |||||
* | Refactored connecting, and reconnecting | James Booth | 2013-01-27 | 5 | -80/+119 |
| | | | | | | | The user either logs in with an account, in which case its name, and the password is kept for reconnects. Or the user can login with a jid (and server) which does not currently exist as a local account. On success an account is created, with the jid as the name. | ||||
* | Refactor fixing old accounts | James Booth | 2013-01-27 | 1 | -36/+36 |
| | |||||
* | Renamed account_add_login -> account_add, added comments | James Booth | 2013-01-27 | 4 | -12/+9 |
| | |||||
* | 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 | 4 | -5/+5 |
| | |||||
* | 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 | 2 | -54/+93 |
| | |||||
* | 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 |
| | | |