Javier Mora

Results 31 issues of Javier Mora

Allows combining **multiple arguments** into a single call to Print::print[ln], like Serial.print("Answer=", 66, HEX). This feature requires C++11 or newer to work, but if it is not available the old...

Print and Stream class

Allow Stream::readBytesUntil() and Stream::readStringUntil() use a negative value as a terminator (i.e. a non-ASCII char). Replaces `[int] == [char]` comparisons with `[int] == (unsigned char)[char]`. This should solve #1148, although...

Print and Stream class

If my nick is cousteau, messages containing «`cousteau:`», «`cousteau,`» and «`cousteau `» are highlighted, but «`cousteau.`» is not. RevolutionIRC 0.5.2.

When I type `/msg NickServ identify ` I'd rather the message be displayed/logged as `identify ****`, with the password obscured. (HexChat behaves this way.) Bonus points if you can set...

enhancement

It would be nice if I could customize the font size in addition to the font style (bold, colors, etc) in _Message format_. For example, I'd like to be able...

enhancement

Bachslashes (`\`) typed in `/me` comments (by myself or anyone else in the channel) don't show up in the conversation in this IRC client (but get actually sent, so other...

bug

The ignore list should be accessible via `/ignore` and `/unignore` commands, just like in most (desktop) IRC clients. Having the ignore list hidden in the menus could make users unaware...

enhancement

First of all, sorry in advance if this issue is too much of a "corner case" to be relevant. Situation: my document uses lots of short fragments of code here...

My git project does not track the `.bbl` files, which made sense at the time of creating it since those files are a product, not a source. As a result,...

The repository contains a `./configure` script. However, running `autoconf` overwrites this file; as a result, the repository is left in a "dirty" status with uncommitted changes. Shouldn't `configure` be removed...