Activity
From 05/03/2011 to 06/01/2011
06/01/2011
-
08:26 PM Bug #601 (Closed): Smuxi disconnects on nick change to "[]"
- This is the same issue as seen in #538 which was already fixed
-
08:17 PM Bug #601: Smuxi disconnects on nick change to "[]"
- There appears to be a regular expression construction issue when an IRC nick contains some combinations regexp metacharacters. To replicate, change your nick to @[]@. The following will appear in the server log: ...
-
10:14 AM Feature #600: smuxi-server should not need to perform a version check
- Well, as long as a protocol freeze is planned, that's pretty much what I needed to hear! Awesome, thanks!
-
10:11 AM Bug #581 (Closed): Smuxi crash - possibly when repeat-closing a tab
- Fixed in #518
-
10:09 AM Bug #514 (Closed): Twitter Error: Cannot cast from source type to destination type
-
10:06 AM Feature #600: smuxi-server should not need to perform a version check
- This is indeed an conceptional issue, as the frontend and server has to use some protocol (in this case an API) for communication it is currently not feasible to freeze the protocol to guarantee compatibility for all future versions. I plan to st...
05/31/2011
-
03:39 PM Feature #588: Language selection on Windows and Mac OS X
- Hannes Tismer wrote: > Add an option for selecting the language of Smuxi on Windows as it isn't as straight forward as on *NIX. > "set LANG=C" works, though any Windows user has to create a .bat file to change languages. For the Windows users...
05/30/2011
-
06:28 PM Revision 0df6f4319f264f952ed5ee99204cb5f554da7350: [Server] Added --optimize-message-buffers para...
- [Server] Added --optimize-message-buffers parameter
-
06:27 PM Revision 9e16e76a3df28c50f506c3c53a3b88e464252c51: [Server] Set thread name as early as possible ...
- [Server] Set thread name as early as possible for nicer logger output
-
06:25 PM Revision a606a7f406a518dcce0c16faaff4f4cf43514fee: [Engine] Implemented Db4oMessageBuffer.Optimiz...
- [Engine] Implemented Db4oMessageBuffer.OptimizeAllBuffers()
-
06:22 PM Revision 65c73c3e5dec7db56d3abf3890c0a4ab3550c35b: [Engine] Don't store the message index twice b...
- [Engine] Don't store the message index twice by not using the Index property
-
01:06 PM Feature #600: smuxi-server should not need to perform a version check
- This is a conceptual bug rather than a code bug. I tried to set up smuxi-server on one machine, and smuxi on another, and can't connect the client to the server. Either the client or server performs a version check, and declines to connect with a ...
05/29/2011
-
11:22 PM Revision 125d41da2f51fe763917ea77a392d5ae2278636b: [Engine] Call db4o's weak reference collector ...
- [Engine] Call db4o's weak reference collector when building index Reduced memory usage by kicking db4o's weak reference collector every 1000 retrieved objects.
-
08:09 PM Revision 1aefa81c1bd959f798be33847e2e9a90116292e6: [Frontend-GNOME] Don't close tab on 3rd mouse ...
- [Frontend-GNOME] Don't close tab on 3rd mouse button to follow GNOME convention GNOME applications [0] are not using the 3rd mouse button to close tabs as it is common to scroll through the tabs using the mouse wheel. Accidently activating the mo...
-
02:36 PM Revision 7127bbf70b73a5cefe6967389e8e42c941d93880: [Engine] Replaced message index with ID index ...
- [Engine] Replaced message index with ID index in Db4oMessageBuffer Replaced the List<MessageModel> based index with List<Int64> as Int64 values should use less memory than empty (deactivated) MessageModel instances.
-
11:28 AM Revision 9fef0a21de1d77347b057cfd2c0b1357b0ccace3: [Engine] Cascade on activate and delete of Mes...
- [Engine] Cascade on activate and delete of MessageModel in Db4oMessageBuffer
05/28/2011
-
11:22 PM Revision 75c3d273b9e44cc2fb55f8c20481f9dcd818d17d: [Engine] Increased the weak reference collecti...
- [Engine] Increased the weak reference collection interval of db4o from 1 to 60 seconds
-
10:02 PM Revision d26f302a1466c000bc3cc747b345ea8fac16ff36: Moved git version check and show the result in...
- Moved git version check and show the result in the configuration summary
-
09:58 PM Revision 5f0a095bf9dac77477c8d2b5f2ae76dac78890c1: [Engine] Actually include the git version checks
- [Engine] Actually include the git version checks
-
09:36 PM Revision 8e914cd0945c4ec74e97d5d87cfac8f91124558e: [Engine] Activating the db4o object before del...
- [Engine] Activating the db4o object before deleting it is not really needed (I hope)
-
09:30 PM Revision c6f68b81b1594a935489d08ac4e458ef413845bf: [Engine] Include git branch and commit hash in...
- [Engine] Include git branch and commit hash in version number for git builds
-
12:38 AM Revision 380b7d62b78642642dc00ed515debbd174f0a678: [Engine] Added null checking test-cases for Me...
- [Engine] Added null checking test-cases for MessageModel.Equals()
-
12:34 AM Revision 173ae4b90072a110d1d4fb55fc91388ac1e868b4: [Engine] Drop null items from index in Db4oMes...
- [Engine] Drop null items from index in Db4oMessageBuffer While this seems crazy, but we somehow managed to store null values in the db4o database which caused the nasty ArgumentNullExceptions in RemoveAt(). We simply drop all null values from the...
05/27/2011
-
11:05 PM Revision 9dafd8987073b2066629d95f29fbcff8811e7804: [Engine] Guard the Database.Delete() call in D...
- [Engine] Guard the Database.Delete() call in Db4oMessageBuffer.RemoveAt()
-
10:36 PM Revision 048fc3a449b51e41b94c5dea90ca4a9c1accce4b: [Engine] Activate the db4o object before delet...
- [Engine] Activate the db4o object before deleting it, hopefully fixes the ArgumentNullException in Db4oMessageBuffer.RemoveAt()
-
08:47 PM Revision 4087301c764001b2bc122946b6340a4671a9b2f8: [Engine] Added timings to Db4oMessageBuffer.Fl...
- [Engine] Added timings to Db4oMessageBuffer.Flush() and .FlushIndex()
-
08:45 PM Revision c6c7a04f1b0096faf411a476749e8e10ef927a77: [Engine] Fixed Db4oMessageBuffer.RemoveAt() wh...
- [Engine] Fixed Db4oMessageBuffer.RemoveAt() which threw ArgumentNullException
-
08:40 PM Revision c1b4605595d1cff6757fc7a24d37008f131bc3a8: [Engine] Deactivate message early in Db4oMessa...
- [Engine] Deactivate message early in Db4oMessageBuffer.Add() Deactivate the copied message object after saving it to db4o else the full message object remains in memory as the Index keeps a reference to it. Also fixed the IndexOf() implementatio...
-
08:39 PM Revision 6f34994413d8e2113d4a6d69ad542a669fcb9cd7: [Engine] No need to use the Count property here
- [Engine] No need to use the Count property here
-
08:38 PM Revision be1469cc83577202f4af194c66a30814c8bb1b0c: [Engine] Fixed FlushCounter use for Db4oMessag...
- [Engine] Fixed FlushCounter use for Db4oMessageBuffer.Flush()
-
07:37 PM Revision 3ed88c7c1ad4948228321e94ce683ee856cde90b: [Engine] Added missing parameter null checks t...
- [Engine] Added missing parameter null checks to public Db4oMessageBuffer methods
05/26/2011
-
09:19 PM Revision 5991c85702ed24a81a5b07233cebdbd8fed2461b: [Engine] Rewrite of Db4oMessageBuffer's index ...
- [Engine] Rewrite of Db4oMessageBuffer's index generation and db4o access Dropped the memory backed IndexBuffer and db4o backed Index and replaced it with a List<T> based Index. This new index keeps a reference to all deactivated MessageModel obje...
-
09:17 PM Revision 021857fcb2ebc14d9ddf96afe640c906177dceb7: [Engine] Skip duplicate messages in Db4oMessag...
- [Engine] Skip duplicate messages in Db4oMessageBuffer's ImplicitFlush test-case
-
09:16 PM Revision 7cfa5f7d8d96fbc1f95867a7d2cc577a4941dd19: [Engine] Use lock() when accessing MessageBuff...
- [Engine] Use lock() when accessing MessageBuffer in Session
-
09:15 PM Revision dd120b1cf535897d064478d1c302260ef400fa52: [Engine] Implemented copy-constructor for Mess...
- [Engine] Implemented copy-constructor for MessageModel
05/25/2011
-
10:36 PM Revision 67d1b9bcfbcfe36fc17f6b5c217701085f5fdf86: [Common] Expose byte[] in FastSerializer API
- [Common] Expose byte[] in FastSerializer API
05/22/2011
-
08:39 PM Revision 16cabbff346a0d9f2a645df2dbfbd067324c0189: [Engine] Implemented delayed auto-commit and r...
- [Engine] Implemented delayed auto-commit and re-indexing in Db4oMessageBuffer Db4oMessageBuffer needs to commit changes back to db4o for newly added messages. Making a commit when the chat is being disposed is not good enough as that puts the ris...
-
08:14 PM Revision 38d6246177cd4b9b941ee1b3e06648ad33d58008: [Engine] Implemented test-cases for IMessageBu...
- [Engine] Implemented test-cases for IMessageBuffer.IndexOf() and .RemoveAt()
-
08:13 PM Revision 8a0ed0d6e181baefaa79ef7cf52332605a1772ab: [Engine] Refactored ChatModel.GetLogFile() to ...
- [Engine] Refactored ChatModel.GetLogFile() to use IOSecurity API
05/20/2011
-
11:38 PM Bug #599: window not closable
- While opening the quick connect dialog, the connection to the remote smuxi-server got lost. The window was build but contains no values and is not closable by using the cancel button afterwards.
-
11:16 PM Revision 24c35d29d6037f557380a0891a5bfac8c63dc509: [Engine-Twitter] Refactored for MessageBuffer API
- [Engine-Twitter] Refactored for MessageBuffer API
-
07:43 PM Revision 84e17de952131549f1c12f17cf71e2ea973615e3: [Engine] Disable db4o logging noise
- [Engine] Disable db4o logging noise
-
07:35 PM Bug #598: RemotingException when smuxi-server was killed
- ...
-
06:33 PM Revision 609cd5da95829d73c8bb9305d8e6af9d5dd65697: [Engine] Implemented volatile and persistent m...
- [Engine] Implemented volatile and persistent message buffers backends - Added db4o-net as git submodule to include the db4o.net 8.0.183.14430 source which is GPLv3 licensed - Integrated db4o into the build-system - Designed IMessageBuffer - Imp...
05/19/2011
-
11:00 PM Revision 22fda0a8b3597b4a44d664586de40fa03096958e: Added Frontend-STFL to POTFILES.skip
- Added Frontend-STFL to POTFILES.skip
-
06:32 PM Revision f82df596d86e0d31b077abafd44fc3b2160c378b: [Engine-IRC] Do not log non-lag conditions to ...
- [Engine-IRC] Do not log non-lag conditions to avoid log spamming
-
05:50 PM Feature #597: Sync config cache when connecting to smuxi-server
- Right now the config cache gets populated when keys are requested which are not yet cached. This means that each requested uncached key will make a remoting call. The worst case is when all keys are requested, say when the user open the preference...
-
02:35 AM Revision a6be34ccf5daa8914f1e3bfa4993a152acca4c90: Bumped version to 0.8.1
- Bumped version to 0.8.1
-
01:50 AM Revision 188bcea9fc2367cc86efda6a3622f54d37dbbb1a: Bumped version to 0.8.1
- Bumped version to 0.8.1
05/16/2011
-
12:29 AM Revision d72c70b3b98dc750acf4dec58db076ee78d7e9e5: [Engine] Implemented GetHashCode() for messages
- [Engine] Implemented GetHashCode() for messages
05/11/2011
-
06:20 AM Bug #595: Cannot show non-English character
- updated the PNG
05/10/2011
-
08:53 PM Feature #596: Automatically assume "irc" as protocol if not specified in /connect command
- Many new users have issues with the /connect command because it requires you to specify the protocol as Smuxi supports more than one. If the user is not specifying the protocol Smuxi should simply assume "irc" as Smuxi is still 90% an IRC client.
-
08:44 PM Bug #595: Cannot show non-English character
- Can you attach a screenshot which shows the issue?
-
07:42 PM Bug #595: Cannot show non-English character
- Smuxi cannot show non-English character, such as Chinese
05/08/2011
-
07:43 PM Feature #205 (Closed): NetworkManager Support
- Applied in changeset commit:"0f27340cb79cce8a08a7fff788d9a614cab31861".
-
02:04 PM Revision 0f27340cb79cce8a08a7fff788d9a614cab31861: [Frontend-GNOME] Implemented NetworkManager su...
- [Frontend-GNOME] Implemented NetworkManager support (closes: #205)
05/05/2011
-
10:04 PM Bug #594: many disconnects
- As the screenprint shows, smuxi tries connection to oftc. It does not work and it seems that smuxi is trying to reconnect too fast. Used setting: host: irc.oftc.org Port: 6697 Use encryption: (no matter which option is chosen, it does not ...
05/04/2011
-
04:08 PM Bug #593: Hidden menu disables hotkeys on Ubuntu 10.04
- If I hide the menu bar (View -> uncheck "Show Menubar") I loose the ability to hit f7 (caret mode) f8 (browse) f11 (fullscreen) or Ctrl-PageUp / Ctrl-PageDown to change the channel. Right clicking on the output box and checking "Show Menubar" r...
-
10:28 AM Feature #161: Support for flag/icon of half-ops, admins and services in channels
- the strange thing in Smuxi server is that some standard IRC modes aren't working with Smuxi. Please implement that Smuxi support all IRC modes
Also available in: Atom