Activity
From 06/01/2008 to 06/30/2008
06/30/2008
-
11:08 PM Feature #39: combine connect and quick connect dialog
- Combine the connect and quick connect dialog would allow to share more code and is more user friendly as there is a single dialog to do both.
-
09:33 PM Feature #34 (Closed): GUI for manual server connect
- Implemented in SVN r263
-
09:32 PM Revision 5900ccf37cc54dbe91c35c07745ae400e02b0804: * Engine-IRC/Protocols/Irc/IrcProtocolManager....
- * Engine-IRC/Protocols/Irc/IrcProtocolManager.cs: Pass IRC errors to frontend. Pass IRC messages to protocol manager also if being on session chat. * Frontend-GNOME/MainWindow.cs: Enhanced menu. * Frontend-GNOME/Preferences/ServerListView.c...
06/27/2008
-
07:51 PM Feature #38: send notices from users to channels and querys where useful
- When you and a user "foo" is on channel #chan and sends you a notice, not only show the notice on the network chat but also on that channel. Same goes with a query chat (if exists).
06/25/2008
-
07:43 PM Revision c4c2dc766fae05928d3ff89bf0df8e3433710a75: * Engine/Protocols/IProtocolManager.cs, Engi...
- * Engine/Protocols/IProtocolManager.cs, Engine/Protocols/ProtocolManagerBase.cs: Expose chats owned by the protocol manager.
-
07:39 PM Bug #37 (Closed): +channels don't work
- That was a bug in [[SmartIrc]]4net and has been fixed.
06/18/2008
-
10:25 PM Bug #37: +channels don't work
- When I try to join a +channel I get an only an empty chat.
06/16/2008
-
01:11 PM Bug #36: default username not honored for servers without username set
- When connecting to a server without a specific username then the default username from the settings is not used. This prevents connecting to servers when the local username contains a dot (like mirco.bauer).
-
01:03 PM Feature #35: memory usage watcher
- Watch the memory usage and after a certain size (like 100MB) show a memory usage warning to the user, and suggest to restart smuxi and file a bug report. Probably also adding memory usage hints somehow, so we know where the usage comes from.
06/15/2008
-
01:18 PM Feature #34 (Assigned): GUI for manual server connect
- I am currently working on this one.
-
01:17 PM Feature #34: GUI for manual server connect
- Implemented a GUI to manually connect to a server (quick connect). (requested by enjoi).
-
01:15 PM Feature #33: dbus support
- Add dbus support for different things, like handling IRC URLs. But make it optional, as dbus is not portable (yet).
-
01:14 PM Feature #32: banshee plugin via dbus (now playing...)
- Show "now playing..." message when banshee plays a song.
-
01:12 PM Feature #31: Handle irc:// URLs (in GNOME)
- Handle irc:// URLs in GNOME via dbus and/or remoting.
-
01:11 PM Feature #30: make #channel clickable
- Make #channel clickable by making it an irc:///#channel URL and handle it in the frontend.
-
01:09 PM Feature #29: show away-msg only once per query
- Show away-msg only once per query (on each message it's annoying).
-
01:06 PM Feature #28: support mIRC colors in topic
- Support mIRC colors in topic. We need to change the IFrontendUI interface for that as it only supports a simple string currently. And not sure how to implement colors with the Gtk.Entry widget in the GNOME frontend. (requested by Cobrian)
-
01:04 PM Feature #27: encoding setting per server
- Allow to use different encodings per server. (requested by Cobrian)
-
01:03 PM Feature #26: auto-retry joining channels
- When a joining a channel fails in a temporarly way, try to rejoin it automatically.
-
01:02 PM Feature #25: Pass unknown commands to protocol manager as fallback.
- Pass unknown commands raw to the server like /foobar (but being an option).
-
01:01 PM Feature #24: Lag indicator (frontend <-> smuxi-server)
- Implement lag indicator between frontend <-> smuxi-server. I would need some kind of Ping() method that is a NOOP and measure how long the call takes...
-
01:00 PM Feature #23: SSL support
- Add SSL support by making a "use ssl" option.
-
12:59 PM Feature #22: IPv6 support
- Add IPv6 support by making a "use ipv6" option.
-
12:58 PM Feature #1: support URLs in topic
- Not sure yet how to implement that with the Gtk.Entry widget.
-
12:56 PM Bug #21: /away only works on current protocol manager?
- /away needs to set away on _all_ networks but only sets away on the current protocol manager for some reason.
-
12:55 PM Feature #20: more colors for message types
- allow to set different colors for different message types: chanmsg/privmsg/mode/join/part/ctcp/action
-
12:53 PM Feature #19: basic theming
- Smuxi should support basic theming, like modifying: foreground/background color, font size, font type
-
12:52 PM Feature #18: IRC channel manager gui with topic / bans / modes
- IRC channels (or maybe group chats in general) need a manager GUI that shows current topic / bans /modes user-friendly and allows to change them.
-
12:51 PM Feature #17: /ban command
- /ban without any parameters should list the current banlist.
-
12:50 PM Feature #16: smarter /op /deop /voice /devoice (using multiple modes)
- Using /op nick1 nick2 nick3 should use one mode change (mode +ooo) instead of making 3 single ones.
-
12:49 PM Feature #15: add date stamps between days like irssi
- When a day changes all open chats should get a line-marker telling the day changed, else the timestamp without the date is pretty useless.
-
12:47 PM Feature #14: Edit engines GUI
- Editing existing engines in the engine manager needs to be implemented.
-
12:45 PM Feature #13: Group chat (channel) list GUI
- Making a GUI that shows all available group chats (channels) of a protocol manager.
06/05/2008
-
10:13 PM Bug #11: can't scroll open chats
- The issue is the default focus mode that keeps the focus always in the "input box" (entry). When you enable the caret-mode (F7) the scrolling will work again. Not sure how to solve this yet. Maybe set focus back to entry after a timeout?
06/02/2008
-
09:15 PM Feature #4 (Closed): Network chat pages should be closable
- Implemented in SVN r261.
-
09:15 PM Revision 3a444b1e9afdeef3ea8306190b8e1babfceea7c7: * Frontend-GNOME/Chats/ProtocolChatView.cs: Im...
- * Frontend-GNOME/Chats/ProtocolChatView.cs: Implemented closing of protocol chats.
-
08:56 PM Feature #7 (Closed): Middle click to close tabs
- Implemented in SVN r260.
-
08:55 PM Revision d3abace1f11cbe3604e98f4a0601b173710c2d11: * Frontend-GNOME/MainWindow.cs: Fixed whitespa...
- * Frontend-GNOME/MainWindow.cs: Fixed whitespace. * Frontend-GNOME/Chats/ProtocolChatView.cs, Frontend-GNOME/Chats/SessionChatView.cs, Frontend-GNOME/Chats/PersonChatView.cs, Frontend-GNOME/Chats/GroupChatView.cs, Frontend-GNOME/Chats/Chat...
-
08:07 PM Bug #3 (Closed): /network close doesn't close network page
- Fixed in SVN r258.
-
08:06 PM Revision 72604eb89266ba87724c30ba15031a26794d7407: * Session.cs: Nicer code path.
- * Session.cs: Nicer code path.
-
08:06 PM Revision 363747056059f8cb0b651b158322f1bada6ae195: * Protocols/Irc/IrcProtocolManager.cs: _Run():...
- * Protocols/Irc/IrcProtocolManager.cs: _Run(): Fixed reconnect handling. OnDisconnected(): Don't disable the protocol chat, else the user loses the control over the protocol manager.
-
06:53 PM Revision 9a7531eda7df0c8fbb62dd14a9a61ab7483da762: updated to SVN snapshot
- updated to SVN snapshot
-
06:16 PM Bug #2 (Closed): /connect changes current protocol manager
- Fixed in SVN r254.
-
06:13 PM Revision f9115e99840f597a6c8897ef6d31eb9101f20b05: * Frontend/ChatView.cs, Frontend/Frontend.mdp:...
- * Frontend/ChatView.cs, Frontend/Frontend.mdp: Delete obsolete ChatView.
-
06:13 PM Revision a8226cab6710ea55a7c7d9a45af79ba713cd3b12: * Frontend-GNOME/Frontend-GNOME.mdp, Fronten...
- * Frontend-GNOME/Frontend-GNOME.mdp, Frontend-GNOME/Chats/ProtocolChatView.cs, Frontend-GNOME/Chats/NetworkChatView.cs: Renamed NetworkChatView to ProtocolChatView.
-
06:10 PM Revision 75a8f7f9ca9c708cbe43a7f3d1d623381e118fef: * Engine-MSNP/Protocols/Msnp/MsnpProtocolManag...
- * Engine-MSNP/Protocols/Msnp/MsnpProtocolManager.cs, Engine-IRC/Protocols/Irc/IrcProtocolManager.cs, Engine-XMPP/Protocols/Xmpp/XmppProtocolManager.cs, Engine/Engine.mdp, Engine/Chats/ChatType.cs, Engine/Chats/ProtocolChatModel.cs, Engin...
Also available in: Atom