about summary refs log tree commit diff stats
path: root/src/command/commands.c
Commit message (Expand)AuthorAgeFilesLines
* Added PREF_OTR_POLICY to preferences.c -> key -> otr.policylightb2014-04-191-0/+7
* Added XML Console windowJames Booth2014-04-151-0/+12
* Simplified parse_options to take first option as argumentJames Booth2014-04-151-2/+2
* Simplified parse_options to take gchar**James Booth2014-04-151-8/+2
* Clean up keys after using parse_optionsJames Booth2014-04-141-0/+2
* Refactored cmd_join to use parse_optionsJames Booth2014-04-141-33/+15
* Refactored cmd_connect to use parse_optionsJames Booth2014-04-141-72/+23
* Added /log where commandJames Booth2014-04-131-8/+14
* Added /log shared settingJames Booth2014-04-131-0/+12
* Added /log rotate optionJames Booth2014-04-131-2/+13
* Added focus param to ui_room_join, not set for bookmark autojoinJames Booth2014-04-131-1/+1
* Revert "Added ui_already_connected"James Booth2014-04-121-1/+1
* Added ui_already_connectedJames Booth2014-04-091-1/+1
* Removed statusbar functions from ui.hJames Booth2014-04-071-6/+2
* Removed titlebar functions from ui.hJames Booth2014-04-071-11/+1
* Tidied ui dependenciesJames Booth2014-04-061-3/+1
* Removed titlebar version property and allow disabling of titlebar displayJames Booth2014-04-031-6/+3
* Added missing files, refactored ui_switch_win to check win existsJames Booth2014-04-011-4/+2
* Renamed refresh functions to update_virtualJames Booth2014-04-011-1/+1
* Change 'passwd' option to 'password' for /join commandJames Booth2014-03-161-2/+2
* Added /roster clearnick commandJames Booth2014-03-161-33/+45
* Command '/statuses muc' now allows 'all', 'online' and 'none' settingsJames Booth2014-03-151-17/+15
* Updated copyrightJames Booth2014-03-091-1/+1
* Refactored muc_room_is_active to only take room, rather than full jidJames Booth2014-03-081-4/+1
* Added test for /join with nick optionJames Booth2014-03-081-2/+2
* Removed unused variables from cmd_joinJames Booth2014-03-081-3/+0
* Added invalid jid test for /joinJames Booth2014-03-081-1/+2
* Added test to show usage when no room supplied to /joinJames Booth2014-03-081-2/+10
* Added connection status tests for cmd_joinJames Booth2014-03-081-2/+1
* Ensuring nick is set when not included in opt args for cmd_joinKristofer M White2014-03-051-2/+3
* Removing extra `nick = ` line that broke nick assignmentKristofer M White2014-03-051-1/+1
* Removing strdup calls per cmd_connect designKristofer M White2014-03-051-4/+4
* Parsing optional args for cmd_joinKristofer M White2014-03-051-7/+32
* Adding password handling for joining chatroomsKristofer M White2014-02-271-2/+8
* Fixed issue with /otr myfp when no key loadedJames Booth2014-02-231-3/+7
* Show OTR status on /msg usr when usr has already started an OTR sessionJames Booth2014-02-231-0/+5
* Added OTR supported versions in initial start query messageJames Booth2014-02-181-2/+4
* Added tests for /otr warnJames Booth2014-02-161-2/+1
* Added cmd_otr testsJames Booth2014-02-161-0/+5
* Fixed /alias add, when alias already existsJames Booth2014-02-151-1/+1
* Moved otr sources into folderJames Booth2014-02-121-1/+1
* Added command to show libotr versionJames Booth2014-02-111-0/+4
* Show message on /bookmark remove when bookmark does not existJames Booth2014-02-021-4/+8
* Added message when bookmark updatedJames Booth2014-02-021-12/+16
* Added /bookmark remove testsJames Booth2014-02-021-0/+5
* Added cons message on ./bookmark addJames Booth2014-02-021-0/+12
* Added cmd_bookmark testsJames Booth2014-02-011-1/+1
* Added test for /bookmark listJames Booth2014-02-011-1/+2
* Fixed cmd_bookmark message when not connectedJames Booth2014-02-011-5/+5
* Added cmd_bookmark testsJames Booth2014-02-011-0/+5