Activity
From 04/27/2012 to 05/26/2012
05/26/2012
-
05:21 PM 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
-
05:19 PM Feature #498: Support links inside ( ) or < >
- OT: funny that redmine has the same issue for the <> case :-P
-
05:17 PM 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.
-
05:14 PM Bug #703: /msg should'n open a query window
- I believe you experience the bug described in #634
-
05:09 PM 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
-
05:07 PM 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
-
05:07 PM 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
-
05:01 PM 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
-
04:59 PM 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...
-
04:56 PM 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
-
04:51 PM Bug #699 (Feedback): Reestablishing an SSL connection errors
- How can you /reconnect to an IRC server when the server tab was closed?
-
04:49 PM Bug #708 (Closed): NullReferenceException in ChatView.Populate()
- Fixed in commit:0873d5ae14270909cdd078336f804bcd0730aee5
-
04:46 PM Bug #716 (Closed): Temporarily ignore Twitter authentication issues
- Applied in changeset commit:"6797732c7926ff979a0ef91dffd26878c751b5dc".
-
04:46 PM Bug #697 (Closed): Kicked by ircserver
- Applied in changeset commit:"84f8e2a9c2beaac03c10801537c680ebe2d06522".
-
04:46 PM Bug #714 (Closed): Exception: Array index is out of range.
- Applied in changeset commit:"54a9165c5186398678862b4c907bf2ad2e65acbd".
-
04:46 PM Bug #700 (Closed): Output after topic change is mixed up in German translation
- Applied in changeset commit:"18e9182d8deb73704e5442c00cbb6ee7f30b1e5c".
-
04:43 PM Bug #704 (Feedback): unable to connect to gtalk
-
04:43 PM Bug #704: unable to connect to gtalk
- Are you using Smuxi on Windows or Linux?
-
04:42 PM Bug #709: System.ArgumentNullException during connect to remote engine
- I believe this issue is a bug in Mono's .NET Remoting implementation
-
04:37 PM 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...
-
04:33 PM Revision 2b278295f023727e8f5e6aaec64be9686fba75c7: [Build] Updated MonoDevelop project files to u...
- [Build] Updated MonoDevelop project files to use .NET 4.0
-
04:30 PM Revision 84f8e2a9c2beaac03c10801537c680ebe2d06522: [lib/SmartIrc4net] Updated to fix kick message...
- [lib/SmartIrc4net] Updated to fix kick message for server kicks (closes: #697)
-
03:49 PM Revision 18e9182d8deb73704e5442c00cbb6ee7f30b1e5c: [L10N] Fixed German translation string for top...
- [L10N] Fixed German translation string for topic changes (closes: #700)
-
03:42 PM Revision 54a9165c5186398678862b4c907bf2ad2e65acbd: [Engine-XMPP] Fixed IndexOutOfRangeException i...
- [Engine-XMPP] Fixed IndexOutOfRangeException in XmppProtocolManager.CommandJoin() (closes: #714)
-
03:36 PM Revision 6797732c7926ff979a0ef91dffd26878c751b5dc: [Engine-Twitter] Temporarily ignore Twitter er...
- [Engine-Twitter] Temporarily ignore Twitter errors up to 3 times in a row (closes: #716)
05/23/2012
-
04:50 PM Bug #716: Temporarily ignore Twitter authentication issues
- Example from Smuxi's debug log: ...
-
04:43 PM Bug #716: Temporarily ignore Twitter authentication issues
- When Smuxi has issues to authenticate the twitter account smuxi could ignore it a few times and retry authentication later on. Suggested number of tries: 3 So that smuxi does not spam Twitter in case login data have been changed.
05/20/2012
-
08:00 PM Feature #535 (Closed): Does not remember state of "Show Menubar"
- Applied in changeset commit:"308c520c856222a21bb207aa547368b862f87726".
-
07:58 PM Revision 308c520c856222a21bb207aa547368b862f87726: [Frontend-GNOME] Remember menu bar visibility ...
- [Frontend-GNOME] Remember menu bar visibility and re-apply on start (closes: #535)
05/19/2012
-
12:11 PM Revision 596a7d79a17c7f50c322ccac2adf73ef2f91cda1: [Frontend-GNOME] Lookup existing connections b...
- [Frontend-GNOME] Lookup existing connections by network with host+port as fallback in Frontend.OpenChatLink()
05/17/2012
-
02:23 PM Bug #715 (Closed): SOCKS proxy support is not working
- Applied in changeset commit:"ca76488e851dc54bde7c296a832c84ca9da295bc".
-
02:23 PM Revision 8cde073a7311c75a9ec29e8a97d9c9b965944308: Merge branch 'stable'
- Merge branch 'stable'
-
02:19 PM Revision ca76488e851dc54bde7c296a832c84ca9da295bc: [Engine] Fixed SOCKS proxy support (closes: #715)
- [Engine] Fixed SOCKS proxy support (closes: #715)
-
02:17 PM 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.
05/16/2012
-
07:29 PM Feature #385 (Closed): Switch automatically to newly opened tabs
- Applied in changeset commit:"9d875358b5765520eb3a40add2aee57fdc22e99d".
-
07:24 PM Revision 9d875358b5765520eb3a40add2aee57fdc22e99d: [Frontend-GNOME] Implemented configurable auto...
- [Frontend-GNOME] Implemented configurable auto switch for person and group chats (closes: #385)
-
06:03 PM Revision 10616e5dcadf1f3ef1be99bca4e246a29b07f781: [Frontend-GNOME] Gently move the focus from th...
- [Frontend-GNOME] Gently move the focus from the notebook to the entry
-
05:05 PM Revision 889185fe09aa55c2641e7a66489c2e90038dfb88: [Frontend-GNOME] Refactored Gtk.MenuItem.Accel...
- [Frontend-GNOME] Refactored Gtk.MenuItem.AccelCanActivate event handlers
-
11:02 AM Revision 8f79216180ff157118963ced9a492a1705935797: [Frontend-GNOME] Avoid unneeded remoting calls...
- [Frontend-GNOME] Avoid unneeded remoting calls in ProtocolChatView.Close()
-
10:57 AM Revision 2095d557dc324f64694814897953b13a5235d1b9: [Frontend-GNOME] Avoid unneeded remoting call ...
- [Frontend-GNOME] Avoid unneeded remoting call in ChatView.Close() and GroupChatView.OnPersonsRowActivated()
-
10:34 AM Revision 47df61a2a0b2e5cc01a52176e088c5a6d81748ab: [Frontend-GNOME] Avoid unneeded remoting call ...
- [Frontend-GNOME] Avoid unneeded remoting call in MainWindow.OpenFindGroupChatWindow()
05/15/2012
-
08:46 PM Feature #671 (Closed): Easy Join
- Applied in changeset commit:"514be4a241c7a07823264ef99943a438072a5a3c".
-
08:45 PM Revision 514be4a241c7a07823264ef99943a438072a5a3c: [Frontend-GNOME] Implemented quick join bar (c...
- [Frontend-GNOME] Implemented quick join bar (closes: #671)
05/08/2012
-
04:57 PM Revision b533f7941ba24de64e0f64f179d380b366150760: [Frontend-GNOME] Only apply proxy settings for...
- [Frontend-GNOME] Only apply proxy settings for local engines and force no proxy if configured
Also available in: Atom