| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
I do not recommend using this branch ATM, it has not been tested.
|
|
|
|
Also, removes the "pointing to [...]" message, which was used for debug
purposes.
|
|
|
|
|
|
|
|
The POSIX version was previously only set in files. Having it set at the
root level makes more sense, especially considering that the previous
method could make successful compilation of the project dependent on the
order in which files are compiled. Which obviously not acceptable.
Flags were also set in a way that made them potentially only compatible
with GNUCC. This is now fixed (the optimization flag remains GNUCC only,
but a check for which compiler is used precedes it).
|
|
|
|
|
|
It's been running for close to a month on one of the IRC channels I
frequent and seems to be working fine.
One should be aware that, among other missing features, this version
does not store permanently what the bot learns. Indeed, I am currently
using a file with 431848 lines as its initial knowledge bank, making
this particular feature not a high priority one.
Also consider the fact that Zero of One converts text to underscore
before reading it but will not change its own aliases. This could
potentially be a cause for surprises when using uppercase letters in the
latter.
|
|
|