about summary refs log tree commit diff stats
path: root/src/event/client_events.c
Commit message (Expand)AuthorAgeFilesLines
* Fix missing paramsJames Booth2016-09-031-2/+2
* Add missed argumentDmitry Podgorny2016-09-021-7/+7
* Send receipt request only when receiver supports featureJames Booth2016-08-181-5/+22
* Tidy headersJames Booth2016-07-241-2/+4
* Moved window_list.cJames Booth2016-07-241-1/+1
* Moved roster_list.cJames Booth2016-07-241-1/+1
* Moved chat_session.cJames Booth2016-07-241-1/+1
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Move connection fulljid functionJames Booth2016-05-061-1/+1
* Rename jabber_ functionsJames Booth2016-05-061-5/+5
* Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-261-9/+9
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-13/+13
* Fix call to plugins_post_chat_message_sendJames Booth2016-02-161-3/+12
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\
| * Updated copyrightJames Booth2016-02-141-1/+1
* | Added C plugin code from plugins branchJames Booth2016-02-141-36/+51
|/
* Handle self leaving room in private winsJames Booth2016-02-031-0/+2
* Show message in private windows when user offlineJames Booth2016-02-021-2/+6
* 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-051-1/+1
|/
* Add cl_ev_disconnectJames Booth2016-01-031-0/+20
* Renamed MUC private window functionsJames Booth2015-11-081-1/+1
* Added missing config.h includesJames Booth2015-10-311-1/+2
* Renamed ui_outgoing_chat_msg -> chatwin_outgoing_msgJames Booth2015-10-271-6/+6
* Applied coding style to src/event/James Booth2015-10-251-5/+5
* Force tls on all connections, add tls policy account propertyJames Booth2015-10-181-2/+2
* Include last activity in initial presenceJames Booth2015-09-271-2/+2
* Split PGP incoming and outgoing message handlingJames Booth2015-08-301-18/+16
* Fixed compile when no OTR or PGP supportJames Booth2015-08-261-1/+1
* Display special char for encrypted messagesJames Booth2015-08-261-6/+6
* Free account on pgp presence sendJames Booth2015-06-241-0/+1
* Added PGP logging preferencesJames Booth2015-06-211-4/+2
* Tidied OTR and PGP combinations in client_events.cJames Booth2015-06-211-19/+39
* Added pgp checks for message sendingJames Booth2015-06-211-3/+42
* Merge branch 'master' into openpgpJames Booth2015-06-191-0/+1
|\
| * Added missing include client_events.cJames Booth2015-06-191-0/+1
* | Merge branch 'master' into openpgpJames Booth2015-06-151-1/+1
|\|
| * Moved ui/windows -> window_listJames Booth2015-06-151-1/+1
* | Merge branch 'master' into openpgpJames Booth2015-06-051-1/+1
|\|
| * Added rooms iq testJames Booth2015-05-241-1/+1
* | Moved pgp signature generation to cl_ev_presence_sendJames Booth2015-05-081-1/+16
|/
* Added cl_ev_presence_sendJames Booth2015-05-071-0/+6
* Added ui_ev_new_private_win to ui eventsJames Booth2015-05-041-3/+3
* cl_ev_send_muc_msg takes ProfMucWin as argJames Booth2015-05-041-2/+2
* ui_outgoing_chat_msg now takes ProfChatWin as argumentJames Booth2015-05-041-1/+1
* Pass ProfChatWin to otr_on_message_sendJames Booth2015-05-021-5/+1
* Added ui_win_error_line()James Booth2015-04-291-2/+1
* Return result on OTR message sendingJames Booth2015-04-291-5/+13
* Added ui events moduleJames Booth2015-04-281-13/+0