about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
Commit message (Expand)AuthorAgeFilesLines
* Add /plugins python_version commandJames Booth2016-07-241-2/+4
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Add /plugins install commandJames Booth2016-07-121-2/+5
* Allow reloading all plugins with /plugin reloadJames Booth2016-07-101-3/+3
* Add /plugin reload commandJames Booth2016-07-101-2/+5
* /plugins unload command and completerJames Booth2016-06-301-2/+5
* Revert "WIP - Unload plugin commands"James Booth2016-06-301-6/+3
* WIP - Unload plugin commandsJames Booth2016-06-291-3/+6
* Update /notify helpJames Booth2016-05-311-1/+2
* Remove commented codeJames Booth2016-05-311-26/+0
* Move /statuses options to /presence commandJames Booth2016-05-311-31/+48
* Add /presence titlebar subcommandJames Booth2016-05-311-29/+29
* Update window navigation helpJames Booth2016-05-251-9/+12
* Option to bookmark room invitesJames Booth2016-05-231-2/+4
* Remove unneeded functions from cmd headersJames Booth2016-05-231-14/+16
* Move functions from cmd_defs to cmd_funcsJames Booth2016-05-231-102/+22
* Fix command headersJames Booth2016-05-231-1/+1
* Rename command sourcesJames Booth2016-05-221-0/+2445
n">openbsd/6.8 packages: - cmake - gmake - cmocka - libtool - automake-1.16.2 - pkgconf - readline - python-3.8.6p0 - autoconf-2.69p3 - autoconf-archive - curl - gpgme - glib2 - gtk+2 - libotr - libassuan - libgpg-error - libgcrypt - libsignal-protocol-c - sqlite3 sources: - https://github.com/profanity-im/libmesode.git#0.10.1 - https://github.com/profanity-im/profanity environment: LANG: en_US.UTF-8 tasks: - symlink: | doas ln -sf /usr/local/bin/python3 /usr/local/bin/python doas ln -sf /usr/local/bin/python3-config /usr/local/bin/python-config doas ln -sf /usr/local/bin/pydoc3 /usr/local/bin/pydoc - build: | export AUTOCONF_VERSION=2.69 export AUTOMAKE_VERSION=1.16 cd ~/libmesode ./bootstrap.sh ./configure make doas make install cd ~/profanity ./ci-build.sh