about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
* Allow setting /occupants properties when no connectedJames Booth2016-09-261-7/+6
* Remove verbose output on window moveJames Booth2016-09-251-16/+8
* Allow vertical positioning of all windowsJames Booth2016-09-234-20/+192
* Rename /titlebar -> /wintitleJames Booth2016-09-224-21/+21
* Add /inputwin top|bottom commandJames Booth2016-09-194-4/+43
* Fix string frees in _complete_filepathJames Booth2016-09-051-5/+2
* Free string on /plugins installJames Booth2016-09-051-0/+1
* Free strings in _complete_filepathJames Booth2016-09-051-3/+10
* cmd_defs: Fix typoTim Nieradzik2016-09-051-4/+4
* Update helpJames Booth2016-08-221-9/+8
* Use hash table for bookmarksJames Booth2016-08-212-1/+3
* Send receipt request only when receiver supports featureJames Booth2016-08-181-2/+2
* Only include lastactivity feature in disco responses when enabledJames Booth2016-08-181-0/+6
* Only include receipts feature in disco responses when enabledJames Booth2016-08-181-0/+6
* Free ProfAccountJames Booth2016-07-251-1/+3
* Fix memory leaksJames Booth2016-07-251-1/+2
* Tidy headersJames Booth2016-07-243-28/+32
* Moved window_list.cJames Booth2016-07-243-3/+3
* Moved tray.cJames Booth2016-07-241-1/+1
* Moved roster_list.cJames Booth2016-07-243-3/+3
* Moved muc.cJames Booth2016-07-243-3/+3
* Moved jid.cJames Booth2016-07-242-2/+2
* Moved contact.cJames Booth2016-07-242-2/+2
* Make header defines consistentJames Booth2016-07-243-6/+6
* Moved chat_session.cJames Booth2016-07-242-2/+2
* Add /plugins python_version commandJames Booth2016-07-243-2/+18
* Update GPL link in headersJames Booth2016-07-246-6/+6
* Use g_path_get_basename when installing pluginJames Booth2016-07-181-1/+2
* Fix plugin install outputJames Booth2016-07-131-1/+1
* Add /plugins install commandJames Booth2016-07-123-106/+164
* Allow reloading all plugins with /plugin reloadJames Booth2016-07-102-10/+11
* Add /plugin reload commandJames Booth2016-07-103-2/+43
* Plugin unload remove cmd_acs and close windowJames Booth2016-07-052-0/+9
* Move prefs_remove_plugin to plugins_unloadJames Booth2016-07-041-1/+0
* Free plugins commands on quitJames Booth2016-07-042-6/+6
* Use hash table to store pluginsJames Booth2016-06-302-15/+15
* Move plugin config add on loadJames Booth2016-06-301-1/+0
* /plugins unload command and completerJames Booth2016-06-303-2/+46
* Revert "WIP - Unload plugin commands"James Booth2016-06-305-76/+9
* WIP - Unload plugin commandsJames Booth2016-06-295-9/+76
* Free string on connect autocompleteJames Booth2016-06-081-0/+2
* Complete no arg for /account propertiesJames Booth2016-06-011-31/+39
* Complete no arg for /join propertiesJames Booth2016-06-011-19/+26
* Complete no arg for /connect propertiesJames Booth2016-06-011-50/+49
* Merge branch 'master' into complete-emptyJames Booth2016-05-314-138/+135
|\
| * Update /notify helpJames Booth2016-05-311-1/+2
| * Remove commented codeJames Booth2016-05-311-26/+0
| * Move /statuses options to /presence commandJames Booth2016-05-314-133/+123
| * Add /presence titlebar subcommandJames Booth2016-05-313-32/+64
* | Merge branch 'master' into complete-emptyJames Booth2016-05-251-9/+12
|\|