aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove unused function tcp_read_addIAC()powwow@askgustav.com2018-09-052-25/+0
|
* make sure to use the correct fdset in call to select()powwow@askgustav.com2018-09-051-3/+2
|
* version bumpsv1.2.17Steve Slaven2013-07-152-1/+7
|
* pull from kalevSteve Slaven2013-07-156-15/+25
|\
| * stop using bzero() and check a few return valuesGustav Hållberg2013-07-133-8/+9
| |
| * build: Error out if curses libraries weren't foundKalev Lember2013-07-101-1/+7
| |
| * README: Update the link to MUMEKalev Lember2013-07-101-1/+1
| |
| * wrap_print: Fix an endless loop with 0-length stringsKalev Lember2013-07-101-1/+1
| |
| * Enable TCP keep-aliveKalev Lember2013-03-251-0/+4
| |
| * Use AC_SEARCH_LIBS for libdlKalev Lember2011-09-301-4/+3
| | | | | | | | | | | | | | | | ... instead of just substituting -ldl into LDFLAGS. The GNU linker's command line arguments are positional and this makes sure -ldl appears in right place. Fixes build problem on Ubuntu 11.10.
* | debian file updatesSteve Slaven2013-07-152-1/+7
|/
* bumpv1.2.16Steve Slaven2009-09-014-4/+4
|
* Match prompts longer than terminal widthKalev Lember2009-09-011-1/+1
| | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=509288
* plugtest.c: fix segmentation fault at load timeKalev Lember2009-09-011-1/+1
|
* Create empty ChangeLog if we build from git treeKalev Lember2009-09-012-0/+4
| | | | | | For releases ChangeLog is generated from ChangeLog.old, but in case we are building directly from a git checkout and we lack ChangeLog file, automake fails.
* 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
| | | | | | | | | I am currently trying to get powwow included in Fedora. Thomas Sailer is reviewing the spec file and he has expressed some concerns about possible name clashes. More info at: https://bugzilla.redhat.com/show_bug.cgi?id=491566
* Move "follow" and "catrw" to noinst_PROGRAMS.Kalev Lember2009-04-201-1/+3
| | | | | Those apps are really only useful for people who develop powwow and it makes no sense to install them with "make install".
* 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
| | | | | The new memory allocated in ptrdup2() did not get freed because it lacked p->signature = PTR_SIG.
* Rename movie.c -> movie_play.cKalev Lember2009-04-084-4/+5
| | | | | | The program can only be called as movie_play or movie2ascii, so there is little point to keep the executable as "movie". Besides that, such generic name as "movie" could cause name clashes in Linux distros.
* 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
| | | | | Replaced #idprompt with #request prompt as the former command does not exist.
* fixed minor bug when running out of memory, introduced byGustav Hållberg2009-01-161-1/+1
| | | | 0bae10b19a62e285746e2a4aad963928018d1a53
* properly handle when tty writes block; fixes possible lock-up introduced byGustav Hållberg2009-01-161-2/+21
| | | | 277a06dbb45f4f249bb3f09d524ae064c842b7c5
* 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
| | | | Replaced old WORD_RETAIN function with separate, static list of words.
* 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
|