Activity

From 05/18/2008 to 06/16/2008

06/16/2008

avatar 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). Mirco Bauer
avatar 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. Mirco Bauer

06/15/2008

avatar 01:18 PM Feature #34 (Assigned): GUI for manual server connect
I am currently working on this one. Mirco Bauer
avatar 01:17 PM Feature #34: GUI for manual server connect
Implemented a GUI to manually connect to a server (quick connect). (requested by enjoi). Mirco Bauer
avatar 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). Mirco Bauer
avatar 01:14 PM Feature #32: banshee plugin via dbus (now playing...)
Show "now playing..." message when banshee plays a song. Mirco Bauer
avatar 01:12 PM Feature #31: Handle irc:// URLs (in GNOME)
Handle irc:// URLs in GNOME via dbus and/or remoting. Mirco Bauer
avatar 01:11 PM Feature #30: make #channel clickable
Make #channel clickable by making it an irc:///#channel URL and handle it in the frontend. Mirco Bauer
avatar 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). Mirco Bauer
avatar 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) Mirco Bauer
avatar 01:04 PM Feature #27: encoding setting per server
Allow to use different encodings per server. (requested by Cobrian) Mirco Bauer
avatar 01:03 PM Feature #26: auto-retry joining channels
When a joining a channel fails in a temporarly way, try to rejoin it automatically. Mirco Bauer
avatar 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). Mirco Bauer
avatar 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... Mirco Bauer
avatar 01:00 PM Feature #23: SSL support
Add SSL support by making a "use ssl" option. Mirco Bauer
avatar 12:59 PM Feature #22: IPv6 support
Add IPv6 support by making a "use ipv6" option. Mirco Bauer
avatar 12:58 PM Feature #1: support URLs in topic
Not sure yet how to implement that with the Gtk.Entry widget. Mirco Bauer
avatar 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. Mirco Bauer
avatar 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 Mirco Bauer
avatar 12:53 PM Feature #19: basic theming
Smuxi should support basic theming, like modifying: foreground/background color, font size, font type Mirco Bauer
avatar 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. Mirco Bauer
avatar 12:51 PM Feature #17: /ban command
/ban without any parameters should list the current banlist. Mirco Bauer
avatar 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. Mirco Bauer
avatar 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. Mirco Bauer
avatar 12:47 PM Feature #14: Edit engines GUI
Editing existing engines in the engine manager needs to be implemented. Mirco Bauer
avatar 12:45 PM Feature #13: Group chat (channel) list GUI
Making a GUI that shows all available group chats (channels) of a protocol manager. Mirco Bauer

06/05/2008

avatar 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? Mirco Bauer

06/02/2008

avatar 09:15 PM Feature #4 (Closed): Network chat pages should be closable
Implemented in SVN r261. Mirco Bauer
avatar 09:15 PM Revision 3a444b1e9afdeef3ea8306190b8e1babfceea7c7: * Frontend-GNOME/Chats/ProtocolChatView.cs: Im...
* Frontend-GNOME/Chats/ProtocolChatView.cs: Implemented closing of protocol chats. Mirco Bauer
avatar 08:56 PM Feature #7 (Closed): Middle click to close tabs
Implemented in SVN r260. Mirco Bauer
avatar 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... Mirco Bauer
avatar 08:07 PM Bug #3 (Closed): /network close doesn't close network page
Fixed in SVN r258. Mirco Bauer
avatar 08:06 PM Revision 72604eb89266ba87724c30ba15031a26794d7407: * Session.cs: Nicer code path.
* Session.cs: Nicer code path. Mirco Bauer
avatar 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. Mirco Bauer
avatar 06:53 PM Revision 9a7531eda7df0c8fbb62dd14a9a61ab7483da762: updated to SVN snapshot
updated to SVN snapshot Mirco Bauer
avatar 06:16 PM Bug #2 (Closed): /connect changes current protocol manager
Fixed in SVN r254. Mirco Bauer
avatar 06:13 PM Revision f9115e99840f597a6c8897ef6d31eb9101f20b05: * Frontend/ChatView.cs, Frontend/Frontend.mdp:...
* Frontend/ChatView.cs, Frontend/Frontend.mdp: Delete obsolete ChatView. Mirco Bauer
avatar 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. Mirco Bauer
avatar 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... Mirco Bauer

05/18/2008

avatar 06:30 PM Revision b6340d3e4709e8fa2c8fe8a78dedf210b4691847: - Update Visual Studio project files - Update...
- Update Visual Studio project files - Updated UI for Frontend-WPF Jeffrey M Richardson
« Previous
Next »
 

Also available in: Atom