Forums TODO
From AMSN
This is a list of items from the forums for developers to look at and fix. The patches are to be reviewed before being applied, and the platform specific issues are for the platform maintainers. The plugin issues should be forwarded to the maintainer of the plugin, or at least the maintainer should be notified if a patch is applied.
General Issues
Critical
100% CPU Bug With Webcam
- http://www.amsn-project.net/forums/viewtopic.php?t=5466&highlight=
- Critical : 100% CPU problem seems to be caused by webcam being plugged in. cpu goes back to 0% after the first A/V assistant page. Found out why!
Long messages with utf-8 close SB
- http://www.amsn-project.net/forums/viewtopic.php?t=6445&highlight=
- We split the text to send in huge messages before it's encoding converted to identity, so 1000 utf-8 chars are 2000, so the limit we send too big messages and it closes the chat.
Bugs
Correctly urlencode nicknames
- http://forums.cocoaforge.com/viewtopic.php?f=14&t=17432
- some chars are urlencoded when they don't need to be..
locale incorrectly set when launching external apps
- http://www.amsn-project.net/forums/viewtopic.php?t=6558
- we do a set ::env(LC_ALL) "C" at boot which causes subprocesses (firefox/kdialog) to not work correctly
- fix pending...
bug on mouse hover
- from IRC : http://amsn.pastebin.com/m5c89b9c4
can't use empty string as operand of "*"
while executing
"expr {[lindex [lindex $lines 0] 1] * -2 + 1}"
(procedure "::guiContactList::underlineList" line 10)
invoked from within
"::guiContactList::underlineList .main.f.cl.cvs {} crxxx@sad-amsn-user.com_offline"
(command bound to event)
Note : It happens when I hover my mouse cursor over an empty nick.
new CW tabs
- http://www.amsn-project.net/forums/viewtopic.php?t=6535&highlight=
- Tab pixmaps are not being used with the new CW tabs
- http://www.amsn-project.net/forums/viewtopic.php?t=6534&highlight=
- smileys do not align correctly
- http://www.amsn-project.net/forums/viewtopic.php?t=5147&start=15
- foreground text color should follow the skin's settings
Mac animated custom smileys and CW scrolling
- http://www.amsn-project.net/forums/viewtopic.php?t=6435
- Bug: to investigate, scrolling a CW with anigifs creats artifacts.. probably a Tk issue though..
Tray icon
- http://www.amsn-project.net/forums/viewtopic.php?t=2230&postdays=0&postorder=asc&start=30
- Bug : Tray icon doesn't resize correctly in trayer and the minimum size is too big
- http://www.amsn-project.net/forums/viewtopic.php?t=6563&highlight=
- Bug : if the systray disappears/reappears the amsn tray icon doesn't go back in the tray
- Bug : if amsn is launched before the system tray is created, then we'll have no tray
- http://www.amsn-project.net/forums/viewtopic.php?p=36500#36500
- Bug: the background image is not clearing itself, so the images get overlayed
Animated gif rendering issue
- http://www.amsn-project.net/forums/viewtopic.php?t=5414=
- Bug : the image shown in that thread doesn't render correctly in amsn.
tls 1.6 test
- http://www.amsn-project.net/forums/viewtopic.php?t=5565
- tls 1.6 was never tested and it might not work for some people as reported in that thread, so we should test it and make it 'amsn approved'
view/show profile doesn't work anymore
- http://www.amsn-project.net/forums/viewtopic.php?t=6092&highlight=
- MSN changed the way the profiles are viewed, so the view profile doesn't work anymore for a contact
No Connection Bug
- http://www.amsn-project.net/forums/viewtopic.php?p=27263
- Bug : if no connection, when we want to call nexus, the 'catch' will error out, and we must check it to make amsn aware the connection failed.
Desktop Integration Quotes Bug
- http://www.amsn-project.net/forums/viewtopic.php?t=5286&highlight=
- Bug : desktop integration crashes with italian translation because of quotes in the text
Emoticon in Chat Window != Emoticon Sent
- http://www.amsn-project.net/forums/viewtopic.php?p=31761#31761
- Bug : send an emoticon and get a different one shown in the CW? (config.xml sent to kakaroto)
Email Access Bug
- http://www.amsn-project.net/forums/viewtopic.php?t=5560&highlight=
- Bug : can't access email account for some accounts!
Direct Connect FT
- Bug : while having a direct connect FT, if the SB gets closed and we change our DP, WLM will send a request to fetch the DP on the direct socket, we fake aMSN into thiking it comes from the SB so we reply on the SB but it fails to send the message since the SB is closed. So we never answer it, WLM never gets our DP, and it keeps flooding us with RAK msnp2p messages (request ACK, since it never received our ack to their invite).
Bug Reporting Tool
- http://www.amsn-project.net/forums/viewtopic.php?p=25026#25026
- Bug : Fix the bug in the bug reporting tool that caused the XML error AND fix report.php from the server so that if there's an xml error, we show an appropriate message (for older versions or future bugs).
Mobile IPG Messages
- http://www.amsn-project.net/forums/viewtopic.php?p=22101
- Bug : aMSN not decoding IPG received from mobile messages
64bit Auto-Package Bugs
- http://www.amsn-project.net/forums/viewtopic.php?p=24156
- Bug : Problems with autopackage on 64bits machines
.tlsdown Window Bug
- Bug : .tlsdown window bug ?
Dual Screen Bug
- http://www.amsn-project.net/forums/viewtopic.php?p=23738
- Bug : popup windows (smiley selector/tooltips) appear only on the left screen when using dual screens.
Contact Position Resolution Change Bug
- http://www.amsn-project.net/forums/viewtopic.php?t=3913
- Bug : Changing resolution screws up the contact list -> contacts position are badly calculated.
Font with "-" Causes Problems (Invalid?)
- http://www.amsn-project.net/forums/viewtopic.php?t=4346&highlight=
- Bug: Font with a dash could cause problems... (billiob) Can not reproduce.
Bad Focus When Sending Multiple FTs to users in mutiple SB sessions
- http://www.amsn-project.net/forums/viewtopic.php?p=25175
- Bug : Focus issue when sending FT to multiple users in a multi user chat and those users already have a private chat window
Custom Smileys Not Shown in Multi User Chats
- http://www.amsn-project.net/forums/viewtopic.php?t=4459&highlight=
- Bug: Investigate custom smileys not all appearing in a multi user chat.
WLM Cancels FT Mid-Way Through
- https://sourceforge.net/tracker/?func=detail&atid=472655&aid=1796858&group_id=54091
- Bug : investigate the problem with WLM file transfers being canceled in the middle of a transfer... (humm.. could it be that if the SB closes, WLM cancels an FT that was on direct socket?)
"Invalid Contact" When Re-adding a Deleted Contact
Fixed in r11168 ??
Suspend out of ram/disk
- http://www.amsn-project.net/forums/viewtopic.php?p=38050#38050
- Bug: amsn does not detect closed SBs when suspending out of ram/disk
* Sending files will throw an error
- http://www.amsn-project.net/forums/index.php?topic=6339.0
- Mac user on svn 11034 will get error when he tries to send a file and the other person accepts the invitation.
* Resizing CW with multiple tabs will resize the writing textbox only for the current tab
- http://www.amsn-project.net/forums/index.php?topic=6440.msg37527#37527
- Resizing CW with multiple tabs will resize the writing textbox only for the current tab.
* aMsn won't connect using direct connection
- http://www.amsn-project.net/forums/index.php?topic=6520.0
- aMsn won't connect using direct connection, but will connect using http method.
* Audio and webcam won't work on eeePC 701
- http://www.amsn-project.net/forums/index.php?topic=6498.msg37891#37891
- The webcam is working fine with default eeePC apps, but it won't work with aMsn.
* Webcam won't work in CW
- http://www.amsn-project.net/forums/index.php?topic=6573.0
- Webcam won't work in CW but it will work in A/V setup. (Win XP)
* Misspelled files in a skin are making the skining not to work fine
- http://www.amsn-project.net/forums/index.php?topic=6617.0
- File's of skin should be renamed so they can be recogniced by aMsn skin manager.
* Bug with the button alignment of plugins
- http://www.amsn-project.net/forums/index.php?topic=6648.0
- There is a bug that will make a button not line up exactly with the rest of them.
* Plugin WinSkin won't work properly
- http://www.amsn-project.net/forums/index.php?topic=6690.0
- The plugin WinSkin will remove everything it is supposed to, but it won't add the extra buttons at the top of the CL.
* Names in CW tabs are not aligned vertically centered
- http://www.amsn-project.net/forums/index.php?topic=6820.0
- The tabs system has been changed and we forgot that functionality.
* aMsn and online status
- http://www.amsn-project.net/forums/index.php?topic=6610.0
- aMsn scrambles some online status that WLM can use just fine. It's some kind of page that will provide users with your online statistics.
* All plugins but mine are disabled
- http://www.amsn-project.net/forums/index.php?topic=6633.0
- After using this plugin and restarting aMsn, all plugins will be disabled, except this one.
* Webcam won't work at all
- http://www.amsn-project.net/forums/index.php?topic=6614.msg38513#38513
- Webcam doesn't work with aMsn, but works with other apps. Also, webcam is able to make a photo for DP, but isn't able to make video call.
* File transfer won't start
- http://www.amsn-project.net/forums/index.php?topic=6652.msg38815#38815
- User is having troubles trying to send a file. Post is not really helpfull because user didn't posted any log nor gave any further info.
* File transfer errors
- http://www.amsn-project.net/forums/index.php?topic=6583.msg38386#38386
- When users try to send a file, he gets an error. Maybe it's related with C/non-C locale settings, but he's using a svn that already has that bug patched.
* Memory leak
- http://www.amsn-project.net/forums/index.php?topic=6726.msg40893#40893
- A memory leak causes aMsn crash users PC.
* aMsn will crash because of ALSA/OSS ?
- http://www.amsn-project.net/forums/index.php?topic=6638.0
- User is using aMsn without ALSA support, and aMsn is crashing a few seconds after starting.
* gstreamer will crash tkvideo/dshow
- https://bugzilla.gnome.org/show_bug.cgi?id=592415
- CoInitializeEx tries to initialize the COM library in a multithreaded model, and that will fail.
=== * Nudge plugin won't work with msnp18
- http://www.amsn-project.net/forums/index.php?topic=6393.0
- Nudge plugin won't work with msnp18. (We still don't support FT in msnp18, so this is normal)
=== * aMsn can't connect using msnp15
- http://www.amsn-project.net/forums/index.php/topic,7605.0/topicseen.html
- aMsn can't connect using msnp15, and will make CPU go +50%. Maybe it's caused by a firewall/proxy? HTTP method works fine.
=== * aMsn will flood with blocked/deleted contacts at login
- http://www.amsn-project.net/forums/index.php/topic,7325.0.html
- User hasn't exceded deleted/blocked users limit, but he is still getting those nag screens at login.
* Webcam window will resize itself
- http://www.amsn-project.net/forums/index.php/topic,7577.0.html
- Webcam window (if placed where the DP should be) gets half-resized when the other users changes his DP.
* aMsn shows red cross on wrong people
- http://www.amsn-project.net/forums/index.php/topic,7285.0/topicseen.html
- aMsn will show red corss on wrong people in CL. Caused by MSN Servers.
* aMsn wont read webcam history files
- http://www.amsn-project.net/forums/index.php?topic=6165.msg35978#msg35978
- Files are there, but aMsn won't read them.
* aMsn wont see skins that have backslash in its name
- http://www.amsn-project.net/forums/index.php?topic=7600.0
- The easy solution is renaming all files.
* Empty SOAP
- http://www.amsn-project.net/forums/index.php?topic=7599.0
- aMsn fails while trying to connect. Also, SOAP status is empty.
* frameConfigure error
- http://www.amsn-project.net/forums/index.php?topic=7019.msg40904#40904
- Everytime user clicks on a contact, amsn throws an error.
* aMsn wont save custon nick
- http://www.amsn-project.net/forums/index.php?topic=6111.0
- aMsn wont save custon nick for contacts. Also it wont save the global alarm/notifications settings
* Bug in drag'n'drop in CL
- http://www.amsn-project.net/forums/index.php?topic=6305.msg36789#36789
- When drag'n'drop a contact to a different group, it sometimes has a wrong place in the CL (like 15px right, and 5px down)
* Crash caused by DP cache
- http://www.amsn-project.net/forums/index.php?topic=1205.0
- aMsn will crash trying to read corrupt DP from cache. (In fact, libpng will crash and amsn wont login.)
* Unreachable host though connection is available
- http://www.amsn-project.net/forums/index.php/topic,7542.0.html
- User can't login using aMsn but he does have connection
* Audio troubles in videocall
- http://www.amsn-project.net/forums/index.php?topic=7533.0
- Audio will die in videocall. The user is able to see the sound bar moving, but he can't hear anything.
* Problems updating aMsn on Linpus and Acer Aspire
- http://www.amsn-project.net/forums/index.php?topic=7475.0
- The user will die trying install/update his aMsn instalation.
* aMsn will freeze forever because of user's profile
- http://www.amsn-project.net/forums/index.php?topic=7452.0
- aMsn will freeze because of user's profile. It gets fixed when the profile is removed.
* Deleting and creating profiles problem
- http://www.amsn-project.net/forums/index.php?topic=7460.msg43867#43867
- aMsn will delete config.xml but it will fail copying config.xml.temp to config.xml
* Scrollbar problem
- http://www.amsn-project.net/forums/index.php?topic=7246.0
- Trying to scroll down the CL using the scrollbar will move the entire window instead of scrolling the CL.
* Asyncresolver problems when no connection
- http://www.amsn-project.net/forums/index.php?topic=7326.0
- aMsn will throw "host is unreachable" if no connection and asyncresolver is enabled. Workaround is to remove libasyncresolver.dll (on win)
* wish crash on exit
- http://www.amsn-project.net/forums/index.php?topic=7399.0
- wish.exe will crash if a message is sent and right after that amsn is closed.
* Emoticons wont show
- http://www.amsn-project.net/forums/index.php?topic=7388.0
- Emoticons will dissapear from CL & CW. (really can't do much, as no logs, bad description...)
* All contacts connect when I login
- http://www.amsn-project.net/forums/index.php?topic=7371.0
- aMsn will show that popup message when a contact gets connected for each contact in the CL when I login.
* Closing CW with multiple tabs will crash amsn
- http://www.amsn-project.net/forums/index.php?topic=7384.msg43335#43335
- Closing CW with multiple tabs will crash amsn. Probably a bug of tcl/tk.
* Emoticons wont draw correctly
- http://www.amsn-project.net/forums/index.php?topic=7249.0
- Some animated emoticons wont draw correctly (using 0.99b)
* Tk-Cocoa
- http://www.amsn-project.net/forums/index.php?topic=7155.msg41826#41826
- Tk-Cocoa will crash right after start (probably caused by a Tk bug)
* Virtual machines, amsn and routers craziness
- http://www.amsn-project.net/forums/index.php/topic,7684.0.html
- When a vitual connection (installed by a virtual machine) is present, amsn will try to login, but it will fail, and it will make the entire LAN freeze (freezing the router) (wtf?)
* DP will draw wrong with when using some .gif
- http://www.amsn-project.net/forums/index.php?topic=7143.msg41736#41736
- Some .gifs were drawing bad, then we fixed it, but we forgot this case: that same gif can be used as DP, and it will keep drawing wrong.
* aMsn wont show some DP
- http://www.amsn-project.net/forums/index.php?topic=6874.0
- aMsn wont show DP for some contacts in the CL but it will show it in CW.
* aMsn will use 100% CPU on webcam send/receive
- http://www.amsn-project.net/forums/index.php?topic=7130.0
- aMsn will use 100% CPU if user tries to send webcam stream, or receive it.
* FT bug
- http://www.amsn-project.net/forums/index.php?topic=7134.0
- FT will throw error. (error log)
* Multiple trayicons
- http://www.amsn-project.net/forums/index.php/topic,7100.15.html
- aMsn will create more than 1 trayicon for the same instance.
* Exaile wont work with music plugin
- http://www.amsn-project.net/forums/index.php?topic=7042.0
- New version of exaile changed the output of the command for getting the current playing song.
* Winks plugin's path to unknown_wink.ext is hardcoded
- http://www.amsn-project.net/forums/index.php?topic=7022.0
- Get the file path from the current skin.
* Nudge received while selecting a file to send
- http://www.amsn-project.net/forums/index.php?topic=7031.msg40933#40933
- Receiving a nudge while selecting a file to send will close the CW. (check before trying to fix)
* High CPU usage because of CW
- http://www.amsn-project.net/forums/index.php?topic=6969.0
- High CPU usage might be caused by CW if there's any corrupt emoticon.
* Dual screen system will make some parts of amsn not show where they should
- http://www.amsn-project.net/forums/index.php?topic=4070.0
- Some parts of amsn (emoticon popup window, contact info onmousehover, etc) will show in wrong screen.
* Bug attaching a sound to an emoticon
- http://www.amsn-project.net/forums/index.php?topic=6332.0
- Attaching a sound to an emoticon will attach the same sound to other emoticons too.
* aMsn will fail to compile when using -march=native
- http://www.amsn-project.net/forums/index.php?topic=6586.0
- aMsn will fail to compile using those args.
* aMsn and multiple conversation bug
- IRC LOG 20/02/2010, 19:09:54 GMT +1 Time Zone
- aMsn will close a chatwindow with multiple contacts if there is only one contact left in the window, and the user won't be able to read what the other ones said.
* Video codecs detection
- IRC LOG 22/02/2010, 21:44:16 GMT +1 Time Zone
- Fix autodetection of missing video codecs and prevent users from starting a video call if codecs are missing.
Improvement
Platform Differences For Skins
- http://www.amsn-project.net/forums/viewtopic.php?t=5218&highlight=
- Improvement : fix platform differences for skins.
Integrate with server-side custom nicknames
- http://www.amsn-project.net/forums/viewtopic.php?p=37478#37478
- Improvement: users might have set server side custom nicks, we should integrate with that...
Multi select contacts in privacy tab
- http://www.amsn-project.net/forums/viewtopic.php?t=6368&highlight=
- Improvement: alllow the section of multiple contacts in the privacy tab
Change date format separator
- http://www.amsn-project.net/forums/viewtopic.php?t=6488&highlight=
- In some locales, the date separator can be '.' or '/', or even space.. we should allow the user to customize this.
save files folder
- http://www.amsn-project.net/forums/viewtopic.php?p=38049#38049
- On windows, save folder should be in My documents\aMSN Received Files\ instead of being in the HOME
Change Google Preview of Download Page
- http://www.amsn-project.net/forums/viewtopic.php?p=31275
- Improvement : add text to download page to avoid forums topics to appear as preview in google.
Local Time Zone for OIM Messages
- Improvement : The timestamp received on an OIM should be checked for timezone differences and the time should be shown at local timezone
Add dpg-buildpackage Support
- http://www.amsn-project.net/forums/viewtopic.php?p=23236
- Improvement : allow to make a deb with 'dpg-buildpackage' AND 'make deb', not just with 'make deb'
Various Visual Improvements
- http://www.amsn-project.net/forums/viewtopic.php?p=23889
- Improvement : in the logs, when the date changes, output a "Conversation continued on $date"
- Improvement : decimal point/comma inconsistency in FT window
- Improvement : skin icons look pixelated
Log Inkdraw Messages
- http://www.amsn-project.net/forums/viewtopic.php?p=23993
- http://www.amsn-project.net/forums/viewtopic.php?p=25433
- Improvement : Log handwritten messages
- Feature : aMSN should save logs of received inks.
Toggle Bold for Friendly Names
- http://www.amsn-project.net/forums/viewtopic.php?t=4237
- Improvement : Add an option to disable the bold/italic on messages received/sent with a 'friendly name'
Add (Mobile) For Mobile users
Improvement : As we show 'Web' for users online through web messenger, we should show 'Mobile' for users connected through a mobile messenger.
DPs Not Cached for non-profile
- http://www.amsn-project.net/forums/viewtopic.php?t=4445&highlight=
- Improvement: DP should not be saved on non-profile
Clear Voiceclips Log
- http://www.amsn-project.net/forums/viewtopic.php?p=25689
- Improvement : Find a way to clear voiceclips cache or add some logging, etc..
URL Encode Nickname to Avoid Truncation
- http://www.amsn-project.net/forums/viewtopic.php?t=5511&highlight=
- Improvement : url-encode correctly the nickname, so utf-8 chars can be sent and the nickname won't be cut too short.
* Trayicon for the checknewmail plugin
- http://www.amsn-project.net/forums/index.php?topic=6523.msg38005#38005
- Add a trayicon for the checknewmail plugin, so when we get a new mail a trayicon will appear in the traydock.
* .package installer will confuse novel (from new) users
- http://www.amsn-project.net/forums/index.php?topic=6547.msg38159#38159
- It won't install Tcl/Tk, it will require internet connection to install some dependencies, and so on.
* Some suggestions
- http://www.amsn-project.net/forums/index.php?topic=6373.msg37126#37126
- DP doesn't load, traicon problems on Windows, Alt-Tab icon is very low res, etc...
* Option "ignore person" confuses users
- http://www.amsn-project.net/forums/index.php?topic=6617.0
- The option "ignore person" (instead of blocking that person) is confusing the user. Also, the way that Tk draws the checkboxes confuses the user even more, and he can't actually differentiate between unchecked and checked, thinking that red means unchecked...
* VGA support in aMsn
- http://www.amsn-project.net/forums/index.php?topic=6691.msg39047#39047
- Webcams working on 640x480 can work with mimic resizing the stream to 320x240.
* Nicknames and personal messages aren't up-to-date
- http://www.amsn-project.net/forums/index.php/topic,7447.msg43716.html#msg43716
- aMsn isn't getting the same nicknames and personal messages that WLM gets.
* Improove the messages look
- http://www.amsn-project.net/forums/index.php?topic=6837.0
- Novel users get confused from error messages.
* Make traicon change on unreaded messages
- http://www.amsn-project.net/forums/index.php?topic=7588.0
- It would be nice to make the trayicon change if a new message is received.
* Cancel webcam invitation on tab close
- http://www.amsn-project.net/forums/index.php?topic=6850.0
- If tab is closed, webcam/file transfer invitations should be closed.
- Also, if person A closes the CW having pending invitations, and person B accepts those invitations, person B will get 100% CPU usage caused by amsn.
* 640x480 webcam res
- http://www.amsn-project.net/forums/index.php?topic=7113.0
- Do something with that resolution! Maybe change the codec used, maybe implement some kind of rescale hidden config...
* Avatars in the left of the CW
- http://www.amsn-project.net/forums/index.php?topic=7150.msg41765#41765
- Write a patch that would let users select where the DP should be shown (right or left).
* Save position in dual-screen configuration
- http://www.amsn-project.net/forums/index.php?topic=7076.msg41270#41270
- Save the position of each CW and the CL on a system with dual-screen configuration.
* Colorbar properties
- http://www.amsn-project.net/forums/index.php?topic=7027.0
- Colorbar hasn't been ported to use the skin system.
* login/logout history should have date
- http://www.amsn-project.net/forums/index.php?topic=6457.0
- Add date to the login/logout history.
* Tool to create colored nicks
- http://www.amsn-project.net/forums/index.php/topic,7712.0.html
- Add a tool in the nick/state menu so that the user can use background/foreground colors in the nick.
Feature
Check Web Messenger Compatability
- http://www.amsn-project.net/forums/viewtopic.php?p=29508
- http://www.amsn-project.net/forums/viewtopic.php?t=4967
- Feature : Check for compatibility with web messenger
Outgoing Cam Log
- http://www.amsn-project.net/forums/viewtopic.php?p=22549
- Feature : Save cam sessions for outgoing cams too
Login Screen DP Border
- http://www.amsn-project.net/forums/viewtopic.php?p=22775
- Feature : Border around DP in the login screen
Webcam Source as TV Tuner (bttv)
- http://www.amsn-project.net/forums/viewtopic.php?p=23095
- Feature : webcam, allow selection of TV Tuner and TV standard (NTSC/Pal) for bttv users
Date in Events Log
- http://www.amsn-project.net/forums/viewtopic.php?t=3925
- Feature : Show the date on the events log
Group Chat Top Section
- http://www.amsn-project.net/forums/viewtopic.php?p=23172
- Improvement : multi-chat convos "top" section gets crowded, solutions are in the thread.
Make Website Internationalizable
- http://www.amsn-project.net/forums/viewtopic.php?p=25693
- Feature : Make the website's code internationalizable
Save chat from CW into html
* Extend the statistics feature
- http://www.amsn-project.net/forums/index.php?topic=6167.0
- Some user suggested us to add some things in statistics of amsn.
* MSN to aMsn log converter
- http://www.amsn-project.net/forums/index.php?topic=4992.msg37512#37512
- Basically, create some kind of converter that will convert MSN logs to aMsn logs.
* AutoReplace plugin
- http://www.amsn-project.net/forums/index.php?topic=6805.0
- A plugin that will replace wrong spelled words (maybe use imlazy plugin?)
* YouUp plugin like
- http://www.amsn-project.net/forums/index.php?topic=6606.msg40888#40888
- Library that will let us make webcam stream cooler/funnier.
Patch
Big Smileys Plugin
- http://www.amsn-project.net/forums/viewtopic.php?t=3352&start=30
- Patch : avoid crash with bigsmiley plugin when you have a space in the path to custom smileys...
Say It Plugin
- http://www.amsn-project.net/forums/viewtopic.php?p=26605
- Patch : set the voice for say it plugin (on linux)
Skinning Options
- http://www.amsn-project.net/forums/viewtopic.php?p=27150
- Patch : skinning options
DnD For Setting New Display Picture
- http://www.amsn-project.net/forums/viewtopic.php?t=3481
- Patch: Drag and Drop to set the new Display Picture
Plugins
* Autonick plugin
- http://www.amsn-project.net/forums/index.php?topic=7555.msg44640#44640
- Review it, test it, upload to svn.
* CryptBasic plugin
- http://www.amsn-project.net/forums/index.php?topic=6720.0
- CryptBasic plugin needs to be checked, uploaded to svn and released to public.
* Google translator plugin
- http://www.amsn-project.net/forums/index.php?topic=6576.msg38509#38509
- Google translator plugin needs to be checked, uploaded to svn and released to public.
* FullScreen plugin
- http://www.amsn-project.net/forums/index.php?topic=3644.0
- This plugin will hide the DP and nickname/personal message from CL. (minimalistic look)
* DBusStateChanger plugin
- http://www.amsn-project.net/forums/index.php?topic=7339.0
- Have a look at the code and if everything is fine, upload to svn.
Skin
* Sero black skin
- http://www.amsn-project.net/forums/index.php?topic=6814.0
- Check and commit to svn.
To Do
Test OIMs with proxies
- We need to test OIM's with proxies.
Check Mobile Contacts are Shown in Groups
- As reported by Athunye on IRC: http://amsn.pastebin.com/f762a309f
Platform Specific Issues
Mac OS X
Fix Plugin/Skin Installer
- http://www.amsn-project.net/forums/viewtopic.php?t=5273
- Critical : Fix plugin/skin installer for mac to take a zip file and check for plugininfo.xml
- tomhennigan: I added the amsn-extras package, and now skin/plugin files can be dropped on the aMSN icon, and they will be installed. No GUI yet though..
* Connection refused
- http://www.amsn-project.net/forums/index.php/topic,6013.30.html
- Something is blocking amsn. Maybe a firewall or a parental control system/protection?
* Preferences out of focus
- http://www.amsn-project.net/forums/index.php?topic=6802.msg39604#39604
- Preferences window wont gain focus until another window is focused and then prefs windows is focused again.
=== * aMsn SVN wont work
- http://www.amsn-project.net/forums/index.php?topic=6801.msg40343#40343
- aMsn (latest SVN) wont run.
* Possible crash at start up
- http://www.amsn-project.net/forums/index.php?topic=7487.msg44073#44073
- aMsn wont start because of a possible bug while trying to get nopic.gif from skin.
* Status icon is unresponsive
- http://www.amsn-project.net/forums/index.php/topic,7392.0.html
- Status icon on the top finder menu bar is very unresponsive and if you try to use it, amsn process gets 100% CPU use. (at the botton of first page)
* Music plugin and write perms
- http://www.amsn-project.net/forums/index.php?topic=7437.0
- Music plugin will fail if current user hasn't write perms for the plugins dir.
* Qucktime wont load
- http://www.amsn-project.net/forums/index.php?topic=6967.msg43426#43426
- Quicktime extension wont load, even if its installed.
* Japanese character issue
- http://www.amsn-project.net/forums/index.php?topic=7146.msg41766#41766
- Tk has a bug and wont draw japanese (and some other languages) symbols. http://wiki.tcl.tk/1356
* aMsn vs Parental control
- http://www.amsn-project.net/forums/index.php?topic=6962.msg40544#40544
- Try to figure out why isn't amsn passing mac's parental control.
Linux
Provide a patched snack2.2 ?
- http://www.amsn-project.net/forums/viewtopic.php?p=36637&highlight=
- there's my patch to fix oss capturing from webcam mic, and gentoo's patch for alsa...
* aMsn won't minimize to tray
- http://www.amsn-project.net/forums/index.php?topic=6572.msg38304#38304
- aMsn won't minimize to tray, libtray.so is available and "Minimize to tray" is enabled.
Windows
Win 7 support
- http://www.amsn-project.net/forums/viewtopic.php?t=6273&highlight=
- Fix the 'pinned' issue with amsn.exe/wish.exe
- Add "Jump lists" support... if ever possible...
- http://www.amsn-project.net/forums/index.php?topic=6569.0
- Webcam won't work (black screen). Weird thing is that it _will_ make a photo for the DP.
- http://www.amsn-project.net/forums/index.php?topic=6600.msg38441#38441
- Provide users with 64bit installer for Win7.
Win Vista support
- http://www.amsn-project.net/forums/index.php?topic=6692.msg40890#40890
- Wish.exe will crash on a regular basis
Tkvideo not always working
- http://www.amsn-project.net/forums/viewtopic.php?p=37444#37444
- Fix tkvideo when ACE codec pack is installed
- http://www.amsn-project.net/forums/viewtopic.php?p=40349#40349
- fix tkvideo when it can't capture video for no reason
- http://www.amsn-project.net/forums/viewtopic.php?t=6646
- Fix gstreamer when CoUninitialize kills our poor COM library in tkvideo
- http://www.amsn-project.net/forums/index.php?topic=6370.msg37116#37116
- When ACE codecs are installed, amsn throws 'no video source initialized' while trying to start webcam.
Win (al versions)
- http://www.amsn-project.net/forums/index.php?topic=5996.0
- aMsn will open system default browser instead of opening browser set in preferences.
BSD
- http://www.amsn-project.net/forums/viewtopic.php?p=38249#38249
- Fix compilation so that webcam support would work on BSD systems with v4l drivers too...
To Review
WLM Style XML Logs
- http://www.amsn-project.net/forums/viewtopic.php?t=4992&highlight=
- Feature : logs in XML with compatibility with WLM's xml logs, or a converter
- tomhennigan: I have checked the WLM format, and tested aMSN's logging API to see if a converter would be possible. A solution could be implemented, but it would be problematic, and incomplete as far as I can see.
Do some more analysis of the 927 error
- http://www.amsn-project.net/forums/viewtopic.php?t=5919
- the family safety thingy somehow allows kids passports to login.. should we look into that?
Groups ?
- http://www.amsn-project.net/forums/viewtopic.php?p=37075#37075
- wtf is that "groups by address" thing he discussed here...
Some skin suggestions
Webcam kissing screenshot
- http://img42.imageshack.us/img42/4641/screenshot1497gp.jpg
- upload it somewhere ?
Verify msn server's certificate for ssl connections
* aMsn will send messages to random people
- http://www.amsn-project.net/forums/index.php/topic,7595.0/topicseen.html
- Probably it's a server issue, but as LePhilousophe said, it could be because of aMsn.
* "behind-firewall" checker
- http://www.amsn-project.net/forums/index.php/topic,7333.15.html
- Disabling the "behind-firewall" checker could affect on amsn and making it stop using direct connection?
Fixed
DP from default profile should not be saved
* http://www.amsn-project.net/forums/viewtopic.php?t=6057&highlight= and many others
- the DP from the default profile shouldn't be kept for security reasons... if not deleted, at least reset back to default...
Fixed in r11558
- now amsn.png is the new default, and we delete the displaypictures and cache when the default profile is used..
amsn and Panther
* http://www.amsn-project.net/forums/viewtopic.php?p=37865#37865
- Critical: aMSN seems to just crash when run on Panther...
Seems to be fixed by the newest mac binaries...
Audio call
* http://www.amsn-project.net/forums/viewtopic.php?p=37864#37864
- Refactor SIP client to correctly handle CSeqs and multiple callids.
Fixed in r11224
Email Mapping Bug
* http://www.amsn-project.net/forums/viewtopic.php?p=23120
- Bug : Add group will crash if you have a user_x@hotmail.com and user.x@hotmail.com in your CL because email is converted to window name by mapping "." into "_"
Fixed in r9087
- Changed mapping of special chars in email such that collisions are impossible (uses hex value of the character between underscores).
Internationalise Ko/Kb in Log Window
* http://www.amsn-project.net/forums/viewtopic.php?t=4071
- Improvement : log window shows "Ko" instead of "KB" for file sizes...
- Fixed in r9077
- Added langkey bytesymbol to langen and langfr.
- Replaced relevant insances of 'o' to [trans bytesymbol].
FT Crash When Client ID Empty
* http://www.amsn-project.net/forums/viewtopic.php?p=23294
- Bug : sending a file to a user who is appearing as offline makes amsn crash because clientid is empty
- Fixed in r9079
- Added empty check.
- If empty FT passes (after further kkrt patch).
Detaching Chat Window
* http://www.amsn-project.net/forums/viewtopic.php?t=4255
- Critical Bug : Detaching chat window freezes aMSN (focus issue)
- Fixed in r9082
- setting the focus with an 'after idle' fixed it.
Smileys Appearing Cropped in Selector
* http://www.amsn-project.net/forums/viewtopic.php?p=22601
- Bug : Smileys may appear cropped in the smiley selector... ?
- Fixed in r9084
Outgoing Emoticons Incorrectly Scaled
* http://www.amsn-project.net/forums/viewtopic.php?p=22776 - http://www.amsn-project.net/forums/viewtopic.php?p=22601
- Bug : The option "Do not scale down incoming emoticons" works the opposite way for outgoing emoticons
- Fixed in r9083
Check For Local flashplayer with Winks Plugin
Improvement : Change winks plugin to check if a player exists in the winks folder if none is set.
- GuessFlashplayer proc in Winks plugin already does this.
Retain Maximized State of Chat Windows
* http://www.amsn-project.net/forums/viewtopic.php?t=4222
- Improvement : Make aMSN remember the 'maximized' state of chat windows, not just their size.
- Fixed in r9089
Fix for gateway without Proxy
* http://www.amsn-project.net/forums/viewtopic.php?p=24937
- Bug : When using the gateway *without* a proxy, then we should do a
POST /gateway/gateway.dll?Action=open&Server=NS&IP=messenger.hotmail.com HTTP/1.1
instead of
POST http://gateway.messenger.hotmail.com/gateway/gateway.dll?Action=open&Server=NS&IP=messenger.hotmail.com HTTP/1.1
base64 Failure
* http://www.amsn-project.net/forums/viewtopic.php?p=23919
- Bug : base64 seems to fail for some people.. maybe a bad version or something.. needs to be checked
- Fixed in r9141
- put our utils dirs and stuff first by doing an 'lprepend auto_path' instead of 'lappend auto_path'
Spaces Unreachable-Host Bug
* Issue with Spaces: tk bug: host unreachable (Catch the SendSOAPReply or http::get in soap.tcl)
- Fixed in r9148
- catching the http::get
Flicker Chatwindow 5x to Fix TopUpdate
* http://www.amsn-project.net/forums/viewtopic.php?p=25352
- Improvement : We should flicker window on windows 5 times and make sure it stays flickered in TopUpdate.. since now we don't call TopUpdate periodically, there's no need to flicker infinitely.
- Fixed in r9149
Bundle Winks Player
* http://www.amsn-project.net/forums/viewtopic.php?t=4128
- Improvement : Including the winks plugin with amsn by default means we should include a player with amsn for windows and macs ...
- Fixed in r9150
- mac was already done apparently
- gnash is shipped in utils/windows
- winks now checked for gnash in utils/windows too
Fix -d Nickname Exploit
* http://www.amsn-project.net/forums/viewtopic.php?p=25112
- Critical Bug : an exploit, if someone has a nickname starting with '-d', it will crash your amsn.. more info on the bug in the forum
- Fixed in r9152
- Added -displayof $window for all calls to [font metrics] in amsn's code
Cleanup fileevent/timer When Closing SB
* http://www.amsn-project.net/forums/viewtopic.php?t=4444&highlight=
- Bug: Make sure we clear any fileevent/timer when destroying an SB
- Fixed in r9154
- it's weird, we check to make sure the object was not destroyed right before we call that line that crashes.. in any case, I catch it now and make sure the object is created otherwise return.
Display Picture Listing
* http://www.amsn-project.net/forums/viewtopic.php?p=25530
- Bug : scan the skin's displaypic directory THEN the default skin's displaypic directory and merge the two dirs.
- Fixed in r9156
- Any DP available in the default skin and not reproduced in another skin will appear in dp browser.
- Any DP available in a new skin and not available in the default skin will appear in dp browser.
- Any DP available in both the default and the current skin will be appear in the dp browser as the one from the other skin.
Review Auto-Connect Patch
* http://www.amsn-project.net/forums/viewtopic.php?p=25665
- Feature : Check the auto-connect patch and make sure it has no bugs, then apply it.
- Fixed in r9157
- Tested use cases and applied. No issues found so far.
Update SCIM FAQ
* http://www.amsn-project.net/forums/viewtopic.php?p=23385
- Other : Update FAQ for how to use SCIM with amsn
Blocking Webcam Patch
* http://www.amsn-project.net/forums/viewtopic.php?t=4146
- Patch : Why do a select on a blocking webcam ? either make it non blocking or remove the useless select...
- Patch reviewed and rejected because it does not wait forever for a frame and this method can cause issues with some use cases.
Solaris Compatibility
* http://www.amsn-project.net/forums/viewtopic.php?p=25260
- Improvement : Patch for solaris compatibility (webcam ported)
- Fixed in r9164
Add Wiki Page for Importing Smileys
* http://www.amsn-project.net/forums/viewtopic.php?p=25025
- Wiki: Add info on how to import smileys for another account into some page in the wiki
- Added to Import smileys
OIM Date Format
* http://www.amsn-project.net/forums/viewtopic.php?p=24873
- Bug : The date for showing the OIM received date should comply with the date format option.
- Fixed in r9340
Command-Click in Privacy Tab
* http://www.amsn-project.net/forums/viewtopic.php?p=31862#31862
- Bug : no command-click for privacy tab for mac users.
- tomhennigan: It works fine for me. Ctrl-Click or right click with a 3btn mouse.
- Fixed in r10387
Specific proxy server per account
* http://www.amsn-project.net/forums/viewtopic.php?t=5719
- Critical with patch : some MSN accounts need to use a specific proxy server instead of the normal gateway.messenger.msn.com
- Fixed in r10649
Proxy Settings Bug
* http://www.amsn-project.net/forums/viewtopic.php?p=31187
- Bug : apparently amsn needs to be restarted when you change your proxy settings.. wtf?
- Fixed in r10611
Custom Smileys Path Bug
* http://www.amsn-project.net/forums/viewtopic.php?p=28695
- Bug : custom smileys path in the xml should not have '~/'
- Fixed by Baaazen
::MSN::SBXX
* http://www.amsn-project.net/forums/viewtopic.php?t=5375
- Bug : ::MSN::SBXX as user email/chat log. Makes opening chat history crash.
- Fixed by KaKaRoTo
Chat Window Tab Bar Arrows Resize Bug
* http://www.amsn-project.net/forums/viewtopic.php?t=4222
- Bug : You have a window with more tabs than its width, so you have the left and right arrows. When you maximize it, the arrows wont make way for the rest of the tabs
- Fixed in r10651
DP Resizing Issue
* http://www.amsn-project.net/forums/viewtopic.php?t=3972
- Bug : DP resizes to 'normal' when a user joins conversation
- Fixed in r10652
Webcam is Not Shown in "new" Assistant
* http://www.amsn-project.net/forums/viewtopic.php?p=25599
- Bug: Some webcam seems to work with the old wizard but not with the new assistant.
- Fixed in r10644
Colored Nicks 'Background Color' Tags
* http://www.amsn-project.net/forums/viewtopic.php?t=5135&highlight=
- Plugin : colorednicks should remove color tags for 'background color'.
SVN Screenshots
* http://www.amsn-project.net/forums/viewtopic.php?p=30772
- Improvement : update screenshots in http://amsn-project.net/wiki/SVN to show the new SVN url.
- By alexandernst
Chat Window Size (0x0)
* http://www.amsn-project.net/forums/viewtopic.php?t=5091
- Bug : Chat window can randomly get a size of 0x0 for no reason on windows.
Fixed in r11126
Notify Unverified Users
* http://www.amsn-project.net/forums/viewtopic.php?t=5379&highlight=
- Improvement : find how WLM knows your email is 'unverified' and let the user know he can't change his nick until it gets verified.
Fixed in r11129
* Custon nickname for a contact in CW wont work
* http://www.amsn-project.net/forums/index.php/topic,7701.0.html
- http://www.amsn-project.net/forums/viewtopic.php?p=37473#37473
- It doesn't matter how you set the nickname of a contact for the CW, it just won't show up. Anyways, your custon nick for that CW will show up, and custom nick for that contact will show in CL.
Done in r11910 by billiob
* Nudge sound won't change
* http://www.amsn-project.net/forums/index.php?topic=6086.0
- Bug: Nudge plugin won't read the nudge.wav from a custom skin. It will always read it from the default one.
Done in r11928 by alexandernst

