Activity
From 07/30/2011 to 08/28/2011
08/28/2011
-
02:02 PM Feature #596 (Closed): Automatically assume "irc" as protocol if not specified in /connect command
- Applied in changeset commit:"16859e1c539f061ee1a9273e32e674f4bb6e8056".
-
02:00 PM Revision 16859e1c539f061ee1a9273e32e674f4bb6e8056: [Engine] Assume IRC protocol in /connect comma...
- [Engine] Assume IRC protocol in /connect command if not specified (closes: #596)
-
01:37 PM Revision ed34bf525ede415070e313b545319cc54dfb48d6: [Frontend] Don't use remote object URI as chat...
- [Frontend] Don't use remote object URI as chat key for local objects
-
01:10 PM Feature #578 (Closed): Debian package should recommend ssh-askpass-gnome
- smuxi-frontend-gnome 0.8-7 recommends: ssh-askpass-gnome | ssh-askpass, see: http://packages.qa.debian.org/s/smuxi/news/20110518T001752Z.html
-
12:34 PM Feature #238 (Closed): Raw Protocol Tab
-
12:34 PM Feature #238: Raw Protocol Tab
- This was implemented in commit:fc6f63d4a21eb1cca0a72fb532b69fb239156090 and can be enabled by passing the -d/--debug switch to smuxi-server/smuxi-frontend-gnome
-
12:26 PM Feature #93: screensaver / typing break support
- For the screensaver there is this DBus API: http://git.gnome.org/browse/gnome-screensaver/tree/doc/dbus-interface.xml Also see: http://live.gnome.org/GnomeScreensaver/FrequentlyAskedQuestions#Is_there_a_way_to_perform_actions_when_the_screens...
-
11:22 AM Revision 8a42c4253391843945c3894d2cdb18a898e540f9: [Frontend/Frontend-GNOME] Implemented backgrou...
- [Frontend/Frontend-GNOME] Implemented background and concurrent chat sync (references: #375) Instead of adding and syncing each chat at a time in the GUI thread and thus block the GUI from refreshing, we are now using a thread pool with 4 worker ...
-
10:08 AM Revision a437464198da1dfccd4e4c78789974933d4012ab: [Frontend-GNOME] Auto-reconnect to smuxi-serve...
- [Frontend-GNOME] Auto-reconnect to smuxi-server if frontend has no focus (closes: #375)
-
10:06 AM Feature #375 (Closed): Better remote backend reconnect handling
- Applied in changeset commit:"75c554063336e77efbf3e30440a5787ba2826154".
-
10:01 AM Revision 75c554063336e77efbf3e30440a5787ba2826154: [Frontend-GNOME] Auto-reconnect to smuxi-serve...
- [Frontend-GNOME] Auto-reconnect to smuxi-server if frontend has no focus (closes: #375)
08/26/2011
-
04:51 PM Revision f85ff975dcb0cbea97bf0b0d84a55a3464179187: Merge remote-tracking branch 'gitorious/cmarti...
- Merge remote-tracking branch 'gitorious/cmartin/compile-fix'
-
04:50 PM Revision 32f27307559d0aa54e61b61fa96a638952a008b8: [Frontend] Fixed compiler warnings
- [Frontend] Fixed compiler warnings
-
10:45 AM Bug #622: Users who join while a chat is synced are not visible in the nicklist
- A workaround is to reconnect the frontend as that will re-sync all chats
-
10:32 AM Bug #622: Users who join while a chat is synced are not visible in the nicklist
- When a user joins to a chat while a frontend is still syncing the chat, the user will not be visible in the nicklist. This is a race condition in the sync code: ...
08/24/2011
-
10:52 PM Feature #375: Better remote backend reconnect handling
- Auto-reconnect to smuxi-server when Smuxi is not focused is a very good idea. The user wouldn't notice anyhow and would not be faced with a reconnect nag dialog if he wants to chat... Of course when the reconnect is happening the user should be ab...
-
08:52 PM Bug #621 (Rejected): Smuxi doesn't start on ubuntu 11.10 64bit
- This is an Ubuntu packaging bug. Here you can find the the Ubuntu bug report: https://bugs.launchpad.net/ubuntu/+source/smuxi/+bug/635980
-
08:31 PM Revision 9d4d851ea446e5f8711e97e35835bac4fb14d681: [Common] Implemented ThreadPoolQueue The Thre...
- [Common] Implemented ThreadPoolQueue The ThreadPoolQueue class wraps the regular ThreadPool class but allows to configure the maximum number of concurrent workers. If MaxWorkers is reached it will stop queueing new tasks to ThreadPool and automat...
08/23/2011
-
05:33 PM Revision 728c2579ea2437cccb7ca60049ee929a6139579c: [Engine] Don't use _Logger without LOG4NET Si...
- [Engine] Don't use _Logger without LOG4NET Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
08/19/2011
-
10:18 PM Bug #621: Smuxi doesn't start on ubuntu 11.10 64bit
- 3.0.0-8-generic #11-Ubuntu SMP Fri Aug 12 20:23:58 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux smuxi-frontend-gnome -d ...
08/17/2011
-
10:10 PM Bug #620: Escaping characters
- This seems to be a limitation of the INI file parser used, it uses " to mark the beginning and end of the value. Unfortunately it doesn't seem to have any escape character for it, see: http://nini.svn.sourceforge.net/viewvc/nini/trunk/Nini/Source...
-
10:00 PM Bug #620: Escaping characters
- I'm not allowed to use the character " when adding content to the On Connect commands. Example: _/msg BOTNAME LOGIN "username" "password"_ _/join #special_ Result: _/msg BOTNAME LOGIN_ Be sure to restart the program.
-
08:34 PM Revision 60cf7ceeff205f635651b07b38a5525c15722bf0: [Engine] Made FrontendManager.AddSyncedChat() ...
- [Engine] Made FrontendManager.AddSyncedChat() thread-safe
08/16/2011
-
11:07 PM Revision 61ec9806291a8bf39575c2b5a359e632d351004d: [Engine] Do not make calls on remoting objects...
- [Engine] Do not make calls on remoting objects for tracing as that is too expensive
-
07:25 PM Revision dd2d943bd83876369f487f8af99a698aa60b6b1f: [Frontend] Always make use of SSH compression ...
- [Frontend] Always make use of SSH compression SSH compression reduces the .NET remoting traffic by about 75% and comes with no noticable CPU overhead and thus should always be used.
-
07:11 PM Revision 17eb50ac172ee07a0543f7228f847587b9fc4830: [Frontend-GNOME] Fixed regression of Low Bandw...
- [Frontend-GNOME] Fixed regression of Low Bandwidth Mode setting tab highlights for the active chat (references: #591)
08/15/2011
-
08:53 PM Bug #617: Fail to connect to a server connected to various network
- Actually, this is causing the SSH to fail on my system too... PS: this is a very disappointing bug. Even if it is coming from .net, it is kind of a blocker bug for smuxi usages ...
-
08:27 PM Revision e0d1dba78a2dc0023b59a010dba152257a4f2671: [Frontend-GNOME] Enhanced Low Bandwidth Mode (...
- [Frontend-GNOME] Enhanced Low Bandwidth Mode (references: #591) When being in LBM "focus in" nor the "switch page" events should update the last seen highlight state. When the user reconnects in regular mode he would have missed the highlights pr...
-
08:23 PM Bug #619: Maximizing on Windows
- If a maximized Smuxi window is minimized to the taskbar and then brought back up, the window is then "restored" or un-maximized and then needs to be maximized again. If Smuxi is opened from the tray notification icon this problem does not occur.
-
04:47 PM Bug #617 (Rejected): Fail to connect to a server connected to various network
- Unfortunately the smuxi-server can only handle one network at a time as it has to bind to an IP which it will report back to the frontend. Smuxi has no influence in the connection handling as that is controlled by .NET remoting. So either you can ...
08/13/2011
-
11:47 AM Feature #609: Tab stacking
- Doing it the way Opera does it would be hard, but a start could be to use a @TreeView@ and have collapsible grouping tabs in the vertical view.
-
11:30 AM Feature #618: Connect command should support URL syntax
- Assuming @irc://@ when no protocol is given would probably be a good idea, as smuxi is primarily an IRC client
-
11:23 AM Feature #618: Connect command should support URL syntax
- The connect command is currently not very intuitive with /connect $protocol $server $server-parameters as syntax. Instead it should allow standard URLs like this: /connect protocol://server[:port], e.g: /connect irc://chat.freenode.net
08/03/2011
-
08:20 AM Bug #617: Fail to connect to a server connected to various network
- With a firewall disabled on the server side connected to the net with a public address connected to a vpn: 10.8.0.* The client fails to connect to the server. Here is the ngrep dump $ sudo ngrep -d eth1 port 7689 ###### T 88.170.xx.x...
08/02/2011
-
08:56 AM Feature #616: Engine-less nickname completion
- Right now the nickname completion (using the tab key) is done with a engine call which can hang the GUI if the engine is remote and a high latency network in between. This should be replaced with a local lookup as the frontend knows all nicks anyhow.
08/01/2011
-
09:55 AM Bug #570: Configured tab colors are shown too dark
- The issue seems to be the background contrast detection, the corrected color is way too dark
Also available in: Atom