Fri, 13 Jan 2006 22:05:38 +0100 Fix segfault in scr_setmsgflag_if_needed()
Mikael Berthe <mikael@lilotux.net> [Fri, 13 Jan 2006 22:05:38 +0100] rev 667
Fix segfault in scr_setmsgflag_if_needed()
Thu, 12 Jan 2006 22:54:13 +0100 Post-0.7.3 changes
Mikael Berthe <mikael@lilotux.net> [Thu, 12 Jan 2006 22:54:13 +0100] rev 666
Post-0.7.3 changes
Thu, 12 Jan 2006 22:02:00 +0100 Added tag 0.7.3 for changeset 414ae36ea26456df3b6d70bd69310c4d2efed8c1
Mikael Berthe <mikael@lilotux.net> [Thu, 12 Jan 2006 22:02:00 +0100] rev 665
Added tag 0.7.3 for changeset 414ae36ea26456df3b6d70bd69310c4d2efed8c1
Thu, 12 Jan 2006 21:40:28 +0100 Ready for release 0.7.3 0.7.3
Mikael Berthe <mikael@lilotux.net> [Thu, 12 Jan 2006 21:40:28 +0100] rev 664
Ready for release 0.7.3
Mon, 09 Jan 2006 21:56:03 +0100 Update TODO & ChangeLog
Mikael Berthe <mikael@lilotux.net> [Mon, 09 Jan 2006 21:56:03 +0100] rev 663
Update TODO & ChangeLog
Mon, 09 Jan 2006 19:40:29 +0100 Do not loose the unread_message flag when disconnecting from the server
Mikael Berthe <mikael@lilotux.net> [Mon, 09 Jan 2006 19:40:29 +0100] rev 662
Do not loose the unread_message flag when disconnecting from the server
Sun, 08 Jan 2006 22:56:22 +0100 Update ChangeLog
Mikael Berthe <mikael@lilotux.net> [Sun, 08 Jan 2006 22:56:22 +0100] rev 661
Update ChangeLog
Sun, 08 Jan 2006 22:26:02 +0100 Update documentation
Mikael Berthe <mikael@lilotux.net> [Sun, 08 Jan 2006 22:26:02 +0100] rev 660
Update documentation
Sun, 08 Jan 2006 01:25:58 +0100 MUC: Add "nickname" option variable
Mikael Berthe <mikael@lilotux.net> [Sun, 08 Jan 2006 01:25:58 +0100] rev 659
MUC: Add "nickname" option variable The nickname is now optional in the "/room join" command. The default nickname is the "nickname" option value; if there is none, the jid username is used.
Sat, 07 Jan 2006 23:12:22 +0100 Avoid g_try_new()
Mikael Berthe <mikael@lilotux.net> [Sat, 07 Jan 2006 23:12:22 +0100] rev 658
Avoid g_try_new()
Sat, 07 Jan 2006 23:01:42 +0100 Some memory allocation code cleaning
Mikael Berthe <mikael@lilotux.net> [Sat, 07 Jan 2006 23:01:42 +0100] rev 657
Some memory allocation code cleaning
Sat, 07 Jan 2006 22:42:08 +0100 Close standard fds before launching the eventcmd process
Mikael Berthe <mikael@lilotux.net> [Sat, 07 Jan 2006 22:42:08 +0100] rev 656
Close standard fds before launching the eventcmd process
Sat, 07 Jan 2006 13:59:17 +0100 Use "(...)" when cutting a multi-line status message in the log window
Mikael Berthe <mikael@lilotux.net> [Sat, 07 Jan 2006 13:59:17 +0100] rev 655
Use "(...)" when cutting a multi-line status message in the log window Thanks to Salvador for suggesting...
Sat, 07 Jan 2006 12:17:49 +0100 MUC: Set the new_message flag when joining a room
Mikael Berthe <mikael@lilotux.net> [Sat, 07 Jan 2006 12:17:49 +0100] rev 654
MUC: Set the new_message flag when joining a room
Sat, 07 Jan 2006 11:01:58 +0100 MUC: Be more verbose when joining a room
Mikael Berthe <mikael@lilotux.net> [Sat, 07 Jan 2006 11:01:58 +0100] rev 653
MUC: Be more verbose when joining a room
Sat, 07 Jan 2006 10:56:46 +0100 We do not need buddy_isresource() anymore
Mikael Berthe <mikael@lilotux.net> [Sat, 07 Jan 2006 10:56:46 +0100] rev 652
We do not need buddy_isresource() anymore
Sat, 07 Jan 2006 10:32:55 +0100 MUC: Fix a timestamp issue when joining a room
Mikael Berthe <mikael@lilotux.net> [Sat, 07 Jan 2006 10:32:55 +0100] rev 651
MUC: Fix a timestamp issue when joining a room The timestamp displayed was incorrect when the first room presence packet received from the conference server is not our presence. We use "now", when it happens.
Sat, 07 Jan 2006 01:31:41 +0100 MUC: /room {leave,nick,topic} can only be used when inside a room
Mikael Berthe <mikael@lilotux.net> [Sat, 07 Jan 2006 01:31:41 +0100] rev 650
MUC: /room {leave,nick,topic} can only be used when inside a room
Sat, 07 Jan 2006 01:15:04 +0100 MUC: fix join bug when the conference is in the roster
Mikael Berthe <mikael@lilotux.net> [Sat, 07 Jan 2006 01:15:04 +0100] rev 649
MUC: fix join bug when the conference is in the roster
Sat, 07 Jan 2006 01:12:03 +0100 MUC: No new_message flag for server messages
Mikael Berthe <mikael@lilotux.net> [Sat, 07 Jan 2006 01:12:03 +0100] rev 648
MUC: No new_message flag for server messages
Fri, 06 Jan 2006 22:37:05 +0100 Enter chat mode automatically when using some commands
Mikael Berthe <mikael@lilotux.net> [Fri, 06 Jan 2006 22:37:05 +0100] rev 647
Enter chat mode automatically when using some commands
Thu, 05 Jan 2006 22:23:41 +0100 MUC: Server messages are prefixed with "~ " instead of "<> "
Mikael Berthe <mikael@lilotux.net> [Thu, 05 Jan 2006 22:23:41 +0100] rev 646
MUC: Server messages are prefixed with "~ " instead of "<> "
Thu, 05 Jan 2006 22:01:11 +0100 Small handle_presence_muc() update
Mikael Berthe <mikael@lilotux.net> [Thu, 05 Jan 2006 22:01:11 +0100] rev 645
Small handle_presence_muc() update
Thu, 05 Jan 2006 20:20:57 +0100 MUC: better nickname check when entering a room
Mikael Berthe <mikael@lilotux.net> [Thu, 05 Jan 2006 20:20:57 +0100] rev 644
MUC: better nickname check when entering a room
Mon, 02 Jan 2006 22:07:15 +0100 Fix double UTF-8 encoding when joining a room
Mikael Berthe <mikael@lilotux.net> [Mon, 02 Jan 2006 22:07:15 +0100] rev 643
Fix double UTF-8 encoding when joining a room
Fri, 30 Dec 2005 12:46:48 +0100 Fix a crash when a resource contains non-representable chars
Mikael Berthe <mikael@lilotux.net> [Fri, 30 Dec 2005 12:46:48 +0100] rev 642
Fix a crash when a resource contains non-representable chars
Wed, 28 Dec 2005 19:05:11 +0100 Allow special jid "." in commands /add and /status_to
Mikael Berthe <mikael@lilotux.net> [Wed, 28 Dec 2005 19:05:11 +0100] rev 641
Allow special jid "." in commands /add and /status_to This special jid is the jid of the current buddy.
Wed, 28 Dec 2005 18:58:03 +0100 "/status_to" can be used with no jid (it will use the current buddy's jid)
Mikael Berthe <mikael@lilotux.net> [Wed, 28 Dec 2005 18:58:03 +0100] rev 640
"/status_to" can be used with no jid (it will use the current buddy's jid)
Wed, 28 Dec 2005 11:09:01 +0100 Update documentation
Mikael Berthe <mikael@lilotux.net> [Wed, 28 Dec 2005 11:09:01 +0100] rev 639
Update documentation
Wed, 28 Dec 2005 11:08:39 +0100 "/add" can be used with no jid (it will use the current buddy's jid)
Mikael Berthe <mikael@lilotux.net> [Wed, 28 Dec 2005 11:08:39 +0100] rev 638
"/add" can be used with no jid (it will use the current buddy's jid)
(0) -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip