diff options
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 65 |
1 files changed, 51 insertions, 14 deletions
@@ -1,21 +1,58 @@ --Changes from 0.7.9.5-STABLERELEASE to 0.7.9.6-STABLE -$ Typos -$ Using XHTML now instead of HTML -$ New CSS Style - --Changes from 0.7.9.4-STABLERELEASE to 0.7.9.5-STABLERELEASE - -$ Added .pm to scripts/stats.pl +-Changes from 0.8.2-RELEASE to 0.8.3-CURRENT +$ Added .pm files to scripts/stats.pl $ Modified the README (New CVS pserver) $ Added docs/header.txt as a source header skel -$ All .cpp, .h and .tmpl files now do have a new source header -$ containging copyright infos etc. + All .cpp, .h and .tmpl files now do have a new source header + containging copyright infos etc. +$ New chat commands: /ban, /unban and /banned +$ Added the following to the ychat.conf: + chat.msgs.ban + chat.msgs.unban + chat.msgs.help.ban + chat.msgs.help.unban + chat.msgs.help.banned + chat.msgs.err.banned + chat.msgs.err.alreadybanned + chat.msgs.err.isnotbanned + chat.msgs.err.nobanned +$ Added src/build.h, which contains build informations. +$ Modified the build system. Using GNU Autoconf now. +$ Added GNU readline support for the yChat Command Line Interface (CLI) +$ Added the run_loop rule to ./Makefile +$ The thread pool class is now completely static! $ Bugfix in src/sock/sock.cpp (No clear() w/ ncurses disabled) $ Bugfix in src/cli/cli.cpp (No more segfault by reading empty strings -$ or commands with leading whitespaces) - --Changes from 0.7.9.3-STABLERELEASE to 0.7.9.4-STABLERELEASE - -$ Removed the TODO list. All major feature changes will be in the CURRENT -$ branch. + or commands with leading whitespaces) +$ Fixes in the README TOC and chapter numbers, fixed some typos also +$ uint32_t -> unsigned +$ Removed the Ncurses support which caused lots of problems. +$ CLI commands: + (s)hutdown has been renamed into (shut)down +$ Changed the copyright back to Paul C. Buetow + +-Changes from 0.8.1-RELEASE to 0.8.2-RELEASE +$ Fixed some typos +$ Added the - Versioning - paragraph into the README file +$ Removed the yc_template command module source file +$ scripts/config.pl now also accepts q and quit as a command +$ Minor bugfix in scripts/config.pl +$ Some improvements in src/configure +$ Changed some default values in the src/glob.h + +-Changes from 0.8-RELEASE to 0.8.1-RELEASE +$ Fixed a HTML bug in the stream html (h1 should get closed w/ /h1) +$ Fixed some typos in the README +$ Fixed a bug in the /q command +$ Implemented The /gag and /ungag commands +$ Implemented flood protection and added the following ychat.conf options: +$ chat.floodprotection.seconds +$ chat.floodprotection.messages +$ chat.msgs.err.gag +$ chat.msgs.floodgag +$ chat.msgs.gag +$ chat.msgs.ungag +$ chat.msgs.help.gag +$ chat.msgs.help.ungag $ Added the SHORTDESC file $ Changed Copyright to "EXA Digital Solutions GbR" |
