Activity

From 07/09/2008 to 08/07/2008

08/07/2008

avatar 10:48 AM Bug #99: reconnect after kill break query chats
When the IRC client was killed by an IRC op then the existing query chats are not enabled again. Also all exisiting channels are closed (thus all buffers are gone). Mirco Bauer

08/05/2008

avatar 06:36 PM Revision c7f6e8482c8b19794d33cf6d2d0f7ec3e15fb651: * Frontend-GNOME/Preferences/PreferencesDialog...
* Frontend-GNOME/Preferences/PreferencesDialog.cs: Use ColorTools instead of broken local conversion methods. * Frontend-GNOME/Chats/ChatView.cs: Apply overriden background color in AddMessage(). Better debug output for GetBestTextColor(). ... Mirco Bauer
avatar 06:32 PM Revision 5c44c1172762da7760f56a12de4d12b9636701db: * Protocols/Irc/IrcProtocolManager.cs: Coloriz...
* Protocols/Irc/IrcProtocolManager.cs: Colorize nicks in nick changes and quit messages. Mirco Bauer

08/03/2008

avatar 10:04 PM Revision 03ca284ff94ea7d2117a641f83c802001541a208: * Frontend-SWF/Chats/ChatView.cs: Don't use ha...
* Frontend-SWF/Chats/ChatView.cs: Don't use hardcoded value. * Frontend-SWF/ColorTools.cs: Using HexCode property now. Mirco Bauer
avatar 10:03 PM Revision 0248957e50ae0542a11b92005cbca66151336772: * Engine-IRC/Protocols/Irc/IrcProtocolManager....
* Engine-IRC/Protocols/Irc/IrcProtocolManager.cs: _OnNickChange(): Nick changes now use colored nicks. * Frontend-GNOME/Chats/ChatView.cs, Frontend-GNOME/ColorTools.cs: Implemented getting a good color based on the background color for a go... Mirco Bauer
avatar 05:41 PM Feature #98: SASL support
there's an irssi script that's a little bit broken to support SASL: http://www.stack.nl/~jilles/irc/cap_sasl.pl.txt here's a working implementation of it written in C: http://hg.atheme.org/conspire/file/4ed31e7297bc/src/common/sasl.c Mirco Bauer
avatar 05:38 PM Feature #98: SASL support
I'd like very much to see SASL support in Smuxi. It's currently used on very few networks (but all the ones i run :P ), but it will be on Freenode within the next year and it will be in [[InspIRCd]]. I think this would be a useful feature because ... jdhore1-gmail-com -
avatar 12:41 PM Feature #97: remember last seen highlight in engine
The frontend could remember the highest timestamp it have seen of chats on disk. Then when the frontend is attached it could clear all message activity and highlights up that that point. This way it doesn't need to clear all activity like it does ... Mirco Bauer
avatar 10:03 AM Feature #96: SSL+CertFP support
Implement SSL+CertFP support see: http://www.oftc.net/oftc/NickServ/CertFP Mirco Bauer
avatar 08:53 AM Bug #95: working L10N support
Smuxi supports gettext but is not initializing it correctly at application startup and thus nothing is translated. Mirco Bauer
avatar 08:52 AM Bug #94: working L10N support
Smuxi supports gettext but is not initializing it correctly at application startup and thus nothing is translated. Mirco Bauer
avatar 08:51 AM Feature #93: screensaver / typing break support
When the screensaver is active, the frontend should set the away status. A more specific away message could be used for the GNOME "typing break" feature, as the user will be away unexpectedly. This should be implemented as plugin. Mirco Bauer
avatar 08:44 AM Bug #92: /quit commands seems to do nothing
When executing /quit nothig seems to happen, but it should disconnect from IRC with a user supplied message. Mirco Bauer

08/02/2008

avatar 10:12 PM Feature #91: restore window size
When the window size is changed it should be stored and restored when smuxi is restarted. Mirco Bauer

08/01/2008

avatar 10:25 AM Bug #90: server specific username is not considered
Smuxi 0.6.1 seems to ignore server specified usernames. Mirco Bauer

07/31/2008

avatar 08:31 PM Revision 6306ae0e3a8f5d891f1d1cde33055887fba41cb8: * IrcProtocolManager.cs: Fixed /help command t...
* IrcProtocolManager.cs: Fixed /help command to spit out the header in the session instead of the frontend manager directly. Mirco Bauer
avatar 03:30 PM Feature #86: user defined filters
Would be awesome to see this. I think it is a very important feature to make the client more useable. I stay in 10> channels on freenode, mostly big ones. This make the highlighting in the channel tab very useless since many channel actions ... Redmine Admin

07/30/2008

