Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove some non-ANSI C support | powwow@askgustav.com | 2019-04-23 | 1 | -242/+242 |
| | |||||
* | better handle prompts with control characters | powwow@askgustav.com | 2019-04-23 | 1 | -2/+53 |
| | |||||
* | make sure to use the correct fdset in call to select() | powwow@askgustav.com | 2018-09-05 | 1 | -3/+2 |
| | |||||
* | Match prompts longer than terminal width | Kalev Lember | 2009-09-01 | 1 | -1/+1 |
| | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=509288 | ||||
* | removed unused variable | Gustav Hållberg | 2009-01-16 | 1 | -1/+0 |
| | |||||
* | minor typo fixes | Gustav Hållberg | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | renamed _cmd_init() to initialize_cmd() and added a function prototype for it | Gustav Hållberg | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | Removed malloc.h since it's obsolete, fixed follow.c to not use tty_read_fd | Steve Slaven | 2006-03-24 | 1 | -1/+0 |
| | | | | | | since it looks like a copy-paste job that didn't get fixed and causes brokenness on bsd | ||||
* | Fixed up copyright symbols and display (Dain) | Steve Slaven | 2006-02-02 | 1 | -5/+5 |
| | |||||
* | Fixes crash if non-latin-1 character is entered before connecting to a | Steve Slaven | 2006-02-02 | 1 | -1/+4 |
| | | | | | server (Dain) | ||||
* | 1. Allows empty-line matching using regexp. | Steve Slaven | 2006-01-31 | 1 | -2/+3 |
| | | | | | | | | | | | E.g.: gagging of all empty lines #action %empty ^$= 2. Fixes the bug in parameter copy for regexp actions. powwow did not set any matched regex params after finding an empty match (Elestir) | ||||
* | Allow configuring the group delimiter to any arbitrary string | Steve Slaven | 2006-01-31 | 1 | -1/+4 |
| | |||||
* | Applied patch from Michael Sterrett <mr_bones_@gentoo.org> that fixes | Steve Slaven | 2005-06-03 | 1 | -1/+1 |
| | | | | | the code that locates the copyright file | ||||
* | Changed some contact info to bpk@hoopajoo.net for bug reports | Steve Slaven | 2005-04-05 | 1 | -1/+2 |
| | |||||
* | Wide character (locale) support from Dain, changed output of the compiled | Steve Slaven | 2005-03-21 | 1 | -17/+44 |
| | | | | | options line since there are more compile time options now | ||||
* | Internally renamed some option flags to match their #opt counterparts: | Steve Slaven | 2005-03-21 | 1 | -9/+9 |
| | | | | | | | | | echo_int => opt_info echo_key => opt_keyecho echo_ext => opt_echo As per the 1.2.6-dain patch | ||||
* | Convert all `' to "" as per the powwow-1.2.6-dain patch. Note I did not apply | Steve Slaven | 2005-03-21 | 1 | -9/+10 |
| | | | | | | the patch since 1.2.7 has some differences to 1.2.5 with regard to command handling and things, so I'm applying the diff parts by hand mostly | ||||
* | Initial revisionv1.2.7 | Steve Slaven | 2005-03-12 | 1 | -0/+1995 |