about summary refs log tree commit diff stats
path: root/src/command/commands.c
Commit message (Expand)AuthorAgeFilesLines
* Added current window reference to command functionsJames Booth2015-06-171-183/+143
* Pass current window to autocompletersJames Booth2015-06-161-2/+2
* Tidied cmd_otr, added check-unit target to MakefileJames Booth2015-06-151-79/+118
* Removed ui_get_current_chat()James Booth2015-06-151-2/+2
* Moved UI interfaces to ui.hJames Booth2015-06-151-1/+1
* Moved ui/windows -> window_listJames Booth2015-06-151-1/+1
* Added win_clear() functionJames Booth2015-06-151-1/+2
* Set columns when running functional testsJames Booth2015-06-131-15/+54
* Merge remote-tracking branch 'PMaynard/#551'James Booth2015-06-021-2/+23
|\
| * Tidy up windows when enablingPete2015-06-011-0/+4
| * Refactored 'ui_tidy_wins()' to return bool and not output text, Corrected und...Pete2015-06-011-3/+6
| * Added window auto tidy.Pete2015-05-291-1/+16
|/
* allow enabling / disabling carbons without being connected.Adam Ehlers Nyholm Thomsen2015-05-171-14/+12
* Added cl_ev_presence_sendJames Booth2015-05-071-3/+3
* Renamed presence_update -> presence_sendJames Booth2015-05-071-3/+3
* Use null check convention in commands.cJames Booth2015-05-041-50/+50
* Added ui_ev_new_private_win to ui eventsJames Booth2015-05-041-5/+9
* cl_ev_send_muc_msg takes ProfMucWin as argJames Booth2015-05-041-2/+2
* Move current win check to event, removed next and prev win functionsJames Booth2015-04-301-9/+3
* Removed ui_win_switch_numJames Booth2015-04-301-10/+14
* Removed some ui functions, inlinedJames Booth2015-04-301-11/+11
* Return result on OTR message sendingJames Booth2015-04-291-15/+15
* Return new window on new chat win eventJames Booth2015-04-291-8/+6
* Added ui events moduleJames Booth2015-04-281-0/+1
* Renamed event functionsJames Booth2015-04-281-16/+16
* Tidied account loginJames Booth2015-04-231-6/+31
* Moved login events to client events moduleJames Booth2015-04-221-98/+56
* Tidy execute alias codeJames Booth2015-04-211-11/+11
* Moved new chat win events to client events moduleJames Booth2015-04-211-5/+16
* Moved all message sending to client events moduleJames Booth2015-04-211-48/+40
* Added client_events module, reuse message sending code for all commandsJames Booth2015-04-191-77/+4
* Added option to show jids in occupants panelJames Booth2015-04-121-7/+27
* Autogenerate room name with UUID for /join with no argsJames Booth2015-04-111-2/+19
* Use password for chat room invitesJames Booth2015-03-291-1/+6
* Add callback data to room disco info response handlerJames Booth2015-03-291-1/+1
* Added individual options to send and request delivery receiptsJames Booth2015-03-191-2/+10
* 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-161-10/+3
* 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-161-30/+35
* Moved _strtoi to common, strtoi_rangeJames Booth2015-03-161-39/+11
* Removed console dependency from strtoiJames Booth2015-03-161-63/+123
* Moved default and alias command executionJames Booth2015-03-161-1/+107
* Fix for chat loggingJames Booth2015-03-151-68/+64
* Move common chat logging code to log.cJames Booth2015-03-151-109/+71
* Added /receipts commandJames Booth2015-03-151-0/+7
* Removed from argument from outgoing message functionsJames Booth2015-03-141-8/+8
* Renamed win_save_println -> win_printlnJames Booth2015-03-141-4/+4