summary refs log tree commit diff stats
path: root/src/common/text.c
AgeCommit message (Collapse)Author
2013-10-09Fix messages with server-time not showing as new activityDiogo 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-15Fix logging networks with invalid names on WindowsTingPing
2013-09-07Implement BLOWFISh, AES, and EXTERNAL SASL mechanismsTingPing
Closes #657
2013-08-07Format Channel URLsTingPing
closes #706
2013-07-12Removed outdated comment.Diogo Sousa
2013-07-12Added hexchat_emit_print_attrs() to plugin interface.Diogo Sousa
2013-07-10Indentation fixes and code cleanup.Diogo Sousa
2013-07-09Now hexchat_hook_server_attrs() and hexchat_hook_print_attrs() is calledDiogo Sousa
when it should. This should close #661.
2013-06-28A few messages missing regarding server-time.Diogo Sousa
2013-06-28server-time for all numerical messages.Diogo Sousa
2013-06-28First step towards message tags extension supportDiogo 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-12Don't open libcanberra connection for every eventTingPing
Closes #645
2013-06-06Add chanopt for stripping colorsTingPing
2013-04-28Store just the filename if the sound file comes from the default sound dirBerke Viktor
And get rid of some hardcoding while we're at it
2013-04-28Fix spacingBerke Viktor
2013-04-27clean up canberra codeTingPing
2013-04-27Use canberra for filesTingPing
2013-04-28Let's just say the wordBerke Viktor
2013-04-27Fix unused variableBerke Viktor
2013-04-27Get rid of bundled beepBerke Viktor
2013-04-27Don't use external players on WindowsBerke Viktor
2013-04-23fix omitting custom soundsTingPing
2013-04-17add paplayTingPing
2013-04-14try play first.TingPing
2013-04-14Use bundled beep file for beep alertsBerke Viktor
2013-04-14Remove sound_dir, it's pointlessBerke Viktor
2013-04-08Closes #290 - opt-out for extra alerts now workingmisdre
2013-04-07Notify away status of friendsTingPing
2013-04-07Add events for quietTingPing
2013-04-02Only include top level includes from GTK+, GLib and GDK-PixBufBerke Viktor
2013-03-24Merge pull request #445 from TingPing/ulistcolorsTingPing
Add option to color nicknames in the userlist to match the chat
2013-03-23Truncate text if too long. Closes Issue #463RichardHitt
2013-03-15Get rid of Non-BMP filtering, Pango handles this nowBerke Viktor
2013-03-09Add option to color nicknames in the userlist to match the chatTingPing
2013-01-19Correct almost all compiler warning issuesRichardHitt
2012-12-25Merge pull request #336 from TingPing/beepTingPing
Don't beep when window is active.
2012-12-23fix incorrect FSF addressDan Mashal
2012-12-12Don't beep when window is active.TingPing
2012-12-08fix playing sounds with sound_dirTingPing
2012-11-11RebrandingBerke Viktor
2012-11-10Eliminate some unused stuffBerke Viktor
2012-11-04utf8-everywhere: Fixed log_write to use access instead of g_access.Arnavion
2012-11-04utf8-everywhere: Scrollback-loading code thought the first word of every ↵Arnavion
message was part of the timestamp because of a missing space.
2012-11-03utf8-everywhere: Fixed crash on loading scrollback.Arnavion
2012-11-03utf8-everywhere: Removed unreferenced local variables.Arnavion
2012-11-03Initial commit for utf8 everywhere.Arnavion
2012-11-03Remove identd text event coz it doesn't workBerke Viktor
2012-11-03Text event for identdBerke Viktor
2012-11-03More robust CAP management and CAP multi-prefix supportBerke Viktor
2012-11-03Add text events for CAP ACK/REQBerke Viktor