Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | thin-cursor.lua: update comments | Přemysl Janouch | 2016-10-30 | 1 | -2/+3 |
| | |||||
* | degesch: add a thin-cursor plugin | Přemysl Janouch | 2016-10-30 | 1 | -0/+27 |
| | |||||
* | degesch: add a "fancy-prompt" plugin | Přemysl Janouch | 2016-10-28 | 1 | -0/+97 |
| | | | | So that the client looks at least a tiny bit decent if needed. | ||||
* | degesch: add a "censor" plugin | Přemysl Janouch | 2016-09-23 | 1 | -0/+74 |
| | | | | So far this approach screws up highlights, which is actually a bug. | ||||
* | calc: fix usage of (substring) | Přemysl Janouch | 2016-04-28 | 1 | -1/+1 |
| | |||||
* | ZyklonB: add a seen plugin | Přemysl Janouch | 2016-04-24 | 2 | -0/+199 |
| | |||||
* | degesch: add an auto-rejoin.lua plugin | Přemysl Janouch | 2016-04-21 | 1 | -0/+47 |
| | |||||
* | ping-timeout.lua: fix message parsing | Přemysl Janouch | 2016-04-21 | 1 | -4/+4 |
| | |||||
* | calc: comment updates, import fixes | Přemysl Janouch | 2016-04-20 | 1 | -6/+11 |
| | |||||
* | ZyklonB: add a calc plugin | Přemysl Janouch | 2016-04-16 | 1 | -0/+236 |
| | |||||
* | factoids: safer DB writes | Přemysl Janouch | 2016-02-29 | 1 | -1/+4 |
| | |||||
* | factoids: allow querying definitions by number | Přemysl Janouch | 2016-02-29 | 1 | -12/+30 |
| | |||||
* | factoids: look for duplicates case-insensitively | Přemysl Janouch | 2016-02-29 | 1 | -1/+1 |
| | |||||
* | ZyklonB: add a factoids plugin | Přemysl Janouch | 2016-02-27 | 1 | -0/+156 |
| | |||||
* | last-fm.lua: don't use empty album names | Přemysl Janouch | 2016-01-18 | 1 | -2/+2 |
| | |||||
* | degesch: Lua: finish the last-fm plugin | Přemysl Janouch | 2016-01-14 | 1 | -14/+39 |
| | |||||
* | degesch: add a last-fm "now playing" plugin | Přemysl Janouch | 2016-01-09 | 1 | -0/+155 |
| | |||||
* | utm-filter.lua: filter out "gclid" as well | Přemysl Janouch | 2015-12-10 | 1 | -0/+2 |
| | |||||
* | ping-timeout.lua: simplify | Přemysl Janouch | 2015-11-24 | 1 | -1/+1 |
| | |||||
* | degesch: add a URL cleaning Lua plugin | Přemysl Janouch | 2015-11-24 | 1 | -0/+61 |
| | |||||
* | degesch: add the first Lua plugin to distribution | Přemysl Janouch | 2015-11-21 | 6 | -0/+33 |
| | | | | This required separate plugin directories for both pluginized executables. | ||||
* | youtube: use list comprehensions | Přemysl Janouch | 2015-06-22 | 1 | -4/+4 |
| | |||||
* | youtube: also print playlist info | Přemysl Janouch | 2015-06-22 | 1 | -78/+93 |
| | | | | The plugin has been rewritten to be a little bit cleaner. | ||||
* | Get rid of "All rights reserved" | Přemysl Janouch | 2015-05-01 | 5 | -5/+5 |
| | |||||
* | Fix the YouTube plugin | Přemysl Janouch | 2015-02-23 | 1 | -2/+2 |
| | |||||
* | pomodoro: some tuning | Přemysl Janouch | 2015-02-21 | 1 | -3/+3 |
| | |||||
* | coin: avoid Unicode characters | Přemysl Janouch | 2015-02-21 | 1 | -1/+1 |
| | |||||
* | ZyklonB: Add a "simple" pomodoro plugin in Ruby | Přemysl Janouch | 2015-02-21 | 1 | -0/+502 |
| | |||||
* | Add another form of YouTube links | Přemysl Janouch | 2015-02-12 | 1 | -6/+8 |
| | |||||
* | script: fix escaping in the dot command | Přemysl Janouch | 2014-10-03 | 1 | -3/+3 |
| | |||||
* | script: don't get killed because of users | Přemysl Janouch | 2014-09-27 | 1 | -0/+3 |
| | |||||
* | script: watch all memory allocations | Přemysl Janouch | 2014-09-27 | 1 | -360/+475 |
| | | | | | | And some other miscellaneous changes. Now it should be ready for the real life. | ||||
* | script: set a scricter limit on memory | Přemysl Janouch | 2014-09-19 | 1 | -0/+12 |
| | |||||
* | coin: wrap an if statement | Přemysl Janouch | 2014-08-02 | 1 | -1/+5 |
| | |||||
* | script: fix parse_word() | Přemysl Janouch | 2014-07-31 | 1 | -3/+6 |
| | | | | With the `c > ' '` requirement we can't have an assertion for length in there. | ||||
* | script: improvements | Přemysl Janouch | 2014-07-31 | 1 | -118/+285 |
| | | | | | | | - fixed cons - added missing arithmetic operators - added min/max/xor/all?/any?/nip/curry/reverse/over - added a few functional tests | ||||
* | script: add length | Přemysl Janouch | 2014-07-31 | 1 | -2/+33 |
| | |||||
* | script: add uncons/first/rest/>/>=/<=/!=/join | Přemysl Janouch | 2014-07-31 | 1 | -7/+64 |
| | |||||
* | script: fix call/dip, add fold/each/unit/cons/cat | Přemysl Janouch | 2014-07-31 | 1 | -17/+120 |
| | |||||
* | Fix the `youtube' plugin | Přemysl Janouch | 2014-07-30 | 1 | -1/+1 |
| | | | | I hadn't read the docs throughly. | ||||
* | Add an experimental `script' plugin | Přemysl Janouch | 2014-07-30 | 1 | -0/+1819 |
| | | | | | | 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. | ||||
* | Didn't intend to commit the API key, too | Přemysl Janouch | 2014-07-25 | 1 | -2/+0 |
| | |||||
* | Added a `youtube' plugin | Přemysl Janouch | 2014-07-25 | 1 | -0/+96 |
| | | | | Written for Python 3, it just shows info about random YouTube links. | ||||
* | Some fixes for the `coin' plugin | Přemysl Janouch | 2014-07-24 | 1 | -9/+9 |
| | | | | Hey, I'm pretty new to Tcl, leave me alone. | ||||
* | Port the `coin' plugin from VitaminA | Přemysl Janouch | 2014-07-24 | 2 | -3/+127 |
| | |||||
* | Initial commit | Přemysl Janouch | 2014-07-05 | 1 | -0/+312 |