about summary refs log tree commit diff stats
path: root/src/command/commands.c
Commit message (Expand)AuthorAgeFilesLines
...
* WIP - Handle /room config commandsJames Booth2014-09-031-1/+9
* Added /room config commandJames Booth2014-09-031-0/+14
* Always update UI in event loop, removed updates from rest of codeJames Booth2014-09-011-4/+0
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Added /bookmark with no args usage when in chat roomJames Booth2014-08-191-58/+82
* "/bookmark add foo" crash - fixJan Hacker2014-08-171-4/+8
* Show message when no group or empty roster on /whoJames Booth2014-07-221-0/+8
* Added _who_roster functionJames Booth2014-07-221-166/+173
* Added _who_room functionJames Booth2014-07-221-80/+84
* Show message when no contacts with presence for /whoJames Booth2014-07-221-33/+87
* Free resources on OTR shutdownJames Booth2014-06-261-0/+1
* Added deallocation function for string prefs, added otr policy enumJames Booth2014-06-181-8/+12
* Fixed memleaks with otr policy and autoaway optionsJames Booth2014-06-171-0/+1
* Fixed compiler warningJames Booth2014-06-031-3/+0
* Show info in chat and private chat windowsJames Booth2014-06-031-15/+3
* Show info in room for participantJames Booth2014-06-031-7/+2
* Added settings to show message text in notificationsJames Booth2014-05-241-0/+20
* Added notification setting for typing in current windowJames Booth2014-05-241-5/+15
* Added settings for message notifications in current windowJames Booth2014-05-241-13/+32
* Added /notify room mention settingJames Booth2014-05-241-3/+6
* Split regular and chat room notify settingsJames Booth2014-05-241-1/+13
* Added config.h to files checking for OTR supportJames Booth2014-05-191-0/+2
* Fixed OTR dependency when library not present, changed version to 0.4.2James Booth2014-05-191-0/+4
* Implemented per contact OTR policy settingJames Booth2014-05-111-0/+4
* Added /otr policy for contacts in account preferencesJames Booth2014-05-111-11/+32
* Added otr to /account clear propertiesJames Booth2014-05-111-0/+4
* Moved OTR policy check to otr moduleJames Booth2014-05-111-1/+1
* Added OTR policy account preferenceJames Booth2014-05-111-1/+2
* Added autocompletion for /account set <account> otr <policy>James Booth2014-05-111-0/+9
* Added /prefs otrJames Booth2014-05-111-0/+4
* Refactored bookmarks to use option parser, allow bookmarking rooms with passw...James Booth2014-05-101-46/+45
* Added question answer authentication (libotr 3.2.x)James Booth2014-04-301-0/+35
* Added SMP secret authentication success messageJames Booth2014-04-271-1/+0
* Handle SMP secret responseJames Booth2014-04-261-2/+2
* Send SMP init message with /otr secretJames Booth2014-04-261-1/+17
* Fixed cppcheck warningsJames Booth2014-04-261-4/+2
* Allow /wins swap to move to empty positionJames Booth2014-04-241-0/+2
* Added command /wins swapJames Booth2014-04-241-0/+20
* Merge remote-tracking branch 'lucian/master'James Booth2014-04-221-1/+40
|\
| * Added opportunistic send functionality to cmd_msglightb2014-04-211-4/+19
| * Added some otr policy functionality, if policy is set to "always"lightb2014-04-191-0/+4
| * Added /otr policy to commands (still need to add autocomplete stuff?)lightb2014-04-191-1/+18
| * Added PREF_OTR_POLICY to preferences.c -> key -> otr.policylightb2014-04-191-0/+7
* | Chat room windows now created only after successful joinJames Booth2014-04-211-2/+3
|/
* 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