about summary refs log tree commit diff
path: root/ui-clone.h
diff options
context:
space:
mode:
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
ass='column1'>| Sort of like Textual does, but only in the first part of the messaage, either before a colon or before a space. Hopefully this makes it less costly than it would be, and prevents false positives on people with common nouns for nicks. * Scan messages for URLsJune McEnroe2020-02-08 | * Only show expected topic/names repliesJune McEnroe2020-02-08 | * Handle KICKJune McEnroe2020-02-08 | | | | | See I knew the color cache in complete would be useful in at least one place! * Handle QUITJune McEnroe2020-02-08 | * Handle NAMES replyJune McEnroe2020-02-08 | * Handle NICKJune McEnroe2020-02-08 | * Clear completion for ID on self-partJune McEnroe2020-02-07 | * Update completion on join, part, privmsgJune McEnroe2020-02-07 | * Color notices LightGray by defaultJune McEnroe2020-02-06 | * Render actions in italicJune McEnroe2020-02-06 | | | | | | Also render italic as normal if it's unsupported, as that is what would happen anyway if curses has A_ITALIC but the terminal has no sitm. That format string is kinda bad. * Never consider notices hotJune McEnroe2020-02-06 | * Handle mentionsJune McEnroe2020-02-06 | * Route own query messages correctlyJune McEnroe2020-02-06 | * Send CAP END if CAP LS doesn't list anything goodJune McEnroe2020-02-06 | * Handle TOPIC and repliesJune McEnroe2020-02-06 | * Handle PARTJune McEnroe2020-02-06 | * Send self.join without colonJune McEnroe2020-02-06 | | | | If someone is weird enough to use channel keys, they can -j '#foo key'. * Handle ERRORJune McEnroe