hardlounge/src/plugins/irc-events
Olli Mäntylä 4293336f3e Move escaping of topic and improve UI for long topics
- Data should be handled as is and only do the escaping on
the view/template or wherever it is used and escaping is necessary.
Keeps things simple and the focus of escaping values in the right place.
- Remove topic capitalization
- For long topics: hide overflow and add a title to topic span
- Also, simplify the code a tiny bit.
2015-10-03 17:04:05 +03:00
..
ctcp.js Added CTCP replies 2014-09-03 14:43:27 -07:00
error.js Normalize line endings 2014-09-13 14:29:45 -07:00
join.js Remember network and channels 2014-10-12 01:59:01 +02:00
kick.js Show user modes in channel 2014-10-04 05:31:45 -07:00
link.js Ignore localhost links 2015-04-06 10:40:12 -07:00
message.js support @foobar-type highlighting 2014-12-31 15:02:12 +01:00
mode.js Show user modes in channel 2014-10-04 05:31:45 -07:00
motd.js Normalize line endings 2014-09-13 14:29:45 -07:00
names.js Normalize line endings 2014-09-13 14:29:45 -07:00
nick.js Remember network and channels 2014-10-12 01:59:01 +02:00
notice.js Send NOTICE messages to the correct channel 2014-10-19 13:58:31 +02:00
part.js Remember network and channels 2014-10-12 01:59:01 +02:00
quit.js Show user modes in channel 2014-10-04 05:31:45 -07:00
topic.js Move escaping of topic and improve UI for long topics 2015-10-03 17:04:05 +03:00
welcome.js Remember network and channels 2014-10-12 01:59:01 +02:00
whois.js Normalize line endings 2014-09-13 14:29:45 -07:00