about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added ui_ev_new_private_win to ui eventsJames Booth2015-05-047-25/+27
* 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-044-14/+12
* 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
* Tidy message.cJames Booth2015-05-031-40/+50
* Extracted receipt received handlerJames Booth2015-05-031-30/+34
* Tidy message.cJames Booth2015-05-021-68/+62
* Pass ProfChatWin to otr_on_message_sendJames Booth2015-05-023-42/+21
* Removed server event delegation functionsJames Booth2015-05-016-308/+76
* Move current win check to event, removed next and prev win functionsJames Booth2015-04-306-87/+30
* Removed ui_win_switch_numJames Booth2015-04-305-96/+76
* Added assert to ui_switch_winJames Booth2015-04-301-0/+1
* Removed some ui functions, inlinedJames Booth2015-04-303-27/+13
* Added ui_win_error_line()James Booth2015-04-293-2/+8
* Return result on OTR message sendingJames Booth2015-04-299-47/+63
* Return new window on new chat win eventJames Booth2015-04-293-12/+9
* Changed message when sending non encrypted message with OTR policy alwaysJames Booth2015-04-291-2/+2
* Reuse ui_new_chat_winJames Booth2015-04-291-55/+17
* _win_show_history takes ProfChatWin as first argJames Booth2015-04-291-66/+55
* Added ui events moduleJames Booth2015-04-285-16/+90
* Renamed event functionsJames Booth2015-04-2810-237/+237
* Removed commented codeJames Booth2015-04-281-26/+0
* Moved otr message send event to otr moduleJames Booth2015-04-273-33/+43
* Removed server_events dependency on libotr headersJames Booth2015-04-273-40/+46
* Renamed incoming otr messageJames Booth2015-04-271-6/+6
* Tidied account loginJames Booth2015-04-235-60/+79
* Moved login events to client events moduleJames Booth2015-04-223-98/+121
* Tidy execute alias codeJames Booth2015-04-211-11/+11
* Moved new chat win events to client events moduleJames Booth2015-04-217-61/+87
* Moved all message sending to client events moduleJames Booth2015-04-213-50/+57
* Removed unused otr checkJames Booth2015-04-191-5/+0
* Added client_events module, reuse message sending code for all commandsJames Booth2015-04-193-77/+130
* Renamed server event functionsJames Booth2015-04-197-207/+207