about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Added help for new /account propertyJames Booth2013-01-311-1/+3
* Show current presence when logging inJames Booth2013-01-316-8/+42
* 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
* 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-294-29/+60
* 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-285-289/+359
* jabber_get_status no longer returns newly allocated stringJames Booth2013-01-282-6/+2
* Joined log and chat_log modulesJames Booth2013-01-287-294/+230
* Removed chat_log dependency on uiJames Booth2013-01-281-1/+0
* Moved release module into commonJames Booth2013-01-285-110/+55
* Flattened files.c and xdg_base.cJames Booth2013-01-283-107/+50
* Renamed parser.c -> command_parser.cJames Booth2013-01-284-33/+4
* Renamed history modulesJames Booth2013-01-287-62/+62
* Renamed history.c -> command_history.cJames Booth2013-01-286-35/+6
* Renamed UI related filesJames Booth2013-01-284-4/+4
* Renamed stanza.c -> xmpp_stanza.cJames Booth2013-01-286-161/+130
* Renamed capabilities.c -> xmpp_caps.cJames Booth2013-01-287-47/+17
* Renamed iq.c -> xmpp_iq.cJames Booth2013-01-281-1/+1
* Renamed connection.c -> xmpp_conn.cJames Booth2013-01-281-1/+1
* Renamed jabber.h -> xmpp.hJames Booth2013-01-287-9/+9
* 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
* Refactor fixing old accountsJames Booth2013-01-271-36/+36
* Renamed account_add_login -> account_add, added commentsJames Booth2013-01-274-12/+9
* Tidied accounts_load in accountsJames Booth2013-01-271-17/+22
* Use resource on connectJames Booth2013-01-271-4/+14
* Added cons output when logging in.James Booth2013-01-272-13/+10
* Renamed function in jidJames Booth2013-01-273-8/+7
* Renamed create jid function using barejid and resourceJames Booth2013-01-273-3/+3
* Added resource handling in account moduleJames Booth2013-01-273-17/+45
* Added resource to ProfAccountJames Booth2013-01-262-13/+19
* Parse account name as jid on account add, handle resource partJames Booth2013-01-261-9/+32
* Reverted some previous changes to fix login attempt and reconnect issuesJames Booth2013-01-261-14/+27
* Fixed big in autreconnect, reset timer on each connection attemptJames Booth2013-01-261-0/+1
* Handle NULL in jid_destroy()James Booth2013-01-261-7/+9
* Fixed jid handling to allow @ and / in resourceJames Booth2013-01-261-54/+45
* Got rid of old naming convention on prof_autocompleteJames Booth2013-01-258-197/+197