about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
* | Merge branch 'master' into pgpJames Booth2015-05-044-10/+15
|\|
| * Added enc_mode to ProfChatWinJames Booth2015-05-044-10/+15
| |
* | Merge branch 'master' into pgpJames Booth2015-05-041-40/+54
|\|
| * Extracted carbons handlingJames Booth2015-05-041-41/+55
| |
* | Merge branch 'master' into pgpJames Booth2015-05-041-52/+52
|\|
| * Revert "Added carbons handler"James Booth2015-05-041-52/+52
| | | | | | | | This reverts commit ff867e7f2bdfbd8856bd2a010e9d19b9a429a239.
* | Merge branch 'master' into pgpJames Booth2015-05-047-25/+27
|\|
| * Added ui_ev_new_private_win to ui eventsJames Booth2015-05-047-25/+27
| |
* | Merge branch 'master' into pgpJames Booth2015-05-043-5/+5
|\|
| * cl_ev_send_muc_msg takes ProfMucWin as argJames Booth2015-05-043-5/+5
| |
* | Merge branch 'master' into pgpJames Booth2015-05-044-14/+12
|\|
| * ui_outgoing_chat_msg now takes ProfChatWin as argumentJames Booth2015-05-044-14/+12
| |
* | Merge branch 'master' into pgpJames Booth2015-05-043-24/+37
|\|
| * Added roster list function to get display name for messagesJames Booth2015-05-033-24/+37
| |
* | Merge branch 'master' into pgpJames Booth2015-05-031-52/+52
|\|
| * Added carbons handlerJames Booth2015-05-031-52/+52
| |
* | Merge branch 'master' into pgpJames Booth2015-05-031-1/+6
|\|
| * Show resource in status barJames Booth2015-05-031-1/+6
| |
* | Merge branch 'master' into pgpJames Booth2015-05-031-12/+31
|\|
| * Extracted receipt request processing in message.cJames Booth2015-05-031-12/+31
| |
* | Merge branch 'master' into pgpJames Booth2015-05-033-82/+87
|\| | | | | | | | | Conflicts: src/xmpp/message.c
| * Extract private message hanlding in message.cJames Booth2015-05-033-70/+75
| |
* | Merge branch 'master' into pgpJames Booth2015-05-031-40/+50
|\|
| * Tidy message.cJames Booth2015-05-031-40/+50
| |
* | Merge branch 'master' into pgpJames Booth2015-05-031-30/+34
|\|
| * Extracted receipt received handlerJames Booth2015-05-031-30/+34
| |
* | Merge branch 'master' into pgpJames Booth2015-05-021-68/+62
|\|
| * Tidy message.cJames Booth2015-05-021-68/+62
| |
* | Merge branch 'master' into pgpJames Booth2015-05-023-42/+21
|\|
| * Pass ProfChatWin to otr_on_message_sendJames Booth2015-05-023-42/+21
| |
* | Merge branch 'master' into pgpJames Booth2015-05-016-308/+76
|\|
| * Removed server event delegation functionsJames Booth2015-05-016-308/+76
| |
* | Merge branch 'master' into pgpJames Booth2015-04-306-87/+30
|\|
| * Move current win check to event, removed next and prev win functionsJames Booth2015-04-306-87/+30
| |
* | Merge branch 'master' into pgpJames Booth2015-04-305-95/+76
|\|