about summary refs log tree commit diff stats
path: root/src/event
Commit message (Expand)AuthorAgeFilesLines
* mucwin_occupant_role_change takes ProfMucWinJames Booth2015-11-011-1/+4
* Tidy sv_ev_muc_self_onlineJames Booth2015-11-011-13/+5
* mucwin_role_and_affiliation_change takes ProfMucWinJames Booth2015-11-011-1/+4
* mucwin_affiliation_change takes ProfMucWinJames Booth2015-11-011-1/+4
* mucwin_role_change takes ProfMucWinJames Booth2015-11-011-1/+4
* Renamed ui_room_broadcast -> mucwin_broadcastJames Booth2015-11-011-2/+2
* Renamed ui_room_subject -> mucwin_subjectJames Booth2015-11-011-2/+2
* Renamed ui_room_requires_config -> mucwin_requires_configJames Booth2015-11-011-1/+1
* Renamed ui_room_message -> mucwin_messageJames Booth2015-11-011-1/+1
* Renamed ui_room_history -> mucwin_historyJames Booth2015-11-011-1/+1
* Renamed ui_room_nick_change -> mucwin_nick_changeJames Booth2015-11-011-1/+1
* Renamed ui_room_member_nick_change -> mucwin_occupant_nick_changeJames Booth2015-11-011-1/+1
* Renamed ui_room_member_presence -> mucwin_occupant_presenceJames Booth2015-11-011-1/+1
* Renamed ui_room_member_online -> mucwin_occupant_onlineJames Booth2015-11-011-1/+1
* Renamed ui_room_member_banned -> mucwin_occupant_bannedJames Booth2015-11-011-1/+1
* Renamed ui_room_member_kicked -> mucwin_occupant_kickedJames Booth2015-11-011-1/+1
* Renamed ui_room_member_offline -> mucwin_occupant_offlineJames Booth2015-11-011-1/+1
* Renamed ui_room_roster -> mucwin_rosterJames Booth2015-11-011-1/+1
* Renamed ui_room_occupant_role_and_affiliation_change -> mucwin_occupant_role_...James Booth2015-11-011-1/+1
* Renamed ui_room_occupant_affiliation_change -> mucwin_occupant_affiliation_ch...James Booth2015-11-011-1/+1
* Renamed ui_room_occupant_role_change -> mucwin_occupant_role_changeJames Booth2015-11-011-1/+1
* Renamed ui_room_role_and_affiliation_change -> mucwin_role_and_affiliation_ch...James Booth2015-11-011-1/+1
* Renamed ui_room_affiliation_change -> mucwin_affiliation_changeJames Booth2015-11-011-1/+1
* Renamed ui_room_role_change -> mucwin_role_changeJames Booth2015-11-011-1/+1
* xmlwin_show takes window as argumentJames Booth2015-11-011-1/+4
* Added xmlwin moduleJames Booth2015-11-011-1/+1
* Added missing config.h includesJames Booth2015-10-312-3/+4
* Tidied chatwin_outgoing_carbonJames Booth2015-10-271-1/+8
* Renamed ui_outgoing_chat_msg -> chatwin_outgoing_msgJames Booth2015-10-271-6/+6
* Renamed ui_incoming_msg -> chatwin_incoming_msgJames Booth2015-10-271-6/+6
* Renamed ui_recipient_gone -> chatwin_recipeint_goneJames Booth2015-10-271-1/+1
* Tidied ui_recipient_goneJames Booth2015-10-271-1/+15
* Renamed chatwin OTR functionsJames Booth2015-10-271-1/+1
* Removed ui_events moduleJames Booth2015-10-272-82/+0
* Removed ui_ev_new_chat_winJames Booth2015-10-272-7/+0
* Removed ui_ev_focus_winJames Booth2015-10-272-9/+0
* ui_message_receipt takes ProfChatWinJames Booth2015-10-261-1/+5
* Removed ui_chat_win_existsJames Booth2015-10-261-5/+5
* Applied coding style to src/event/James Booth2015-10-256-88/+86
* Force tls on all connections, add tls policy account propertyJames Booth2015-10-182-3/+3
* Add ability to script commands after connectJames Booth2015-10-151-0/+6
* Title bar TLS indicatorJames Booth2015-10-142-3/+3
* Fixed spellingJames Booth2015-09-301-1/+1
* Added last activity time format optionJames Booth2015-09-291-7/+29
* Use more specific messages for last activity responsesJames Booth2015-09-291-6/+30
* Fix last active queryJames Booth2015-09-291-2/+2
* WIP: Added last activity request and responseJames Booth2015-09-292-0/+26
* Include last activity in initial presenceJames Booth2015-09-272-4/+4
* Save trusted certificates to tlscerts file with more informationJames Booth2015-09-242-9/+16
* Parse TLS cert subjectJames Booth2015-09-231-4/+37