about summary refs log tree commit diff stats
path: root/src/command
Commit message (Expand)AuthorAgeFilesLines
...
* Add win_printf_lineJames Booth2016-10-141-3/+3
* Add win_printf_lineJames Booth2016-10-121-2/+2
* Remove win_print, use win_printf insteadJames Booth2016-10-111-7/+7
* Rename win_vprint -> win_printfJames Booth2016-10-111-8/+8
* Allow filepath autocompletion in pluginsJames Booth2016-10-102-110/+111
* Fix /tls revoke messageJames Booth2016-10-061-1/+1
* Minor code tidy cmd_ac.hJames Booth2016-10-061-6/+3
* Minor code tidy cmd_ac.cJames Booth2016-10-061-54/+47
* Use current room for /bookmark add and /bookmark removeJames Booth2016-10-052-86/+106
* Reduce scope of GString in autocompletersJames Booth2016-10-031-6/+19
* Correct minor spelling errorsJack Henschel2016-09-271-2/+2
* 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