Activity
From 09/19/2011 to 10/18/2011
10/18/2011
-
08:59 PM Bug #632: Exception: Exception has been thrown by the target of an invocation.
- The bug got reported twice by me. See related ticket #629
-
08:44 PM Bug #634: messages get lost while tab is opened and synchronized
- I've been sent 3 messages while the tab was closed. The first and the last message were shown while the second was missed by the frontend. The message reached the frontend as the highlight notification was triggered and the debug mode on the s...
10/17/2011
-
10:30 AM Revision 051107f9e4a4937217dddebb7d6d5c96a0d76910: [Engine-Twitter] Refactored CommandHelp() to u...
- [Engine-Twitter] Refactored CommandHelp() to use the new MessageBuilder API
-
10:24 AM Revision 9613760ab7ea65bb75b52d51ee80a4fe578a817f: [Engine-Twitter] Help output should only go di...
- [Engine-Twitter] Help output should only go directly to the frontend
10/16/2011
-
12:23 PM Bug #573: Use of number in network name make the server crash
- Steps to reproduce: # Add a new IRC server, setting the network name to a string composed only of numbers # Quit Smuxi Engine #* If using a local engine, simply quit the program #* If using a remote engine, kill the server # Start Smuxi Engin...
-
12:16 PM Revision f8485ecd4ea32caf67fe7e0e7b460ce06d0f602d: [Engine] Replaced AddTextToChat() with new Mes...
- [Engine] Replaced AddTextToChat() with new MessageBuilder structure for welcome message and /help engine commands
-
11:33 AM Revision ff7fc5ccc5ae0257df38c18cff9c4a09ffc76cb5: Removed unneeded AC_MSG_RESULT
- Removed unneeded AC_MSG_RESULT
-
11:32 AM Revision 2d672b5e45985e397ec1bb282ac0ee03261167ef: Use autoconf variable
- Use autoconf variable
-
11:16 AM Revision 0dac9fcd72cc1701c89bdd2e1b7350aa960cbbf2: [Engine] Fixed a small bug in /help command wh...
- [Engine] Fixed a small bug in /help command where "unknown command" was appended to the list of available commands if using /help on session window
-
11:01 AM Revision 07333eb6eadd59b296eee8b68de7ad478e20386e: Build smuxi-server for X86 Pass -platform:x86...
- Build smuxi-server for X86 Pass -platform:x86 to the compile of smuxi-server as it uses Mono.Posix and with that the native MonoPosixHelper.dll which we ship in the Windows installer
-
10:08 AM Bug #633 (Closed): Exception: Invalid URI: The hostname could not be parsed. (www.roomsapp.mobi)
- Applied in changeset commit:"6e11cce3c1e81c6a8683da7b2e38591ef9e571c8".
-
10:05 AM Revision 6e11cce3c1e81c6a8683da7b2e38591ef9e571c8: [Frontend-GNOME] Handle invalid URLs in UrlMes...
- [Frontend-GNOME] Handle invalid URLs in UrlMessagePartModel (closes: #633)
10/15/2011
-
05:46 PM Bug #633: Exception: Invalid URI: The hostname could not be parsed. (www.roomsapp.mobi)
- ...
10/14/2011
-
05:50 PM Bug #632: Exception: Exception has been thrown by the target of an invocation.
- ...
-
05:35 PM Revision c68df5e2925c5397a570bb141a8c2512bcc046f9: [Frontend-GNOME] Use Uri instead of string typ...
- [Frontend-GNOME] Use Uri instead of string type in LinkTag and MessageTextView
-
05:34 PM Revision e5a7d7c78011210a92ba3957a411feb64984240a: [Engine] Added mailto: support to UrlMessagePa...
- [Engine] Added mailto: support to UrlMessagePartModel
-
05:31 PM Revision dc15666d5bdc278de276ec70317ae1e3e37a24cd: [Engine] Fixed http fallback when parsing the ...
- [Engine] Fixed http fallback when parsing the protocol in UrlMessagePartModel(url, text)
-
04:39 PM Revision d31df6cbe1ec4973c95fbf3241e4a1913b91ad0e: [Engine-XMPP] Fixed MonoDevelop build
- [Engine-XMPP] Fixed MonoDevelop build
10/13/2011
-
09:27 PM Revision 4c80427b52ed4fd20d857f933634aa189f9cb10e: [Engine] Renamed MessageBuilder.CreateAction/A...
- [Engine] Renamed MessageBuilder.CreateAction/AppendAction() to CreateActionPrefix/AppendActionPrefix()
-
09:26 PM Revision 32894a1fd2e3a217359ab111398d2b3b149bbabd: [Engine] Added convenience CreateHeader/Append...
- [Engine] Added convenience CreateHeader/AppendHeader() to MessageBuilder
10/12/2011
-
11:29 PM Revision cca1874c4d6e503097fb4a7ab42f58d0855c3263: [Frontend-GNOME] Added UrlMessagePartModel.Tex...
- [Frontend-GNOME] Added UrlMessagePartModel.Text support to MessageTextView
-
05:34 AM Bug #553: can’t add second server with same hostname
- This would be a very important feature for me too.
10/11/2011
-
09:12 AM Bug #471 (Closed): Apply button remains disabled after changing font
- Applied in changeset commit:"aebc8cdac7e2ec71c3a7b55a3111226d9eac7008".
10/10/2011
-
10:13 PM Revision aebc8cdac7e2ec71c3a7b55a3111226d9eac7008: [Frontend-GNOME] Fixed Apply button which rema...
- [Frontend-GNOME] Fixed Apply button which remains disabled after changing only font-type (closes: #471)
-
12:53 AM Revision ec247a89606ba47f493f131279da6a0c64cefe15: [Engine] Optimize MessageParser.ParseUrls/Pars...
- [Engine] Optimize MessageParser.ParseUrls/ParseSmileys() As the Regex class is thread-safe we can share the regex instance and re-use a single static instance.
10/09/2011
-
11:47 PM Revision 017da166190f4a84037063df2d314c95a53ca735: [Frontend-GNOME] Optimized ChatView.OnMessageT...
- [Frontend-GNOME] Optimized ChatView.OnMessageTextViewMessageAdded() Avoid unneeded GTK+ calls
-
11:04 PM Revision f1e7a5b82eed2241546dd4abcc490bea81c92e55: [Fronted-GNOME] Fixed clearing highlight regre...
- [Fronted-GNOME] Fixed clearing highlight regression in ChatView.set_HasActivity
-
10:56 PM Bug #603: automatically bug-reporting url too large
- Smuxi should make a POST request instead so the length of the parameters are not limited. This is difficult to implement as the open URL syntax only supports GET variables but no POST ones :/
-
10:25 PM Revision e97f08781c7f103fb75c65449c292090d3d95fcc: [Frontend-GNOME] Optimized MessageTextView.Add...
- [Frontend-GNOME] Optimized MessageTextView.AddMessage() Calling TextView.get_Buffer very often is pretty expensive thus we use a local variable instead.
-
10:18 PM Revision f8feae144f60d1383fe82aac7e937b22f190f572: [Frontend-GNOME] Optimized ChatView.set_HasAct...
- [Frontend-GNOME] Optimized ChatView.set_HasActivity As set_HasActivity is called for almost every added message we should not needlessly update the tab label if the activity state hasn't actually changed
-
10:16 PM Revision 2e81e95bc81ee68954c1d63edcb448df070ef49b: [Common] Removed useless code from Trace._Para...
- [Common] Removed useless code from Trace._Parameterize()
-
04:04 PM Revision 29897945a55d48e159541d4a8f08a4458bd50fa8: [Frontend-GNOME] Fixed try-catch block from re...
- [Frontend-GNOME] Fixed try-catch block from recent commit of /list command
-
03:16 PM Feature #536 (Closed): /list command should open the Find Group Chat dialog
- Applied in changeset commit:"9686d244d77db86edea1be61fcc5e1d650e03a78".
-
03:04 PM Revision 8bff6fdd5a4fd517fbf3dae50c2c1371b56b0e35: Merge remote-tracking branch 'gitorious/heavy/...
- Merge remote-tracking branch 'gitorious/heavy/heavy-smuxi'
-
01:43 PM Revision 9686d244d77db86edea1be61fcc5e1d650e03a78: [Frontend-GNOME] Implemented /list command to ...
- [Frontend-GNOME] Implemented /list command to open the Find Group Chat dialog box (closes: #536)
-
12:49 PM Revision 6ea2d6dc534be75a538185bff61aaf90c4a3a96e: [Frontend-GNOME/Frontend-GNOME-IRC/Engine/Engi...
- [Frontend-GNOME/Frontend-GNOME-IRC/Engine/Engine-IRC] Refactored person sorting - Moved compare code from GroupChatView.SortPersonListStore() to ContactModel.CompareTo() to avoid a few expensive Gtk.ListStore.GetValue() calls in IrcGroupChatV...
10/04/2011
-
07:01 PM Bug #631: Charset weird problem
- Hello Everybody I was talking about some Charset problems in #smuxi irc channel... with a sort of "moderator" but We don't get to fix it. Days ago, I was talking too that problem with another user, he was NORWEGIAN and I am SPANISH. We can't se...
10/01/2011
-
04:44 PM Revision 3ffe14b9b09f774b16fffe61217afbb4f575344a: [Installer-Win32] Ship XMPP engine
- [Installer-Win32] Ship XMPP engine
-
04:33 PM Revision 58f5a5e43f91326b2a9a444fb25fe78093377783: [Frontend] Hide the DOS window when probing fo...
- [Frontend] Hide the DOS window when probing for the plink version
-
04:25 PM Revision 615b483f80b641192624811be165870fd509f31e: Disable D-Bus for the win32 build
- Disable D-Bus for the win32 build
-
04:22 PM Revision 8ec7c4c2980aa51eda6d54650a35424f861dc90e: [Frontend] Fixed plink version parser
- [Frontend] Fixed plink version parser
-
04:05 PM Revision a6cdb87183d7a927fd8b459c2ed23d8025021c0b: [Frontend] Support regular plink Only pass th...
- [Frontend] Support regular plink Only pass the -auto_store_key_in_cache parameter to Quest's plink version as the regular version doesn't support it. The user should be able to switch to the regular plink so he can use SSH key authentication via ...
-
03:58 PM Revision 9c9af5859e2f75e2f3dc6c863a06e41506159ed8: [Frontend] Dispose SSH process properly when p...
- [Frontend] Dispose SSH process properly when probing for the version number
-
03:31 PM Bug #627: Exception: SSH tunnel setup failed (exit code: 255)
- On Windows the same issue happens with a different symptom after a failed auto reconnect to the smuxi-server: ...
09/29/2011
-
10:22 PM Revision e2911d05e856af6f5e07863ad9ebde9e84a41fac: [Engine-XMPP] Implemented closing private chats
- [Engine-XMPP] Implemented closing private chats
-
10:15 PM Revision a3c04473936060e501a6430c89847929c8d59872: [Engine-XMPP] Refactored XmppProtocolManager t...
- [Engine-XMPP] Refactored XmppProtocolManager to use Session.CreateChat() API
-
10:08 PM Revision 4ff0a90f2d380782544a6aa32d793e735d290f3f: Include LGPL3 licensed jabber-net library
- Include LGPL3 licensed jabber-net library
-
01:36 PM Bug #630: Crash on highlight
- ...
-
01:33 PM Bug #630 (Closed): Crash on highlight
- Applied in changeset commit:"dd5f2b934587be4962a87774646a00eab0fe3d0e".
-
01:29 PM Revision dd5f2b934587be4962a87774646a00eab0fe3d0e: [Frontend-GNOME] Fixed potential crash when sh...
- [Frontend-GNOME] Fixed potential crash when showing notifications (closes: #630)
-
12:21 PM Bug #630: Crash on highlight
- ...
09/21/2011
-
10:58 AM Revision 7a670b4c5db70bb4fe5324b7759308671d3a7178: Merge branch 'master' of git+ssh://git.qnetp.n...
- Merge branch 'master' of git+ssh://git.qnetp.net/git/smuxi
-
10:53 AM Revision d9b2dd5297f812956838a71aec12e4148aa7eb4a: Implemented snapshot auto builder for the win3...
- Implemented snapshot auto builder for the win32 installer
09/20/2011
-
09:40 PM Revision 5819c2c4bf797d7b605dbafe42f8fe0a2a141663: When an apprentice writes a parser...
- When an apprentice writes a parser...
-
09:48 AM Revision 39dbe28c9c803f8b77fc1ee9f293a89b97cea14b: Allow locale-less win32 installer
- Allow locale-less win32 installer
09/19/2011
-
10:25 PM Revision d1e3dcd195059657a1d0542bac6c2831b2c1f56b: Add -dev suffix for git based builds to the ve...
- Add -dev suffix for git based builds to the version of the win32 installer
-
03:40 PM Revision c9fef6202a4bc4a386aaeb3b6eed5cdae112acb4: Replaced CorFlags.exe invocation with C# compi...
- Replaced CorFlags.exe invocation with C# compiler switch
-
12:25 PM Revision a7b1078cec0616c2b5e623c814056b46f0bfacf4: [Engine] Avoid remoting calls in PersonModel.T...
- [Engine] Avoid remoting calls in PersonModel.ToTraceString()
-
10:57 AM Revision 98b5a3cd07b304377498c89889fb45b8a7a97179: [Frontend-GNOME] Avoid unneeded remoting calls...
- [Frontend-GNOME] Avoid unneeded remoting calls for nick completion
Also available in: Atom