Activity
From 07/24/2010 to 08/22/2010
08/22/2010
-
04:13 PM Feature #288: automatic character recoding (e.g. latin1 <-> utf8)
- The branch that tries to deal with this: http://git.qnetp.net/?p=smuxi.git;a=shortlog;h=refs/heads/feature/%23288_automatic_character_recoding It can detect UTF8 but the recode part is not working.
-
04:07 PM Task #456: Include SmartIrc4net library
- The used IRC library should be included in the Smuxi source tree so features that have to be implemented in the IRC lib can hit Smuxi faster.
-
04:06 PM Task #315 (Rejected): Update smartirc4net library
-
04:00 PM Bug #455 (Closed): When away, message is shown 2 times
- Applied in changeset commit:"bf747d8622a628b7592010564deadb5d8997a1f0".
-
03:59 PM Revision bf747d8622a628b7592010564deadb5d8997a1f0: Show now being away and unaway message once. (...
- Show now being away and unaway message once. (closes: #455)
-
03:55 PM Feature #170 (Closed): set away automatically when no connection to server
- Applied in changeset commit:"dfc486faff93b9e1af9234e76816b177f4f23539".
-
03:55 PM Task #454 (Closed): Presence API
- Applied in changeset commit:"dfc486faff93b9e1af9234e76816b177f4f23539".
-
03:55 PM Revision dfc486faff93b9e1af9234e76816b177f4f23539: Automatically set and unset away state. (close...
- Automatically set and unset away state. (closes: #170) When the last connected frontend disconnects from the session and when a frontend connects again it will automatically update the away state for all protocol managers. This feature introduce...
-
03:38 PM Bug #455: When away, message is shown 2 times
- "/away test" outputs: ...
-
03:02 PM Task #454: Presence API
- An API that allows to query and modify the presence status of protocol managers.
-
02:13 PM Feature #157: "Jump to last highlight" feature
- You should really provide the same functionality than IRSSI's Alt-a: it switches to the tab with the most recent highlight, if there's no tab with highlight it switch to the most recent tab with a message, then to the tab with the most recent acti...
-
01:47 PM Feature #453: Plugin API for Engine Commands
- Create API for engine command plugins using the Mono.Addins library.
-
01:21 PM Feature #452: HTTP proxy support when connecting to smuxi-server with SSH
- This is probably useful: http://www.robotskirts.com/2010/02/11/ssh-over-http-proxy/
-
01:13 PM Feature #452: HTTP proxy support when connecting to smuxi-server with SSH
- The frontend should support HTTP proxies so it can connect to the smuxi-server in an environment where internet is only accessible through a proxy. This is a common restriction in company networks.
-
12:21 PM Revision 76de5b4bfed375a8d39f007ec62e4a183d98012f: l10n: Updated English (United Kingdom) (en_GB)...
- l10n: Updated English (United Kingdom) (en_GB) translation to 98% New status: 60 messages complete with 1 fuzzy and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
12:19 PM Revision bc65607d358264331b41a689fe09d699bc4c3758: l10n: Updated English (United Kingdom) (en_GB)...
- l10n: Updated English (United Kingdom) (en_GB) translation to 93% New status: 28 messages complete with 2 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
12:18 PM Revision a20d6c18af54e5b814ac4af3600d49caf217b6e1: l10n: Updated English (United Kingdom) (en_GB)...
- l10n: Updated English (United Kingdom) (en_GB) translation to 96% New status: 200 messages complete with 8 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
11:04 AM Bug #81 (Closed): closing server tabs will freeze the frontend [win32]
- Applied in changeset commit:"76d75b0c54c840a4809f2505495c917e5ebe3170".
-
11:03 AM Revision 76d75b0c54c840a4809f2505495c917e5ebe3170: Close networks in background as it might block...
- Close networks in background as it might block and with that the UI becomes unresponsive. (closes: #81)
08/21/2010
-
11:32 PM Bug #318 (Closed): manual /reonnect did not issue /join commands
-
11:21 PM Revision d2605850b11781c19ecfce65b48f91e8d85a139f: Fixed build
- Fixed build
-
10:44 AM Feature #221: Remember tab order
- Adding a Position property to the chat model that gets updated when moving a tab should do it.
-
10:34 AM Feature #288: automatic character recoding (e.g. latin1 <-> utf8)
- In case the URL breaks or the content vanishes, here a snapshot of it: ...
08/20/2010
-
12:01 PM Bug #451 (Closed): Crash after HappyBirthdayMircoException
- Ok, this issue should be solved by now. Can you confirm?
08/19/2010
-
07:40 PM Bug #451: Crash after HappyBirthdayMircoException
- Good catch ;) @meebey I think it has something to do with the changes you committed since midnight.
-
07:17 PM Bug #451: Crash after HappyBirthdayMircoException
- Surely a serious issue, I can't reproduce it though. ^^
-
07:01 PM Bug #451: Crash after HappyBirthdayMircoException
- I am not certain yet how important the issue is, can you provide a screenshot of the crash? :)
-
06:56 PM Bug #451: Crash after HappyBirthdayMircoException
- I suppose this issue is reproducible and will solve itself by tomorrow? Those issues I like the most! Thanks guys ^^
-
06:47 PM Bug #451: Crash after HappyBirthdayMircoException
- Today, Meebey is one year older. Exceptional Guy, exceptional exception, exceptional day. Happy birthday Mirco ! From Heavy, Moonpyk and everybody from the team !
08/18/2010
-
09:48 PM Task #450 (Closed): IrcMessageBuilder.AppendMessage() null support merge request
- Merged: commit:2c1be7e31886ae5452c5de89216a2d97f0b7e661 Thanks for your contribution!
-
09:44 PM Revision ef7b9d9cfeb77fe67c35655ec72655eb793fd860: Merge remote branch 'gitorious/master'
- Merge remote branch 'gitorious/master'
-
09:38 PM Revision 7d39ff9931cd0dd3ad7af4f67b879e305396e038: Tolerate passing null values to AppendText() f...
- Tolerate passing null values to AppendText() for consistency with StringBuilder
-
09:36 PM Revision 66f4cb93566ea72512c05bdc5202a8abd7757033: Don't taint Smuxi's source with Mono's Coding ...
- Don't taint Smuxi's source with Mono's Coding Standards, KTHXBAI
-
05:03 PM Revision cb69c336b0e579ec10829bdf784d51d9273f6f39: l10n: Updated German (de) translation to 100% ...
- l10n: Updated German (de) translation to 100% New status: 208 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
02:06 PM Revision 5f9fded54d0acf4a9f63cb911720d5ee782cd60f: If the message has no content, bail early. No...
- If the message has no content, bail early. No reason to go through all the Regex logic, string splitting, etc. if there's nothing in the message...
-
02:02 PM Task #450: IrcMessageBuilder.AppendMessage() null support merge request
- Please pull from: http://github.com/jonpryor/smuxi/tree/support-null-topics This fixes an issue where smuxi would get an ArgumentNullException when channel topics were null.
-
01:52 PM Revision 2c1be7e31886ae5452c5de89216a2d97f0b7e661: Support null values in IrcMessageBuilder.Appen...
- Support null values in IrcMessageBuilder.AppendMessage(). This is done for two reasons: 1. It was causing an ArgumentNullException when connecting via bip to a channel with a null topic (via IrcProtocolManager._OnTopic). 2. Consistency wi...
08/17/2010
-
10:24 PM Revision a8a36b5df32f1d9a87c95636825d622912522946: Fixed potential NRE when sending messages whil...
- Fixed potential NRE when sending messages while connecting
-
09:51 PM Revision 471048e6cf856181abf3111d9e67ea72bc271638: Fixed sender nick on person chats.
- Fixed sender nick on person chats.
08/16/2010
-
11:42 PM Revision 8ebd6b79e90ff708ef45157880777d2ba6018fe0: When leaving browse mode fake the switch page ...
- When leaving browse mode fake the switch page event.
-
11:18 PM Feature #448 (Closed): "Browse Mode" for scrolling through channels without marking them as read
- Applied in changeset commit:"b3962bdd1dd63a187ec047d8ccf03a071d8c37dd".
-
11:07 PM Revision b3962bdd1dd63a187ec047d8ccf03a071d8c37dd: Implemented "browse mode" feature which allows...
- Implemented "browse mode" feature which allows to temporarly by-pass markerline and tab color updates. (closes: #448)
-
11:03 PM Feature #448: "Browse Mode" for scrolling through channels without marking them as read
- When there are a lot of tabs open and you need to scroll through them, you can't see ahead the channel status/color; for example highlights.
-
10:14 PM Revision 2f719e2b080ebccd87d6530403c60debfa1e1738: Funky stetic code generator :/
- Funky stetic code generator :/
-
10:03 PM Revision 6058454b4f41e49c0de879e5029385df65de522a: Implemented contrast checking in pango markup ...
- Implemented contrast checking in pango markup generator.
-
12:03 AM Revision 39a37a3f08484526471e32755c9bda1a5ec24602: Updated project files to MonoDevelop 2.4
- Updated project files to MonoDevelop 2.4
08/15/2010
-
11:55 PM Feature #306 (Closed): Add sound
- Smuxi supports sounds via a notification daemon that has sound support, such as notification-daemon from the GNOME project. A "Sound Theme" has to be selected in: System -> Preferences -> Sound -> Sound Theme
-
11:46 PM Feature #447 (Closed): Use nick color in user list
- Applied in changeset commit:"3117d1edc64819e7a594010170e88aa21056085e".
-
11:45 PM Revision 3117d1edc64819e7a594010170e88aa21056085e: Apply nick-colors to user list. (closes: #447)
- Apply nick-colors to user list. (closes: #447)
-
11:41 PM Revision 4ed15adcee504beec9eb9cf3425d0ec4a99f1233: Honor nick-color setting when coloring nick tags.
- Honor nick-color setting when coloring nick tags.
-
10:52 PM Feature #447: Use nick color in user list
- The user list is showing all nicks using the regular text color instead of the nice and easy to recognize nick colors.
-
10:39 PM Bug #338 (Rejected): Ubunti/Jaunty FTBFS
-
10:36 PM Feature #445 (Closed): Support extended twitter messages
- Applied in changeset commit:"3bd533afb34a57c4c0319ce78b4107dff75ae792".
-
10:32 PM Revision 6d8b563a83f58c1a16e7fa493fed762749d16545: Fixed really disabling all owned chats.
- Fixed really disabling all owned chats.
-
10:31 PM Revision e4c64c03994fd9d674e4e42203b0251309cfa732: Refactored unneeded Session.Chats usage (as it...
- Refactored unneeded Session.Chats usage (as it's dangerous)
-
10:30 PM Revision e43dfb2adfb3cfeebf4345818243ac5e461eb417: Added sanity check, preventing potential NRE
- Added sanity check, preventing potential NRE
-
10:29 PM Revision eaf568a0f83b3fa53be805b41de06189704a0bfc: Disabled some logging noise
- Disabled some logging noise
-
10:22 PM Feature #445: Support extended twitter messages
- The issue exactly is that retweeted messages get automatically truncated if longer than 170 chars which can easily happen as "RT @$nick: " gets prepended. E.g.: ...
-
10:19 PM Revision 3bd533afb34a57c4c0319ce78b4107dff75ae792: Show complete retweeted status text if it was ...
- Show complete retweeted status text if it was truncated. (closes: #445)
-
10:15 PM Feature #446 (Closed): Trim newline excess in twitter messages
- Applied in changeset commit:"159b0f3eb8ff07899ba7f6ce3122eccc2bd2e55e".
-
10:14 PM Revision 159b0f3eb8ff07899ba7f6ce3122eccc2bd2e55e: Remove new line characters and empty lines. (c...
- Remove new line characters and empty lines. (closes: #446)
-
06:07 PM Feature #419 (Closed): Add an option to make your own nick bold/italic/underlined
- Applied in changeset commit:"94f5be71e7e39a9028e9877f967fa65e770b5d95".
-
06:07 PM Task #387 (Closed): Use own hashing algorithm for nick colors
- Applied in changeset commit:"94f5be71e7e39a9028e9877f967fa65e770b5d95".
-
06:07 PM Feature #388 (Closed): Generate more distinct nick colors
- Applied in changeset commit:"94f5be71e7e39a9028e9877f967fa65e770b5d95".
-
06:06 PM Revision e251a28c253580247046773ffa86f7ce1eb245bf: Merge remote branch 'gitorious/master'
- Merge remote branch 'gitorious/master'
-
06:02 PM Revision 94f5be71e7e39a9028e9877f967fa65e770b5d95: Implemented new message builder API Implement...
- Implemented new message builder API Implemented a new message builder API which allows to create messages with a much nicer API and using less code. The new API generates more distinct nick-colors by using a color combination consisting of color...
-
02:27 PM Feature #446: Trim newline excess in twitter messages
- Maybe even all newlines should be removed. Tweetdeck for example is neither showing newlines nor can it send any.
-
01:32 PM Feature #446: Trim newline excess in twitter messages
- Newlines are supported by Twitter in messages. Some rss2twitter feeds though are using too many newlines which will give a cluttered experience. Here is an example: ...
-
01:28 PM Feature #445: Support extended twitter messages
-
01:06 PM Revision 5e68768f65ed69cfc3b28edf96cd72051c98d3a2: Added support for detecting the CPU architectu...
- Added support for detecting the CPU architecture on Windows.
-
08:16 AM Bug #81: closing server tabs will freeze the frontend [win32]
- ...
08/14/2010
- 11:41 AM Revision d0ffefe102cda0d1ca909c6e6a78a39dcb4ef310: l10n: Updated Danish (da) translation to 100% ...
- l10n: Updated Danish (da) translation to 100% New status: 30 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
- 11:39 AM Revision d8d9c27c4480e2b21650f215b09f0f3d42354a0c: l10n: Updated Danish (da) translation to 100% ...
- l10n: Updated Danish (da) translation to 100% New status: 208 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
08/12/2010
-
07:54 AM Revision 0f4a6e70af0a7cfbb3067cc768d7844725aa14f4: l10n: Updated French (fr) translation to 100% ...
- l10n: Updated French (fr) translation to 100% New status: 208 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
12:43 AM Revision 1df36f2eb5fc100c379c5f521dd1c166382378ed: Added TextMessagePartModel.Length property and...
- Added TextMessagePartModel.Length property and copy constructor.
-
12:42 AM Revision 5f6dd54a2052206f66033f96edf3c69991e0822d: Added MessageModel.IsCompactable property whic...
- Added MessageModel.IsCompactable property which allows to by-pass the automatic compaction.
08/11/2010
-
01:39 AM Feature #444: Highlight matches in scrollbar for selected nicks/search result
- To quickly see matches, they should show up as markers on the scrollbar when searching (#61) or highlighting users (#443).
-
01:32 AM Feature #443: Highlight nick in chat when selected in userlist
- When multiple chatters with look-alike nicks (length+color) converse, it can be hard to follow the conversation. If selecting a nick in userlist would highlight all rows(or only the nick?) in that chat with that chatter it may be easier to follow.
08/10/2010
-
11:41 PM Bug #442: Smuxi crashes on startup with: Unhandled Exception: Nini.Ini.IniException: Expected sec...
- After adding a server with a newline character in the hostname (which doesn't get filtered) Smuxi crashes on startup: ...
-
11:23 PM Bug #439 (Closed): Using window size 0,0 crashes smuxi hard
- Applied in changeset commit:"6f140ec77fd8b6e107629aee47f80dabebe4061d".
-
11:19 PM Revision 65ab6d2b6ab7c72d9cd62b1952f665a47f3408cd: Merge remote branch 'gitorious/master'
- Merge remote branch 'gitorious/master'
-
11:17 PM Revision 6f140ec77fd8b6e107629aee47f80dabebe4061d: Added workaround for window size of 0x0 crash ...
- Added workaround for window size of 0x0 crash on Windows. (closes: #439)
-
08:53 PM Revision cd5a703237ec7889ac97763d21033aced4c08387: l10n: Updated French (fr) translation to 100% ...
- l10n: Updated French (fr) translation to 100% New status: 203 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
08:52 PM Revision bf4f19ddf3a4b74e9c497378f5a535e40824c505: l10n: Updated French (fr) translation to 100% ...
- l10n: Updated French (fr) translation to 100% New status: 30 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
08:26 PM Revision 2263a253148e201c64c2a52c9f0250a645768d68: Reuse the NINI_LIBS variable and pass it via R...
- Reuse the NINI_LIBS variable and pass it via REFERENCES instead.
-
08:12 PM Revision b43f00725e03c4904aa3bff08a3975f8950c5a48: Merge remote branch 'github/jonp/local-nini'
- Merge remote branch 'github/jonp/local-nini'
-
07:57 PM Revision 31212f8aecaa49813c4e99c7f32ff55966e24770: Fix openSUSE build. The problem is that the o...
- Fix openSUSE build. The problem is that the openSUSE Nini package considers Nini.dll to be an unstable assembly, and as per documented guidelines [0] it is not installed into the GAC (which differs from Debian practice for this assembly). Conseq...
-
07:34 PM Bug #441 (Closed): System.NullReferenceException
- Applied in changeset commit:"664f0ff0f510b74f79afbec89f08432282cc302a".
-
07:34 PM Bug #438 (Closed): Crash when reconnecting to smuxi-server
- Applied in changeset commit:"664f0ff0f510b74f79afbec89f08432282cc302a".
-
07:33 PM Revision 664f0ff0f510b74f79afbec89f08432282cc302a: Fixed crash when leaving window after losing c...
- Fixed crash when leaving window after losing connection to the smuxi-server. (closes: #438)
-
07:17 PM Bug #441: System.NullReferenceException
- Exception Type: System.NullReferenceException Exception Message: Object reference not set to an instance of an object Exception StackTrace: at Smuxi.Frontend.Gnome.MainWindow.OnFocusOutEvent (System.Object sender, System.EventArgs e) [0...
-
05:50 PM Revision 81f3c58cbeef742dfe40c3adb5af2e2c460f0256: Updated translation templates (make update-pot)
- Updated translation templates (make update-pot)
-
05:48 PM Feature #440 (Closed): Compaction of messages
- Applied in changeset commit:"c772e57efd96e3a6d48e55418c49173b3921b62b".
-
05:09 PM Revision c772e57efd96e3a6d48e55418c49173b3921b62b: Optimized message serialization by compacting ...
- Optimized message serialization by compacting text messages part that share the same attributes. (closes: #440)
-
02:43 PM Feature #440: Compaction of messages
- Smuxi has to split up messages into many pieces sometimes to properly parse and recognize URLs and other things that need to be transformed. The issue is that this leads to overhead when messages get serialized and then send to the frontends. For ...
-
03:32 AM Feature #176 (Closed): Notification-OSD support
- Applied in changeset commit:"9c4c0f9dad2cbc8eb17bd78bd2afdb0e25bf8f11".
-
03:09 AM Revision 9c4c0f9dad2cbc8eb17bd78bd2afdb0e25bf8f11: Implementation of notification popups. (closes...
- Implementation of notification popups. (closes: #176) Complete implementation of notification popups with action, icon, update, append and sound support and as defined in Desktop Notifications Specification 0.9 / 1.1: http://www.galago-project.or...
08/09/2010
-
08:08 PM Bug #439: Using window size 0,0 crashes smuxi hard
- n/t
-
05:10 PM Revision ff19dc7a0cd6db3c4e9420e021fd6fa8d8469b9b: NotificationAreaIconMode.Minimized is no longe...
- NotificationAreaIconMode.Minimized is no longer supported, thus use Never as new default
-
04:14 PM Revision 0728c75f6bced0a457ac6c9fbbbc71d2e864022f: Merge remote branch 'gitorious/master'
- Merge remote branch 'gitorious/master'
-
04:11 PM Feature #310 (Closed): Messaging indicator support
- Applied in changeset commit:"1b81735c7d3deb61996a21e6515d99d41a7a5e9e".
-
04:11 PM Feature #365 (Closed): Messaging Menu Support
- Applied in changeset commit:"1b81735c7d3deb61996a21e6515d99d41a7a5e9e".
-
04:07 PM Revision 1b81735c7d3deb61996a21e6515d99d41a7a5e9e: Implemented messaging menu support. (closes: #...
- Implemented messaging menu support. (closes: #310) Initial implementation of messaging menu support as described on https://wiki.ubuntu.com/MessagingMenu
-
04:06 PM Revision 5a4e13dad95f28035f4837d8b96e341d1304ee77: Implemented CurrentChatView setter
- Implemented CurrentChatView setter
08/08/2010
-
01:30 PM Bug #438: Crash when reconnecting to smuxi-server
- ...
08/07/2010
-
04:00 PM Feature #437: Support Twitter lists
- Also following hashtags/searches would be nice
-
11:48 AM Feature #437: Support Twitter lists
- It'd be cool if Smuxi supported twitter's lists. This needn't be hard: call GET on :user/lists.format and create a new "channel" for each list returned. Then GET on :user/lists/:id to get the tweets in that list.
08/06/2010
-
10:59 PM Revision ee6fcfcf6bf077a2833058440a07a8f8e117de84: l10n: Updated German (de) translation to 100% ...
- l10n: Updated German (de) translation to 100% New status: 30 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
10:58 PM Revision 7e94492d71df5d4c95927f3b7529e1e9439b7f31: l10n: Updated German (de) translation to 100% ...
- l10n: Updated German (de) translation to 100% New status: 203 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
10:56 PM Revision f7b7ea76c31ef0b783a0e26b73c31d5a135b4d04: l10n: Updated German (de) translation to 99% ...
- l10n: Updated German (de) translation to 99% New status: 201 messages complete with 2 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
10:21 PM Feature #436: Add a feature to show/hide the menubar
- Make Smuxi able to show and hide the menu bar to save screen space on smaller monitors - in the same way it's done in gnome-terminal.
-
01:27 PM Bug #239: | can't be used as part of the nick in preferences -> connection -> nickname
- This needs a new config backend which is postponed to 0.9
-
01:25 PM Bug #43 (Closed): /reconnect stalls the frontend [win32]
- This issue was fixed with the 0.7.2 release in commit:73cfc926c88ab89277c8a5d76b9b8b9336a30ba4
08/05/2010
-
01:10 PM Bug #435 (Closed): /disconnect command leaves chats behind
- Fixed in commit:0e31fff836ff7bda8c3e536fa48f05f024b4933e
-
01:04 PM Bug #435: /disconnect command leaves chats behind
- When using the /disconnect command the chats are not closed while /quit does, /disconnect should also behave like a permanent way of leaving the an IRC connection / network.
-
12:01 AM Revision 0e31fff836ff7bda8c3e536fa48f05f024b4933e: Disconnect command no longer leaves chats behind.
- Disconnect command no longer leaves chats behind.
08/04/2010
-
11:48 PM Revision 3f8c20511b1a00f7021f7b57eb0df24412bd930b: Updated translation templates (make update-pot)
- Updated translation templates (make update-pot)
-
11:45 PM Revision 4a92338e106352c0e7cb0c681da044181a606ded: Suppress code noise in smuxi-frontend-gnome.pot
- Suppress code noise in smuxi-frontend-gnome.pot
-
11:40 PM Bug #434: Frontend might lose new messages when connecting to remote engine
- When a frontend connects to a remote engine there is a chance of losing messages that arrive during the sync phase. This is a race condition that needs to be addressed.
-
11:34 PM Bug #433 (Closed): /disconnect command is not disabling chats
- Applied in changeset commit:"6a82dd3821d2a2eb1c306b8a5e146dae5955f3b7".
-
11:34 PM Revision 6a82dd3821d2a2eb1c306b8a5e146dae5955f3b7: Disable all chats (except protocol chat) regar...
- Disable all chats (except protocol chat) regardless of the _Listening state. (closes: #433)
-
11:34 PM Bug #433: /disconnect command is not disabling chats
- When disconnecting using the /disconnect command it will disconnect but keeps all chats enabled (populated userlist and topic) which looks a bit funny as it seems you can send messages while you can't.
-
11:28 PM Revision 0d55c7a5c1b59fd4666c64b6c4e3a3b8152235c4: Made desktop file translatable as per GNOME L1...
- Made desktop file translatable as per GNOME L10N Guidelines for Developers
-
09:31 PM Revision bb18e23517662ba95ff5297525926dbdbf02c4be: Made name descriptive as per GNOME HIG 2.1.1.1
- Made name descriptive as per GNOME HIG 2.1.1.1
-
07:49 PM Bug #317 (Closed): connection to ircd lost, smuxi seems to be unaware of that
- Applied in changeset commit:"8232e3b881f440162298a15bb0d1f60003d159ea".
-
07:48 PM Revision 8232e3b881f440162298a15bb0d1f60003d159ea: Added connect / disconnect message for the pro...
- Added connect / disconnect message for the protocol chat. (closes: #317)
-
07:42 PM Bug #132 (Closed): person list empty in group chat after /reconnect
- Applied in changeset commit:"b350113d8efe113e130f595c9c4677105a3b52f7".
-
07:42 PM Bug #341 (Closed): /rejoin does not load user-list correctly
- Applied in changeset commit:"b350113d8efe113e130f595c9c4677105a3b52f7".
-
07:30 PM Bug #341: /rejoin does not load user-list correctly
- Yes this _is_ the same issue as seen in #132
-
07:26 PM Revision b350113d8efe113e130f595c9c4677105a3b52f7: Fixed empty userlists on re-enabled group chat...
- Fixed empty userlists on re-enabled group chats. (closes: #132)
-
07:18 PM Feature #432: Fit width of the nicklist automatically (to the longest nick)
- The width of the nicklist should automatically be fitted to the longest nick in the list. :)
-
07:09 PM Bug #305 (Rejected): rejoin is marked as activity
- I am closing this ticket for now as I can't reproduce it. If you still experience the issue please leave a comment and I will reopen this ticket.
-
06:41 PM Bug #132: person list empty in group chat after /reconnect
- Look what I found with the help of the logs and being finally able to reproduce it: ...
-
12:33 PM Bug #132: person list empty in group chat after /reconnect
- Ok, this issue finally happened again for me. Here some events to led to it: # connection to GIMPnet was lost caused by a ping timeout triggered from the client side # aboout 10 hours later the frontend connects # user notices unconnected GIMPn...
-
11:42 AM Bug #426: Connection crashes when connecting to a BIP server
- Another BIP specific issue popped up, but this time BIP is violating the IRC RFCs, example: ...
-
11:39 AM Bug #412 (Rejected): Smuxi crashes when trying to open preferences
08/03/2010
-
10:15 PM Bug #431: Remoting Exception
- Version: 0.7.2.2 OS: Debian Description: After connection to WLAN got lost, but before timeout, Smuxi crashed. So in a short way: Connection lost --> disabled network --> enabled and reconnected --> Smuxi crashed by trying to use the newly es...
08/02/2010
-
09:33 PM Bug #430 (Closed): Selection of entry gets lost when context menu opens
- Applied in changeset commit:"a059651f0e64ab88b9f30c9d06cae8d35665f324".
-
09:30 PM Revision a059651f0e64ab88b9f30c9d06cae8d35665f324: If the entry has an active selection wait with...
- If the entry has an active selection wait with the focus grabber as that would destroy the selection. (closes: #430)
-
09:28 PM Bug #430: Selection of entry gets lost when context menu opens
- When you select something in the input entry using the mouse or keyboard and then open the context menu of the entry with the right mouse button then the selection will be lost and copy / cut will no longer do its job.
-
07:34 PM Revision e7e7529f82712ef97b2ae2204423fb69f1397d3a: Updated binary snapshot of SmartIrc4net which ...
- Updated binary snapshot of SmartIrc4net which contains a workaround for a BIP bug
-
05:52 PM Revision 46c411897ef1e5ccb87404f31a3f82572104a9e7: Updated binary snapshot of SmartIrc4net which ...
- Updated binary snapshot of SmartIrc4net which fixes a parser bug with BIP servers
08/01/2010
-
11:53 PM Task #387: Use own hashing algorithm for nick colors
- MD5 uses 128 bits which is 4 times the size of CRC32 that uses 32 bits. Currently the nick colors uses 3 x 8 bits. Without caching this could be a bit expensive, but probably still better than a custom algorithm. Caching 2000 different nickname ha...
-
09:04 PM Task #387: Use own hashing algorithm for nick colors
- Mirco Bauer wrote: > This is not as simple as it might sound like. Mono's String.GetHashCode() implementation uses unsafe code and the CRC32 is not as trivial as assumed. So a custom algorithm has to be written. You could use something standar...
-
05:51 PM Feature #429: Using database for logging
- One of the great feature of Quassel is that everything is recorded in a database, for exemple I have currently inside my SQLite database discussion that are 6 months old. This is a great feature, I can go back in time at any moment inside my Quass...
-
05:46 PM Feature #428: Multi identity support
- Currently, Smuxi has only the ability to handle one identity per connection. If you want to be connected to IRC with different ident/username/nick(s) you have to create one user per identity in the core then start one frontend per identity. It ...
-
05:43 PM Feature #427: Discussion monitor
- It would be great if Smuxi had something like Quassel's Discussion monitor (or irssi split windows). With the ability to create more than one (to beat Quassel HAHA). Each discussion monitor would be configurable : - What type of events have ...
-
04:34 PM Revision e9695bdea535d4d0ab87754852bf000705fee3e1: Merge remote branch 'gitorious/master'
- Merge remote branch 'gitorious/master'
-
04:28 PM Revision 3dacb36f19f36f78202e2f005511e24c3c7b1b62: Avoid processes in zombie state.
- Avoid processes in zombie state.
-
04:21 PM Revision 9056ae0843085983a8dd9ee44ff2b865841aa5f7: Obtain distribution name from lsb_release when...
- Obtain distribution name from lsb_release when available.
07/31/2010
-
10:10 AM Bug #426: Connection crashes when connecting to a BIP server
- I could track the issue down in the SmartIrc4net code that parses the IRC messsage: http://git.qnetp.net/?p=smartirc4net.git;a=blob;f=src/IrcClient/IrcClient.cs;h=df79f68c6fd872dafe1adcb949c1094982814d5d;hb=HEAD#l832 The parser expects that an...
-
10:03 AM Bug #426: Connection crashes when connecting to a BIP server
- When Smuxi connects to a BIP server (an IRC bouncer) the connection crashes with the following exception: ...
07/30/2010
-
03:54 PM Revision 23d170224219fc6248cf3e753c66d8cc89dbacbd: IRC RFC2812 says user and host are optional in...
- IRC RFC2812 says user and host are optional in the prefix thus we need to permit null.
07/29/2010
-
08:48 PM Revision 1cb17e64297f6244341f6da543baab266f805416: l10n: Updated French (fr) translation to 100% ...
- l10n: Updated French (fr) translation to 100% New status: 200 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (www.transifex.net).
-
08:24 PM Feature #306: Add sound
- Smuxi needs to use some sound API for this to work.
-
12:18 PM Revision e894070ead54de94858832521f5442562329de2a: Replaced connect button image and removed edit...
- Replaced connect button image and removed edit image.
- 12:15 PM Revision 7fbc4e98d73c6001f3008359375ad51730d64e3d: Enhanced borders for better contrast
- Enhanced borders for better contrast
07/28/2010
-
11:32 PM Revision f21bf4ca4f579fa38c37000d040dc9fc4d73312a: Fixed artwork credits, icon.svg is only based ...
- Fixed artwork credits, icon.svg is only based on gnome-icon-theme's applications-internet.svg and stock_person.svg
-
08:14 PM Revision 2cce3c0b67013f53f130dd2244346f26de2fa87e: Replaced logo in about dialog and added artwor...
- Replaced logo in about dialog and added artwork credits.
- 07:55 PM Revision 0792bb037f78197b029dfb8971e30b817eb26311: New icon / logo for Smuxi
- New icon / logo for Smuxi
-
02:52 PM Bug #422 (Closed): Crash when applying preferences
-
02:52 PM Bug #422: Crash when applying preferences
- This was fixed in 0.7.2.2, see #409
-
02:48 PM Feature #425 (Closed): Open log button in chat menu
- Applied in changeset commit:"97dc1b6052e94eba43c47ce582813a3ae244eddf".
-
02:46 PM Revision 69bac80eb021b733e173ab4d18116a1f54a1794b: When opening the log path create it if it does...
- When opening the log path create it if it doesn't exist.
-
02:46 PM Revision 97dc1b6052e94eba43c47ce582813a3ae244eddf: Implemented open log button in chat menu. (clo...
- Implemented open log button in chat menu. (closes: #425)
-
02:45 PM Revision 7ecb27760f41d6cd162a987d44e0bd5f3224cd4a: Refactored log path handling into ChatModel.
- Refactored log path handling into ChatModel.
-
02:41 PM Feature #425: Open log button in chat menu
- Add a open log button directly to the chat menu for quick and easy access to the log file. This will only work with local engines for now.
-
12:16 PM Bug #423: Main window has 2 resize grips
- Here a screenshot of this issue
-
12:08 PM Feature #424 (Closed): Use network name from config for server tabs
- Applied in changeset commit:"53f993596b9062cd0ad4d36d96ec8bcd0d56bf84".
-
12:08 PM Feature #424: Use network name from config for server tabs
- The server tabs always show the server name instead of the network name that can be specified in the config.
-
12:06 PM Revision 53f993596b9062cd0ad4d36d96ec8bcd0d56bf84: Use network name from config for server chats ...
- Use network name from config for server chats when available. (closes: #424)
-
12:05 PM Bug #423 (Closed): Main window has 2 resize grips
- Applied in changeset commit:"87133271904a38e21a9986ca56246f35faf788d8".
-
12:04 PM Revision 87133271904a38e21a9986ca56246f35faf788d8: Disabled duplicate resize grip of status bar. ...
- Disabled duplicate resize grip of status bar. (closes: #423)
-
12:04 PM Bug #423: Main window has 2 resize grips
- The status bar before the progress bar has a resize grip and the progress bar. The resize grip of the status bar should go away as one resize grip is more than enough.
-
02:25 AM Bug #422: Crash when applying preferences
- Smuxi 0.7.2.1 crashed when I hit the “apply” button after changing some preferences, with the following backtrace: Exception Type: System.Runtime.Serialization.SerializationException Exception Message: Type Smuxi.Engine.ConfigChangedEventA...
-
01:34 AM Feature #421: /clear should clear the TextView, not the Buffer
- I am not sure Gtk.TextView allows to scroll further than the allocated buffer but I will look into this.
-
01:31 AM Feature #421: /clear should clear the TextView, not the Buffer
- /clear should clear the view, not the buffer. The semantics I'm after are the same as gnome-terminal `clear` and irssi `/clear`. Consider gnome-terminal: $ cat some-large-file.txt. # terminal is now filled with text, prompt at bottom...
-
12:03 AM Bug #420 (Closed): IRCnet server missing in default server list
- Applied in changeset commit:"c595686209b679c7e8ec1454af39549aad3514e0".
07/27/2010
-
11:51 PM Revision c595686209b679c7e8ec1454af39549aad3514e0: Fixed default IRCnet server. (closes: #420)
- Fixed default IRCnet server. (closes: #420)
-
11:36 PM Bug #420: IRCnet server missing in default server list
- ...
-
10:38 PM Revision fc62da5689fa5dbd9bc5b66499c0a2c5b2a21b35: Bumped version to 0.7.2.2
- Bumped version to 0.7.2.2
07/26/2010
-
10:12 PM Feature #419: Add an option to make your own nick bold/italic/underlined
- Currently, it can be hard to spot your own nick among all others in large channels when other users have the same color as you. An option to make your own nick (only the nick, not the message) bold/italic/underlined would help separate it from the...
-
06:46 PM Feature #418: Make the titles of highlighted channels differ more
- Right now, when there are new messages in a channel, or when someone highlights you, the channel title changes color accordingly - an option to also make the channel title bold would make this easier to spot.
-
06:41 PM Feature #417: Add option to change line spacing
- When using some fonts for the text, the linespacing might get either very, very small, or the exact opposite. Therefore an option to change it as you wish (but keep "follow gtk theme" as default) would be useful.
-
12:06 PM Feature #416: Be able to send multiple lines at a time
- To make it easier to handle larger amounts of input, Smuxi could be able to store several lines of text at a time (for instance, create a new line by pressing Ctrl-Enter), and then send them all away.
07/25/2010
-
05:55 PM Bug #414 (Closed): When adding a new server, I fire an exception
- Thanks for reporting this issue. This one is duplicate to the following bug: http://www.smuxi.org/issues/show/409
-
04:42 PM Feature #415: Open twitter hashtags like they are chats
- Twitter supports hashtags (e.g. #foo) to tag messages. Smuxi could allow to open a chat called #foo which creates a new tab that shows all messages that contain that hashtag. This idea comes from: http://twitter.com/Mkaysi/status/19500702868
-
04:19 PM Bug #413 (Closed): Marker line is moving incorrectly
- Applied in changeset commit:"f501f8906ffc55c7760917cc2c85d108ab190e18".
-
03:49 PM Revision f501f8906ffc55c7760917cc2c85d108ab190e18: Update marker line offset when messages get re...
- Update marker line offset when messages get removed. (closes: #413)
-
02:50 PM Bug #414: When adding a new server, I fire an exception
- The stacktrace: ...
-
02:37 PM Bug #413: Marker line is moving incorrectly
- When a tab buffer gets filled the marker line is starting to move which each new message when the window has no focus.
-
12:34 PM Bug #412: Smuxi crashes when trying to open preferences
- I can't reproduce this issue. Could it be that you upgraded to Smuxi 0.7.2.1 while you had 0.7.1 still running and then tried to open preferences?
-
12:20 PM Feature #337: Mac OSX Installer
- Last version of mono 2.6.7 doesn't ship SVG as image input format, this issue should be reported upstream to Novell.
-
10:03 AM Bug #412: Smuxi crashes when trying to open preferences
- I just updated smuxi from 0.7.1 to 0.7.2.1 on Windows 7. When I tried to open smuxi's preferences I've got the following exception message and smuxi crashes. It seems it has to do something with the new Channel Filters. ...
07/24/2010
-
11:53 PM Feature #411: Smuxi does not show received invites
- Example message string: ...
-
11:53 PM Feature #411: Smuxi does not show received invites
- This is very simple to implement but needs a new text string and thus needs to be postponed to 0.8
-
11:46 PM Bug #409 (Closed): Serialization bug in Preferences
- Applied in changeset commit:"ac72659797b79ada9fdc0726b1ab8f7bed9b0b54".
-
11:46 PM Bug #410 (Closed): Pattern and filters never match
- Applied in changeset commit:"0769eb3b429a876efd9aa6fc56c1cf7fafb6e862".
-
11:44 PM Revision ac72659797b79ada9fdc0726b1ab8f7bed9b0b54: Fixed making config changes of remote engines....
- Fixed making config changes of remote engines. (closes: #409)
-
11:42 PM Revision 0769eb3b429a876efd9aa6fc56c1cf7fafb6e862: Fixed checking patterns for wildcard and regex...
- Fixed checking patterns for wildcard and regex characters. (closes: #410)
-
11:37 PM Feature #411: Smuxi does not show received invites
- Though the user may invite other people, Smuxi is not showing invites of other users. user a invited user b a gets the messages that b has been invited b does not notice
-
11:32 PM Bug #410: Pattern and filters never match
- when pattern field is not empty, patterns never match
-
10:04 AM Bug #409: Serialization bug in Preferences
- Tried to switch from Bash-style completion to normal completion in Preferences. Following error was produced. Tested on Windows 7 x64 Ultimate ENG. Exception Type: System.Runtime.Serialization.SerializationException Exception Message: Type...
-
01:20 AM Feature #408: Enhance Invite To Menu
- The Invite To Menu lists all group chats currently, independent of the network and protocol. It should try to match network and protocol though as it doesn't make sense to invite the IRC user foo to the Home Timeline of Twitter for example.
Also available in: Atom