about summary refs log tree commit diff
path: root/configure (follow)
Commit message (Collapse)AuthorAge
* Set OPENSSL_BIN to /usr/bin/openssl on FreeBSDJune McEnroe2020-08-06
|
* Remove dependency on libcrypto for compatJune McEnroe2020-07-30
|
* Define explicit_bzero using memset_s on macOSJune McEnroe2020-07-30
|
* Support --prefix and --mandir in configure scriptJune McEnroe2020-07-23
|
* Rewrite configure script for all platformsJune McEnroe2020-07-23
|
* Add warning to configure scriptJune McEnroe2020-06-11
|
* Don't compress man page or use configure on FreeBSDJune McEnroe2020-05-23
| | | | Also use DESTDIR in install.
* Add -g for generating certificatesJune McEnroe2020-02-13
| | | | Copied from pounce.
* Make sure -D_GNU_SOURCE ends up in CFLAGS on LinuxJune McEnroe2020-02-11
|
* Use pkg(8) to configure on FreeBSDJune McEnroe2020-02-11
|
* Add simple configure scriptJune McEnroe2020-02-06
Mostly motivated by wanting to build with the ncurses in pkgsrc because it supports italics.
s='logmsg'> 2020-08-24Use configOpen to load localCAJune McEnroe 2020-08-24Use configPath to load client cert/privJune McEnroe 2020-08-24Use configOpen in getopt_configJune McEnroe 2020-08-24Import xdg.c from catgirlJune McEnroe 2020-08-23Replace “RAND_bytes” by “getentropy”Issam E. Maghni This removes the dependency on libcrypto. Signed-off-by: Issam E. Maghni <issam.e.maghni@mailbox.org> 2020-08-16contrib/palaver: Add no message preview flagsJune McEnroe 2020-08-13contrib/palaver: Don't set channel for PMsJune McEnroe 2020-08-13Fix unintended interception of NICK after registrationJune McEnroe Another bug caused by trying to support broken clients. I'm annoyed. 2020-08-12Add Additional Components section to READMEJune McEnroe 2020-08-12Document -L / palaver optionJune McEnroe 2020-08-11contrib/palaver: Document service configurationJune McEnroe 2020-08-11contrib/palaver: Add install target and rc scriptJune McEnroe 2020-08-11contrib/palaver: Implement command and notificationsJune McEnroe