Mirco Bauer's activity

From 05/15/2012 to 06/13/2012

06/13/2012

avatar 09:40 PM Smuxi Bug #700 (New): Output after topic change is mixed up in German translation
Mirco Bauer

06/11/2012

avatar 10:50 AM Smuxi Support #721: bad performance with many channels and large history
This sounds like an issue with the persistent message buffer which is stored in the db4o database. I am working on a new message backend which will be leveldb based and should use much less resources, memory and CPU wise. See #717 for more details. Mirco Bauer

06/03/2012

avatar 10:24 PM Smuxi Revision 134861907f3eab86ac8222aba7d697ad18da8048: [Frontend-STFL] Added /help command
[Frontend-STFL] Added /help command Mirco Bauer
avatar 09:57 PM Smuxi Revision bba2f1e49245c5e6d689d61661601872c08793ef: [Frontend] Fixed NullReferenceException for se...
[Frontend] Fixed NullReferenceException for session chats in ChatViewManagerBase.CreateChatView(chat, params) Mirco Bauer
avatar 09:56 PM Smuxi Revision e4d2c422b06ebf61abdff19f30525f2353e333e5: [Frontend-STFL] Fixed ArgumentOutOfRangeExcept...
[Frontend-STFL] Fixed ArgumentOutOfRangeException in ChatViewManager.UpdateNavigation() Mirco Bauer
avatar 09:26 PM Smuxi Revision a698493dbce2d6838a4ecac4dc4a3979aff3973c: [Frontend-STFL] Pass --debug to mono in run-st...
[Frontend-STFL] Pass --debug to mono in run-stfl target for stack traces with line numbers Mirco Bauer
avatar 09:18 PM Smuxi Revision 370a5139973e1a64ad623a369d027613640b3b37: [Frontend-STFL] Fix SEGV in Frontend.Quit()
[Frontend-STFL] Fix SEGV in Frontend.Quit() Mirco Bauer
avatar 09:18 PM Smuxi Revision 25fdab4fba5a79567ca47a7df1044f29c879c3e3: [Frontend-STFL] Added /exit command
[Frontend-STFL] Added /exit command Mirco Bauer

05/31/2012

avatar 07:00 PM Smuxi Feature #719: Handle irc:// URLs (in KDE)
Sounds like KDE 4.6 already supports URL handler lookup via .desktop file, see http://lists.freedesktop.org/archives/xdg/2010-October/011666.html Mirco Bauer
avatar 06:49 PM Smuxi Feature #719: Handle irc:// URLs (in KDE)
See: http://lists.freedesktop.org/archives/xdg/2010-October/011632.html Mirco Bauer
avatar 06:09 AM Smuxi Bug #704 (Assigned): unable to connect to gtalk
Lukas B wrote: > Windows 7 64bit > Frontend: GNOME 0.8.10.0 (dist-win32) > Engine: 0.8.10.0 > > I reported it for 0.8.9.2, but its in 0.8.10.0 aswell Ok, I think I know what the issue is. The jabber library has a Mono hack which breaks o... Mirco Bauer

05/27/2012

avatar 02:02 PM Smuxi Feature #718: Allow to configure internal settings
Smuxi should allow to tweak internal settings using a key/value interface. This would allow power-users to tweak Smuxi the way they need without making the general configuration more complicated for the regular users. Mirco Bauer
avatar 12:59 PM Smuxi Feature #717: New message history backend: LevelDB
LevelDB message backend was already implemented but not merged yet, see: http://git.qnetp.net/?p=smuxi.git;a=shortlog;h=refs/heads/experiments/git_msg_buffer Mirco Bauer
avatar 12:05 PM Smuxi Feature #717: New message history backend: LevelDB
The experimental chat history feature in Smuxi, based on db4o has serious issues, see #673 for an example. The databases also like to corrupt and can no longer be read! This means data-loss and is not an acceptable. So Smuxi needs a new, fast and ... Mirco Bauer
avatar 12:01 PM Smuxi Bug #673: Smuxi log contains "Database.Ext().GetByID(XXX) with index 0 returned null!" errors
Yes, this is a serious issue of the experimental db4o message history backend. There are also other issues with db4o like corrupted database that can no longer be read. For this reason Smuxi is getting a new, faster and hopefully more stable backe... Mirco Bauer
avatar 11:59 AM Smuxi Bug #703 (Feedback): /msg should'n open a query window
But I disagree, /msg $nick should always open a query window, why should it not? or how can you start a private chat using a command? I know there is currently no command to send a private message and _not_ open a new window, but that would be abo... Mirco Bauer
avatar 11:48 AM Smuxi Bug #710 (Closed): Exception: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
Fixed in commit:0873d5ae14270909cdd078336f804bcd0730aee5 Mirco Bauer

05/26/2012

