aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* changed file encoding to utf-8Gustav Hållberg2009-01-161-4/+4
* More version bumpsv1.2.13Steve Slaven2008-01-093-2/+8
* Version number bumpSteve Slaven2008-01-091-1/+1
* Switched to using pointers to save the last space because counters could beSteve Slaven2007-10-101-10/+14
* Version isn't a valid keywordSteve Slaven2007-10-091-1/+0
* Fix debian version numbersSteve Slaven2007-10-092-1/+7
* Version bumpv1.2.12Steve Slaven2007-10-093-4/+4
* This should change the option +wrap to do word wrapping instead of justSteve Slaven2007-10-091-37/+60
* Don't try and load non-.so files in cmd_moduleSteve Slaven2007-10-091-0/+4
* This should again fix the double-free bug that was once fixed in perlwowSteve Slaven2007-03-082-3/+10
* Fixed version numbersSteve Slaven2006-12-072-2/+2
* This fixed #bind and #rebind problems, patch from kalev lemberv1.2.11Steve Slaven2006-11-081-1/+4
* More checks for building in cygwinSteve Slaven2006-10-201-3/+4
* Removed malloc.h since it's obsolete, fixed follow.c to not use tty_read_fdSteve Slaven2006-03-245-6/+1
* Fixed maintainer lineSteve Slaven2006-03-241-1/+1
* Updated debian build, bumped versionv1.2.10Steve Slaven2006-02-063-2/+9
* 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
* Fixes bugged #var $(expression).Steve Slaven2006-01-311-9/+27
* Better handling of line continuation (Elestir)Steve Slaven2006-01-311-9/+7
* 1. Allows empty-line matching using regexp.Steve Slaven2006-01-311-2/+3
* Fixes operator . (dot) which didn't check for valid index range. (Elestir)Steve Slaven2006-01-311-1/+2
* Make speedwalk execute aliases if defined instead of just sendingSteve Slaven2006-01-311-1/+4
* Allow configuring the group delimiter to any arbitrary stringSteve Slaven2006-01-315-12/+32
* A patch that fixes a problem with not restoring the fcntlSteve Slaven2006-01-311-1/+9
* Fix for segfault when viewing a single alias from Kalev LemberSteve Slaven2005-11-221-4/+4
* This is the new config for mkdistSteve Slaven2005-11-131-0/+2
* These are autogenerated files and don't need to be trackedSteve Slaven2005-11-133-6999/+0
* Updated news in preparation for releasev1.2.9Steve Slaven2005-11-111-1/+3
* Added arch and maintainer to debian filesSteve Slaven2005-10-281-0/+2
* Added #speedwalk to documentationSteve Slaven2005-10-281-0/+8
* Added #speedwalk command for using speedwalks even if you haveSteve Slaven2005-10-281-1/+15
* Updated where to send patches/bug reports in man pageSteve Slaven2005-10-271-0/+6
* Updated version numbers, added COPYING file to shared distSteve Slaven2005-10-279-530/+357
* This fixes a tiny memory leak caused by not freeing the copySteve Slaven2005-10-271-1/+4
* Added some casts because byte is unsigned char and some functions in mainSteve Slaven2005-10-211-2/+2
* Fix warnings during muc compileSteve Slaven2005-09-161-0/+2