Tue, 06 Sep 2005 21:49:27 +0200 Fix buffer overflow in cw_setproxy()
Mikael Berthe <mikael@lilotux.net> [Tue, 06 Sep 2005 21:49:27 +0200] rev 427
Fix buffer overflow in cw_setproxy()
Mon, 05 Sep 2005 22:56:57 +0200 Better handling of server error codes/messages
Mikael Berthe <mikael@lilotux.net> [Mon, 05 Sep 2005 22:56:57 +0200] rev 426
Better handling of server error codes/messages
Sun, 04 Sep 2005 13:51:23 +0200 roster_getstatusmsg() should return a pointer
Mikael Berthe <mikael@lilotux.net> [Sun, 04 Sep 2005 13:51:23 +0200] rev 425
roster_getstatusmsg() should return a pointer However, it was ok because offline == 0.
Sun, 04 Sep 2005 11:38:37 +0200 Add contrib directory to the Debian package
Mikael Berthe <mikael@lilotux.net> [Sun, 04 Sep 2005 11:38:37 +0200] rev 424
Add contrib directory to the Debian package
Sat, 03 Sep 2005 00:20:26 +0200 Post-0.6.7 changes
Mikael Berthe <mikael@lilotux.net> [Sat, 03 Sep 2005 00:20:26 +0200] rev 423
Post-0.6.7 changes
Fri, 02 Sep 2005 22:34:31 +0200 Added tag 0.6.7 for changeset 569f333e51e2f700d362da83da26c4d7badc6bfe
Mikael Berthe <mikael@lilotux.net> [Fri, 02 Sep 2005 22:34:31 +0200] rev 422
Added tag 0.6.7 for changeset 569f333e51e2f700d362da83da26c4d7badc6bfe
Fri, 02 Sep 2005 22:10:14 +0200 Ready for 0.6.7 release 0.6.7
Mikael Berthe <mikael@lilotux.net> [Fri, 02 Sep 2005 22:10:14 +0200] rev 421
Ready for 0.6.7 release
Fri, 02 Sep 2005 21:47:14 +0200 Display error code/message when receiving a message packet with "error" type
Mikael Berthe <mikael@lilotux.net> [Fri, 02 Sep 2005 21:47:14 +0200] rev 420
Display error code/message when receiving a message packet with "error" type
Fri, 02 Sep 2005 20:34:17 +0200 Small code review
Mikael Berthe <mikael@lilotux.net> [Fri, 02 Sep 2005 20:34:17 +0200] rev 419
Small code review Some clean up and security checks
Thu, 01 Sep 2005 23:48:46 +0200 Update ChangeLog
Mikael Berthe <mikael@lilotux.net> [Thu, 01 Sep 2005 23:48:46 +0200] rev 418
Update ChangeLog
Thu, 01 Sep 2005 23:29:21 +0200 Sync libjabber with upstream
Mikael Berthe <mikael@lilotux.net> [Thu, 01 Sep 2005 23:29:21 +0200] rev 417
Sync libjabber with upstream Sync with jabberd-1.4.4.
Thu, 01 Sep 2005 21:18:19 +0200 Allow offline status message
Mikael Berthe <mikael@lilotux.net> [Thu, 01 Sep 2005 21:18:19 +0200] rev 416
Allow offline status message
Tue, 30 Aug 2005 22:52:33 +0200 Display the server name/IP before asking for password
Mikael Berthe <mikael@lilotux.net> [Tue, 30 Aug 2005 22:52:33 +0200] rev 415
Display the server name/IP before asking for password
Tue, 30 Aug 2005 22:26:19 +0200 Trailing whitespace cleanup
Mikael Berthe <mikael@lilotux.net> [Tue, 30 Aug 2005 22:26:19 +0200] rev 414
Trailing whitespace cleanup No real change.
Tue, 30 Aug 2005 21:25:16 +0200 Ignore SIGPIPE
Mikael Berthe <mikael@lilotux.net> [Tue, 30 Aug 2005 21:25:16 +0200] rev 413
Ignore SIGPIPE
Sun, 28 Aug 2005 21:23:05 +0200 Display full date in the log file
Mikael Berthe <mikael@lilotux.net> [Sun, 28 Aug 2005 21:23:05 +0200] rev 412
Display full date in the log file
Sun, 28 Aug 2005 10:38:10 +0200 Still need a temporization when connecting to a server
Mikael Berthe <mikael@lilotux.net> [Sun, 28 Aug 2005 10:38:10 +0200] rev 411
Still need a temporization when connecting to a server This reduces CPU consumption and fills the logs slower in debug mode.
Sat, 27 Aug 2005 22:32:31 +0200 Update ChangeLog
Mikael Berthe <mikael@lilotux.net> [Sat, 27 Aug 2005 22:32:31 +0200] rev 410
Update ChangeLog
Sat, 27 Aug 2005 22:20:03 +0200 Fix a SIGPIPE issue when connecting to the server
Mikael Berthe <mikael@lilotux.net> [Sat, 27 Aug 2005 22:20:03 +0200] rev 409
Fix a SIGPIPE issue when connecting to the server This change fixes a SIGPIPE when cw_nb_connect() is called too fast after make_nb_netsocket(). In this case getsockopt() reports a wrong value (no error) and the first jab_send_raw() in jconn.c gets a SIGPIPE. The delay in jabglue.c can then be removed.
Sat, 27 Aug 2005 18:59:48 +0200 Tune previous usleep() change
Mikael Berthe <mikael@lilotux.net> [Sat, 27 Aug 2005 18:59:48 +0200] rev 408
Tune previous usleep() change
Sat, 27 Aug 2005 18:00:38 +0200 Display server error messages to the user
Mikael Berthe <mikael@lilotux.net> [Sat, 27 Aug 2005 18:00:38 +0200] rev 407
Display server error messages to the user
Sat, 27 Aug 2005 15:38:55 +0200 Add usleep() calls
Mikael Berthe <mikael@lilotux.net> [Sat, 27 Aug 2005 15:38:55 +0200] rev 406
Add usleep() calls * Reduce CPU consumption when not connected * Should fix a weird timing bug when trying to connect on a closed port
Sat, 27 Aug 2005 12:30:46 +0200 Update sample config. file
Mikael Berthe <mikael@lilotux.net> [Sat, 27 Aug 2005 12:30:46 +0200] rev 405
Update sample config. file
Sat, 27 Aug 2005 12:22:17 +0200 Drop harddefines.h
Mikael Berthe <mikael@lilotux.net> [Sat, 27 Aug 2005 12:22:17 +0200] rev 404
Drop harddefines.h
Sat, 27 Aug 2005 11:21:27 +0200 Allow a different server name than the jid domain name
Mikael Berthe <mikael@lilotux.net> [Sat, 27 Aug 2005 11:21:27 +0200] rev 403
Allow a different server name than the jid domain name Sync libjabber with upstream (centericq). The libjabber patch is from Ian Johannesen. This allows connecting to Google Talk, for example.
Mon, 22 Aug 2005 20:33:11 +0200 Fix a typo
Mikael Berthe <mikael@lilotux.net> [Mon, 22 Aug 2005 20:33:11 +0200] rev 402
Fix a typo
Mon, 22 Aug 2005 20:32:11 +0200 Kill a warning in the libjabber library
Mikael Berthe <mikael@lilotux.net> [Mon, 22 Aug 2005 20:32:11 +0200] rev 401
Kill a warning in the libjabber library This is useless change, but it prevents some gcc from complaining...
Sat, 20 Aug 2005 19:30:56 +0200 Kill a warning in the connwrap library
Mikael Berthe <mikael@lilotux.net> [Sat, 20 Aug 2005 19:30:56 +0200] rev 400
Kill a warning in the connwrap library
Sat, 20 Aug 2005 16:22:04 +0200 Mention "default" color
Mikael Berthe <mikael@lilotux.net> [Sat, 20 Aug 2005 16:22:04 +0200] rev 399
Mention "default" color
Thu, 18 Aug 2005 05:59:32 +0100 Post-0.6.6 changes
Mikael Berthe <mikael@lilotux.net> [Thu, 18 Aug 2005 05:59:32 +0100] rev 398
Post-0.6.6 changes
Wed, 17 Aug 2005 23:01:24 +0100 Added tag 0.6.6 for changeset 7f5135836b565ad5d0fbd73ed1401d00a4bc610a
Mikael Berthe <mikael@lilotux.net> [Wed, 17 Aug 2005 23:01:24 +0100] rev 397
Added tag 0.6.6 for changeset 7f5135836b565ad5d0fbd73ed1401d00a4bc610a
Wed, 17 Aug 2005 18:15:00 +0100 Ready for 0.6.6 release 0.6.6
Mikael Berthe <mikael@lilotux.net> [Wed, 17 Aug 2005 18:15:00 +0100] rev 396
Ready for 0.6.6 release
Thu, 04 Aug 2005 23:14:26 +0100 Whitespace cleanup (histolog.c)
Mikael Berthe <mikael@lilotux.net> [Thu, 04 Aug 2005 23:14:26 +0100] rev 395
Whitespace cleanup (histolog.c)
Thu, 04 Aug 2005 23:11:14 +0100 Update "large file" size value to 3MB
Mikael Berthe <mikael@lilotux.net> [Thu, 04 Aug 2005 23:11:14 +0100] rev 394
Update "large file" size value to 3MB
Thu, 04 Aug 2005 23:04:54 +0100 Whitespace cleanup
Mikael Berthe <mikael@lilotux.net> [Thu, 04 Aug 2005 23:04:54 +0100] rev 393
Whitespace cleanup
Thu, 04 Aug 2005 22:55:10 +0100 Speed up hbuf_add_line()
Mikael Berthe <mikael@lilotux.net> [Thu, 04 Aug 2005 22:55:10 +0100] rev 392
Speed up hbuf_add_line() When loading a history file, *p_hbuf was a pointer to the head of the list of lines, so a lot of CPU time was lost in g_list_last().
Thu, 04 Aug 2005 09:00:54 +0100 Fix "missing sentinel in function call" warning with gcc4
Mikael Berthe <mikael@lilotux.net> [Thu, 04 Aug 2005 09:00:54 +0100] rev 391
Fix "missing sentinel in function call" warning with gcc4
Mon, 01 Aug 2005 21:43:01 +0100 Minor changes to hbuf.c
Mikael Berthe <mikael@lilotux.net> [Mon, 01 Aug 2005 21:43:01 +0100] rev 390
Minor changes to hbuf.c - remove useless do {} while with g_new() - some g_free() were missing
Sat, 30 Jul 2005 10:36:46 +0100 Ncurses changes + Ctrl-C does not send a signal anylore
Mikael Berthe <mikael@lilotux.net> [Sat, 30 Jul 2005 10:36:46 +0100] rev 389
Ncurses changes + Ctrl-C does not send a signal anylore * Use nonl() when initializing ncurses * Ctrl-C does not send a signal in raw mode, so we handle it as a normal key
Fri, 29 Jul 2005 20:28:06 +0100 Ctrl-l does a full refresh
Mikael Berthe <mikael@lilotux.net> [Fri, 29 Jul 2005 20:28:06 +0100] rev 388
Ctrl-l does a full refresh * Use redrawwin() to tell curses the screen has been corrupted * Prevent a resize from ending auto-away
Fri, 29 Jul 2005 19:09:07 +0100 Do non UTF8-encode/decode null pointers
Mikael Berthe <mikael@lilotux.net> [Fri, 29 Jul 2005 19:09:07 +0100] rev 387
Do non UTF8-encode/decode null pointers
Fri, 29 Jul 2005 18:40:03 +0100 Update .hgignore
Mikael Berthe <mikael@lilotux.net> [Fri, 29 Jul 2005 18:40:03 +0100] rev 386
Update .hgignore
Thu, 28 Jul 2005 20:26:29 +0100 Update TODO & ChangeLog
Mikael Berthe <mikael@lilotux.net> [Thu, 28 Jul 2005 20:26:29 +0100] rev 385
Update TODO & ChangeLog
Thu, 28 Jul 2005 20:24:28 +0100 Merge UTF-8 changes
Mikael Berthe <mikael@lilotux.net> [Thu, 28 Jul 2005 20:24:28 +0100] rev 384
Merge UTF-8 changes
Thu, 28 Jul 2005 13:16:36 +0100 Remove utf8 files, use Glib
Mikael Berthe <mikael@lilotux.net> [Thu, 28 Jul 2005 13:16:36 +0100] rev 383
Remove utf8 files, use Glib
Thu, 28 Jul 2005 20:12:23 +0100 Use nodelay() instead of halfdelay()
Mikael Berthe <mikael@lilotux.net> [Thu, 28 Jul 2005 20:12:23 +0100] rev 382
Use nodelay() instead of halfdelay() Maybe it could help people having a problem with the PgUp key...
Tue, 26 Jul 2005 20:15:36 +0100 Post-0.6.5 changes
Mikael Berthe <mikael@lilotux.net> [Tue, 26 Jul 2005 20:15:36 +0100] rev 381
Post-0.6.5 changes
Tue, 26 Jul 2005 20:10:26 +0100 Added tag 0.6.5 for changeset 57474402997d76b5fbd5bf6aa796b46b707fd508
Mikael Berthe <mikael@lilotux.net> [Tue, 26 Jul 2005 20:10:26 +0100] rev 380
Added tag 0.6.5 for changeset 57474402997d76b5fbd5bf6aa796b46b707fd508
Tue, 26 Jul 2005 19:43:51 +0100 Ready for 0.6.5 release 0.6.5
Mikael Berthe <mikael@lilotux.net> [Tue, 26 Jul 2005 19:43:51 +0100] rev 379
Ready for 0.6.5 release
Tue, 26 Jul 2005 18:33:22 +0100 Improve debugging/logging
Mikael Berthe <mikael@lilotux.net> [Tue, 26 Jul 2005 18:33:22 +0100] rev 378
Improve debugging/logging * Tell the user when the tracelog file can't be open * Only include logprint.h when screen.h is not needed
Tue, 26 Jul 2005 18:18:30 +0100 Add "/roster up" and "/roster down"
Mikael Berthe <mikael@lilotux.net> [Tue, 26 Jul 2005 18:18:30 +0100] rev 377
Add "/roster up" and "/roster down"
Mon, 25 Jul 2005 22:02:35 +0100 Update mcabberrc.example
Mikael Berthe <mikael@lilotux.net> [Mon, 25 Jul 2005 22:02:35 +0100] rev 376
Update mcabberrc.example
Mon, 25 Jul 2005 21:58:15 +0100 Update NEWS, TODO & ChangeLog
Mikael Berthe <mikael@lilotux.net> [Mon, 25 Jul 2005 21:58:15 +0100] rev 375
Update NEWS, TODO & ChangeLog
Mon, 25 Jul 2005 21:46:35 +0100 Improve logging system (traces)
Mikael Berthe <mikael@lilotux.net> [Mon, 25 Jul 2005 21:46:35 +0100] rev 374
Improve logging system (traces) There are now two trace logging levels: * tracelog_level = 1: Most messages from the log window are written to disk (LPRINT_LOG) * tracelog_level =2: LPRINT_LOG & LPRINT_DEBUG messages are written to disk The trace file name is set with the "tracelog_file" option.
Mon, 25 Jul 2005 19:40:17 +0100 Move (reorganize) functions
Mikael Berthe <mikael@lilotux.net> [Mon, 25 Jul 2005 19:40:17 +0100] rev 373
Move (reorganize) functions
Mon, 25 Jul 2005 18:28:26 +0100 Add documentation for /buffer search_*
Mikael Berthe <mikael@lilotux.net> [Mon, 25 Jul 2005 18:28:26 +0100] rev 372
Add documentation for /buffer search_*
Sun, 24 Jul 2005 23:04:39 +0100 /buffer search_*: skip leading spaces (if any) in string parameter
Mikael Berthe <mikael@lilotux.net> [Sun, 24 Jul 2005 23:04:39 +0100] rev 371
/buffer search_*: skip leading spaces (if any) in string parameter
Sun, 24 Jul 2005 22:56:42 +0100 Add /buffer search_{backward,forward}
Mikael Berthe <mikael@lilotux.net> [Sun, 24 Jul 2005 22:56:42 +0100] rev 370
Add /buffer search_{backward,forward}
Sun, 24 Jul 2005 22:31:31 +0100 Rename some buffer commands, for homogeneity
Mikael Berthe <mikael@lilotux.net> [Sun, 24 Jul 2005 22:31:31 +0100] rev 369
Rename some buffer commands, for homogeneity
Sun, 24 Jul 2005 21:47:41 +0100 Update hbuf_get_lines() comment
Mikael Berthe <mikael@lilotux.net> [Sun, 24 Jul 2005 21:47:41 +0100] rev 368
Update hbuf_get_lines() comment
(0) -300 -100 -60 +60 +100 +300 +1000 tip