Wed, 15 Nov 2006 22:47:35 +0100 /roster note: do not display mdate when it's equal to cdate
Mikael Berthe <mikael@lilotux.net> [Wed, 15 Nov 2006 22:47:35 +0100] rev 1021
/roster note: do not display mdate when it's equal to cdate
Wed, 15 Nov 2006 22:36:35 +0100 Show in /info when the contact has an annotation
Mikael Berthe <mikael@lilotux.net> [Wed, 15 Nov 2006 22:36:35 +0100] rev 1020
Show in /info when the contact has an annotation
Wed, 15 Nov 2006 22:24:20 +0100 XEP-0145: display note dates
Mikael Berthe <mikael@lilotux.net> [Wed, 15 Nov 2006 22:24:20 +0100] rev 1019
XEP-0145: display note dates Display note creation/modification dates (if available) in /roster note.
Wed, 15 Nov 2006 19:27:59 +0100 XEP-0145: Handle dates
Mikael Berthe <mikael@lilotux.net> [Wed, 15 Nov 2006 19:27:59 +0100] rev 1018
XEP-0145: Handle dates Save cdate and mdate when creating/updating an annotation.
Wed, 15 Nov 2006 19:23:40 +0100 Only update server private storage data if they've changed
Mikael Berthe <mikael@lilotux.net> [Wed, 15 Nov 2006 19:23:40 +0100] rev 1017
Only update server private storage data if they've changed We do not want to call send_storage_bookmarks() and send_storage_rosternotes() when the data haven't been updated.
Wed, 15 Nov 2006 00:04:57 +0100 Add /roster note
Mikael Berthe <mikael@lilotux.net> [Wed, 15 Nov 2006 00:04:57 +0100] rev 1016
Add /roster note Implement XEP-0145 (Annotations) Usage: /roster note [-|note_text]
Mon, 13 Nov 2006 21:58:18 +0100 Add /request last
Mikael Berthe <mikael@lilotux.net> [Mon, 13 Nov 2006 21:58:18 +0100] rev 1015
Add /request last
Sun, 12 Nov 2006 22:25:14 +0100 Keep the status and status messages when we're disconnected
Mikael Berthe <mikael@lilotux.net> [Sun, 12 Nov 2006 22:25:14 +0100] rev 1014
Keep the status and status messages when we're disconnected Improve the automatic reconnection after a network failure. - AutoConnection is only set to false when the user disconnects explicitly (i.e. in do_disconnect()). - AutoConnection is set to TRUE after the 1st successful connection. - In jb_setstatus(), update the status message and the "wanted status" even in offline mode. It helps with auto-away.
Sun, 12 Nov 2006 15:55:04 +0100 Set the msg_flag when we leave a MUC room
Mikael Berthe <mikael@lilotux.net> [Sun, 12 Nov 2006 15:55:04 +0100] rev 1013
Set the msg_flag when we leave a MUC room It should help the user to see when (s)he's kicked out of a room, for example.
Sun, 12 Nov 2006 15:39:56 +0100 Fix a potential double UTF-8 encoding
Mikael Berthe <mikael@lilotux.net> [Sun, 12 Nov 2006 15:39:56 +0100] rev 1012
Fix a potential double UTF-8 encoding
Sun, 12 Nov 2006 13:11:07 +0100 Fix a bug in hbuf_add_line()
Mikael Berthe <mikael@lilotux.net> [Sun, 12 Nov 2006 13:11:07 +0100] rev 1011
Fix a bug in hbuf_add_line() The first line of a buffer was never wrapped, because "curr_elt" was NULL. This patch also removes the useless variable "hbuf".
Sun, 12 Nov 2006 12:12:38 +0100 Add a call to buddylist_build()
Mikael Berthe <mikael@lilotux.net> [Sun, 12 Nov 2006 12:12:38 +0100] rev 1010
Add a call to buddylist_build() Sometimes buddylist_build() isn't called when a line is added to a hidden buffer (for ex. when receiving an IQ:version). Dealing with this in roster_msg_setflag() should fix it, and may save us a few useless calls...
Sun, 12 Nov 2006 10:51:43 +0100 Add /room bookmark
Mikael Berthe <mikael@lilotux.net> [Sun, 12 Nov 2006 10:51:43 +0100] rev 1009
Add /room bookmark
Sun, 12 Nov 2006 10:45:13 +0100 Functions to update room bookmarks
Mikael Berthe <mikael@lilotux.net> [Sun, 12 Nov 2006 10:45:13 +0100] rev 1008
Functions to update room bookmarks
Sat, 11 Nov 2006 12:14:10 +0100 Use install(1) for help files
Mikael Berthe <mikael@lilotux.net> [Sat, 11 Nov 2006 12:14:10 +0100] rev 1007
Use install(1) for help files
Fri, 10 Nov 2006 22:00:14 +0100 Clean up vcard code
Mikael Berthe <mikael@lilotux.net> [Fri, 10 Nov 2006 22:00:14 +0100] rev 1006
Clean up vcard code
Fri, 10 Nov 2006 20:54:10 +0100 Improve vcard support
Mikael Berthe <mikael@lilotux.net> [Fri, 10 Nov 2006 20:54:10 +0100] rev 1005
Improve vcard support This patch adds support for the address, telephone and email fields when receiving a vCard IQ result.
Wed, 08 Nov 2006 22:26:27 +0100 Use existing conference bookmarks
Mikael Berthe <mikael@lilotux.net> [Wed, 08 Nov 2006 22:26:27 +0100] rev 1004
Use existing conference bookmarks Add support for XEP-0048 (Bookmark Storage). The bookmarks are retrieved when we connect and the conference bookmarks are used.
Tue, 07 Nov 2006 22:43:17 +0100 Initial VCard retrieval support
Mikael Berthe <mikael@lilotux.net> [Tue, 07 Nov 2006 22:43:17 +0100] rev 1003
Initial VCard retrieval support
Tue, 07 Nov 2006 22:21:39 +0100 Remove old UTF-8 conversions
Mikael Berthe <mikael@lilotux.net> [Tue, 07 Nov 2006 22:21:39 +0100] rev 1002
Remove old UTF-8 conversions These calls to from_utf8() are buggy because the conversion is now done at a lower level.
Mon, 06 Nov 2006 22:54:01 +0100 Auto-reconnect after a network/server failure
Mikael Berthe <mikael@lilotux.net> [Mon, 06 Nov 2006 22:54:01 +0100] rev 1001
Auto-reconnect after a network/server failure
Sun, 05 Nov 2006 18:05:14 +0100 Make the sample event script more portable
Mikael Berthe <mikael@lilotux.net> [Sun, 05 Nov 2006 18:05:14 +0100] rev 1000
Make the sample event script more portable Thanks to Khalil Petit.
Sat, 04 Nov 2006 22:06:37 +0100 Redo chat states detection if we receive a message error packet from a contact
Mikael Berthe <mikael@lilotux.net> [Sat, 04 Nov 2006 22:06:37 +0100] rev 999
Redo chat states detection if we receive a message error packet from a contact If we've sent a JEP85 discovery notification and we receive an error packet, make sure we'll send another notification with the next message.
Fri, 03 Nov 2006 21:10:30 +0100 Do not use JEP-22 in MUC rooms
Mikael Berthe <mikael@lilotux.net> [Fri, 03 Nov 2006 21:10:30 +0100] rev 998
Do not use JEP-22 in MUC rooms
Thu, 02 Nov 2006 22:34:52 +0100 Cosmetics & comments
Mikael Berthe <mikael@lilotux.net> [Thu, 02 Nov 2006 22:34:52 +0100] rev 997
Cosmetics & comments
Thu, 02 Nov 2006 21:59:15 +0100 Chatstates: display contact chatstate in the chat status bar
Mikael Berthe <mikael@lilotux.net> [Thu, 02 Nov 2006 21:59:15 +0100] rev 996
Chatstates: display contact chatstate in the chat status bar
Wed, 01 Nov 2006 23:40:48 +0100 Answer IQ disco#info queries
Mikael Berthe <mikael@lilotux.net> [Wed, 01 Nov 2006 23:40:48 +0100] rev 995
Answer IQ disco#info queries
Wed, 01 Nov 2006 21:48:01 +0100 Chatstates: decrease the composing timeout
Mikael Berthe <mikael@lilotux.net> [Wed, 01 Nov 2006 21:48:01 +0100] rev 994
Chatstates: decrease the composing timeout
Wed, 01 Nov 2006 21:36:50 +0100 Add option 'disable_chatstates'
Mikael Berthe <mikael@lilotux.net> [Wed, 01 Nov 2006 21:36:50 +0100] rev 993
Add option 'disable_chatstates'
Wed, 01 Nov 2006 17:47:30 +0100 Chatstates: display "paused" states in the roster
Mikael Berthe <mikael@lilotux.net> [Wed, 01 Nov 2006 17:47:30 +0100] rev 992
Chatstates: display "paused" states in the roster
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip