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
(0) -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip