about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Moved otr message send event to otr moduleJames Booth2015-04-273-33/+43
|
* Removed server_events dependency on libotr headersJames Booth2015-04-273-40/+46
|
* Renamed incoming otr messageJames Booth2015-04-271-6/+6
|
* Tidied account loginJames Booth2015-04-235-60/+79
|
* Moved login events to client events moduleJames Booth2015-04-223-98/+121
|
* Tidy execute alias codeJames Booth2015-04-211-11/+11
|
* Moved new chat win events to client events moduleJames Booth2015-04-217-61/+87
|
* Moved all message sending to client events moduleJames Booth2015-04-213-50/+57
|
* Removed unused otr checkJames Booth2015-04-191-5/+0
|
* Added client_events module, reuse message sending code for all commandsJames Booth2015-04-193-77/+130
|
* Renamed server event functionsJames Booth2015-04-197-207/+207
|
* Moved server_events to event/James Booth2015-04-198-7/+7
|
* Added option to show jids in occupants panelJames Booth2015-04-1212-21/+109
|
* Autogenerate room name with UUID for /join with no argsJames Booth2015-04-113-9/+29
|
* Use password for chat room invitesJames Booth2015-03-296-10/+40
|
* Added password to direct invitesJames Booth2015-03-293-4/+10
|
* Add callback data to room disco info response handlerJames Booth2015-03-295-34/+102
|
* Set members only property when getting room featuresJames Booth2015-03-295-3/+25
|
* Added check members only room to send mediated invitesJames Booth2015-03-286-1/+77
|
* Added individual options to send and request delivery receiptsJames Booth2015-03-198-21/+73
|
* Merge remote-tracking branch 'origin/master'James Booth2015-03-181-1/+1
|\
| * Fix buffer entry freeJames Booth2015-03-171-1/+1
| |
* | Added keybindings for rxvtJames Booth2015-03-181-6/+13
|/
* Tidy cmd_tinyJames Booth2015-03-161-33/+44
|
* Added static function for sending otr tagged messagesJames Booth2015-03-161-17/+20
|
* Added otr_tag_message, removed commands.c dependency on libotrJames Booth2015-03-163-10/+17
|
* Use static functions in cmd_msgJames Booth2015-03-161-21/+8
|
* Removed window checks before logging in cmd_msgJames Booth2015-03-161-9/+3
|
* Added static functions to commands.c for sending messagesJames Booth2015-03-162-31/+35
|
* Moved _strtoi to common, strtoi_rangeJames Booth2015-03-163-39/+39
|
* Removed console dependency from strtoiJames Booth2015-03-161-63/+123
|
* Moved default and alias command executionJames Booth2015-03-163-112/+113
|
* Fix for chat loggingJames Booth2015-03-151-68/+64
|
* Move common chat logging code to log.cJames Booth2015-03-155-172/+159
|
* Tidied helpJames Booth2015-03-152-14/+16
|
* Added /receipts commandJames Booth2015-03-155-1/+28
|
* Added receipt.sent theme settingJames Booth2015-03-153-65/+70
|
* Fixed mergeJames Booth2015-03-151-1/+1
|
* Merge branch 'master' into xep-0184James Booth2015-03-153-6/+64
|\
| * Added OTR error messagesJames Booth2015-03-153-6/+64
| |
* | Return after message receiptJames Booth2015-03-141-1/+1
| |
* | Merge branch 'master' into xep-0184James Booth2015-03-143-3/+46
|\| | | | | | | | | | | | | | | Conflicts: src/server_events.c src/ui/core.c src/ui/ui.h tests/ui/stub_ui.c
| * Don't switch window on sent carbonJames Booth2015-03-143-1/+45
| |
* | Merge branch 'master' into xep-0184James Booth2015-03-141-1/+1
|\|
| * Check for sent and received carbonsJames Booth2015-03-141-1/+1
| |
* | Merge branch 'master' into xep-0184James Booth2015-03-141-33/+36
|\| | | | | | | | | Conflicts: src/xmpp/message.c
| * Fixed error with /otr start with carbons enabledJames Booth2015-03-141-33/+36
| |
* | Use colouring for message receiptsJames Booth2015-03-145-20/+92
| |
* | Removed from argument from outgoing message functionsJames Booth2015-03-145-24/+20
| |
* | Renamed win_save_newline -> win_newlineJames Booth2015-03-144-26/+26
| |