Commit Graph

42 Commits

Author SHA1 Message Date
Přemysl Eric Janouch 2474b5f3f5
calc: fix usage of (substring) 2016-04-28 23:25:29 +02:00
Přemysl Eric Janouch d97f28e7f7
ZyklonB: add a seen plugin 2016-04-24 21:05:53 +02:00
Přemysl Eric Janouch 75c4645f10
degesch: add an auto-rejoin.lua plugin 2016-04-21 22:12:33 +02:00
Přemysl Eric Janouch 29418e5e55
ping-timeout.lua: fix message parsing 2016-04-21 22:09:35 +02:00
Přemysl Eric Janouch 1180255e7b calc: comment updates, import fixes 2016-04-20 22:55:40 +02:00
Přemysl Eric Janouch e97c60245c ZyklonB: add a calc plugin 2016-04-16 20:11:11 +02:00
Přemysl Eric Janouch 4b10ea7ab0 factoids: safer DB writes 2016-02-29 03:15:44 +01:00
Přemysl Eric Janouch fb0b0c4cf0 factoids: allow querying definitions by number 2016-02-29 03:11:33 +01:00
Přemysl Eric Janouch f492592735 factoids: look for duplicates case-insensitively 2016-02-29 02:50:53 +01:00
Přemysl Eric Janouch 676e6c20fa ZyklonB: add a factoids plugin 2016-02-27 22:29:19 +01:00
Přemysl Eric Janouch 2ec6258ff3 last-fm.lua: don't use empty album names 2016-01-18 01:28:53 +01:00
Přemysl Eric Janouch 91f3bd60df degesch: Lua: finish the last-fm plugin 2016-01-14 04:13:03 +01:00
Přemysl Eric Janouch 19b09a8cec degesch: add a last-fm "now playing" plugin 2016-01-09 10:27:01 +01:00
Přemysl Eric Janouch 5d3c2bea95 utm-filter.lua: filter out "gclid" as well 2015-12-10 21:48:04 +01:00
Přemysl Eric Janouch 0044672b85 ping-timeout.lua: simplify 2015-11-24 20:45:51 +01:00
Přemysl Eric Janouch 8187bedcb6 degesch: add a URL cleaning Lua plugin 2015-11-24 02:26:07 +01:00
Přemysl Eric Janouch 71f3532e04 degesch: add the first Lua plugin to distribution
This required separate plugin directories for both pluginized executables.
2015-11-21 22:47:52 +01:00
Přemysl Eric Janouch d2611d3f82 youtube: use list comprehensions 2015-06-22 19:29:11 +02:00
Přemysl Eric Janouch d7dd296b61 youtube: also print playlist info
The plugin has been rewritten to be a little bit cleaner.
2015-06-22 01:42:16 +02:00
Přemysl Eric Janouch 57f052a2be Get rid of "All rights reserved" 2015-05-01 23:41:22 +02:00
Přemysl Eric Janouch e141b364fe Fix the YouTube plugin 2015-02-23 09:48:08 +01:00
Přemysl Eric Janouch 6d8008cdf8 pomodoro: some tuning 2015-02-21 14:17:47 +01:00
Přemysl Eric Janouch b656415836 coin: avoid Unicode characters 2015-02-21 12:32:41 +01:00
Přemysl Eric Janouch 4a6f01763b ZyklonB: Add a "simple" pomodoro plugin in Ruby 2015-02-21 12:30:20 +01:00
Přemysl Eric Janouch f0c64c69c3 Add another form of YouTube links 2015-02-12 02:18:27 +01:00
Přemysl Eric Janouch aaf6385811 script: fix escaping in the dot command 2014-10-03 22:21:30 +02:00
Přemysl Eric Janouch ca05277ce7 script: don't get killed because of users 2014-09-27 21:43:11 +02:00
Přemysl Eric Janouch f9dced26ca script: watch all memory allocations
And some other miscellaneous changes.

Now it should be ready for the real life.
2014-09-27 21:26:35 +02:00
Přemysl Eric Janouch 125521ddc1 script: set a scricter limit on memory 2014-09-19 01:24:39 +02:00
Přemysl Eric Janouch e8ddf5e58c coin: wrap an if statement 2014-08-02 21:33:55 +02:00
Přemysl Eric Janouch 8ece6a4f64 script: fix parse_word()
With the `c > ' '` requirement we can't have an assertion for length in there.
2014-07-31 23:07:37 +02:00
Přemysl Eric Janouch 8fde2e72aa script: improvements
- fixed cons
 - added missing arithmetic operators
 - added min/max/xor/all?/any?/nip/curry/reverse/over
 - added a few functional tests
2014-07-31 22:56:18 +02:00
Přemysl Eric Janouch 2735756dbd script: add length 2014-07-31 02:45:04 +02:00
Přemysl Eric Janouch ba3f4e620c script: add uncons/first/rest/>/>=/<=/!=/join 2014-07-31 02:34:02 +02:00
Přemysl Eric Janouch f62dbe9546 script: fix call/dip, add fold/each/unit/cons/cat 2014-07-31 01:17:09 +02:00
Přemysl Eric Janouch 053359aaf1 Fix the `youtube' plugin
I hadn't read the docs throughly.
2014-07-30 23:17:31 +02:00
Přemysl Eric Janouch 154163ea0a Add an experimental `script' plugin
Basically reimplemented the macro language from libxntd.

Lots of work to be done yet, even if we keep it as a stand-alone TCC plugin.
2014-07-30 21:03:15 +02:00
Přemysl Eric Janouch 25f981e0b1 Didn't intend to commit the API key, too 2014-07-25 00:15:52 +02:00
Přemysl Eric Janouch 6f065351d3 Added a `youtube' plugin
Written for Python 3, it just shows info about random YouTube links.
2014-07-25 00:12:37 +02:00
Přemysl Eric Janouch c2ddcc937e Some fixes for the `coin' plugin
Hey, I'm pretty new to Tcl, leave me alone.
2014-07-24 00:33:29 +02:00
Přemysl Eric Janouch 9d0a276f93 Port the `coin' plugin from VitaminA 2014-07-24 00:01:00 +02:00
Přemysl Eric Janouch 165a19da21 Initial commit 2014-07-05 01:28:16 +02:00