about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Renamed history modulesJames Booth2013-01-2811-70/+70
* Renamed history.c -> command_history.cJames Booth2013-01-287-37/+8
* 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
* 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-274-5/+5
* 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-262-54/+93
* Got rid of old naming convention on prof_autocompleteJames Booth2013-01-2512-257/+257
* Refactored iq.c to register iq handlersJames Booth2013-01-253-214/+170
* Removed iq.hJames Booth2013-01-244-33/+4
* Split jabber moduleJames Booth2013-01-244-343/+410
* Started refactor of iq handlersJames Booth2013-01-241-6/+27
* Moved iq error handling to one placeJames Booth2013-01-231-75/+74
* Made iq functions take consistent parametersJames Booth2013-01-231-31/+33
* Renamed disco handlers -> caps handlersJames Booth2013-01-231-8/+8
* Free memory in disco response handlerJames Booth2013-01-231-0/+6
* Release stanzaJames Booth2013-01-231-0/+2
* Fixed a couple of memory leaksJames Booth2013-01-231-2/+8
* Tidied up memory allocation in capabilitiesJames Booth2013-01-235-19/+43
* Fixed some memory leaks in capabilitiesJames Booth2013-01-234-26/+45
* Merge branch 'master' into capsJames Booth2013-01-224-1/+53
|\
| * Merge remote-tracking branch 'backalor/master'James Booth2013-01-224-1/+53
| |\
| | * Add support for autocomplete of /statuses commandBackalor2013-01-221-0/+2
| | * Add function prototype and make the default for the /statuses command be ONBackalor2013-01-222-1/+6
| | * Add new command /statuses for status notificationsBackalor2013-01-214-28/+29
| | * Add 's' to make the preference file readBackalor2013-01-141-2/+2