aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* make sure to use the correct fdset in call to select()powwow@askgustav.com2018-09-051-3/+2
|
* Match prompts longer than terminal widthKalev Lember2009-09-011-1/+1
| | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=509288
* removed unused variableGustav Hållberg2009-01-161-1/+0
|
* minor typo fixesGustav Hållberg2009-01-161-1/+1
|
* renamed _cmd_init() to initialize_cmd() and added a function prototype for itGustav Hållberg2009-01-161-1/+1
|
* Removed malloc.h since it's obsolete, fixed follow.c to not use tty_read_fdSteve Slaven2006-03-241-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 Slaven2006-02-021-5/+5
|
* Fixes crash if non-latin-1 character is entered before connecting to aSteve Slaven2006-02-021-1/+4
| | | | | server (Dain)
* 1. Allows empty-line matching using regexp.Steve Slaven2006-01-311-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 stringSteve Slaven2006-01-311-1/+4
|
* Applied patch from Michael Sterrett <mr_bones_@gentoo.org> that fixesSteve Slaven2005-06-031-1/+1
| | | | | the code that locates the copyright file
* Changed some contact info to bpk@hoopajoo.net for bug reportsSteve Slaven2005-04-051-1/+2
|
* Wide character (locale) support from Dain, changed output of the compiledSteve Slaven2005-03-211-17/+44
| | | | | options line since there are more compile time options now
* Internally renamed some option flags to match their #opt counterparts:Steve Slaven2005-03-211-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 applySteve Slaven2005-03-211-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.7Steve Slaven2005-03-121-0/+1995