aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version bumpv1.2.15Steve Slaven2009-05-015-4/+10
* Changed to gpl2+Steve Slaven2009-04-223-4/+16
* Update license to gpl2+Steve Slaven2009-04-212-0/+16
* Symlink powwow-movieplay to powwow-movie2ascii.Kalev Lember2009-04-202-0/+6
* Rename muc to powwow-muc.Kalev Lember2009-04-203-5/+5
* Rename movie_play to powwow-movieplay.Kalev Lember2009-04-204-11/+11
* Move "follow" and "catrw" to noinst_PROGRAMS.Kalev Lember2009-04-201-1/+3
* BumpSteve Slaven2009-04-141-0/+6
* Include powwow.6.utf-8 in the distv1.2.14Steve Slaven2009-04-141-1/+1
* version bumpSteve Slaven2009-04-141-1/+1
* Updated rcs type for mkdistSteve Slaven2009-04-121-1/+1
* This is the pre-rcs history, appended to the Changelog when autogeneratedSteve Slaven2009-04-121-0/+723
* This is autogeneratedSteve Slaven2009-04-121-1157/+0
* cmd.c: Fix a small memory leak in ptrdup2.Kalev Lember2009-04-112-0/+5
* Rename movie.c -> movie_play.cKalev Lember2009-04-084-4/+5
* Add a configure option to select plugin directory.Kalev Lember2009-04-084-2/+13
* configure.in: Display summary at the end of configure run.Kalev Lember2009-04-082-20/+53
* cmd2.c: Move aliases/actions back to default group if it was specified as '*'.Kalev Lember2009-04-082-2/+7
* Rename ChangeLog.old -> ChangeLog.Kalev Lember2009-04-081-0/+0
* Add more files to .gitignore.Kalev Lember2009-04-081-0/+3
* cmd2.c: Fixed setting alias/action groups back to default.Jahara2009-04-082-2/+13
* Remove autogenerated files.Kalev Lember2009-03-255-1205/+2
* autogen.sh: New script to regenerate autotools files.Kalev Lember2009-03-252-0/+9
* powwow.doc: Update IAC GA related documentation.Kalev Lember2009-03-252-5/+10
* fixed minor bug when running out of memory, introduced byGustav Hållberg2009-01-161-1/+1
* properly handle when tty writes block; fixes possible lock-up introduced byGustav Hållberg2009-01-161-2/+21
* bugfixed #capture together with multibyte output locales such as UTF-8Gustav Hållberg2009-01-162-7/+16
* semi-properly handle IACs in MPI messagesGustav Hållberg2009-01-164-40/+111
* removed unused variableGustav Hållberg2009-01-162-2/+0
* added #addstatic commandGustav Hållberg2009-01-166-29/+109
* added .gitignoreGustav Hållberg2009-01-161-0/+18
* cleaned up #option code and added '#option list'Gustav Hållberg2009-01-167-108/+159
* fixed formatting errors in '#help'Gustav Hållberg2009-01-163-76/+163
* support different man page encodingsGustav Hållberg2009-01-164-0/+34
* make --enable-bsd default on OS X (darwin) hostsGustav Hållberg2009-01-162-6/+13
* support ./configure --disable-FEATUREGustav Hållberg2009-01-161-8/+23
* minor typo fixesGustav Hållberg2009-01-163-4/+4
* bugfixes for characters read from tty with high bit setGustav Hållberg2009-01-162-22/+29
* disallow #rebind of key sequence which is the prefix of another sequenceGustav Hållberg2009-01-161-1/+1
* fixed memory leak caused by 'ptr' variables not getting their "signature" setGustav Hållberg2009-01-161-0/+4
* set better $TITLE when viewing help textsGustav Hållberg2009-01-161-4/+7
* cleaned up the man page a bitGustav Hållberg2009-01-161-58/+62
* corrected spelling of Mattias Engdegård's last nameGustav Hållberg2009-01-163-3/+3
* bugfixed error message for '#action <some-unknown-action>'Gustav Hållberg2009-01-161-1/+1
* fixed tty_raw_write to take a size_t length instead of intGustav Hållberg2009-01-162-4/+2
* manually buffer data written to tty with USE_LOCALE; this fixesGustav Hållberg2009-01-162-13/+74
* when compiling with GCC, use attribute((format, (printf, ...)) for tty_printfGustav Hållberg2009-01-161-1/+8
* fixed problem when a tcp packet ends with an unterminated escape codeGustav Hållberg2009-01-162-2/+382
* fixed some compilation warningsGustav Hållberg2009-01-163-10/+11
* renamed _cmd_init() to initialize_cmd() and added a function prototype for itGustav Hållberg2009-01-163-2/+4