Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-28 | Print{,_attr} and server{,_attr} hooks were incorrectly handled when both | Diogo Sousa | |
version existed (regular and attrs). Specifically, the priority was not respected, and both versions were run even when EAT_PLUGIN was returned. Fixes #847. | |||
2013-11-02 | Fix invalid timestamps crashing on Windows | TingPing | |
2013-10-09 | Fix messages with server-time not showing as new activity | Diogo Sousa | |
Added a parameter to fe_print_text() to say that the message does not represent new activity. This is used when a log from an old session is loaded. This used to be implicit whenever the timestamp was non-zero, but with server-time this no longer makes sense. Fixes issue #746. | |||
2013-09-15 | Fix logging networks with invalid names on Windows | TingPing | |
2013-09-07 | Implement BLOWFISh, AES, and EXTERNAL SASL mechanisms | TingPing | |
Closes #657 | |||
2013-08-07 | Format Channel URLs | TingPing | |
closes #706 | |||
2013-07-12 | Removed outdated comment. | Diogo Sousa | |
2013-07-12 | Added hexchat_emit_print_attrs() to plugin interface. | Diogo Sousa | |
2013-07-10 | Indentation fixes and code cleanup. | Diogo Sousa | |
2013-07-09 | Now hexchat_hook_server_attrs() and hexchat_hook_print_attrs() is called | Diogo Sousa | |
when it should. This should close #661. | |||
2013-06-28 | A few messages missing regarding server-time. | Diogo Sousa | |
2013-06-28 | server-time for all numerical messages. | Diogo Sousa | |
2013-06-28 | First step towards message tags extension support | Diogo Sousa | |
(see http://ircv3.atheme.org/specification/message-tags-3.2). In particular this commit implements a (very) dummy implementation sketch of the server-time extension (see http://ircv3.atheme.org/specification/message-tags-3.2 and #499). | |||
2013-06-12 | Don't open libcanberra connection for every event | TingPing | |
Closes #645 | |||
2013-06-06 | Add chanopt for stripping colors | TingPing | |
2013-04-28 | Store just the filename if the sound file comes from the default sound dir | Berke Viktor | |
And get rid of some hardcoding while we're at it | |||
2013-04-28 | Fix spacing | Berke Viktor | |
2013-04-27 | clean up canberra code | TingPing | |
2013-04-27 | Use canberra for files | TingPing | |
2013-04-28 | Let's just say the word | Berke Viktor | |
2013-04-27 | Fix unused variable | Berke Viktor | |
2013-04-27 | Get rid of bundled beep | Berke Viktor | |
2013-04-27 | Don't use external players on Windows | Berke Viktor | |
2013-04-23 | fix omitting custom sounds | TingPing | |
2013-04-17 | add paplay | TingPing | |
2013-04-14 | try play first. | TingPing | |
2013-04-14 | Use bundled beep file for beep alerts | Berke Viktor | |
2013-04-14 | Remove sound_dir, it's pointless | Berke Viktor | |
2013-04-08 | Closes #290 - opt-out for extra alerts now working | misdre | |
2013-04-07 | Notify away status of friends | TingPing | |
2013-04-07 | Add events for quiet | TingPing | |
2013-04-02 | Only include top level includes from GTK+, GLib and GDK-PixBuf | Berke Viktor | |
2013-03-24 | Merge pull request #445 from TingPing/ulistcolors | TingPing | |
Add option to color nicknames in the userlist to match the chat | |||
2013-03-23 | Truncate text if too long. Closes Issue #463 | RichardHitt | |
2013-03-15 | Get rid of Non-BMP filtering, Pango handles this now | Berke Viktor | |
2013-03-09 | Add option to color nicknames in the userlist to match the chat | TingPing | |
2013-01-19 | Correct almost all compiler warning issues | RichardHitt | |
2012-12-25 | Merge pull request #336 from TingPing/beep | TingPing | |
Don't beep when window is active. | |||
2012-12-23 | fix incorrect FSF address | Dan Mashal | |
2012-12-12 | Don't beep when window is active. | TingPing | |
2012-12-08 | fix playing sounds with sound_dir | TingPing | |
2012-11-11 | Rebranding | Berke Viktor | |
2012-11-10 | Eliminate some unused stuff | Berke Viktor | |
2012-11-04 | utf8-everywhere: Fixed log_write to use access instead of g_access. | Arnavion | |
2012-11-04 | utf8-everywhere: Scrollback-loading code thought the first word of every ↵ | Arnavion | |
message was part of the timestamp because of a missing space. | |||
2012-11-03 | utf8-everywhere: Fixed crash on loading scrollback. | Arnavion | |
2012-11-03 | utf8-everywhere: Removed unreferenced local variables. | Arnavion | |
2012-11-03 | Initial commit for utf8 everywhere. | Arnavion | |
2012-11-03 | Remove identd text event coz it doesn't work | Berke Viktor | |
2012-11-03 | Text event for identd | Berke Viktor | |