about summary refs log tree commit diff stats
path: root/src/command
Commit message (Collapse)AuthorAgeFilesLines
* Add win_appendlnJames Booth2016-10-151-1/+1
|
* Add win_printJames Booth2016-10-151-42/+42
|
* Remove win_vprintln_chJames Booth2016-10-151-21/+21
|
* Use win_printf_line instead of win_printlnJames Booth2016-10-151-7/+7
|
* Use win_printf_line where appropriateJames Booth2016-10-151-6/+6
|
* Add ch arg to win_printf_lineJames Booth2016-10-151-5/+5
|
* Use THEME_DEFAULTJames Booth2016-10-141-4/+4
|
* 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
| | | | closes #858
* 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
|