Activity

From 04/02/2009 to 05/01/2009

05/01/2009

avatar 01:10 PM Feature #177: Connection/Sync dialog when connecting to a remote engine
When connecting to a remote engine the sync takes a while to complete. During the sync it should show a dialog with a progress bar instead of stalling the whole GUI. Mirco Bauer
avatar 01:07 PM Revision c0bf2df3b13906cb1dc4192729943c56cec8e549: Removed comment, as that's already fixed.
Removed comment, as that's already fixed. Mirco Bauer
avatar 01:06 PM Feature #175 (Closed): Option to make all channels "read" when connecting
Applied in changeset commit:"23fd526885648ecb1014ce14adf6b5a9b890b149". Mirco Bauer
avatar 01:05 PM Revision 502a9aa47f46ba005454f71d87db5b55809f0e7f: Forgot to commit this one.
Forgot to commit this one. Mirco Bauer
avatar 01:04 PM Revision 23fd526885648ecb1014ce14adf6b5a9b890b149: Implemented "Clear All Activity" and added tha...
Implemented "Clear All Activity" and added that to the Chat menu. (closes: #175) Mirco Bauer
avatar 10:53 AM Feature #64: Remove dependency on TCP ports for 2-way communication (passive mode)
The Engine Manager needs SSH settings. Mirco Bauer
avatar 10:50 AM Bug #150 (Closed): Connecting to smuxi-server fails via SSH when using passwords
Applied in changeset commit:"2065786bd34b7361f101e473d18be1418c81b752". Mirco Bauer
avatar 10:50 AM Revision dc368591d103c57dd7dc32bf34580a80681213b0: Merge branch 'bug/#150_ssh_password_fails'
Merge branch 'bug/#150_ssh_password_fails' Mirco Bauer
avatar 10:50 AM Revision 77e5243c0140bc750c0ca1adeb48feecc39d6f23: added comment
added comment Mirco Bauer

04/30/2009

avatar 05:20 PM Feature #176: Notification-OSD support
Add support for the new Notification-OSD protocol, see: https://wiki.ubuntu.com/NotificationDevelopmentGuidelines Mirco Bauer

04/23/2009

avatar 10:08 PM Feature #175: Option to make all channels "read" when connecting
ACK, this one is a bit annoying, I experience the same issue :) My idea was to fix this by remembering which last message you have already seen and when you reconnect it will only show "activity" color of for newer messages, but there is some bug ... Mirco Bauer
avatar 10:04 PM Feature #173: whois output in current channel
This one is a bit tricky due the way the IRC protocol works, but should be managable using a blocking whois implementation. Mirco Bauer

04/14/2009

avatar 05:19 AM Feature #175: Option to make all channels "read" when connecting
Please make an option to unmark all the channels when connecting, and please make it configurable per channel). I have a lot of channels where i am not particularly interested when someone wrote something in the last days, but when i connect i... seb sch

04/13/2009

