Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed message handler function from xmpp.h | James Booth | 2013-02-02 | 4 | -1/+30 | |
| | ||||||
* | Removed stanza functions from xmpp.h | James Booth | 2013-02-02 | 8 | -126/+158 | |
| | ||||||
* | Added ui subdir to source | James Booth | 2013-02-02 | 9 | -6/+6 | |
| | ||||||
* | Added xmpp subdir to source | James Booth | 2013-02-02 | 12 | -11/+11 | |
| | ||||||
* | Completed presence priority changes | James Booth | 2013-01-31 | 2 | -10/+66 | |
| | ||||||
* | The /priority command now sets per account/status settings | James Booth | 2013-01-31 | 5 | -41/+72 | |
| | ||||||
* | Removed unused jabber_get_priority function | James Booth | 2013-01-31 | 2 | -7/+0 | |
| | ||||||
* | Renamed some propreties on the jabber connection for clarity | James Booth | 2013-01-31 | 4 | -28/+29 | |
| | ||||||
* | Deal with account priority properties on add and rename account | James Booth | 2013-01-31 | 1 | -0/+16 | |
| | ||||||
* | Merge branch 'master' into priority | James Booth | 2013-01-31 | 1 | -16/+11 | |
|\ | ||||||
| * | Refactor renaming accounts | James Booth | 2013-01-31 | 1 | -28/+9 | |
| | | ||||||
| * | Added presence.last and presence.login when creating new account | James Booth | 2013-01-31 | 1 | -0/+2 | |
| | | ||||||
| * | Added presence.last and presence.login properties to /account rename | James Booth | 2013-01-31 | 1 | -0/+12 | |
| | | ||||||
* | | Added priority properties to account | James Booth | 2013-01-31 | 2 | -0/+85 | |
| | | ||||||
* | | Added priority properties to ProfAccount | James Booth | 2013-01-31 | 1 | -0/+5 | |
|/ | ||||||
* | Added help for new /account property | James Booth | 2013-01-31 | 1 | -1/+3 | |
| | ||||||
* | Show current presence when logging in | James Booth | 2013-01-31 | 6 | -8/+42 | |
| | | | | Also show correct presence in title bar upon login | |||||
* | Option to use last presence at login, or use a specific presence | James Booth | 2013-01-31 | 8 | -47/+106 | |
| | ||||||
* | Added account_get_login_presence to account | James Booth | 2013-01-30 | 2 | -0/+18 | |
| | ||||||
* | Added 'last' as option for /account status | James Booth | 2013-01-30 | 1 | -1/+1 | |
| | ||||||
* | Added "set status" to /account | James Booth | 2013-01-30 | 3 | -0/+26 | |
| | ||||||
* | Added cons_debug() | James Booth | 2013-01-30 | 2 | -0/+25 | |
| | ||||||
* | Added glib < 2.30 compatibility function | James Booth | 2013-01-30 | 2 | -1/+21 | |
| | ||||||
* | Fixed chat logging | James Booth | 2013-01-29 | 3 | -16/+24 | |
| | | | | fixes #147 | |||||
* | Moved roster request to xmpp_iq | James Booth | 2013-01-29 | 3 | -28/+29 | |
| | ||||||
* | Added message_add_handlers() | James Booth | 2013-01-29 | 3 | -7/+16 | |
| | ||||||
* | Moved message functions to xmpp_message.c | James Booth | 2013-01-29 | 6 | -279/+294 | |
| | ||||||
* | Added xmpp_message.c | James Booth | 2013-01-29 | 4 | -29/+60 | |
| | ||||||
* | Added presence_add_handlers() | James Booth | 2013-01-29 | 3 | -5/+17 | |
| | ||||||
* | Changed adding iq handlers to take no args | James Booth | 2013-01-28 | 3 | -3/+5 | |
| | ||||||
* | Moved functions to xmpp_presence | James Booth | 2013-01-28 | 6 | -158/+193 | |
| | ||||||
* | Added xmpp_presence.c | James Booth | 2013-01-28 | 5 | -289/+359 | |
| | ||||||
* | jabber_get_status no longer returns newly allocated string | James Booth | 2013-01-28 | 2 | -6/+2 | |
| | ||||||
* | Joined log and chat_log modules | James Booth | 2013-01-28 | 7 | -294/+230 | |
| | ||||||
* | Removed chat_log dependency on ui | James Booth | 2013-01-28 | 1 | -1/+0 | |
| | ||||||
* | Moved release module into common | James Booth | 2013-01-28 | 5 | -110/+55 | |
| | ||||||
* | Flattened files.c and xdg_base.c | James Booth | 2013-01-28 | 3 | -107/+50 | |
| | ||||||
* | Renamed parser.c -> command_parser.c | James Booth | 2013-01-28 | 4 | -33/+4 | |
| | | | | Included in command.h | |||||
* | Renamed history modules | James Booth | 2013-01-28 | 7 | -62/+62 | |
| | ||||||
* | Renamed history.c -> command_history.c | James Booth | 2013-01-28 | 6 | -35/+6 | |
| | | | | Included in command.h | |||||
* | Renamed UI related files | James Booth | 2013-01-28 | 4 | -4/+4 | |
| | ||||||
* | Renamed stanza.c -> xmpp_stanza.c | James Booth | 2013-01-28 | 6 | -161/+130 | |
| | ||||||
* | Renamed capabilities.c -> xmpp_caps.c | James Booth | 2013-01-28 | 7 | -47/+17 | |
| | ||||||
* | Renamed iq.c -> xmpp_iq.c | James Booth | 2013-01-28 | 1 | -1/+1 | |
| | ||||||
* | Renamed connection.c -> xmpp_conn.c | James Booth | 2013-01-28 | 1 | -1/+1 | |
| | ||||||
* | Renamed jabber.h -> xmpp.h | James Booth | 2013-01-28 | 7 | -9/+9 | |
| | ||||||
* | 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. |