avatar 05:21 PM Smuxi Feature #498: Support links inside ( ) or < >
A new URL parser will address this issue which is currently in an experimental git branch: http://git.qnetp.net/?p=smuxi.git;a=shortlog;h=refs/heads/experiments/smart_links Mirco Bauer
avatar 05:19 PM Smuxi Feature #498: Support links inside ( ) or < >
OT: funny that redmine has the same issue for the <> case :-P Mirco Bauer
avatar 05:17 PM Smuxi Bug #196 (Feedback): Resuming a ZNC 0.74 session results in a connection failure.
Does this issue still happen with Smuxi 0.8.9? There were ZNC specific fixes made. Mirco Bauer
avatar 05:14 PM Smuxi Bug #703: /msg should'n open a query window
I believe you experience the bug described in #634 Mirco Bauer
avatar 05:09 PM Smuxi Bug #634: messages get lost while tab is opened and synchronized
This issue will be fixed with a snapshot based chat sync. Here is an experimental git branch for this: http://git.qnetp.net/?p=smuxi.git;a=shortlog;h=refs/heads/experiments/sync_snapshots Mirco Bauer
avatar 05:07 PM Smuxi Bug #652 (Closed): InvalidCastException when connecting to server
I never experienced this issue with Mono 2.10.8 so I think I can assume the issue is no longer present Mirco Bauer
avatar 05:07 PM Smuxi Bug #589 (Closed): remoting error since updating mono to 2.10.1
I never experienced this issue with Mono 2.10.8 so I think I can assume the issue is no longer present Mirco Bauer
avatar 05:01 PM Smuxi Bug #656 (Closed): Exception: Object reference not set to an instance of an object
Nevermind what I just said, the stack trace _is_ the same, the exception happens in ChatView.Populate() just like #708 did. I read too many stack traces today :-P Mirco Bauer
avatar 04:59 PM Smuxi Bug #656 (Assigned): Exception: Object reference not set to an instance of an object
Ups, that was too eager. The stack trace looks very similar but is not the same, this NullReferenceException happened _Group_ChatView.Populate() while #708 was in ChatView.Populate() itself... Mirco Bauer
avatar 04:56 PM Smuxi Bug #656 (Closed): Exception: Object reference not set to an instance of an object
Good news, this bug was fixed in commit:0873d5ae14270909cdd078336f804bcd0730aee5, also see #708 which included the line numbers in the stack trace Mirco Bauer
avatar 04:51 PM Smuxi Bug #699 (Feedback): Reestablishing an SSL connection errors
How can you /reconnect to an IRC server when the server tab was closed? Mirco Bauer
avatar 04:49 PM Smuxi Bug #708 (Closed): NullReferenceException in ChatView.Populate()
Fixed in commit:0873d5ae14270909cdd078336f804bcd0730aee5 Mirco Bauer
avatar 04:46 PM Smuxi Bug #714 (Closed): Exception: Array index is out of range.
Applied in changeset commit:"54a9165c5186398678862b4c907bf2ad2e65acbd". Mirco Bauer
avatar 04:46 PM Smuxi Bug #716 (Closed): Temporarily ignore Twitter authentication issues
Applied in changeset commit:"6797732c7926ff979a0ef91dffd26878c751b5dc". Mirco Bauer
avatar 04:46 PM Smuxi Bug #697 (Closed): Kicked by ircserver
Applied in changeset commit:"84f8e2a9c2beaac03c10801537c680ebe2d06522". Mirco Bauer
avatar 04:43 PM Smuxi Bug #704 (Feedback): unable to connect to gtalk
Mirco Bauer
avatar 04:43 PM Smuxi Bug #704: unable to connect to gtalk
Are you using Smuxi on Windows or Linux? Mirco Bauer
avatar 04:42 PM Smuxi Bug #709: System.ArgumentNullException during connect to remote engine
I believe this issue is a bug in Mono's .NET Remoting implementation Mirco Bauer
avatar 04:37 PM Smuxi Revision deb7c66f39f4a6f08cac026905056c561ef1bb10: Merge branch 'stable' Conflicts: src/Common-...
Merge branch 'stable' Conflicts: src/Common-Tests/Common-Tests.mdp src/Common/Common.mdp src/Engine-IRC/Engine-IRC.mdp src/Engine-MSNP/Engine-MSNP.mdp src/Engine-OSCAR/Engine-OSCAR.mdp src/Engine-Tests/Engine-Tests.mdp src/Engine-Twitter/E... Mirco Bauer
avatar 04:33 PM Smuxi Revision 2b278295f023727e8f5e6aaec64be9686fba75c7: [Build] Updated MonoDevelop project files to u...
[Build] Updated MonoDevelop project files to use .NET 4.0 Mirco Bauer
avatar 04:30 PM Smuxi Revision 84f8e2a9c2beaac03c10801537c680ebe2d06522: [lib/SmartIrc4net] Updated to fix kick message...
[lib/SmartIrc4net] Updated to fix kick message for server kicks (closes: #697) Mirco Bauer
avatar 04:27 PM SmartIrc4net Revision 53b080cf66bfa74ec1ee2450ac5e8cc41144456c: Set KickEventArgs.Who to server name if no nic...
Set KickEventArgs.Who to server name if no nick was passed Mirco Bauer
avatar 03:42 PM Smuxi Revision 54a9165c5186398678862b4c907bf2ad2e65acbd: [Engine-XMPP] Fixed IndexOutOfRangeException i...
[Engine-XMPP] Fixed IndexOutOfRangeException in XmppProtocolManager.CommandJoin() (closes: #714) Mirco Bauer
avatar 03:36 PM Smuxi Revision 6797732c7926ff979a0ef91dffd26878c751b5dc: [Engine-Twitter] Temporarily ignore Twitter er...
[Engine-Twitter] Temporarily ignore Twitter errors up to 3 times in a row (closes: #716) Mirco Bauer

05/23/2012

avatar 04:50 PM Smuxi Bug #716: Temporarily ignore Twitter authentication issues
Example from Smuxi's debug log: ... Mirco Bauer

05/20/2012

avatar 08:00 PM Smuxi Feature #535 (Closed): Does not remember state of "Show Menubar"
Applied in changeset commit:"308c520c856222a21bb207aa547368b862f87726". Mirco Bauer
avatar 07:58 PM Smuxi Revision 308c520c856222a21bb207aa547368b862f87726: [Frontend-GNOME] Remember menu bar visibility ...
[Frontend-GNOME] Remember menu bar visibility and re-apply on start (closes: #535) Mirco Bauer

05/19/2012

avatar 12:11 PM Smuxi Revision 596a7d79a17c7f50c322ccac2adf73ef2f91cda1: [Frontend-GNOME] Lookup existing connections b...
[Frontend-GNOME] Lookup existing connections by network with host+port as fallback in Frontend.OpenChatLink() Mirco Bauer

05/17/2012

avatar 02:23 PM Smuxi Bug #715 (Closed): SOCKS proxy support is not working
Applied in changeset commit:"ca76488e851dc54bde7c296a832c84ca9da295bc". Mirco Bauer
avatar 02:23 PM Smuxi Revision 8cde073a7311c75a9ec29e8a97d9c9b965944308: Merge branch 'stable'
Merge branch 'stable' Mirco Bauer
avatar 02:19 PM Smuxi Revision ca76488e851dc54bde7c296a832c84ca9da295bc: [Engine] Fixed SOCKS proxy support (closes: #715)
[Engine] Fixed SOCKS proxy support (closes: #715) Mirco Bauer
avatar 02:17 PM Smuxi Bug #715: SOCKS proxy support is not working
When configuring Smuxi to use a SOCKS proxy server it will not use the proxy and makes the connection directly instead. Mirco Bauer
avatar 01:33 PM SmartIrc4net Revision 716d1e39c9245c2084b665ae8eabc383ecabc00c: Properly check SOCKS5 connect response
Properly check SOCKS5 connect response Mirco Bauer

05/16/2012

avatar 07:29 PM Smuxi Feature #385 (Closed): Switch automatically to newly opened tabs
Applied in changeset commit:"9d875358b5765520eb3a40add2aee57fdc22e99d". Mirco Bauer
avatar 07:24 PM Smuxi Revision 9d875358b5765520eb3a40add2aee57fdc22e99d: [Frontend-GNOME] Implemented configurable auto...
[Frontend-GNOME] Implemented configurable auto switch for person and group chats (closes: #385) Mirco Bauer
avatar 06:03 PM Smuxi Revision 10616e5dcadf1f3ef1be99bca4e246a29b07f781: [Frontend-GNOME] Gently move the focus from th...
[Frontend-GNOME] Gently move the focus from the notebook to the entry Mirco Bauer
avatar 05:05 PM Smuxi Revision 889185fe09aa55c2641e7a66489c2e90038dfb88: [Frontend-GNOME] Refactored Gtk.MenuItem.Accel...
[Frontend-GNOME] Refactored Gtk.MenuItem.AccelCanActivate event handlers Mirco Bauer
avatar 11:02 AM Smuxi Revision 8f79216180ff157118963ced9a492a1705935797: [Frontend-GNOME] Avoid unneeded remoting calls...
[Frontend-GNOME] Avoid unneeded remoting calls in ProtocolChatView.Close() Mirco Bauer
avatar 10:57 AM Smuxi Revision 2095d557dc324f64694814897953b13a5235d1b9: [Frontend-GNOME] Avoid unneeded remoting call ...
[Frontend-GNOME] Avoid unneeded remoting call in ChatView.Close() and GroupChatView.OnPersonsRowActivated() Mirco Bauer
avatar 10:34 AM Smuxi Revision 47df61a2a0b2e5cc01a52176e088c5a6d81748ab: [Frontend-GNOME] Avoid unneeded remoting call ...
[Frontend-GNOME] Avoid unneeded remoting call in MainWindow.OpenFindGroupChatWindow() Mirco Bauer

05/15/2012

avatar 08:46 PM Smuxi Feature #671 (Closed): Easy Join
Applied in changeset commit:"514be4a241c7a07823264ef99943a438072a5a3c". Mirco Bauer
avatar 08:45 PM Smuxi Revision 514be4a241c7a07823264ef99943a438072a5a3c: [Frontend-GNOME] Implemented quick join bar (c...
[Frontend-GNOME] Implemented quick join bar (closes: #671) Mirco Bauer
« Previous
Next »
 

Also available in: Atom