about summary refs log tree commit diff stats
path: root/src/event
Commit message (Expand)AuthorAgeFilesLines
...
* Show message in private windows when user offlineJames Booth2016-02-022-2/+22
* Colour private chats by presence in roster panelJames Booth2016-01-311-0/+7
* Added themes for roster room mention and triggersJames Booth2016-01-251-0/+7
* Show console messages for room mention and triggersJames Booth2016-01-241-7/+6
* Tidy handling room mention and room triggersJames Booth2016-01-241-7/+18
* Added private chat to roster roomsJames Booth2016-01-241-0/+1
* Added roster contact themesJames Booth2016-01-141-0/+4
* End OTR sessions on lost server connectionJames Booth2016-01-081-0/+17
* Destroy roster after updating UI in server disconnectJames Booth2016-01-081-1/+1
* Merge branch 'master' into roster-structJames Booth2016-01-051-2/+2
|\
| * Call UI disconnect functions before disconnecting with /disconnectJames Booth2016-01-051-2/+2
* | Added roster struct, create and destroy roster on connect/disconnectJames Booth2016-01-052-4/+5
|/
* Add cl_ev_disconnectJames Booth2016-01-033-0/+23
* Fixed compilation without libotrJames Booth2016-01-031-0/+2
* End OTR session when recipient goes offlineJames Booth2016-01-031-0/+6
* Sort roster roomsJames Booth2016-01-021-2/+2
* Show rooms in roster panelJames Booth2016-01-021-0/+4
* Added /console commandJames Booth2015-12-291-0/+1
* Added console MUC message preferenceJames Booth2015-12-291-1/+6
* 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-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