Jonathan Pryor
- Registered on: 08/13/2009
- Last connection: 08/18/2010
Activity
Reported issues: 2
09/05/2010
- 10:39 PM Smuxi Revision 3f3462e89d7353e738096fbc0c1ecc00d4fc6ef9: Default to using the _NetworkChat if the chat ...
- Default to using the _NetworkChat if the chat can't be found. Allows bip to work because (for some bizarre reason) person messages are being reported on the IRC info tab, e.g. the 'IRC balthasar-gimpnet' tab contains messages such as: 13:14 <ka...
08/18/2010
- 02:06 PM Smuxi 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 Smuxi 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 Smuxi 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/10/2010
- 07:57 PM Smuxi 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/28/2010
- 01:31 AM Smuxi 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...
08/13/2009
- 03:43 PM Smuxi Feature #62: logging support
- Please allow the logging to conform to irssi logging output: - Plain text files (good for use with grep, less, etc.) - filenames of NETWORK/CHANNEL.log (e.g. freenode/##csharp.log) - Lines of: HH:MM <NICK> COMMENT - e.g.: 13:53 < z...
Also available in: Atom