about summary refs log tree commit diff stats
path: root/src/command
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix /tls revoke messageJames Booth2016-10-061-1/+1
| | | | fixes #868
* 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
| | | | fixes #867
* 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
| | | | closes #853
* 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
| | | | issue #829
* 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
| | | | issue #829
* 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
| | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f.
* 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
|