summaryrefslogtreecommitdiff
path: root/zwgc
Commit message (Collapse)AuthorAge
* cleanup, and more death to macros.Gravatar Karl Ramm2009-04-20
|
* Zephyrgrams to the tty port now undergo character set conversion.Gravatar Karl Ramm2009-04-18
| | | | | | | | | | | | | | | | | | | This completes ticket #5. zwgc/notice.c record the charset of the current notice as the notice_charset variable zwgc/standard_ports. set the tty_charset variable. We do this here instead of tty_filter.c because tty_filter_init gets called twice, and has consumed the command line arguments the first time. zwgc/tty_filter.c New function, zwgc_transliterate, which wraps ZTransliterate with a bit of local color. It's called from convert_desc_to_tty_str_info. New global static info_default_string holds a reused pointer to "" so we don't try to free it from free_info.
* slight cleanup, and zwgcplus mode is on by defaultGravatar Karl Ramm2009-04-18
|
* If you don't have termios, get a better computer. Nickels available.Gravatar Karl Ramm2009-04-15
|
* display.c is dead, and appears to have been for a very long timeGravatar Karl Ramm2009-04-14
|
* add defs for datarootdir so configure will Shut UpGravatar Karl Ramm2009-04-13
| | | | | | | | | | Rearrange what libraries get pulled in where, so dpkg-shlibdeps doesn't whine (see a theme here?) (Also so that, say, znol, doesn't have to link with Everything.) This will break platforms that don't do shared-library dependencies.
* further arpa/nameser_compat.h hijinks for #39Gravatar Karl Ramm2009-04-02
|
* fix manpages for new worldsGravatar Karl Ramm2009-03-29
|
* more cleanupGravatar Karl Ramm2009-03-22
|
* another cleanup fixGravatar Karl Ramm2009-03-22
|
* necessary for the cleanupGravatar Karl Ramm2009-03-22
|
* clean up and modernize some of the CMU patch falloutGravatar Karl Ramm2009-03-22
|
* pull in prototypes for ZWGCPLUSGravatar Karl Ramm2009-03-22
|
* oops, actually make the non-ares branch compileGravatar Karl Ramm2009-03-22
|
* ares_getnameinfo makes the decision on the address family BY THE LENGTH OF ↵Gravatar Karl Ramm2009-03-20
| | | | THE SOCKADDR_IN ARGUMENT
* use {ares_,}getnameinfo to lookup addressesGravatar Karl Ramm2009-03-20
|
* mild braindeathGravatar Karl Ramm2009-03-20
|
* fix improper sign extensionGravatar Karl Ramm2009-03-18
|
* Fix formatting bugs; now passes lintian 2.2.8Gravatar Karl Ramm2009-03-17
|
* use c-aresGravatar Karl Ramm2009-03-17
|
* set the initial node refcount to one so they don't get gc'd before the ares ↵Gravatar Karl Ramm2009-03-16
| | | | callback fires
* more cmu stuffGravatar Karl Ramm2009-03-16
|
* cmu/zwgcplus changesGravatar Karl Ramm2009-03-15
|
* charset in zwrite, incomplete in zwgcGravatar Karl Ramm2009-03-15
|
* propagate consting of ZGetRealmGravatar Karl Ramm2008-12-22
|
* Oh, right, put the correct prototype for yylex back inGravatar Karl Ramm2008-01-21
|
* passes gcc -Wall with no warnings other than des cryppt C_block sadness and ↵Gravatar Karl Ramm2008-01-21
| | | | getsid problem
* get various prototypes and externs from termcap.h if it existsGravatar Karl Ramm2008-01-21
|
* de K&Rify, fix prototypesGravatar Karl Ramm2008-01-21
|
* actually depend on the srcdirGravatar Karl Ramm2007-12-28
|
* zephyr (2.1.20070719.SNAPSHOT-1) unstable; urgency=lowGravatar Karl Ramm2007-07-21
| | | | | | | | | | | * new upstream, Closes: #433603 * byteswap port number for display in zwgc, Closes: #243101 * stick newline after errant error message, Closes: #242839 * wait for zhm to die when restarting. Closes: #41419 -- Karl Ramm <kcr@debian.org> Fri, 20 Jul 2007 13:23:48 -0400
* debian patch applied and reconciled, version unfinalizedGravatar Karl Ramm2007-07-20
|
* Document ZEPHYR_VARS functionality.Gravatar andrew m. boardman2006-01-19
|
* Add shared library support for libzephyr.Gravatar Greg Hudson2005-07-14
|
* Specify window gravity to help windowmanager with placement of windows onGravatar Greg Hudson2005-05-31
| | | | | the right or lower border of the screen. Work around a metacity bug in the handling of reconfigure requests.
* Set properties to work better under metacity, per the extended windowGravatar Robert A Basch2004-09-27
| | | | | | | | | manager hints spec: 1) Set _NET_WM_WINDOW_TYPE to _NET_WM_WINDOW_TYPE_UTILITY, so that metacity does not add zephyrgram windows to the task list. 2) Set _NET_WM_DESKTOP property to 0xFFFFFFFF by default, so that zephyrgram windws appear on all workspaces. Add the "allDesktops" resource allowing users to override this behavior.
* Make zwgc windowgrams refuse keyboard focus.Gravatar Greg Hudson2004-08-02
|
* Rewrite the wgfile on SIGUSR1.Gravatar Greg Hudson2004-06-23
|
* Use a better test to check for single-field zephyr messages. (ThisGravatar Greg Hudson2004-06-23
| | | | | | change will have little practical effect without further work, because of a complementary bug where zwrite only sends one field if the body is zero-length. But it's still cleaner.)
* Don't get default subs when reloading saved subscriptions.Gravatar Greg Hudson2003-11-04
|
* Whoops, fix indentation of rev 1.12.Gravatar Greg Hudson2003-07-17
|
* From aatharuv: make scrollwheel ignorance configurable.Gravatar Greg Hudson2003-07-17
|
* Ignore scrollwheel events so that they don't dismiss windowgrams.Gravatar Greg Hudson2003-07-16
|
* Add a missing semicolon noticed by bison 1.75.Gravatar Greg Hudson2003-01-23
|
* Tone down the roff usage to make groff happier. (groff applies ".llGravatar Greg Hudson2002-09-09
| | | | | | +2in" to the rest of the document where real nroff only applies it to the next line; and .TQ doesn't seem to work the same way under groff as under real nroff.)
* Declare ospeed so that it is sized correctly -- speed_t (4 bytes) onGravatar Robert A Basch2002-04-18
| | | | Linux, and short (2 bytes) elsewhere.
* Declare ospeed in a more portable fashion.Gravatar Greg Hudson2002-02-28
|
* From Greg Stark: clean up some use of possibly uninitialized fields.Gravatar Greg Hudson2001-10-23
|
* Set a default min time to live of 0.5 seconds.Gravatar Greg Hudson2001-07-18
|
* Revert last rev: it changed the default behavior (which could beGravatar Greg Hudson2000-12-30
| | | | | | | | easily corrected), and it caused zwgc to read /etc/athena/zephyr.vars and .zephyr.vars for each incoming packet, which is both a performance issue and a source of unpredictability if the user loses access to his or her homedir. Note that the underlying privacy issue remains a problem.