about summary refs log tree commit diff stats
path: root/src/event/client_events.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|\ | | | | | | | | | | Conflicts: src/main.c src/ui/console.c
| * 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
| | | | | | | | fixes #703
* | 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
|\| | | | | | | | | Conflicts: .travis.yml
| * 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
|
* Renamed event functionsJames Booth2015-04-281-7/+7
|
* Moved otr message send event to otr moduleJames Booth2015-04-271-33/+3
|
* Tidied account loginJames Booth2015-04-231-50/+5
|
* Moved login events to client events moduleJames Booth2015-04-221-0/+62
|
* Moved new chat win events to client events moduleJames Booth2015-04-211-0/+13
|
* Moved all message sending to client events moduleJames Booth2015-04-211-1/+14
|
* Added client_events module, reuse message sending code for all commandsJames Booth2015-04-191-0/+86