Activity

From 12/01/2009 to 12/30/2009

12/30/2009

02:25 PM Revision b85b9acc1847dc7b4bf1df20314bd74a1cb0d786: Initial Italian translation of smuxi-engine-tw...
Initial Italian translation of smuxi-engine-twitter. Signed-off-by: Mirco Bauer <meebey@meebey.net> Vincenzo Campanella
avatar 01:23 PM Bug #211: /names command takes ages on big channels
The color contrast algo seems to have high CPU usage, this should be profiled and optimized. Mirco Bauer

12/29/2009

avatar 11:54 PM Feature #248: stray SSH tunnel checker
Ingo Saitz wrote: > You could set ServerAliveCountMax to a low value (1 or 2) and the interval to the number of seconds. Yeah I plan to set ServerAliveCountMax to 3 and ServerAliveInterval to 30, then it would kill it after 120 seconds. Mirco Bauer
avatar 08:38 PM Feature #248: stray SSH tunnel checker
You could set ServerAliveCountMax to a low value (1 or 2) and the interval to the number of seconds. Ingo Saitz
avatar 07:07 PM Feature #248: stray SSH tunnel checker
What would be even better if I could tell SSH that the tunneled port has to be used within X seconds/minutes, if not -> kill the tunnel.... Mirco Bauer
avatar 07:01 PM Feature #248: stray SSH tunnel checker
Very interesting SSH options. I will try to integrate those in the 0.6.5 release. Thanks for the info! Mirco Bauer
avatar 06:07 PM Bug #260: /server command throws exception
The /server command is throwing an exception which it shouldn't. Mirco Bauer
avatar 05:53 PM Bug #232 (Closed): Client throws unhandled exceptions upon network connection loss (Windows)
Applied in changeset commit:"d839da8edb4fb0cd43a8f3b258ee04512109c0bb". Mirco Bauer
avatar 05:50 PM Revision d839da8edb4fb0cd43a8f3b258ee04512109c0bb: Treat a SocketException like a RemotingExcepti...
Treat a SocketException like a RemotingException as MS .NET is not wrapping low level socket issues into a RemotingException. (closes: #232) Mirco Bauer
avatar 05:43 PM Bug #234 (Closed): crash on open
Applied in changeset commit:"28f733c9890edac6dcad798bb373006bbac44c9c". Mirco Bauer
avatar 05:43 PM Bug #198 (Closed): Missing dictionary on WIndows
Applied in changeset commit:"28f733c9890edac6dcad798bb373006bbac44c9c". Mirco Bauer
avatar 05:42 PM Revision 28f733c9890edac6dcad798bb373006bbac44c9c: Added a workaround for empty generic dictionar...
Added a workaround for empty generic dictionaries, as MS .NET will fail to deserialize those from Mono. (closes: #198) Mirco Bauer
avatar 05:25 PM Feature #259 (Closed): Split too long IRC messages into smaller messages
Applied in changeset commit:"172f225d56fc7849f198c589e9a29e256fc44c86". Mirco Bauer
avatar 05:22 PM Revision 172f225d56fc7849f198c589e9a29e256fc44c86: Implemented GetProtocolMessageLength() method ...
Implemented GetProtocolMessageLength() method which predicts how long the final IRC message will be. Split too long messages down into smaller ones when needed. (closes: #259) Mirco Bauer
avatar 05:21 PM Feature #259: Split too long IRC messages into smaller messages
The IRC protocol only allows up to 512 bytes per raw protocol message. Most IRCds will simply cut everything longer than that. Smuxi should split too long messages down into multiple messages when needed. Mirco Bauer
avatar 09:16 AM Feature #248: stray SSH tunnel checker
This can be automated by ssh using KeepAlive messages, which are part of the ssh protocol, by setting ServerAliveInterval and ServerAliveContMax as aggressive as neccessary. Ingo Saitz
avatar 02:39 AM Feature #257 (Closed): Swedish translation of Smuxi files
Applied in changeset commit:"9e5c2dd9fc1b674a7d5f7d3a86cf26753fb88cd6". Martin Bagge
avatar 02:38 AM Revision 6d34d752957670705ddfcc954ca40e6eb3290d67: Updated translations (make update-po).
Updated translations (make update-po). Mirco Bauer
avatar 02:36 AM Feature #257: Swedish translation of Smuxi files
Your translation has 100% coverage, well done and thanks a lot for your contribution! Mirco Bauer
avatar 02:35 AM Revision 9e5c2dd9fc1b674a7d5f7d3a86cf26753fb88cd6: A complete translation to Swedish. (closes: #257)
A complete translation to Swedish. (closes: #257) Martin Bagge
avatar 02:31 AM Revision 590811729607797c03022425e253c2841b009e05: Updated translation (make update-po).
Updated translation (make update-po). Mirco Bauer
avatar 02:21 AM Revision 7b27f6c1a6379efe2ca9fda3c6c1771169901fea: French translation : corrected some typos, upd...
French translation : corrected some typos, updated to current status. Added twitter module translation. Clément Bourgeois
avatar 02:19 AM Revision 3b74d1c4cd2165a3da9c110bc5ca6b08e4c0f089: Ignore Mac OSX noise
Ignore Mac OSX noise Clément Bourgeois
avatar 02:12 AM Bug #241 (Closed): Marking topic text (grab-focus kicks in)
Applied in changeset commit:"d1235a1a6e30ee22409777d183e00736a3298cdb". Mirco Bauer
avatar 02:10 AM Revision d1235a1a6e30ee22409777d183e00736a3298cdb: Make sure the HasSelection and HasFocus proper...
Make sure the HasSelection and HasFocus property of GroupChatView honor the topic textview too. (closes: #241) Mirco Bauer
avatar 02:05 AM Bug #234: crash on open
Good news for you, I could track this issue down with the help of Cobrian, check the #198 ticket for the updates. I will add a workaround for this issue in the next release! Mirco Bauer
avatar 02:04 AM Bug #247 (Closed): Highlight is triggered by self-written messages
Applied in changeset commit:"a93ffcec2986f3bc38899b0da6d587af12a665db". Mirco Bauer
avatar 02:02 AM Revision a93ffcec2986f3bc38899b0da6d587af12a665db: Clear possible highlights for messages we are ...
Clear possible highlights for messages we are sending (local echo). (closes: #247) Mirco Bauer
avatar 01:56 AM Bug #250 (Closed): default IRCnet server entry is wrong
Applied in changeset commit:"3b99543159ca5698bccd1731945a2000cfcfc2c8". Mirco Bauer
avatar 01:56 AM Revision 3b99543159ca5698bccd1731945a2000cfcfc2c8: s/irc.ircnet.com/irc.ircnet.org/. (closes: #250)
s/irc.ircnet.com/irc.ircnet.org/. (closes: #250) Mirco Bauer
avatar 01:54 AM Bug #191 (Closed): Display more server responses
As #256 is implemented this bug is fixed at the same time. Mirco Bauer
avatar 01:51 AM Feature #256 (Closed): Show unknown IRC replies to the user
Applied in changeset commit:"66af692ed4d544c30c7ee0485237a6f3d53d47e0". Mirco Bauer
avatar 01:51 AM Bug #252 (Closed): not showing failed attempts when joining a channel
Applied in changeset commit:"66af692ed4d544c30c7ee0485237a6f3d53d47e0". Mirco Bauer
avatar 01:49 AM Revision 66af692ed4d544c30c7ee0485237a6f3d53d47e0: By default show all unknown/unhandled IRC repl...
By default show all unknown/unhandled IRC replies in a formatted way. (closes: #256) Mirco Bauer
avatar 12:49 AM Feature #258: Optimize SSH on difficult networks
SSH tend to freeze easily if packets are dropped and needs 1 to 2 minutes to resume the session correctly. Using smaller timeout value or other settings this could possibly enhanced. Mirco Bauer

12/28/2009

avatar 10:48 PM Feature #257: Swedish translation of Smuxi files
A complete translation to Swedish, just ping me for updates if needed. I just noticed that the files have been sitting in my folders for over a month. Martin Bagge
avatar 10:28 PM Revision bfda750160b6e2dd74c9dc338c8f960ee8f33b91: Added translator hint for the "Wrap Mode" sett...
Added translator hint for the "Wrap Mode" setting. Mirco Bauer
avatar 10:23 PM Bug #252: not showing failed attempts when joining a channel
This is actually a duplicate of #256 as that one will make sure all replies are shown if unknown (unhandled) to Smuxi. Mirco Bauer
avatar 10:16 PM Bug #253 (Closed): &chans have wrong tab colors
Applied in changeset commit:"831f634b295c01b06ae16d8e121dca841238c668". Mirco Bauer
avatar 10:16 PM Revision 02b603a79b38ad0697bc726106003c3896c49ac8: Merge branch 'bug/#253_local_channels_have_wro...
Merge branch 'bug/#253_local_channels_have_wrong_tab_colors' Mirco Bauer
avatar 10:14 PM Revision 831f634b295c01b06ae16d8e121dca841238c668: Escape pango markup where needed, fixing tab c...
Escape pango markup where needed, fixing tab colors if the channel contains a & character for example. (closes: #253) Mirco Bauer
avatar 09:58 PM Revision da764a5e6d3324f87c97165d4d5030fcd99071aa: Fixed typo.
Fixed typo. Mirco Bauer
avatar 09:54 PM Bug #254 (Closed): Reconnect / exception if an user joins on an anonynous IRC channel
Applied in changeset commit:"b989aec69943ec2c8455e3925e6f754e2b3b95d3". Mirco Bauer
avatar 09:22 PM Revision b989aec69943ec2c8455e3925e6f754e2b3b95d3: Added a workaround for a thrown NullReferenceE...
Added a workaround for a thrown NullReferenceException when a persons joins or parts an IRC channel who does not exist. (closes: #254) Mirco Bauer
avatar 09:21 PM Bug #254: Reconnect / exception if an user joins on an anonynous IRC channel
Regardless of the exception root, Smuxi needs to deal with this situation too, as it manages it's own person list. Mirco Bauer

12/27/2009

avatar 12:46 PM Feature #256: Show unknown IRC replies to the user
Smuxi is filtering by default all IRC server replies and only shows the one that seem to be senseful, but it also filters all unknown replies leading to an uninformed user if he uses special commands like /raw or other special replies not known to... Mirco Bauer

12/25/2009

avatar 10:39 PM Bug #254: Reconnect / exception if an user joins on an anonynous IRC channel
IRCnet supports an anonymous channel mode. This mode will make all people anonymous by replacing their real nickname, ident and host with fake ones. Sadly it replaces those with the same value for ALL channel users. This leads to an exception in t... Mirco Bauer
avatar 08:45 PM Bug #253: &chans have wrong tab colors
When you join a &chan the tab color will always be white, as the & characters is parsed by pango which causes a pango markup error. Smuxi has to escape such characters for pango. Mirco Bauer
avatar 08:36 PM Bug #251: /join is sometimes not doing anything at all
To workaround this issue, Smuxi should only start blocking new join attempts if a join is actually happening... say the first response of a join attempt like NAMES IIRC. Mirco Bauer
avatar 08:34 PM Bug #251: /join is sometimes not doing anything at all
I think I know when that happens. Say you attempt to join a channel but the channel is full, not existing (!chans) or is invite only, Smuxi will still wait (forever) and hoping that the previous join finishes, which will never happen... Mirco Bauer
avatar 08:32 PM Bug #252: not showing failed attempts when joining a channel
If you try to join a !foo channel and that fails, smuxi is not showing any error. Here the protocol log: ... Mirco Bauer
avatar 08:24 PM Bug #251: /join is sometimes not doing anything at all
When I connect to a server I can use the /join command as usual, but after some time the /join command is completely useless as it's not doing anything at all. I suspect the new join flood-protection feature has a bug in there, see #240 Mirco Bauer
avatar 11:09 AM Bug #250: default IRCnet server entry is wrong
... Mirco Bauer
avatar 11:05 AM Bug #249: /reconnect crashes after failed connect attempt
Exception Type: System.NullReferenceException Exception Message: Object reference not set to an instance of an object Exception StackTrace: at Smuxi.Engine.IrcProtocolManager.Connect (Smuxi.Engine.FrontendManager fm) [0x001bb] in /home/... Mirco Bauer

12/24/2009

avatar 01:59 AM Feature #248: stray SSH tunnel checker
From time to time the following scenario happens: * Frontend connects to remote engine using a SSH tunnel * Frontend dies (say SIGTERM or crash -> SEGV) * Restarting the frontend will cause an error message about "Connection refused" because an... Mirco Bauer
avatar 01:32 AM Bug #247: Highlight is triggered by self-written messages
If you use your own nick in a message it also triggers a highlight Bianca Mix

12/21/2009

avatar 07:25 PM Bug #198: Missing dictionary on WIndows
After comparing both tcpdumps I noticed that the difference is there are empty userlists in channels in the dump where the connect issue is. As PoC I kicked Cobrian from the #smuxi channel which leads to an open tab but with an empty userlist. Aft... Mirco Bauer
avatar 07:16 PM Bug #198: Missing dictionary on WIndows
Here a tcpdump capture session after the smuxi-server was restarted, and connecting works again. Mirco Bauer
avatar 06:32 PM Bug #198: Missing dictionary on WIndows
Thread dump of smuxi-server, which shows clearly some leaked frontend manager threads: ... Mirco Bauer
avatar 06:23 PM Bug #198: Missing dictionary on WIndows
Here a tcpdump capture session of the .NET remoting packets: tcpdump -w smuxi.tcpdump -i lo -s 0 -n port 7689 Mirco Bauer
avatar 02:13 PM Bug #198: Missing dictionary on WIndows
.NET Version used for the frontend: 3.0 Mirco Bauer
avatar 02:05 PM Bug #198: Missing dictionary on WIndows
Mono version of smuxi-server: ... Mirco Bauer
avatar 01:55 PM Bug #198: Missing dictionary on WIndows
Here some details that might help to identify the issue: ... Mirco Bauer

12/19/2009

avatar 10:28 PM Bug #246: two remote engines with the same name
It's possible to create two remote-engine-entries with the same name. Changes to one of the engine-entries apply automatically to both entries. If one entry is going to be deleted, deletion also applies to both entries. Bianca Mix

12/14/2009

avatar 05:35 PM Bug #245: Status bar too short short for german language
The status bar is breaking up text - in that case the timelag is not displayed Bianca Mix

12/07/2009

avatar 11:01 PM Bug #244: Transition remote -> remote fails with connection refused on localhost:7689/SessionManager
Filing a bug as requested. When switching a smuxi-frontend-gnome instance Remote->Local->Remote (or simply Remote->Remote) the last connection fails with "connection refused on localhost:7689/SessionManager". This is apparently: 09:45 <meeb... Christopher Halse Rogers
avatar 10:51 PM Feature #243: SSH tunnel setup needs to check the local forwarding port
If a SSH tunnel is being created Smuxi needs to check if the local forwarding port is not currently used. Else it will start the SSH client and believes the tunnel is ready to be used, while the port was blocked by some other application or stray ... Mirco Bauer
avatar 09:05 PM Revision cb9a5805be0cc9539284029a454754e15e78f0da: Ignore gedit noise.
Ignore gedit noise. Mirco Bauer
avatar 09:04 PM Revision b4785bcfdeb00bbcadd337b90408eb4c753bdf11: Updated translations (make update-po).
Updated translations (make update-po). Mirco Bauer
avatar 09:03 PM Revision 13a626beba7be5f4d751c08696253fd42031902d: Provide better defaults for the po header.
Provide better defaults for the po header. Mirco Bauer
avatar 09:02 PM Revision 9009d390cd2202950687bc9196d8cbee415c1dbb: Added Czech translation to LINGUAS files.
Added Czech translation to LINGUAS files. Mirco Bauer
08:53 PM Revision c6b85c30ef22a6cd75ff80eaf3b3e110b1ad3744: Initial Czech (cs) translations. Signed-off-b...
Initial Czech (cs) translations. Signed-off-by: Mirco Bauer <meebey@meebey.net> Michal Simunek

12/04/2009

avatar 01:32 PM Feature #176: Notification-OSD support
+1 Yes this would nice when one spoke your name. Perry Mason

12/03/2009

avatar 03:51 PM Bug #234: crash on open
well.. it happens a lot more than just when my connection drops. And sometimes it wont happen after power cycling my router. So it's very strange. Just a random problem I guess. Evil Donkey
« Previous
Next »
 

Also available in: Atom