about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Moved private xmpp functions to connection.hJames Booth2013-02-037-55/+88
* Added -WerrorJames Booth2013-02-031-1/+1
* Moved function to get presence string from type to stanza.cJames Booth2013-02-033-21/+22
* Send entity capabilities and status when joining roomJames Booth2013-02-034-110/+161
* Added error.txt to .gitignoreJames Booth2013-02-031-0/+1
* Added debugging to presence and iq handlersJames Booth2013-02-032-2/+32
* Fixed crash on receiving dataformJames Booth2013-02-032-3/+5
* Refactored string preferencesJames Booth2013-02-035-67/+67
* Refactored setting boolean preferencesJames Booth2013-02-033-225/+117
* Refactored getting boolean preferencesJames Booth2013-02-037-194/+206
* Default to INFO when creating logJames Booth2013-02-031-1/+3
* Removed log function to log.cJames Booth2013-02-033-16/+18
* Added resize check to ui moduleJames Booth2013-02-023-12/+9
* Fixed filenames in comment headersJames Booth2013-02-023-3/+3
* Fixed testsJames Booth2013-02-024-6/+6
* Tidied directory creationJames Booth2013-02-021-55/+10
* Removed files.cJames Booth2013-02-028-137/+73
* Moved function to get theme dir to theme.cJames Booth2013-02-023-19/+19
* Moved function to get accouts files to accounts.cJames Booth2013-02-023-15/+16
* Moved function to get log dir to log.cJames Booth2013-02-024-35/+33
* Moved function to get chat log dir to log.cJames Booth2013-02-023-15/+16
* Moved xdg functions to commonJames Booth2013-02-023-51/+50
* Moved directory creating functions to common.hJames Booth2013-02-023-32/+21
* Added config dir to sourceJames Booth2013-02-0220-26/+28
* Added command and tools subdirs to sourceJames Booth2013-02-0221-26/+86
* Tidied #include'sJames Booth2013-02-0231-64/+67
* Removed caps functions from xmpp.hJames Booth2013-02-025-4/+38
* Removed presence functions from xmpp.hJames Booth2013-02-024-4/+32
* Removed iq functions from xmpp.hJames Booth2013-02-025-5/+32
* Removed message handler function from xmpp.hJames Booth2013-02-025-2/+31
* 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
* 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