| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | | * | Update bitbot_user.service•••Next time i need to triple check what I am doing. Another stupid typo | Vitor Luis | 2020-05-19 | 1 | -1/+1 |
| | | * | Update bitbot_user.service•••Fixed a stupid typo | Vitor Luis | 2020-05-19 | 1 | -1/+1 |
| | | * | Create bitbot_user.service•••Systemd script to be used by the user w/o the need of root access.
Probably useful.
Cheers | Vitor Luis | 2020-05-19 | 1 | -0/+32 |
| | |/ |
|
| | * | add bot.conf options so we can disable given log files | jesopo | 2020-04-10 | 3 | -19/+30 |
| * | | again, there may be more than one (nick,count) | jesopo | 2020-05-12 | 1 | -1/+3 |
| * | | turing (chan_id,count) in to a dict loses different days | jesopo | 2020-05-12 | 1 | -4/+7 |
| * | | log youtube API usage | jesopo | 2020-05-07 | 1 | -1/+11 |
| * | | disable !np youtube urls by default | jesopo | 2020-05-07 | 1 | -4/+11 |
| * | | sent messages should mark channels 'active' | jesopo | 2020-05-06 | 1 | -0/+1 |
| * | | RPL_EXCEPTLIST has the mask at index 2, not 3 | jesopo | 2020-04-15 | 1 | -1/+1 |
| * | | add channel mlock (mode lock) functionality to channel_op.py | jesopo | 2020-04-13 | 2 | -3/+72 |
| * | | format_token_replace() returns a tuple these days | jesopo | 2020-04-12 | 1 | -1/+2 |
| * | | add bot.conf options so we can disable given log files | jesopo | 2020-04-10 | 3 | -19/+30 |
| * | | "mi" -> "m" for minute | jesopo | 2020-04-09 | 1 | -1/+1 |
| * | | fix rss bindhost implementation | jesopo | 2020-04-09 | 1 | -10/+18 |
| * | | experimental support for rss bindhost | jesopo | 2020-04-09 | 3 | -3/+22 |
| * | | fix regression of message filters not matching without formatting | jesopo | 2020-04-08 | 2 | -9/+11 |
| * | | fail an alias when an ${} var isn't found | jesopo | 2020-04-08 | 2 | -6/+20 |
| * | | remove now-unused vars | jesopo | 2020-04-08 | 1 | -4/+0 |
| * | | rewrite (and vastly simplify) message format tokenising | jesopo | 2020-04-08 | 1 | -35/+21 |
| * | | add ${BNICK} (bot's own nick) and ${CTRIGGER} (command trigger) to aliases | jesopo | 2020-04-07 | 2 | -4/+8 |
| * | | handle http redirects ourselves, to prevent redirect to localhost | jesopo | 2020-04-05 | 2 | -20/+46 |
| * | | add .send_action utils functions to Server, Channel and User | jesopo | 2020-03-23 | 3 | -0/+8 |
| * | | remove `nightly` .travis.yml target | jesopo | 2020-03-13 | 1 | -1/+0 |
| * | | `masks` -> `args` | jesopo | 2020-03-10 | 1 | -1/+1 |
| * | | fix !part, add !join | jesopo | 2020-03-10 | 1 | -2/+10 |
| * | | remove debug print | jesopo | 2020-03-10 | 1 | -1/+0 |
| * | | allow IntRangeSetting max to be optional | jesopo | 2020-03-09 | 1 | -3/+5 |
| * | | don't skip already "short" urls in yourls.py - can't predict output length | jesopo | 2020-03-09 | 1 | -3/+0 |
| * | | post_data -> get_params | jesopo | 2020-03-09 | 1 | -1/+1 |
| * | | URL -> shortener_url | jesopo | 2020-03-09 | 1 | -2/+2 |
| * | | _call_shortener should take 2 more args | jesopo | 2020-03-08 | 1 | -1/+1 |
| * | | urllib was meant for yourls.py not shorturl.py | jesopo | 2020-03-08 | 2 | -2/+3 |
| * | | add urllib import | jesopo | 2020-03-08 | 1 | -1/+1 |
| * | | add (as yet untested) Your Own URL Shortener support in yourls.py | jesopo | 2020-03-08 | 1 | -0/+36 |
| * | | support extended url shorteners that take server and optional `context` (chan... | jesopo | 2020-03-08 | 1 | -7/+17 |
| * | | Merge pull request #251 from fndax/issue-210•••Make !words work in PM (fixes #210) | jesopo | 2020-03-08 | 1 | -7/+14 |
| |\ \ |
|
| | * | | Make !words work in PM•••Closes: #210
| Dax | 2020-03-08 | 1 | -7/+14 |
| * | | | args_split[0] -> user.nickname (seen.py) | jesopo | 2020-03-08 | 1 | -2/+2 |
| * | | | switch inactive_channels.py settings to be days, defaulting to None (no prune) | jesopo | 2020-03-08 | 1 | -14/+15 |
| |/ / |
|
| * | | event["line"][1] -> event["line"].args[1] | jesopo | 2020-03-08 | 1 | -1/+1 |
| * | | move bitbotctl call to after starting bitbot | jesopo | 2020-03-08 | 1 | -1/+1 |
| * | | use ban-mask export in badwords.py | jesopo | 2020-03-08 | 1 | -3/+2 |
| * | | give str(Exception) when webfinger fails | jesopo | 2020-03-08 | 1 | -2/+3 |
| * | | tolerate a server not having a host-meta | jesopo | 2020-03-08 | 1 | -4/+6 |
| * | | check if message isn't None, rather than falsey | jesopo | 2020-03-08 | 1 | -2/+2 |
| * | | move _get_hostmask logic out in to banmask.py core module, for reuse | jesopo | 2020-03-08 | 2 | -15/+30 |
| * | | exports.get_one() -> exports.get() | jesopo | 2020-03-08 | 17 | -20/+20 |
| * | | add space between command and usage string | jesopo | 2020-03-06 | 1 | -1/+1 |
| * | | default inactive_channel.py timer to 4 weeks, not 2 | jesopo | 2020-03-05 | 1 | -2/+2 |