log mcabber/src/hbuf.c @ 1602:f4a2c6f767d1

age author description
Wed, 24 Sep 2008 11:41:29 +0200 franky Message Receipts support (XEP-0184)
Sun, 11 Oct 2009 15:39:32 +0200 Mikael Berthe Update/Add headers
Sun, 05 Oct 2008 23:41:55 +0200 Mikael Berthe Initialize variable
Sun, 20 Apr 2008 17:01:24 +0200 Mikael Berthe Minor style upgrade
Sun, 20 Apr 2008 16:56:43 +0200 Mikael Berthe Fix multiline output in /buffer save
Sun, 20 Apr 2008 16:06:37 +0200 Mikael Berthe New command: /buffer save
Sun, 17 Feb 2008 21:19:48 +0100 Mikael Berthe Allow "/buffer list" when debugging mode is disabled
Sun, 17 Feb 2008 21:15:30 +0100 Mikael Berthe Replace DEBUG_ENABLE with ENABLE_DEBUG
Sat, 19 Jan 2008 16:30:39 +0100 Mikael Berthe Update copyrights
Sun, 11 Nov 2007 23:13:35 +0100 Mikael Berthe Allow dynamic HBB sizes
Sun, 26 Aug 2007 18:24:14 +0200 Michal 'vorner' Vaner Drawing the MUC nicks by a different color
Mon, 20 Aug 2007 19:41:31 +0200 Mikael Berthe Add configurable colors for info and incoming messages (Michal 'vorner' Vaner)
Sat, 16 Jun 2007 19:41:09 +0200 Mikael Berthe Cosmetics
Sat, 19 May 2007 12:18:25 +0200 Mikael Berthe Make buffer list display the number of allocated HBB blocks
Sat, 28 Apr 2007 22:01:37 +0200 Mikael Berthe Update copyrights
Sat, 28 Apr 2007 21:52:57 +0200 Mikael Berthe Basic support for nick highlighting in MUC rooms (the whole line is colored)
Tue, 06 Feb 2007 00:21:42 +0100 Mikael Berthe Add option "max_history_blocks"
Sun, 12 Nov 2006 13:11:07 +0100 Mikael Berthe Fix a bug in hbuf_add_line()
Sat, 15 Jul 2006 12:46:39 +0200 Mikael Berthe hbuf: Refactor line wrapping stuff
Sat, 15 Jul 2006 12:28:42 +0200 Mikael Berthe Make hbuf_add_line() UTF-8 aware
Sat, 08 Jul 2006 09:43:18 +0200 Mikael Berthe Fix a few problems with non-UTF-8 locales
Sat, 08 Jul 2006 09:40:05 +0200 Mikael Berthe UTF-8 terminal support (Reimar Döffinger)
Sun, 02 Jul 2006 22:54:18 +0200 Mikael Berthe Move _GNU_SOURCE define to the Makefile (Reimar Döffinger)
Thu, 08 Jun 2006 21:42:52 +0200 Mikael Berthe Fix memory leak in scr_UpdateWindow()
Thu, 01 Jun 2006 18:55:55 +0200 Mikael Berthe Fix a small memory leak in /buffer purge
Tue, 09 May 2006 23:48:41 +0200 Mikael Berthe hbuf: minor fixes and typos
Mon, 08 May 2006 23:46:42 +0200 Mikael Berthe Use new status buffer window
Wed, 12 Apr 2006 22:05:49 +0200 Mikael Berthe Remove a warning on Cygwin (implicit strcasestr() declaration)
Thu, 06 Apr 2006 23:02:30 +0200 Mikael Berthe Kill a few gcc4 warnings
Thu, 09 Mar 2006 19:25:31 +0100 Mikael Berthe Fix highlighting of outgoing multi-line messages