about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Changed parameter to contact_list_add jid->barejidJames Booth2013-02-103-23/+23
* Renamed contact property jid->barejidJames Booth2013-02-094-15/+15
* Added resource.cJames Booth2013-02-092-0/+99
* Fixed remaining '%' char printingJames Booth2013-02-091-7/+7
* Fixed input win printing of '%' charJames Booth2013-02-091-7/+7
* Show priority on loginJames Booth2013-02-051-0/+2
* Show priority on autoaway messagesJames Booth2013-02-051-5/+14
* Show detailed software/os information if available in capabilitiesJames Booth2013-02-056-38/+149
* Removed debug from last commitJames Booth2013-02-051-4/+0
* SHA1 now generated correctly when data form included in capsJames Booth2013-02-051-0/+5
* Send show, status, priority and caps when changing room nicknameJames Booth2013-02-041-0/+11
* Moved setting presence status and show into functionsJames Booth2013-02-043-63/+58
* Use of const in connection.cJames Booth2013-02-042-6/+7
* Small tidy up in connection.cJames Booth2013-02-031-3/+10
* Added assertsJames Booth2013-02-036-10/+17
* Losing connection shows 'offline' in uiJames Booth2013-02-032-14/+13
* Removed jabber_restart functionJames Booth2013-02-033-10/+4
* Moved caps_init() out of xmpp.hJames Booth2013-02-034-2/+3
* Moved private xmpp functions to connection.hJames Booth2013-02-036-54/+87
* 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 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
* Tidied directory creationJames Booth2013-02-021-55/+10
* Removed files.cJames Booth2013-02-027-135/+72
* 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-0219-19/+19
* Added command and tools subdirs to sourceJames Booth2013-02-0220-17/+73
* Tidied #include'sJames Booth2013-02-0231-64/+67
* Removed caps functions from xmpp.hJames Booth2013-02-024-4/+37
* Removed presence functions from xmpp.hJames Booth2013-02-023-3/+31
* Removed iq functions from xmpp.hJames Booth2013-02-024-4/+31
* Removed message handler function from xmpp.hJames Booth2013-02-024-1/+30
* Removed stanza functions from xmpp.hJames Booth2013-02-028-126/+158
* Added ui subdir to sourceJames Booth2013-02-029-6/+6
* Added xmpp subdir to sourceJames Booth2013-02-0212-11/+11
* Completed presence priority changesJames Booth2013-01-312-10/+66
* The /priority command now sets per account/status settingsJames Booth2013-01-315-41/+72