about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* Optimised occupant comparisons, create utf8 collate key onceJames Booth2015-05-072-9/+7
|
* Optimised contact comparisons, create utf8 collate key onceJames Booth2015-05-073-13/+30
|
* Set ui nonblocking on presence updatesJames Booth2015-05-061-0/+6
| | | | Speeds up joining rooms, and connecting.
* Tidied form field autocompletersJames Booth2015-05-051-22/+26
|
* Use null check convention in roster_list.cJames Booth2015-05-041-15/+15
|
* Use null check convention in resource.cJames Booth2015-05-041-2/+2
|
* Use null check convention in profanity.cJames Booth2015-05-041-2/+2
|
* Use null check convention in log.cJames Booth2015-05-041-8/+8
|
* Use null check convention in jid.cJames Booth2015-05-041-5/+5
|
* Use null check convention in contact.cJames Booth2015-05-041-14/+14
|
* Use null check convention in common.cJames Booth2015-05-041-10/+10
|
* Use null check convention in chat_session.cJames Booth2015-05-041-2/+2
|
* Use null check convention in stanza.cJames Booth2015-05-041-32/+32
|
* Use null check convention in roster.cJames Booth2015-05-041-11/+11
|
* Use null check convention in presence.cJames Booth2015-05-041-21/+21
|
* Use null check convention in iq.cJames Booth2015-05-041-48/+48
|
* Use null check convention in form.cJames Booth2015-05-041-1/+1
|
* Use null check convention in connection.cJames Booth2015-05-041-12/+12
|
* Use null check convention in capabilities.cJames Booth2015-05-041-15/+15
|
* Use null check convention in bookmark.cJames Booth2015-05-041-11/+11
|
* Use null check convention in windows.cJames Booth2015-05-041-18/+18
|
* Use null check convention in window.cJames Booth2015-05-041-38/+38
|
* Use null check convention in titlebar.cJames Booth2015-05-041-3/+3
|
* Use null check convention in statusbar.cJames Booth2015-05-041-7/+7
|
* Use null check convention in notifier.cJames Booth2015-05-041-4/+4
|
* Use null check convention in core.cJames Booth2015-05-041-62/+62
|
* Use null check convention in console.cJames Booth2015-05-041-80/+80
|
* Use null check convention in tinyurl.cJames Booth2015-05-041-1/+1
|
* Use null check convention in parser.cJames Booth2015-05-041-4/+4
|
* Use null check convention in otrlibv4.cJames Booth2015-05-041-1/+1
|
* Use null check convention in otrlibv3.cJames Booth2015-05-041-3/+3
|
* Use null check convention in otr.cJames Booth2015-05-041-9/+9
|
* Use null check convention in server_events.cJames Booth2015-05-041-7/+7
|
* Use null check convention in theme.cJames Booth2015-05-041-8/+8
|
* Use null check convention in preferences.cJames Booth2015-05-041-4/+4
|
* Use null check convention in accounts.cJames Booth2015-05-041-17/+17
|
* Use null check convention in account.cJames Booth2015-05-041-8/+8
|
* Use null check convention in commands.cJames Booth2015-05-041-50/+50
|
* Use null check convention in command.cJames Booth2015-05-041-110/+110
|
* Added enc_mode to ProfChatWinJames Booth2015-05-044-10/+15
|
* Extracted carbons handlingJames Booth2015-05-041-41/+55
|
* Revert "Added carbons handler"James Booth2015-05-041-52/+52
| | | | This reverts commit ff867e7f2bdfbd8856bd2a010e9d19b9a429a239.
* Added ui_ev_new_private_win to ui eventsJames Booth2015-05-048-27/+33
|
* cl_ev_send_muc_msg takes ProfMucWin as argJames Booth2015-05-043-5/+5
|
* ui_outgoing_chat_msg now takes ProfChatWin as argumentJames Booth2015-05-045-15/+13
|
* Added roster list function to get display name for messagesJames Booth2015-05-033-24/+37
|
* Added carbons handlerJames Booth2015-05-031-52/+52
|
* Show resource in status barJames Booth2015-05-031-1/+6
|
* Extracted receipt request processing in message.cJames Booth2015-05-031-12/+31
|
* Extract private message hanlding in message.cJames Booth2015-05-033-70/+75
|