Naken ChatAdvanced Compiling Options I'm trying to move the advanced stuff into the new configure script of Naken Chat 2.08 and above, but for now some of the compile options will still be globals.h In the configure script in the root directory, the following options: --help list options --cflags=CFLAGS extra compiler flags --prefix=PATH path to install to --compiler-prefix=PREFIX for cross-compilers --disable-keepalive disable socket keepalive option --disable-userchanlist disable userlist based on channel --enable-debug compile in debug code --enable-hidden-caves enable hidden caves feature --enable-dotQ compile in .Q option --enable-whofile compile support to save current userlist to a file --enable-elite enable the 31i73 filter --enable-language=LANG Set the server's language --disable-userchanlist makes the userlist box on the applet behave differently. With this setting enabled, the user list on the applet will only show you users who are in your channel. Otherwise it shows all users on the chat. --enable-dotQ will compile in the .QUIT option. --enable-debug will compile in debug code and give you a -d command line option. --enable-elite filter is Oliver Hillmann's 3l173 filter. It will make all text on the chat become hackerish if you turn the option on with a .3. If you don't know what this means, just forget about it.. it's a "fun" option and not useful to you. --enable-whofile gives you option to constantly write to a file on computer that has the current "who's online" list. This would be good if you want to always be able to see who's online without logging into the chat --enable-language=LANG allows you to choose a new language for all the server messages. You can see what languages are available in src/languages/. In the globals.h file in the src dir you can edit the following defines:
|