Activity
From 05/17/2008 to 06/15/2008
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...
05/18/2008
-
06:30 PM Revision b6340d3e4709e8fa2c8fe8a78dedf210b4691847: - Update Visual Studio project files - Update...
- - Update Visual Studio project files - Updated UI for Frontend-WPF
Also available in: Atom