Thu, 09 Feb 2006 23:21:49 +0100 Implement IQ:time requests
Mikael Berthe <mikael@lilotux.net> [Thu, 09 Feb 2006 23:21:49 +0100] rev 691
Implement IQ:time requests
Thu, 09 Feb 2006 23:20:28 +0100 Implement IQ:version requests
Mikael Berthe <mikael@lilotux.net> [Thu, 09 Feb 2006 23:20:28 +0100] rev 690
Implement IQ:version requests
Thu, 09 Feb 2006 23:18:38 +0100 Introduce jb_iqs_display_list() helper function for debugging
Mikael Berthe <mikael@lilotux.net> [Thu, 09 Feb 2006 23:18:38 +0100] rev 689
Introduce jb_iqs_display_list() helper function for debugging This function displays the currently queued IQ items.
Thu, 09 Feb 2006 23:16:46 +0100 Call IQ callback function when receiving an IQ error packet
Mikael Berthe <mikael@lilotux.net> [Thu, 09 Feb 2006 23:16:46 +0100] rev 688
Call IQ callback function when receiving an IQ error packet
Tue, 07 Feb 2006 21:14:47 +0100 Minor format change in IQ id string
Mikael Berthe <mikael@lilotux.net> [Tue, 07 Feb 2006 21:14:47 +0100] rev 687
Minor format change in IQ id string
Mon, 06 Feb 2006 21:06:19 +0100 Use the new IQ system for authentication
Mikael Berthe <mikael@lilotux.net> [Mon, 06 Feb 2006 21:06:19 +0100] rev 686
Use the new IQ system for authentication
Mon, 06 Feb 2006 20:04:58 +0100 Call IQ callback function when receiving a RESULT packet
Mikael Berthe <mikael@lilotux.net> [Mon, 06 Feb 2006 20:04:58 +0100] rev 685
Call IQ callback function when receiving a RESULT packet
Mon, 06 Feb 2006 20:02:09 +0100 Switch IQ packet creation to the new IQ system
Mikael Berthe <mikael@lilotux.net> [Mon, 06 Feb 2006 20:02:09 +0100] rev 684
Switch IQ packet creation to the new IQ system Use iqs_new() instead of jutil_iqnew().
Mon, 06 Feb 2006 19:57:00 +0100 Introduce new IQ system
Mikael Berthe <mikael@lilotux.net> [Mon, 06 Feb 2006 19:57:00 +0100] rev 683
Introduce new IQ system
Sun, 29 Jan 2006 22:57:35 +0100 Small fix in scr_DrawRoster()
Mikael Berthe <mikael@lilotux.net> [Sun, 29 Jan 2006 22:57:35 +0100] rev 682
Small fix in scr_DrawRoster() Improve changeset 1f8987e0e56c, sometimes the offset was not set to the best value.
Sun, 29 Jan 2006 12:00:04 +0100 Improve messages in commands.c
Philip M. White <pmw@qnan.org> [Sun, 29 Jan 2006 12:00:04 +0100] rev 681
Improve messages in commands.c
Sat, 28 Jan 2006 18:02:24 +0100 Try to display as many buddylist items as possible
Mikael Berthe <mikael@lilotux.net> [Sat, 28 Jan 2006 18:02:24 +0100] rev 680
Try to display as many buddylist items as possible
Sat, 28 Jan 2006 17:40:00 +0100 Remove "This is the status window" message
Mikael Berthe <mikael@lilotux.net> [Sat, 28 Jan 2006 17:40:00 +0100] rev 679
Remove "This is the status window" message
Sat, 28 Jan 2006 12:02:14 +0100 Fix a small issue in roster_msg_setflag()
Mikael Berthe <mikael@lilotux.net> [Sat, 28 Jan 2006 12:02:14 +0100] rev 678
Fix a small issue in roster_msg_setflag() Add a roster item when there is none and the new_message flag is requested.
Sat, 28 Jan 2006 11:07:02 +0100 Using "/status invisible -" did not clear the status message
Mikael Berthe <mikael@lilotux.net> [Sat, 28 Jan 2006 11:07:02 +0100] rev 677
Using "/status invisible -" did not clear the status message Thanks to pmw for the report. Now the general status message is updated even when the requested status is "invisible".
Thu, 26 Jan 2006 23:14:17 +0100 New "eventcmd_checkstatus" option
Mikael Berthe <mikael@lilotux.net> [Thu, 26 Jan 2006 23:14:17 +0100] rev 676
New "eventcmd_checkstatus" option
Wed, 25 Jan 2006 22:00:06 +0100 New "beep_on_message" option
Mikael Berthe <mikael@lilotux.net> [Wed, 25 Jan 2006 22:00:06 +0100] rev 675
New "beep_on_message" option
Tue, 17 Jan 2006 23:32:28 +0100 Post-0.7.4 changes
Mikael Berthe <mikael@lilotux.net> [Tue, 17 Jan 2006 23:32:28 +0100] rev 674
Post-0.7.4 changes
Tue, 17 Jan 2006 23:15:59 +0100 Added tag 0.7.4 for changeset 656e6acdac3149b4dcc7fb8089c11540442605ac
Mikael Berthe <mikael@lilotux.net> [Tue, 17 Jan 2006 23:15:59 +0100] rev 673
Added tag 0.7.4 for changeset 656e6acdac3149b4dcc7fb8089c11540442605ac
Tue, 17 Jan 2006 22:34:30 +0100 Ready for release 0.7.4 0.7.4
Mikael Berthe <mikael@lilotux.net> [Tue, 17 Jan 2006 22:34:30 +0100] rev 672
Ready for release 0.7.4
Sun, 15 Jan 2006 10:49:50 +0100 Do not process packet if type = 0
Mikael Berthe <mikael@lilotux.net> [Sun, 15 Jan 2006 10:49:50 +0100] rev 671
Do not process packet if type = 0
Sun, 15 Jan 2006 10:00:03 +0100 Fix a bug in roster_find()
Mikael Berthe <mikael@lilotux.net> [Sun, 15 Jan 2006 10:00:03 +0100] rev 670
Fix a bug in roster_find() When doing a name-based search, roster_find() did not check type correctly, which could lead to a segfault in some other places.
Sat, 14 Jan 2006 13:40:07 +0100 roster_add_group(): do not call roster_find() twice
Mikael Berthe <mikael@lilotux.net> [Sat, 14 Jan 2006 13:40:07 +0100] rev 669
roster_add_group(): do not call roster_find() twice
Sat, 14 Jan 2006 11:02:13 +0100 Small jb_disconnect() improvement
Mikael Berthe <mikael@lilotux.net> [Sat, 14 Jan 2006 11:02:13 +0100] rev 668
Small jb_disconnect() improvement
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
(0) -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip