Thu, 16 Nov 2006 19:30:12 +0100 [BP] Fixes truncating utf-8 buddy names (Myhailo Danylenko)
Mikael Berthe <mikael@lilotux.net> [Thu, 16 Nov 2006 19:30:12 +0100] rev 1026
[BP] Fixes truncating utf-8 buddy names (Myhailo Danylenko) Backport of changesets 023891f99732 and 553b8ecf901f.
Thu, 16 Nov 2006 19:07:09 +0100 [BP-d530e5fb506a] Fix SSL on OS X
Mikael Berthe <mikael@lilotux.net> [Thu, 16 Nov 2006 19:07:09 +0100] rev 1025
[BP-d530e5fb506a] Fix SSL on OS X
Thu, 16 Nov 2006 19:06:42 +0100 Fork a stable 0.8.3 bugfix branch
Mikael Berthe <mikael@lilotux.net> [Thu, 16 Nov 2006 19:06:42 +0100] rev 1024
Fork a stable 0.8.3 bugfix branch
Sat, 18 Nov 2006 15:48:49 +0100 Remove useless message
Mikael Berthe <mikael@lilotux.net> [Sat, 18 Nov 2006 15:48:49 +0100] rev 1023
Remove useless message Doing /info was noisy with a server without private storage support.
Sat, 18 Nov 2006 10:44:58 +0100 Annotations listing (/roster note in the status buffer)
Mikael Berthe <mikael@lilotux.net> [Sat, 18 Nov 2006 10:44:58 +0100] rev 1022
Annotations listing (/roster note in the status buffer)
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
Wed, 01 Nov 2006 11:56:58 +0100 Chatstates: add composing timeout
Mikael Berthe <mikael@lilotux.net> [Wed, 01 Nov 2006 11:56:58 +0100] rev 991
Chatstates: add composing timeout
Wed, 01 Nov 2006 00:57:56 +0100 Send events/chatstates notifications (JEP-22/JEP-85)
Mikael Berthe <mikael@lilotux.net> [Wed, 01 Nov 2006 00:57:56 +0100] rev 990
Send events/chatstates notifications (JEP-22/JEP-85)
Tue, 31 Oct 2006 20:30:29 +0100 Send JEP-22 delivered messages
Mikael Berthe <mikael@lilotux.net> [Tue, 31 Oct 2006 20:30:29 +0100] rev 989
Send JEP-22 delivered messages
Mon, 30 Oct 2006 23:37:58 +0100 Add ids to message stanzas if needed
Mikael Berthe <mikael@lilotux.net> [Mon, 30 Oct 2006 23:37:58 +0100] rev 988
Add ids to message stanzas if needed
Mon, 30 Oct 2006 20:18:00 +0100 Improve JEP22 + JEP85 support
Mikael Berthe <mikael@lilotux.net> [Mon, 30 Oct 2006 20:18:00 +0100] rev 987
Improve JEP22 + JEP85 support
Sun, 29 Oct 2006 11:43:00 +0100 Chat states receival (Alexis Hildebrandt)
Mikael Berthe <mikael@lilotux.net> [Sun, 29 Oct 2006 11:43:00 +0100] rev 986
Chat states receival (Alexis Hildebrandt) Patch from Alexis Hildebrandt, slightly modified (mostly coding style updates).
Sat, 28 Oct 2006 18:14:22 +0200 Fix potential libjabber issue
Mikael Berthe <mikael@lilotux.net> [Sat, 28 Oct 2006 18:14:22 +0200] rev 985
Fix potential libjabber issue
Sat, 28 Oct 2006 17:38:53 +0200 Fix a potential libconnwrap issue
Mikael Berthe <mikael@lilotux.net> [Sat, 28 Oct 2006 17:38:53 +0200] rev 984
Fix a potential libconnwrap issue Based on a fix from the Debian centericq package, original patch by Julien Lemoine.
Mon, 23 Oct 2006 14:53:43 +0200 Update UK translations
Myhailo Danylenko <isbear@ukrpost.net> [Mon, 23 Oct 2006 14:53:43 +0200] rev 983
Update UK translations
Sun, 22 Oct 2006 23:27:05 +0200 Add UK (Ukrainian) help files
Myhailo Danylenko <isbear@ukrpost.net> [Sun, 22 Oct 2006 23:27:05 +0200] rev 982
Add UK (Ukrainian) help files
Sun, 22 Oct 2006 20:27:28 +0200 Fixes truncating of utf-8 buddy names (again)
Myhailo Danylenko <isbear@ukrpost.net> [Sun, 22 Oct 2006 20:27:28 +0200] rev 981
Fixes truncating of utf-8 buddy names (again) This patch fixes the problem with utf-8 buddy names, which include multibyte characters. This patch version (maybe) fixes issue for utf-8 locales too.
Sat, 21 Oct 2006 15:00:41 +0200 Fixes truncating utf-8 buddy names (Myhailo Danylenko)
Mikael Berthe <mikael@lilotux.net> [Sat, 21 Oct 2006 15:00:41 +0200] rev 980
Fixes truncating utf-8 buddy names (Myhailo Danylenko) This patch fixes the problem with utf-8 buddy names, which include multibyte characters. Without patch names will be decreased by as many extra bytes as we have in name. Note by Mikael: When a non-UTF-8 locale is used, the conversion from UTF-8 could fail, which gave a "(null)" buddy name.
Sat, 21 Oct 2006 11:22:15 +0200 Improve /buffer search_*
Mikael Berthe <mikael@lilotux.net> [Sat, 21 Oct 2006 11:22:15 +0200] rev 979
Improve /buffer search_* Quotes can be used in search strings, for example one can search for " is " now (with spaces around the word).
Sat, 21 Oct 2006 11:07:50 +0200 Fix /roster search
Mikael Berthe <mikael@lilotux.net> [Sat, 21 Oct 2006 11:07:50 +0200] rev 978
Fix /roster search Broken by changeset d3bfa9e9d88c.
Tue, 10 Oct 2006 20:15:06 +0200 Cosmetic changes
Alexis Hildebrandt <afh [at] 2drop [dot] net> [Tue, 10 Oct 2006 20:15:06 +0200] rev 977
Cosmetic changes
Tue, 10 Oct 2006 19:43:32 +0200 Fix SSL on OS X
Mikael Berthe <mikael@lilotux.net> [Tue, 10 Oct 2006 19:43:32 +0200] rev 976
Fix SSL on OS X We need libcrypto on OS X, for SSL support. Thanks to Alexis Hildebrandt for the information.
Sun, 01 Oct 2006 23:59:07 +0200 Update documentation
Mikael Berthe <mikael@lilotux.net> [Sun, 01 Oct 2006 23:59:07 +0200] rev 975
Update documentation
Sat, 30 Sep 2006 22:42:32 +0200 Add /roster item_{lock,unlock}
Mikael Berthe <mikael@lilotux.net> [Sat, 30 Sep 2006 22:42:32 +0200] rev 974
Add /roster item_{lock,unlock} These commands allow us to lock a contact so it stays visible in the roster when hide_offline_buddies is set.
Sat, 30 Sep 2006 19:13:20 +0200 Add option 'roster_win_on_right'
Mikael Berthe <mikael@lilotux.net> [Sat, 30 Sep 2006 19:13:20 +0200] rev 973
Add option 'roster_win_on_right'
Sat, 30 Sep 2006 19:05:07 +0200 Add option 'log_win_on_top'
Mikael Berthe <mikael@lilotux.net> [Sat, 30 Sep 2006 19:05:07 +0200] rev 972
Add option 'log_win_on_top'
Sat, 30 Sep 2006 15:48:38 +0200 Update TODO
Mikael Berthe <mikael@lilotux.net> [Sat, 30 Sep 2006 15:48:38 +0200] rev 971
Update TODO
Sat, 30 Sep 2006 13:40:48 +0200 Merge with myself
Mikael Berthe <mikael@lilotux.net> [Sat, 30 Sep 2006 13:40:48 +0200] rev 970
Merge with myself
Sat, 30 Sep 2006 13:32:58 +0200 Post-0.8.2 changes
Mikael Berthe <mikael@lilotux.net> [Sat, 30 Sep 2006 13:32:58 +0200] rev 969
Post-0.8.2 changes
Fri, 29 Sep 2006 21:50:28 +0200 Use split_arg() in do_roster()
Mikael Berthe <mikael@lilotux.net> [Fri, 29 Sep 2006 21:50:28 +0200] rev 968
Use split_arg() in do_roster()
Fri, 29 Sep 2006 20:28:20 +0200 Configurable command character
Alexis Hildebrandt [Fri, 29 Sep 2006 20:28:20 +0200] rev 967
Configurable command character This patch sets the command character as a configurable compile time option.
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 tip