about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Removed stanza functions from xmpp.hJames Booth2013-02-029-126/+159
|
* Added ui subdir to sourceJames Booth2013-02-0210-16/+16
|
* Added xmpp subdir to sourceJames Booth2013-02-0213-20/+19
|
* Completed presence priority changesJames Booth2013-01-312-10/+66
|
* The /priority command now sets per account/status settingsJames Booth2013-01-315-41/+72
|
* Removed unused jabber_get_priority functionJames Booth2013-01-312-7/+0
|
* Renamed some propreties on the jabber connection for clarityJames Booth2013-01-314-28/+29
|
* Deal with account priority properties on add and rename accountJames Booth2013-01-311-0/+16
|
* Merge branch 'master' into priorityJames Booth2013-01-311-16/+11
|\
| * Refactor renaming accountsJames Booth2013-01-311-28/+9
| |
| * Added presence.last and presence.login when creating new accountJames Booth2013-01-311-0/+2
| |
| * Added presence.last and presence.login properties to /account renameJames Booth2013-01-311-0/+12
| |
* | Added priority properties to accountJames Booth2013-01-312-0/+85
| |
* | Added priority properties to ProfAccountJames Booth2013-01-311-0/+5
|/
* Added help for new /account propertyJames Booth2013-01-311-1/+3
|
* Show current presence when logging inJames Booth2013-01-316-8/+42
| | | | Also show correct presence in title bar upon login
* Option to use last presence at login, or use a specific presenceJames Booth2013-01-318-47/+106
|
* Added account_get_login_presence to accountJames Booth2013-01-302-0/+18
|
* Added 'last' as option for /account statusJames Booth2013-01-301-1/+1
|
* Added "set status" to /accountJames Booth2013-01-303-0/+26
|
* Added cons_debug()James Booth2013-01-302-0/+25
|
* Added glib < 2.30 compatibility functionJames Booth2013-01-302-1/+21
|
* Fixed chat loggingJames Booth2013-01-293-16/+24
| | | | fixes #147
* Moved roster request to xmpp_iqJames Booth2013-01-293-28/+29
|
* Added message_add_handlers()James Booth2013-01-293-7/+16
|
* Moved message functions to xmpp_message.cJames Booth2013-01-296-279/+294
|
* Added xmpp_message.cJames Booth2013-01-295-30/+61
|
* Added presence_add_handlers()James Booth2013-01-293-5/+17
|
* Changed adding iq handlers to take no argsJames Booth2013-01-283-3/+5
|
* Moved functions to xmpp_presenceJames Booth2013-01-286-158/+193
|
* Added xmpp_presence.cJames Booth2013-01-286-290/+360
|
* jabber_get_status no longer returns newly allocated stringJames Booth2013-01-282-6/+2
|
* Joined log and chat_log modulesJames Booth2013-01-288-296/+232
|
* Removed chat_log dependency on uiJames Booth2013-01-281-1/+0
|
* Moved release module into commonJames Booth2013-01-286-111/+56
|
* Flattened files.c and xdg_base.cJames Booth2013-01-284-109/+52
|
* Renamed parser.c -> command_parser.cJames Booth2013-01-287-127/+98
| | | | Included in command.h
* Renamed history modulesJames Booth2013-01-2811-70/+70
|
* Renamed history.c -> command_history.cJames Booth2013-01-287-37/+8
| | | | Included in command.h
* Renamed UI related filesJames Booth2013-01-285-7/+7
|
* Renamed stanza.c -> xmpp_stanza.cJames Booth2013-01-287-162/+131
|
* Renamed capabilities.c -> xmpp_caps.cJames Booth2013-01-288-48/+18
|
* Renamed iq.c -> xmpp_iq.cJames Booth2013-01-282-2/+2
|
* Renamed connection.c -> xmpp_conn.cJames Booth2013-01-282-2/+2
|
* Renamed jabber.h -> xmpp.hJames Booth2013-01-288-10/+10
|
* Set last presence for accountJames Booth2013-01-273-1/+29
|
* Added development string to logJames Booth2013-01-271-1/+5
|
* Added /account set <account> resource <value>James Booth2013-01-273-2/+19
|
* Refactored connecting, and reconnectingJames Booth2013-01-275-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 accountsJames Booth2013-01-271-36/+36
|