about summary refs log tree commit diff stats
path: root/src/event/client_events.c
Commit message (Collapse)AuthorAgeFilesLines
* Add /rooms service autocompletionJames Booth2018-02-051-0/+1
|
* Update copyrightJames Booth2018-01-211-1/+1
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Add pre chat and room message blockingJames Booth2017-01-221-0/+6
|
* Fix compileJames Booth2017-01-161-1/+1
|
* Remove status from cl_ev_presence_sendJames Booth2017-01-151-2/+3
| | | | fixes #888
* Allow clearing account resourceJames Booth2016-11-221-4/+10
| | | | issue #880
* 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
| | | | issue #829
* 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
|\ | | | | | | | | | | 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
|