avatar 09:57 PM Bug #80 (Closed): quick connect just closes without action
Fixed in SVN r356 Mirco Bauer
avatar 09:57 PM Revision eb7809e817f45f79439123ad13132d0618563d06: * Frontend-GNOME/Frontend-GNOME.mdp, Fronten...
* Frontend-GNOME/Frontend-GNOME.mdp, Frontend-GNOME/smuxi-frontend-gnome.exe.config, Server/Server.mdp, Server/smuxi-server.exe.config: Added .exe.config for log4net configuration to project. Mirco Bauer
avatar 09:56 PM Revision bdf8d9ba285b79deb63c6da96c769221a5d7013c: * Frontend-GNOME/QuickConnectDialog.cs: Fixed ...
* Frontend-GNOME/QuickConnectDialog.cs: Fixed server selection using "double click", by setting f_ServerModel before confirming the dialog. (closes trac bug #80) Mirco Bauer
avatar 09:47 PM Bug #89 (Closed): colors not cleared when an IRC message contains mIRC color control characters
Fixed in SVN r355 Mirco Bauer
avatar 12:52 PM Bug #89: colors not cleared when an IRC message contains mIRC color control characters
An IRC message with mIRC color codes like this: ... Mirco Bauer

07/29/2008

avatar 09:34 PM Revision 97c597ae10c9101ceb50676210b343be52ec3553: * IrcProtocolManager.cs: Fixed resetting color...
* IrcProtocolManager.cs: Fixed resetting colors in messages where clear control character is used. (thanks to Zhila for spotting this) Mirco Bauer
avatar 08:06 PM Revision d34fc4ad777d2a4f1ef37c5341faa9be635ebc4f: * MainWindow.cs, Frontend-SWF.mdp, Chats/ChatV...
* MainWindow.cs, Frontend-SWF.mdp, Chats/ChatView.cs, ColorTools.cs, Entry.cs: Implemented theming support for chat page and command entry. Mirco Bauer
avatar 07:04 PM Revision 0c408ccc77ae988d14c2097e0a56a732978e5cd4: * MainWindow.cs: Fixed indention. Apply the...
* MainWindow.cs: Fixed indention. Apply theming settings. * Chats/ChatView.cs: Implemented theme support of background and foreground color. * ChatViewManager.cs: Apply theming settings. Mirco Bauer
avatar 05:39 PM Revision 861e03fbbf83f7a862b4a79a3ab7a109ea8178ce: added MonoPosixHelper.dll for the windooze lem...
added MonoPosixHelper.dll for the windooze lemmings Mirco Bauer
avatar 01:35 PM Feature #88 (Closed): Carretmode default on
Caret mode can't be the default, as that would make loosing the focus very easily, for that reason it needs to be enabled explicitly. Mirco Bauer
avatar 12:53 PM Bug #87: new tabs opens at front instead of end
Thats indeed a sorting bug, will be fixed in 0.6.2 Mirco Bauer
avatar 12:49 PM Bug #81: closing server tabs will freeze the frontend [win32]
I've tested further within windows, i cannot establish a connection via the Quick Connect options to whatever server i choose, after i closed a server tab. Now i have to restart smuxi again. So indeed this would be very critical for windows users. Lycaon -
avatar 12:45 PM Feature #88: Carretmode default on
I suggest carretmode always be on as default when smuxi first starts. Loads of irc clients have this option to, but it's always on by them. Users would like a smooth migration from a other irc client to yours right? Lycaon -
avatar 12:44 PM Feature #86: user defined filters
Thats a missing feature, not implemented yet. Mirco Bauer
avatar 12:44 PM Feature #84: disable timestamps
Hm never tested that. That's a missing feature then, that the timestamp format can be empty or make an checkbox that says no timestamps... Mirco Bauer
avatar 12:39 PM Feature #83: multiple nicknames in preferences
Smuxi supports multiple nicknames already, you can add one or more nicks to the entry with space or command between them. Not sure how to make that entry more userfriendly, I want something simple... Mirco Bauer
avatar 12:35 PM Bug #87: new tabs opens at front instead of end
When joining a channel or opening a new tab, it is unnatural that a tab gets opened at position 1. As an example when i have the following channels open: [test1] - [test2] - [test3] - [test4] so when i type: /join #test5 a "normal" user would e... Lycaon -
avatar 12:35 PM Feature #82: default encoding in preferences
Empty means it uses the default system encoding. It would be more clear if the empty entry would say "System Default" instead. Mirco Bauer
avatar 12:30 PM Bug #81: closing server tabs will freeze the frontend [win32]
Hm, migh be related to thread handling, need to debug that on windows then. Mirco Bauer
avatar 12:25 PM Feature #86: user defined filters
Within windows AND linux the add and remove buttons are disabled in the filters tab. Lycaon -
avatar 12:23 PM Feature #85: bashstyle completion of commands
The bashstylecompletion works good for nicks etc. Within mIRC this is just autocompletion on nicks. My interpertation of bash completion was also the commands from IRC. This would be a nice feature wich not allot of irc clients have. Also i wou... Lycaon -
avatar 12:19 PM Feature #78: user defined highlights
The highlight list is disabled because it's not implemented, thus I changed this ticket to "enhancement". Mirco Bauer
avatar 12:15 PM Feature #84: disable timestamps
In the preferences tab -> interface -> Timestamp format, when changing the timestamp textbox empty, smuxi will print full date and time. Example: 7/29/2008 2:10:18 PM <lycaon> bladiebla The purpose of changing the timestamp textbox empty was to d... Lycaon -
avatar 12:08 PM Feature #83: multiple nicknames in preferences
As you will read the first part will be a minor enhancement and the second parts will take more time. Within the preferences dialog is the nickname entry, the label infront of the textbox is written in plural. The textbox suggests that there i... Lycaon -
avatar 11:47 AM Feature #82: default encoding in preferences
In the preferences tab you can choose your encoding, casual users won't even touch that because they have no clue what it means/does. But within your Gnome frontend the encoding option is default empty. Maybe this is done by you, and it wil automa... Lycaon -
avatar 11:40 AM Bug #81: closing server tabs will freeze the frontend [win32]
This problem only occurs within Windows using the GTK# frontend. When closing a servertab, and smuxi warns you that it will also close all channels and chats, it will freeze smuxi totally. In first i thought the whole program was dead, but i decid... Lycaon -
avatar 11:34 AM Bug #80: quick connect just closes without action
If a user is in the quickconnect dialog, it's natural to double click on a server to establish a connection to it. However, within smuxi 0.6.1 it just closes the quickconnect dialog and does not connect or whatshowever. It should not connect OR ... Lycaon -
avatar 11:23 AM Feature #79: user documentation
If you want "normal" users to user your IRC client wouldn't it be handy if there is documentation within the front-end? Pressing F1 will popup the help form and users can search etc. Or if the users presses F1 it will execute a help file. In windo... Lycaon -
avatar 11:10 AM Feature #78: user defined highlights
The highlightlist is not accessible in the gnome front-end. Tested it within windows and Ubuntu 8.04 LTS 32/64Bit edition. A further suggestion is allowing Regualar expressions within the highlight list. Lycaon -

07/28/2008

avatar 10:45 PM Revision e7b46487517a528f002409b7767848c50613bfa6: - fixed version check of smartirc4net
- fixed version check of smartirc4net Mirco Bauer
avatar 10:13 PM Revision 315f1fae5eeeca580b587fe3c444612a58cda46e: - added AssemblyVersion.cs to all Makefile.am ...
- added AssemblyVersion.cs to all Makefile.am files. Mirco Bauer

07/27/2008

avatar 10:49 PM Revision 345c2d15d15237a01d949f4e823d2370eaa83cf7: don't check for untranslated strings, as this ...
don't check for untranslated strings, as this is a dummy po/ directory anyhow Mirco Bauer
avatar 10:44 PM Revision 48e8f8dbf6894e6e58f0437198bad1705cf4cf94: added po/ to SUBDIRS
added po/ to SUBDIRS Mirco Bauer
avatar 10:42 PM Revision 5aa120e26a36d17577535463a0f425c785379cbc: added po/ back, else autogen.sh spits out warn...
added po/ back, else autogen.sh spits out warnings Mirco Bauer
avatar 10:07 PM Revision 42fdb76e97d85d631c4a6e1a55b552d353c09a83: * Frontend-GNOME/Frontend-GNOME.mdp, Frontend-...
* Frontend-GNOME/Frontend-GNOME.mdp, Frontend-SWF/Frontend-SWF.mdp: Build as WinExe. Mirco Bauer
avatar 09:21 PM Revision a0011b9318472a346744e54bb5bf976b17cc87a7: * Engine-IRC/Protocols/Irc/IrcProtocolManager....
* Engine-IRC/Protocols/Irc/IrcProtocolManager.cs: Don't pass ReceiveType.List to protocol chat. * smuxi.mds: Bumped version to 0.6.1 Mirco Bauer
avatar 08:53 PM Revision e6c8a34627b20047b3f22f34310657e90bc2951c: bumped version to 0.6.1
bumped version to 0.6.1 Mirco Bauer
avatar 08:47 PM Bug #53 (Closed): "make check" fails
Fixed in SVN r339 and r340 Mirco Bauer
avatar 08:44 PM Revision 70e1038146b4ae83b1cd58ddd72e654f97d442e8: updated german translation
updated german translation Mirco Bauer
avatar 08:13 PM Revision a1f83f77f735f714c10153bd2158d4e349e1dd25: GNU gettext doesn't cope with a structured po/...
GNU gettext doesn't cope with a structured po/ directory at all, way too much hardcoded paths (../) in the intltool-extract script, thus moved all po/* directories to po-*/ Mirco Bauer
avatar 08:12 PM Revision 72a10dd236b31958ad52ac5d2c41207e1135332c: better package description
better package description Mirco Bauer
avatar 07:50 PM Feature #54 (Closed): group chats by servers
Implemented in SVN r337 Mirco Bauer
avatar 07:50 PM Revision 816c05849ea9803f88d26968188a22443a1b07c0: * Frontend-GNOME/ChatViewManager.cs: Implement...
* Frontend-GNOME/ChatViewManager.cs: Implemented grouping person and group chats to their protocol chat. (closes trac bug #54) Mirco Bauer
avatar 07:19 PM Bug #56 (Closed): changing nicklist position is not applied after being changed
Implemented in SVN r334 Mirco Bauer
avatar 07:17 PM Revision d169c29762508c2f0274ce1dbe22ee3405a20f08: * Frontend-GNOME.mdp: Removed AssemblyInfo.cs....
* Frontend-GNOME.mdp: Removed AssemblyInfo.cs.in from project. Mirco Bauer
avatar 07:17 PM Revision f02dc60812d7d7ef2eae4afedb32fe253d379e93: * MainWindow.cs: Use Gtk.Stock.About button.
* MainWindow.cs: Use Gtk.Stock.About button. Mirco Bauer
avatar 07:16 PM Revision 58f576e7286506de4c7e7681e0fca481e4b116eb: * Chats/GroupChatView.cs: Implemented applying...
* Chats/GroupChatView.cs: Implemented applying topic and user list position settings for existing chats. (closes trac bug #56) Refactored code to apply layout changes for topic and user list position. Mirco Bauer
avatar 03:42 PM Bug #77: unhandled exception: FileNotFoundException System.Runtime.Remoting
The command to check if the library is installed is: ... Mirco Bauer
avatar 03:41 PM Bug #77 (Closed): unhandled exception: FileNotFoundException System.Runtime.Remoting
Thats not a bug. Your system is missing the System.Runtime.Remoting library, try: ... Mirco Bauer
avatar 03:19 PM Bug #77: unhandled exception: FileNotFoundException System.Runtime.Remoting
1. Start Smuxi-gnome-frontend 2. connect to freenode (automatically on startup) 3. click on "quick connect" for a new connection to another irc server 4. exception was thrown Here is the stacktrace I got: ------------------------------... jens-codes-concepts-com -
avatar 01:52 PM Revision fdfdf2ab3996c41911f6d5313fdf227dde56cf9b: - replaced echo summary lines with AC_MSG_RESU...
- replaced echo summary lines with AC_MSG_RESULT - removed AssemblyInfo.cs.in from AC_OUTPUT, as replaced with AssemblyVersion.cs.in - check for GTK# >= 2.10 for Frontend-GNOME and pass -define:GTK_SHARP_2_10 to compiler flags. Mirco Bauer
avatar 01:46 PM Feature #68 (Closed): Allow tabs to be reordered
Implemented in SVN r332 Mirco Bauer
avatar 01:45 PM Revision 909794bcdeb36afc5e96789737b56870305db20b: * Frontend-GNOME/ChatViewManager.cs, Frontend-...
* Frontend-GNOME/ChatViewManager.cs, Frontend-GNOME/Makefile.am: Allow re-ordering of tabs if GTK# 2.10 is available. (closes tac bug #68) Mirco Bauer
avatar 01:44 PM Revision cf0d535d96ffd90a110bb3efb66dc438ad15ad17: * Frontend/AssemblyInfo.cs, Frontend/AssemblyI...
* Frontend/AssemblyInfo.cs, Frontend/AssemblyInfo.cs.in, Engine-IRC/AssemblyInfo.cs, Engine-IRC/AssemblyInfo.cs.in, Frontend-GNOME/AssemblyInfo.cs.in, Common/AssemblyInfo.cs, Common/AssemblyInfo.cs.in, Frontend-GNOME-IRC/AssemblyInfo.cs, F... Mirco Bauer
avatar 11:56 AM Revision bf1ac135976f8e7b26126ecc6bbb5dd5cc6ef2d0: * GroupChatView.cs: Only prevent making a new ...
* GroupChatView.cs: Only prevent making a new selection using the right mouse button if the selection is actually multiple (>= 2 persons). Mirco Bauer
avatar 11:47 AM Feature #57 (Closed): whois in popup menu of a user in a channel
Implemented in SVN r329 Mirco Bauer
avatar 11:46 AM Revision 76a0859a1bffcd1061839997bad44701e2c125cf: * IrcGroupChatView.cs: Added whois to popup me...
* IrcGroupChatView.cs: Added whois to popup menu. (closes trac bug #57) Mirco Bauer
avatar 11:27 AM Feature #58 (Closed): kickban in popup menu of a user in a channel
Implemented in SVN r328 Mirco Bauer
avatar 11:26 AM Revision 6890c1207b852d3e33a5a28032d57e79119bfa21: * Frontend-GNOME-IRC/IrcGroupChatView.cs: Impl...
* Frontend-GNOME-IRC/IrcGroupChatView.cs: Implemented Kick + Ban in popup menu. (closes trac bug #58) Mirco Bauer
avatar 10:59 AM Feature #73 (Closed): Allow selecting more than one nick in the nick list panel
Implemented in SVN r327 Mirco Bauer
avatar 10:58 AM Revision 2ad11cd58598240337be23720a156e1325812cbb: * Frontend-GNOME/Chats/GroupChatView.cs, Fro...
* Frontend-GNOME/Chats/GroupChatView.cs, Frontend-GNOME/Chats/ChatView.cs, Frontend-GNOME-IRC/IrcGroupChatView.cs: Implemented selecting multiple person in a group chat. (closes trac bug #73) Refactored person context menu commands to sup... Mirco Bauer
avatar 10:06 AM Revision c0b877d75e2506e5f0cd6fbdd791b9f171972c71: * Chats/GroupChatView.cs, Chats/ChatView.cs: I...
* Chats/GroupChatView.cs, Chats/ChatView.cs: Initialize _Background and _Foregroundcolor correctly using Nullable<Gdk.Color> as Gdk.Color.Zero == color black. Mirco Bauer
avatar 09:07 AM Revision 807b2eb96ffc9f0c9e0edac9bf14d2ed44dcf37a: * Frontend/Frontend.mdp, Engine-MSNP/Engine-MS...
* Frontend/Frontend.mdp, Engine-MSNP/Engine-MSNP.mdp, Engine-IRC/Engine-IRC.mdp, Frontend-Curses/AssemblyInfo.cs, Frontend-Curses/Frontend-Curses.mdp, Frontend-GNOME/Frontend-GNOME.mdp, Frontend-STFL/AssemblyInfo.cs, Frontend-STFL/Frontend... Mirco Bauer

07/24/2008

avatar 11:26 PM Revision dd4e3f5b12bbe0716780201a14c694ee5c7d9a45: - Fixed AssemblyInfo.cs and AssemblyVersion.cs...
- Fixed AssemblyInfo.cs and AssemblyVersion.cs to include author per project Jeffrey M Richardson
avatar 10:55 PM Revision dea1b3a7aa56f71b81960e3cd092a3bb03ee0730: - Split up AssemblyInfo.cs to external shared ...
- Split up AssemblyInfo.cs to external shared AssemblyVersion.cs - Updated Visual Studio build files to include shared AssemblyVersion.cs Jeffrey M Richardson
avatar 10:05 PM Bug #67 (Closed): window close commands do not work
Fixed in SVN r322 Mirco Bauer
avatar 10:04 PM Revision 549841206682f8bd386031f6ccffc87229f73078: * MainWindow.cs: Allow to close a chat using c...
* MainWindow.cs: Allow to close a chat using ctrl+w if it's not the session chat (instead of checking for group chat only) (really closes trac bug #67) Updated copyright year. Mirco Bauer
avatar 09:48 PM Revision 1696b6852e55ec005206eb5d336b41c8ddae0d1d: * Chats/GroupChatView.cs, Chats/ChatView.cs, E...
* Chats/GroupChatView.cs, Chats/ChatView.cs, Entry.cs: Use monospace bold as default font. Parse pango font description once. Mirco Bauer

07/23/2008

avatar 08:05 PM Feature #73: Allow selecting more than one nick in the nick list panel
Oh true, I forgot to implement that :) Mirco Bauer
avatar 08:03 PM Feature #71: Add popup menu to links in the chat/channel window
Thats a good idea. Mirco Bauer
avatar 05:56 PM Feature #74: Add a popup menu to nicks in the channel window
It would be useful if one could right-click on nicks in the channel window to see the same popup menu one gets when clicking a nick in the nick list. Redmine Admin
avatar 05:55 PM Feature #73: Allow selecting more than one nick in the nick list panel
Sometimes it is useful to select more than one person from the nick list (to mass-op, mass-kick etc) using the standard shift-click or ctrl-click operations. Redmine Admin
avatar 05:54 PM Feature #72: Provide an option to bold nicknames in the channel window
It is useful if the nicknames <nick> in the channel window stand out by making them use a bold font. It should probably be an option, since not everybody will like/need it Redmine Admin
avatar 05:53 PM Feature #71: Add popup menu to links in the chat/channel window
It would be great if one could right-click on a link in the chat/channel window and choose an option to open the link in the browser, open in a tab in the browser or copy the link. Marek Habersack
avatar 05:51 PM Feature #70: Preserve user nick across reconnects
When smuxi gets disconnected from the server due to a timeout or connectivity loss and the user has manually change their nick to a different on, it reverts to the default nick name on reconnect. It should preserve the nickname over the disconnect... Redmine Admin
avatar 03:57 PM Bug #67 (Feedback): window close commands do not work
I cannot close PM tabs with ctrl+w still, close is disabled in the menu. alex-launi-gmail-com -

07/22/2008

avatar 08:40 PM Revision 57d86326191a578b3dfbd18816f36f479bfd62a0: * Frontend-GNOME/Makefile.am, Server/Makefile....
* Frontend-GNOME/Makefile.am, Server/Makefile.am: Distribute and install .exe.config files. Mirco Bauer
avatar 08:06 PM Feature #59 (Closed): make debug output a command line switch
Implemented in SVN r318 anonymous -
avatar 08:06 PM Revision 5ea61f215fee9869416b0cf6a4268eb8aecba9a2: * Frontend-GNOME/Frontend.cs: Disabled splashs...
* Frontend-GNOME/Frontend.cs: Disabled splashscreen (we have no current logo anyhow). Mirco Bauer
avatar 08:05 PM Revision e7f332c9d2a60a7f2903c510624691e99b78535d: * Frontend-GNOME/Makefile.am, Frontend-GNOME/M...
* Frontend-GNOME/Makefile.am, Frontend-GNOME/Main.cs, Frontend-GNOME/Frontend-GNOME.mdp, Frontend-GNOME/AssemblyInfo.cs.in, Frontend-GNOME/AssemblyInfo.cs: Made debug logging an explicit command line parameter (closes trac bug#59). Mirco Bauer
avatar 08:05 PM Feature #60 (Closed): make debug output a command line switch
Implemented in SVN r317 anonymous -
avatar 08:04 PM Revision 353a436caf6b38c807e6b1f77428102cc4607e8b: * Server/AssemblyInfo.cs, Server/AssemblyInfo....
* Server/AssemblyInfo.cs, Server/AssemblyInfo.cs.in, Server/Server.mdp, Server/Main.cs, Server/Makefile.am: Made debug logging an explicit command line parameter (closes trac bug#60). Mirco Bauer
avatar 06:37 PM Revision ec92ef153ace68c42878c0ac269ecda20d5c6e50: * Server.cs: Call superseded method of Chann...
* Server.cs: Call superseded method of ChannelServices.RegisterChannel(). Mirco Bauer
avatar 06:06 PM Bug #67 (Closed): window close commands do not work
Fixed in SVN r315 Mirco Bauer
avatar 06:05 PM Revision e2338dc792d95045f18113cd63d16744ea75c0f0: * Frontend-GNOME/Entry.cs: Pass "/window close...
* Frontend-GNOME/Entry.cs: Pass "/window close" to IProtocolManager.CloseChat() instead of doing nothing (before it was a disabled protocol specific hack) (closes trac bug #67). Mirco Bauer
avatar 06:04 PM Feature #68 (Feedback): Allow tabs to be reordered
Re-considered this feature. Allow re-ordering tabs besides automatic sorting can co-exist. The not retained sorting after a reconnect of the frontend will be a known limitation. Mirco Bauer
avatar 06:02 PM Bug #67: window close commands do not work
ctrl+w works for me, also confirmed by the reporter. Mirco Bauer
avatar 05:24 PM Bug #67 (Assigned): window close commands do not work
confirmed Mirco Bauer
avatar 04:49 PM Feature #68 (Closed): Allow tabs to be reordered
This feature contradicts with #54 and can not be synced with the frontends (after reconnect the order would be lost). Plan was to group the tabs behind the associated server page, thus setting to wontfix for now. Mirco Bauer
avatar 03:58 PM Feature #69: add /alias command
We need a /alias command for doing common tasks, example) /alias 'wc $1' 'window close $1' would alias /wc 4 to /window close 4 and etc. alex-launi-gmail-com -
avatar 03:49 PM Feature #68: Allow tabs to be reordered
The channel tabs should be able to be reorderable either by ctrl + shift + (pgup|pgdown), or dragging them to the correct position. alex-launi-gmail-com -
avatar 02:48 PM Bug #67: window close commands do not work
the /window close, and ctrl+w commands to close a channel do not work in Frontend: GNOME 0.6.0.27403 Engine: 0.6.0.27402 alex-launi-gmail-com -
avatar 02:13 PM Feature #66: "Join/Part" messages turn tab to "activity" colour
Regardless of the colour setting for Join/Part messages, the tab still lights up to the activity colour. alex-launi-gmail-com -
avatar 07:07 AM Revision 490c5cc321503a55192be4d912b1d0395428bd43: - Updated Visual Studio build scripts to build...
- Updated Visual Studio build scripts to build latest source - Updated Frontend-SWF back to working status - Continued development of Frontend-WPF Jeffrey M Richardson

07/21/2008

avatar 08:51 PM Feature #65: Smuxi should have a DBUS interface
Smuxi should have a dbus interface so that an app like gnome-do can interact with it, increasing integration across the desktop. Dbus methods that should be available: Connect to server (server [, port]) -- Connect to an irc server, with an ... alex-launi-gmail-com -
avatar 06:31 PM Feature #64: Remove dependency on TCP ports for 2-way communication (passive mode)
Currently both the client and server need open ports for successful communication. Since most home-level connections come with port restrictions, and because you can basically do everything inside a single TCP connection, remove the need of a clie... Kalle Kaitala
avatar 05:25 PM Feature #63: replace GNOME# API calls with GTK# API
Currently smuxi uses GNOME# just for the Druid-API (assistant/wizard). Since GTK+ 2.8 (I think) that can be replaced with a GTK+ API. This blocks the support of Mac OSX support! Mirco Bauer
avatar 05:21 PM Feature #62: logging support
Smuxi should be able to log conversations (person and group chats). Provinding a logging API and then allow plugins to implement actual loggers should be a good base. Here a list of possible logging plugins/formats: irssi-like format, universal RD... Mirco Bauer

07/20/2008

avatar 11:43 PM Feature #61: search dialog
Sometimes I want to search something in from the chat conversation but there is no search dialog to do it. Mirco Bauer
avatar 05:53 PM Feature #60: make debug output a command line switch
Don't spit out debug logging if not explicitly enabled using a command line switch. Mirco Bauer
avatar 05:52 PM Feature #59: make debug output a command line switch
Don't spit out debug logging if not explicitly enabled using a command line switch. Mirco Bauer
avatar 05:41 PM Feature #58: kickban in popup menu of a user in a channel
Add Kick+Ban to the popup menu. Mirco Bauer
avatar 05:40 PM Feature #57: whois in popup menu of a user in a channel
Add Whois to the popup menu. Mirco Bauer
avatar 05:32 PM Bug #56: changing nicklist position is not applied after being changed
When the nicklist position is changed in preferences, it's not applied to the current open chats. Mirco Bauer
avatar 03:31 PM Feature #55: enhanced minimize support (tray icon)
This whole user interface should be implemeted as follows: * When user hits the Close button, smuxi should close to tray; * Double clicking (or single clicking depending on user settings) the icon should open up the window; * Right clicking t... Arvydas -
avatar 03:25 PM Feature #55: enhanced minimize support (tray icon)
When the window is minimize it should become a tray icon instead and highlights will make the tray icon blinking. Mirco Bauer
avatar 03:25 PM Feature #54: group chats by servers
This behaviour should also be implemented for private chats. Arvydas -
avatar 03:06 PM Feature #54: group chats by servers
When you are connected to multiple servers, the chat tabs should be grouped to the server and not just added to the end of the list. Mirco Bauer
avatar 02:31 PM Bug #53: "make check" fails
"make check" fails with the following output: ... Mirco Bauer

07/19/2008

avatar 12:48 PM Revision 7b1173552cc47d6635206ae5ac820dca3f174a50: - I don't get .desktop file is not installed f...
- I don't get .desktop file is not installed for some reason. Mirco Bauer
avatar 11:43 AM Revision df5fbc4bf480a1b0402c46353f68d8bbc7acb086: added missing po directories to SUBDIRS
added missing po directories to SUBDIRS Mirco Bauer
avatar 11:39 AM Revision c4db50a37bcb96ac78a7748b07d298ad4aef1574: - fixed resource reference
- fixed resource reference Mirco Bauer
avatar 11:38 AM Revision b2161ea1d79dbaf0958b7467aecbd4b07c6a58ff: fixed typo
fixed typo Mirco Bauer
avatar 11:36 AM Revision cfeb14a8968bc90a7b1dd04698ef07983aa38d39: - fixed resource references (MD just copied th...
- fixed resource references (MD just copied them, wtf) Mirco Bauer
avatar 11:29 AM Revision 9874a5f3af6d2a94e0b29ddbc470bbecc20f3770: added mono.m4 and programs.m4 to EXTRA_DIST
added mono.m4 and programs.m4 to EXTRA_DIST Mirco Bauer
avatar 11:19 AM Revision c075d8b7f46e867ec13acb9c2da2dee4e9a136bd: more translation skeletons
more translation skeletons Mirco Bauer
avatar 11:16 AM Revision eed8326bb7cd51bd89f13e1394fc77a237ad81e1: another one
another one Mirco Bauer
avatar 11:14 AM Revision 2ba8b1e164d678fbf31e3e76fe72843a04131600: forgot this 2 files
forgot this 2 files Mirco Bauer
avatar 11:11 AM Revision 702f83199e4e725b4520356dea723b427baff354: - more autofool fun. - added german translation.
- more autofool fun. - added german translation. Mirco Bauer

07/18/2008

avatar 03:58 AM Revision bc2f3c9d563c3edd66590ece62d771ae93cdafc5: I hate autofool, but it almost works.
I hate autofool, but it almost works. Mirco Bauer
avatar 01:44 AM Revision 4026bbfa0a7730890a16c1b51f02d5ce179df5fa: those files should not be in SVN (autogenerate...
those files should not be in SVN (autogenerated by autofool) Mirco Bauer
avatar 01:41 AM Revision ac3373307174d5a402e52c5dfab6beb5676b0aa9: more autofool stuff
more autofool stuff Mirco Bauer
avatar 01:38 AM Revision 2db27fd04ecd104c5c4e087c656fe21595ae5479: autofooling smuxi *sigh*
autofooling smuxi *sigh* Mirco Bauer

07/17/2008

avatar 08:37 PM Revision 196a67f4f0331ea8b389344a1ce5ab6dd024d82b: - updated Meebey.SmartIrc4net.dll library. - u...
- updated Meebey.SmartIrc4net.dll library. - updated glade. Mirco Bauer
avatar 08:36 PM Revision f8482264469ba1a78085f5eb821d1b087f1e4dad: * Frontend/AssemblyInfo.cs, Engine-IRC/Assembl...
* Frontend/AssemblyInfo.cs, Engine-IRC/AssemblyInfo.cs, Engine-MSNP/AssemblyInfo.cs, Frontend-Curses/AssemblyInfo.cs, Frontend-GNOME/AssemblyInfo.cs, Frontend-STFL/AssemblyInfo.cs, Engine-XMPP/AssemblyInfo.cs, Common/AssemblyInfo.cs, Front... Mirco Bauer
avatar 08:31 PM Revision 7f126c06cce17a46cd2252d124a46eb9b0cc3aef: * MD5.cs: Fixed whitespace.
* MD5.cs: Fixed whitespace. Mirco Bauer
avatar 08:24 PM Bug #21 (Closed): /away only works on current protocol manager?
Works with the SVN version, no idea what actually fixed it. Mirco Bauer
avatar 08:22 PM Bug #12 (Closed): Can't close open rooms with ctrl+w
Fixed in SVN r295 Mirco Bauer
avatar 08:21 PM Revision 0a7c13528ad292bf059239a773388877fd84231f: * Frontend-GNOME/MainWindow.cs: Added close ch...
* Frontend-GNOME/MainWindow.cs: Added close chat menu item. * Frontend-GNOME/Chats/ChatView.cs: Made Close() method public. Removed accelerator from Close menu item, MainWindow handles this now. Mirco Bauer
avatar 07:56 PM Revision 668b07749c0c3b1d71be445a327f108969121c9c: * ServerView.cs: glade3 renamed some widgets b...
* ServerView.cs: glade3 renamed some widgets because of a conflict ignoring the fact that it those have different toplevel widgets Mirco Bauer
avatar 07:28 PM Bug #43: /reconnect stalls the frontend [win32]
Probably related to my Thread.Abort() issue. Couldn't reproduce it with a different user, thus postponing to 0.7.0. Mirco Bauer
avatar 05:24 PM Bug #52 (Closed): command history doesn't reset cursor position
Fixed in SVN r293 Mirco Bauer
avatar 05:22 PM Revision 9e4a7dd1dd758d8dd0ddecfbd3093e1b3528fe89: * Frontend-GNOME/Entry.cs: Reset cursor positi...
* Frontend-GNOME/Entry.cs: Reset cursor position to the end when going up in the command history. Mirco Bauer
avatar 05:18 PM Bug #52: command history doesn't reset cursor position
When going up in the command history, the cursor is at the beginning instead of the end, a bit annoying when you want to continue an incomplete command.... Mirco Bauer
avatar 04:38 PM Feature #17 (Closed): /ban command
Implemented in SVN r292 Mirco Bauer
avatar 04:38 PM Revision 105758dbc353c5d1ac105550089a790ead6a4107: * Engine-IRC/Protocols/Irc/IrcProtocolManager....
* Engine-IRC/Protocols/Irc/IrcProtocolManager.cs: Added listing ban list support to /ban command (closes trac bug #17). Mirco Bauer
avatar 03:46 PM Feature #51 (Closed): /who command
Implemented in SVN r291 Mirco Bauer
avatar 03:46 PM Revision 19c98aab28c1b3034a5ebbf4abb0618345393aae: * Engine-IRC/Protocols/Irc/IrcProtocolManager....
* Engine-IRC/Protocols/Irc/IrcProtocolManager.cs: Implemented /who command (closes trac bug #51). Mirco Bauer
avatar 01:35 PM Feature #51: /who command
/who $target $target being nick or channel Mirco Bauer
avatar 01:23 PM Revision cfea1e4d9ad704839dc8bb3c61feb0ab56843bcb: * IrcGroupChatView.cs: Fixed sort order of op ...
* IrcGroupChatView.cs: Fixed sort order of op + voice, should be above voice not below. Mirco Bauer

07/16/2008

avatar 10:27 PM Feature #14 (Closed): Edit engines GUI
Implemented in SVN r284 Mirco Bauer
avatar 10:26 PM Revision d5a814c582e860af098ebbb7ecde12b2a0b3eb6c: - updated TODO list. - added Cobrian to CREDITS.
- updated TODO list. - added Cobrian to CREDITS. Mirco Bauer
avatar 10:25 PM Revision 2cff6e353f6ac3a8ffe2a9d8da2f75314d591c5a: - updated glade file, monodevelop keeps forget...
- updated glade file, monodevelop keeps forgetting this one :( Mirco Bauer
avatar 10:23 PM Revision 1a2e6685dcf43838bab5de65124df6ccb605f90f: - updated libraries.
- updated libraries. Mirco Bauer
avatar 10:23 PM Revision 6526f77884ea2ebf17a4bb3b2af37c8594ef1c2f: - removed Tango, it's non-free. - added LICENS...
- removed Tango, it's non-free. - added LICENSE file that clearly states the origin and license of each image. - added new images. Mirco Bauer
avatar 10:20 PM Revision 6583a77c6308c691ae41b75079bf3be4a21b223e: * Frontend-GNOME/Frontend.cs: Don't rely on Ap...
* Frontend-GNOME/Frontend.cs: Don't rely on Application.Quit(), call Environment.Quit() afterwards to be sure we are quitting. Mirco Bauer
avatar 10:20 PM Revision 34638090c62f9948490a18b41df4556867289df2: * Frontend-GNOME/MainWindow.cs, Frontend-GNOME...
* Frontend-GNOME/MainWindow.cs, Frontend-GNOME/EngineManagerDialog.cs, Frontend-GNOME/FirstStartDruid.cs, Frontend-GNOME/Frontend-GNOME.mdp, Frontend-GNOME/EngineDruid.cs, Frontend-GNOME/NewEngineDruid.cs: Renamed NewEngineDruid to EngineD... Mirco Bauer
avatar 09:31 PM Feature #19 (Closed): basic theming
Implemented in SVN r283 Mirco Bauer
avatar 09:26 PM Revision 3b631a4704bd26c8614831da75d10e5e16159492: * Frontend-GNOME/MainWindow.cs, Frontend-GNOME...
* Frontend-GNOME/MainWindow.cs, Frontend-GNOME/Frontend.cs, Frontend-GNOME/Preferences/PreferencesDialog.cs, Frontend-GNOME/Chats/GroupChatView.cs, Frontend-GNOME/Chats/ChatView.cs, Frontend-GNOME/Entry.cs, Frontend-GNOME/ChatViewManager.c... Mirco Bauer
avatar 03:29 PM Revision be0ce10fd1236f16df8220af4c16d434c9d88002: * Frontend-GNOME-IRC/IrcGroupChatView.cs: Adde...
* Frontend-GNOME-IRC/IrcGroupChatView.cs: Added devider to person popup menu. Mirco Bauer

07/15/2008

avatar 09:20 PM Revision 8a4150ab463811ae1a8ff4076245a74774b16cd6: * Frontend-GNOME/MainWindow.cs, Frontend-GNOME...
* Frontend-GNOME/MainWindow.cs, Frontend-GNOME/Frontend.cs, Frontend-GNOME/GnomeUI.cs, Frontend-GNOME/ChatViewManager.cs: Failed attempt to fix trac bug #50 Mirco Bauer
avatar 08:20 PM Bug #36 (Closed): default username not honored for servers without username set
Fixed in SVN r280 Mirco Bauer
avatar 08:20 PM Revision 8f0e76f09cf92a688f012973747c07ee95ad6d91: * IrcProtocolManager.cs: Use global username i...
* IrcProtocolManager.cs: Use global username if server username is empty (closes trac bug #36). Set highlight for query actions and notices. Mirco Bauer
avatar 08:03 PM Bug #50: first private chat message is not highlighted
Post-pone this bug to 0.7.0, this issue looks simpler than it is. The highlight get's lost for person chats because the highlight is cleared in [[GnomeUI]].SyncChat() after it was synced so re-attaching the frontend will not trigger all highlight... Mirco Bauer
avatar 07:05 PM Feature #13 (Closed): Group chat (channel) list GUI
Implemented in SVN r279 Mirco Bauer
avatar 07:04 PM Revision 3a2bc897c0cd2edf2f93026b61a01c678de38f54: * Engine-MSNP/Protocols/Msnp/MsnpProtocolManag...
* Engine-MSNP/Protocols/Msnp/MsnpProtocolManager.cs, Engine-XMPP/Protocols/Xmpp/XmppProtocolManager.cs, Engine/Protocols/IProtocolManager.cs, Engine/Protocols/ProtocolManagerBase.cs, Engine-OSCAR/Protocols/Oscar/OscarProtocolManager.cs: Ad... Mirco Bauer
avatar 12:00 AM Revision f1083b0b69396398eec04648bce07521d82beec8: * Chats/SessionChatView.cs, Chats/PersonChatVi...
* Chats/SessionChatView.cs, Chats/PersonChatView.cs, Chats/GroupChatView.cs, Chats/ChatView.cs: Fixed icon / label position on tabs. Mirco Bauer

07/14/2008

avatar 07:53 PM Revision 0200da2ebccd369259e97505c9570b6b7c29b3a4: * Engine-IRC/Protocols/Irc/IrcProtocolManager....
* Engine-IRC/Protocols/Irc/IrcProtocolManager.cs: Fixed CommandCycle(). * Frontend-GNOME/Entry.cs: Fixed brace in help output. Mirco Bauer
avatar 07:48 PM Feature #47 (Closed): smarter values for default config, no first start druid
Implemented in SVN r276 Mirco Bauer
avatar 07:48 PM Revision 435e068457bdc3e125aeae49e6d257a470f25068: * Frontend-GNOME/Frontend.cs: Fixed indention....
* Frontend-GNOME/Frontend.cs: Fixed indention. Call Quit() in ShowException, as thats what the message (CrashDialog) says. Don't run first start druid anymore. * Engine/Config/Config.cs: Added OFTC, GIMPNet, EFnet, IRCnet and freenode as... Mirco Bauer
avatar 04:19 PM Bug #50: first private chat message is not highlighted
When someone sends me a private message and there was no tab for it open yet, the message will show up as no activity nor highlight. Mirco Bauer
avatar 03:01 PM Feature #49: switch input entry from Gtk.Entry to Gtk.TextView
This switch is needed for supporting spell checking (#48), image, color and line breaks. Mirco Bauer
avatar 03:01 PM Feature #44 (Closed): live spell checking
Duplicate of #48 Mirco Bauer
avatar 02:57 PM Feature #48: spell checking
Implement spell checking for the input entry using libgtkspell. We have to switch from Gtk.Entry to Gtk.TextView then though, but that will be needed anyhow for color, image and proper line break support. Mirco Bauer
avatar 02:43 PM Revision 85ddd6f2a8124ca1f74ac3b5794a9a349024af94: * Frontend-GNOME/Entry.cs: Fixed loosing the s...
* Frontend-GNOME/Entry.cs: Fixed loosing the selection issue when bringing focus back to the input entry. Mirco Bauer
avatar 02:40 PM Feature #47: smarter values for default config, no first start druid
Many of the default values in a fresh config should be fetched from the environment, like login name, real name, some well known IRC servers/networks (IRCnet, OFTC, freenode, etc), #smuxi as auto-join channel. The first start druid should be remov... Mirco Bauer

07/13/2008

avatar 03:50 PM Feature #46: nickname completion on private chat
Private chat should at least allow nickname completion of the nick I talk to. Mirco Bauer
avatar 03:48 PM Bug #45: notice does highlight while shouldn't
Notice in query doesn't highlight, probably notice on protocol chat neither. Mirco Bauer

07/12/2008

avatar 09:10 PM Feature #44: live spell checking
Spell check words entered in the "input entry". The checked languages should be configurable. Mirco Bauer
avatar 05:18 PM Feature #41: IRC reconnect on timeout takes too long
This might only happen because of the Thread.Abort() issues I have... since the lag indicator was implemented it reconnects pretty fastly. Mirco Bauer
avatar 05:06 PM Feature #39 (Closed): combine connect and quick connect dialog
Implemented in SVN r273 Mirco Bauer
avatar 05:02 PM Revision 2187382795737676fd517adba4a90d0fb12d33ae: unneeded as merged with QuickConnectionDialog
unneeded as merged with QuickConnectionDialog Mirco Bauer
avatar 05:00 PM Revision 0b39983d4d0d3aa91080c96957a78a076a6e3dea: * Frontend-GNOME/MainWindow.cs, Frontend-GNOME...
* Frontend-GNOME/MainWindow.cs, Frontend-GNOME/Frontend-GNOME.mdp, Frontend-GNOME/gtk-gui/Smuxi.Frontend.Gnome.QuickConnectDialog.cs, Frontend-GNOME/gtk-gui/Smuxi.Frontend.Gnome.ConnectDialog.cs, Frontend-GNOME/gtk-gui/gui.stetic, Frontend... Mirco Bauer
« Previous
Next »
 

Also available in: Atom