about summary refs log tree commit diff stats
path: root/src/event/server_events.c
Commit message (Expand)AuthorAgeFilesLines
* Don't compile pgp code with --disable-pgpDmitry Podgorny2015-12-211-0/+2
* Added cons_show_incoming_room_message()James Booth2015-12-201-5/+58
* Fixed PGP error messageJames Booth2015-12-191-1/+1
* Show PGP error stringsJames Booth2015-12-151-3/+13
* Moved sending of initial presence to sv_ev_roster_receivedJames Booth2015-12-141-0/+31
* Allow /quit during TLS certificate verification promptJames Booth2015-11-101-7/+16
* Show current TLS certificateJames Booth2015-11-101-51/+6
* 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-081-2/+2
* 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