dictd icon indicating copy to clipboard operation
dictd copied to clipboard

Client/server software, human language dictionary databases, and tools supporting the DICT protocol (RFC 2229)

Results 12 dictd issues
Sort by recently updated
recently updated
newest added

When I run `dictfmt -fD basename`, the command segfaulted. This happens on both version 1.13.0 and 1.13.1. I can reproduce on two systems: NixOS (compiled with glibc) and Alpine Linux...

Build on aarch64/musl failed with the following error ``` collect2: error: ld returned 1 exit status ``` I'm not sure if we can do anything about it (please check [full...

I am aware that there is the -c flag, which lets you specify a custom configuration file. However, I think that the colorit script should comply with the [XDG Base...

I ran into a weird behavior: Everything runs normally when I am connected to the internet (wlan or ethernet), e.g. ``` $ dict -I -v Configuration file: server localhost dictd...

I installed dict from home-brew. Looking up a definition works when dict pulls from the internet, but I've been unable to get the server to launch. I've tried various permutations...

Hi there, I have been unable to find in the documentation (or in Google) any information regarding the syntax of the "filter" command. It would be helpful to add to...

Hi. I've hacked modified libmaa maa/log.c up until now, but the latest update reminded me that I hadn't actually reported the issue. Oops. Sorry! Basically, dictd terminates all strings in...

``dictd`` as it stands now (9a2f53e) works only with IPv4 (for example, it still uses ``gethostbyname`` function). There were efforts in Red Hat to make all their programs working with...

See Issue https://github.com/cheusov/dictd/issues/1

I created a dictionary that consists of two modules: with Plain Text content ([heb-eng_strong.tar.gz](https://1drv.ms/u/s!ApR0ksy-ixJUmDTgfy4zpsBeyJBM)) and with MIME content ([heb-eng_strong__mime.tar.gz](https://1drv.ms/u/s!ApR0ksy-ixJUnj7XUHecx8P7ChOE)). I configured dictd to support OPTION MIME in this dictionary. I...