about summary refs log tree commit diff stats
path: root/src/event
Commit message (Expand)AuthorAgeFilesLines
* Allow /quit during TLS certificate verification promptJames Booth2015-11-101-7/+16
* Show current TLS certificateJames Booth2015-11-102-53/+7
* Added /tls cert to show current certificate fingerprintJames Booth2015-11-091-0/+1
* Store current TLS certificate fingerpint in memory for reconnectJames Booth2015-11-091-0/+8
* Renamed MUC private window functionsJames Booth2015-11-082-3/+3
* ui_incoming_private_msg takes ProfPrivateWin, added assertsJames Booth2015-11-081-7/+17
* mucwin_broadcast takes ProfMucWinJames Booth2015-11-021-3/+6
* mucwin_subject takes ProfMucWinJames Booth2015-11-021-4/+5
* mucwin_requires_config takes ProfMucWinJames Booth2015-11-021-1/+3
* mucwin_message takes ProfMucWinJames Booth2015-11-021-1/+4
* mucwin_history takes ProfMucWinJames Booth2015-11-021-1/+4
* mucwin_nick_change takes ProfMucWinJames Booth2015-11-021-1/+4
* mucwin_occupant_nick_change takes ProfMucWinJames Booth2015-11-021-1/+4
* mucwin_occupant_presence takes ProfMucWinJames Booth2015-11-021-2/+3
* mucwin_occupant_online takes ProfMucWinJames Booth2015-11-011-2/+3
* mucwin_occupant_banned takes ProfMucWinJames Booth2015-11-011-1/+4
* mucwin_occupant_kicked takes ProfMucWinJames Booth2015-11-011-1/+4
* mucwin_occupant_offline takes ProfMucWinJames Booth2015-11-011-2/+3
* mucwin_roster takes ProfMucWinJames Booth2015-11-011-2/+3
* Tidy sv_ev_muc_occupant_onlineJames Booth2015-11-011-13/+5
* mucwin_occupant_role_and_affiliation_change takes ProfMucWinJames Booth2015-11-011-1/+4
* mucwin_occupant_affiliation_change takes ProfMucWinJames Booth2015-11-011-1/+4
* 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
n555' href='#n555'>555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597