Activity
From 03/15/2009 to 04/13/2009
04/13/2009
-
10:57 PM Revision 2f7bdba55625c63dc411387c96b31958f4cd0ee1: Updated MD project
- Updated MD project
-
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 ...
-
09:59 PM Bug #169 (Closed): Crashed with Smuxi.Frontend.Gnome.Entry - System.InvalidOperationException: ou...
- Applied in changeset commit:"014877084f7c0fa4b745363bd8cf55ab3dfebacb".
-
09:55 PM Revision 74f6f8ca2791997bfb994966bcde25bdfa4a4177: lock() access to _Session.Chats.
- lock() access to _Session.Chats.
-
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)
-
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)
-
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)
-
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.
-
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.
-
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 ...
-
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.
-
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.
-
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.
-
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).
-
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.
-
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): ...
-
03:02 PM Bug #151 (Closed): configure should check for nini.pc
- Applied in changeset commit:"a1aa86d1eb64eba79e0b7cfe5601e833261b6eb9".
-
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)
-
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...
-
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?
-
01:23 PM Revision b677167bbeb6b7affbfd6dd11a2bfd6e1416afb0: MonoDevelop 2.0 update
- MonoDevelop 2.0 update
-
11:50 AM Task #162 (Closed): Refactor topic entry of group chats from Gtk.Entry to Gtk.TextView
04/10/2009
-
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.
04/05/2009
-
10:51 PM Revision e21190ff24d25063070b407bbe0ab124d0969f29: Merge branch 'autool-cleanup'
- Merge branch 'autool-cleanup'
-
09:13 PM Bug #156 (Closed): net-irc/smuxi-0.6.3.ebuild infinite loop
- Applied in changeset commit:"81669b0fcb404562d9d0da99d9605b3f64c07af2".
-
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...
-
08:46 PM Revision 6b714a4275f785f34c21c07a4cfafdf694a7826a: ignore more autogenerated files
- ignore more autogenerated files
-
08:46 PM Revision 2b3761f79734c9bef679ab3122b3dab701b30043: updated by intltoolize 0.40.6
- updated by intltoolize 0.40.6
-
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...
-
08:33 PM Revision 3259e2dbc0b70b936a0e59cb528b3b4dfbe5954f: don't use the deprecated macro name
- don't use the deprecated macro name
-
08:32 PM Revision b572f3c7bc59cdc93936afa0c46d395d6576a2cd: run autoheader and intltoolize if needed
- run autoheader and intltoolize if needed
-
08:30 PM Revision fbb97ec366ae847459f494e6af65b958a07d3847: ignore autogenerated build-system stuff
- ignore autogenerated build-system stuff
-
12:57 PM Revision b46239e2ac3338ca0e3abf510d0a3bccda4f69ce: updated project file
- updated project file
-
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: ...
-
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 ...
-
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...
-
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)...
04/01/2009
-
09:57 PM Revision 95ec36dbd7e58314ea07a798a680cb72b77df259: Added name page to EngineAssistant class
- Added name page to EngineAssistant class
03/29/2009
-
05:46 PM Revision d8334f28108e89da914634905fc3624aff8b7ec0: Don't use libtoolize, we are not a C lib, so I...
- Don't use libtoolize, we are not a C lib, so I don't think we need this.
-
05:45 PM Revision 197fa5d314a87ccb0dc2c0e63fb3513659b3f564: Don't use --gnu mode in autogen.sh.
- Don't use --gnu mode in autogen.sh.
-
05:44 PM Revision 187825cc9e3da37479733971db308055f5b6a1ff: Updated paths for the Chats/ to Views/Chats/ m...
- Updated paths for the Chats/ to Views/Chats/ move.
-
05:43 PM Revision 012b73bbf644b4e982ad91d13d898c03c4b432ce: Updated paths for the Chats/ to Views/Chats/ m...
- Updated paths for the Chats/ to Views/Chats/ move.
-
01:46 AM Revision c05bbc99f62d309105c572fca2fd22d76278d0e5: Added GUI definition of EngineAssistantIntroWi...
- Added GUI definition of EngineAssistantIntroWidget for stetic.
-
01:44 AM Revision 10ad142b22e756c0387ea8a5ea6fc70d646bda41: Dropped gnome-sharp from project references. D...
- Dropped gnome-sharp from project references. Dropped all UI_GNOME code paths. Dropped EngineDruid which was GNOME based. Started EngineAssistant implementation which uses Gtk.Assistant.
-
12:30 AM Revision 5563c36e01d36872cdd76f3fd73bf11bcee9b0b0: coding standards
- coding standards
-
12:15 AM Feature #15 (Closed): add date stamps between days like irssi
-
12:12 AM Revision 4f00b9a712b4f8a428e37ecd0b30eea5c7bc1da1: Merge branch 'feature/#15_date_stamps'
- Merge branch 'feature/#15_date_stamps'
-
12:06 AM Revision f20591d0d927a0629707c58cabc807762907636e: Show day changes when using timestamps for mes...
- Show day changes when using timestamps for messages. (closes: #15)
-
12:05 AM Revision 0171dca6b7ebcbb633652117c2b18335947c1056: Fixed showing timestamps for chat messages again.
- Fixed showing timestamps for chat messages again.
03/28/2009
-
10:22 PM Revision dc7f2002d80f56d9faabec7154ed4b7c4d34f413: Merge branch 'feature/#28_topic_textview_rebased'
- Merge branch 'feature/#28_topic_textview_rebased'
-
10:22 PM Revision 3b7590ea3d5e19d6cabedcc58103cabb87637917: ignore *.pidb and *.user* files
- ignore *.pidb and *.user* files
-
10:19 PM Revision 65103603db3477d05bb557b852177e9eaf6a98d8: ignore config files too
- ignore config files too
-
10:19 PM Revision 2a12f5649d79bda22544f0bb30b8f25e1cefd3d2: ignore build output
- ignore build output
-
10:19 PM Revision 83e5c5d7899e28cbf4c049fe80e65f578fbf4b48: set license/copyright default header
- set license/copyright default header
-
10:13 PM Revision 658ca982049b875946909439b62ffd46dbb46575: Fixed URL support in MessageTextView. Fixed to...
- Fixed URL support in MessageTextView. Fixed topic heigth, using 2 lines by default now. Fixed highlight handling in MessageTextView.AddMessage(). Moved beep and window highlight code from ChatView to MainWindow by using events.
-
10:08 PM Revision 1fa8fc0309afbae336a428c0acdb52b3e48ae98a: updated
- updated
-
10:07 PM Revision 6ce00b35b45ad85b1b0a9b5103f8ce730512a866: Refactored the contract between MessageTextVie...
- Refactored the contract between MessageTextView and ChatView
-
10:03 PM Revision 4e6806ce7efd7a195b81b52c50b0cfa13c8afe14: comments
- comments
-
10:00 PM Revision 8c511bd8b5e5235ee26e788fd9de88f230ce8b22: Parse URLs and colors also when using the topi...
- Parse URLs and colors also when using the topic command.
-
09:42 PM Revision 5704002e8adc1fd402e221b3873fc8fcf1ef91f3: Adding .gitignore
- Adding .gitignore
-
09:42 PM Revision 52e1433507c4612e63cb9595d1ccc568f69e873a: Started refactorization of ChatView
- Started refactorization of ChatView
-
09:42 PM Revision 443d5e56e227170987b3d3eae2b73ab1c77f092c: Initial Entry>TextView migration
- Initial Entry>TextView migration
-
09:42 PM Revision 7ec598e6eb36ea334e33e87929d0915ee7623a9b: Migration almost completed, need to fix a bug ...
- Migration almost completed, need to fix a bug in topic display :/
-
02:20 AM Feature #28 (Closed): support mIRC colors in topic
- Implemented in GIT commit commit:7ec598e6eb36ea334e33e87929d0915ee7623a9b
-
02:19 AM Feature #1 (Closed): support URLs in topic
- Implemented in GIT commit:7ec598e6eb36ea334e33e87929d0915ee7623a9b
-
01:33 AM Task #162: Refactor topic entry of group chats from Gtk.Entry to Gtk.TextView
- Implemented in GIT commit commit:443d5e56e227170987b3d3eae2b73ab1c77f092c
03/26/2009
-
09:31 PM Task #162: Refactor topic entry of group chats from Gtk.Entry to Gtk.TextView
- This is needed to support clickable URLs (#1) and color support (#28) in the topic
-
09:23 PM Feature #1: support URLs in topic
- I am now trying to ingrate the work you did in your GIT branch at: http://github.com/dpaleino/smuxi/tree/textview
03/25/2009
-
10:22 PM Feature #161: Support for flag/icon of half-ops, admins and services in channels
- Replying to "mdziczkowski@…":/issues/show/161: > My ideas to improvement Smuxi: > > > == Add: == > > * function to list all channels on the server That's already available using Chat -> Find Group Chat -> Search (without specifying a f...
-
12:31 PM Feature #161: Support for flag/icon of half-ops, admins and services in channels
- op, half op, admin and services highlight (with icons)
03/17/2009
Also available in: Atom