avatar 10:57 PM Revision 2f7bdba55625c63dc411387c96b31958f4cd0ee1: Updated MD project
Updated MD project Mirco Bauer
avatar 10:52 PM Revision 2065786bd34b7361f101e473d18be1418c81b752: - Refactored SSH tunnel setup from EngineManag...
- Refactored SSH tunnel setup from EngineManager to SshTunnelManager. - Detect if the SSH tunnel is reading using a TcpClient instead of a hardcoded Thread.Sleep() hack hoping the tunnel is ready after that. This fixes ssh-askpassword support and ... Mirco Bauer
avatar 09:59 PM Bug #169 (Closed): Crashed with Smuxi.Frontend.Gnome.Entry - System.InvalidOperationException: ou...
Applied in changeset commit:"014877084f7c0fa4b745363bd8cf55ab3dfebacb". Mirco Bauer
avatar 09:55 PM Revision 74f6f8ca2791997bfb994966bcde25bdfa4a4177: lock() access to _Session.Chats.
lock() access to _Session.Chats. Mirco Bauer
avatar 09:52 PM Revision 6f67aba195620754c644b513bfb7c68397c7608c: Added missing lock()s for access to Session.Ch...
Added missing lock()s for access to Session.Chats and Session.ProtocolManagers, fixing potential "InvalidOperationException: out of sync"s. (References: #169) Mirco Bauer
avatar 09:50 PM Revision 014877084f7c0fa4b745363bd8cf55ab3dfebacb: Added missing locks() for _FrontendManagers ac...
Added missing locks() for _FrontendManagers access, which caused "InvalidOperationException: out of sync". (Closes: #169) Mirco Bauer
avatar 09:38 PM Feature #174: contextmenu on nicks in chatwindow
Richtclicking a nick in the chatwindow/textframe should give the same menu as in the nicklist. (Also, some common ctcp actions would be nice) seb sch
avatar 09:36 PM Feature #173: whois output in current channel
Would be nice to have the output of whois/etc. in the current channel, so one doesnt have to switch to the corresponding server tab. seb sch
avatar 09:36 PM Feature #172: make chatlines standout
It's hard to distinguish between normal chat text and joins/parts/etc. Would be nice to have a configurable color or font setting. seb sch
avatar 08:17 PM Feature #171: colorize people who are away X-Chat-style
That's a good idea. The Engine-IRC backend would need to regularly (like every 60 seconds) query the users in a channels and queries for their away state and update the user state (so the frontends knows about the change). Then the frontend could ... Mirco Bauer
avatar 08:14 PM Feature #170: set away automatically when no connection to server
Thats a good idea, I planned to do that as some kind of "auto-away" plugin (once we have a plugin API that is). It could activate away based on inactivity or no connected frontends. Mirco Bauer
avatar 08:14 PM Feature #171: colorize people who are away X-Chat-style
Make people that are away another color in the nicklist to see instantly who is online. A very nice feature of XChat. seb sch
avatar 08:12 PM Feature #170: set away automatically when no connection to server
It would be nice to appear as away to others when you are not connected to the smuxi-server. I never used /away but relied on the bouncer to do that. seb sch
avatar 08:01 PM Bug #169: Crashed with Smuxi.Frontend.Gnome.Entry - System.InvalidOperationException: out of sync
The bug seems to be in Session (Engine) and not IrcProtocolManager (Engine IRC). Mirco Bauer
avatar 07:57 PM Bug #169: Crashed with Smuxi.Frontend.Gnome.Entry - System.InvalidOperationException: out of sync
That's clearly a race condition when it tries to add the message, it either has to lock the list or work on a copy instead. Mirco Bauer
avatar 07:55 PM Bug #169: Crashed with Smuxi.Frontend.Gnome.Entry - System.InvalidOperationException: out of sync
smuxi-frontend-gnome crash with this exception when sending a message (hitting the enter key): ... Mirco Bauer
avatar 03:02 PM Bug #151 (Closed): configure should check for nini.pc
Applied in changeset commit:"a1aa86d1eb64eba79e0b7cfe5601e833261b6eb9". Mirco Bauer
avatar 03:00 PM Revision a1aa86d1eb64eba79e0b7cfe5601e833261b6eb9: Check for nini-1.1.pc and fallback to nini.pc....
Check for nini-1.1.pc and fallback to nini.pc. (Closes: #151) Mirco Bauer
avatar 02:23 PM Feature #168: Translation project
Well, not every translator is a developer and not every translator is up to learning how to work with source control systems, gettext, potfiles and installing editors just for the sake of translating. They might well spend their time doing other t... Leon Nardella
avatar 02:07 PM Feature #168: Translation project
I am not sure what the translations projects actually do (and never heard about them). Smuxi is gettext based and thus provides pot files and needs po files for each language. How do those projects make it even simpler? Mirco Bauer
avatar 01:23 PM Revision b677167bbeb6b7affbfd6dd11a2bfd6e1416afb0: MonoDevelop 2.0 update
MonoDevelop 2.0 update Mirco Bauer
avatar 11:50 AM Task #162 (Closed): Refactor topic entry of group chats from Gtk.Entry to Gtk.TextView
Mirco Bauer

04/10/2009

avatar 02:23 PM Feature #168: Translation project
Please, set up a translation project on Launchpad's Rosetta or, at least, something along the lines of Pootle. It's currently too much work to provide translations and the process isn't any regular-translator-friendly in the slightest. Leon Nardella

04/05/2009

avatar 10:51 PM Revision e21190ff24d25063070b407bbe0ab124d0969f29: Merge branch 'autool-cleanup'
Merge branch 'autool-cleanup' Mirco Bauer
avatar 09:13 PM Bug #156 (Closed): net-irc/smuxi-0.6.3.ebuild infinite loop
Applied in changeset commit:"81669b0fcb404562d9d0da99d9605b3f64c07af2". Mirco Bauer
avatar 08:49 PM Revision 81669b0fcb404562d9d0da99d9605b3f64c07af2: set subdir variable to "po" in all po-*/Makefi...
set subdir variable to "po" in all po-*/Makefile.in.in files This doesn't really make sense to me as that causes to always stamp the same file (po/stamp-it) instead of each po directory, but this is how intltoolize wants it. At the same time this... Mirco Bauer
avatar 08:46 PM Revision 6b714a4275f785f34c21c07a4cfafdf694a7826a: ignore more autogenerated files
ignore more autogenerated files Mirco Bauer
avatar 08:46 PM Revision 2b3761f79734c9bef679ab3122b3dab701b30043: updated by intltoolize 0.40.6
updated by intltoolize 0.40.6 Mirco Bauer
avatar 08:34 PM Revision 8bcbe132ee6d52cb1e64ff06652b6e81f3fad451: set subdir variable to "po" in all po-*/Makefi...
set subdir variable to "po" in all po-*/Makefile.in.in files This doesn't really make sense to me as that causes to always stamp the same file (po/stamp-it) instead of each po directory, but this is how intltoolize wants it. At the same time this... Mirco Bauer
avatar 08:33 PM Revision 3259e2dbc0b70b936a0e59cb528b3b4dfbe5954f: don't use the deprecated macro name
don't use the deprecated macro name Mirco Bauer
avatar 08:32 PM Revision b572f3c7bc59cdc93936afa0c46d395d6576a2cd: run autoheader and intltoolize if needed
run autoheader and intltoolize if needed Mirco Bauer
avatar 08:30 PM Revision fbb97ec366ae847459f494e6af65b958a07d3847: ignore autogenerated build-system stuff
ignore autogenerated build-system stuff Mirco Bauer
avatar 12:57 PM Revision b46239e2ac3338ca0e3abf510d0a3bccda4f69ce: updated project file
updated project file Mirco Bauer
avatar 12:53 PM Bug #156: net-irc/smuxi-0.6.3.ebuild infinite loop
Ok, I can reproduce this issue now using the bugs/autofool branch and running this commands: ... Mirco Bauer
avatar 11:58 AM Bug #156: net-irc/smuxi-0.6.3.ebuild infinite loop
Gentoo BTS: http://bugs.gentoo.org/show_bug.cgi?id=259434 The issue is not related to ... Mirco Bauer
avatar 10:31 AM Bug #164: TaskQueue might leak resources
It seems like TaskQueue [0] is not freeing the thread in all cases. 1) .WaitOne() is used to wait for the next task, if there is no task and will never be (GCed or Disposed) it will wait forever. 2) In the case an exception, the user might a... Mirco Bauer
avatar 09:45 AM Bug #163: bad network connection causes random nicks to be used
When the network connection goes bad and smuxi reconnects, at some point it will use the random fallback nicknames instead of trying the user-defined nicks first. Here a log of such behavior: {{{ [15:34] * hyperair (n=hyperair@155.69.201.250)... Mirco Bauer
« Previous
Next »
 

Also available in: Atom