| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | .lower() is also not valid for ascii case mapping | 2018-09-12 | 1 | -7/+3 | |
| | | |||||
| * | .lower() is not valid as "Á" is not the same as "á" within RFC1459 casemapping | 2018-09-12 | 1 | -10/+12 | |
| | | |||||
| * | Support 'strict-rfc1459' case mapping | 2018-09-12 | 1 | -0/+8 | |
| | | |||||
| * | Don't return 0 as "time until next ping" when we've already sent a ping. return | 2018-09-11 | 2 | -1/+5 | |
| | | | | | None instead. | ||||
| * | Fix weird double indentation in IRCBot.py | 2018-09-11 | 1 | -2/+2 | |
| | | |||||
| * | Remove boot_time from stats.py, move it to start_time in IRCBot otherwise a | 2018-09-11 | 2 | -2/+2 | |
| | | | | | module reload of stats.py would reset !uptime | ||||
| * | Utils.irc_lower and Utils.irc_equals take an IRCServer parameter | 2018-09-11 | 5 | -17/+21 | |
| | | |||||
| * | Fix copypaste fail in Utils that meant we had no RFC1459_LOWER | 2018-09-11 | 1 | -1/+1 | |
| | | |||||
| * | Forgot to import Utils in IRCServer | 2018-09-11 | 1 | -1/+1 | |
| | | |||||
| * | Respect RFC1459 casemapping rules | 2018-09-11 | 6 | -17/+45 | |
| | | |||||
| * | Pass around an IRCPrefix object instead of "nickname!username@hostname", fix a | 2018-09-10 | 2 | -64/+42 | |
| | | | | | | | bug in TAGMSG handling that was trying to get a user object from a channel, fix a bug in ACCOUNT handling that was literally using "nickname" as a user's nickname, instead of the parsed nickname. | ||||
| * | Handle CHGHOST referencing the bot instead of another user | 2018-09-10 | 1 | -3/+7 | |
| | | |||||
| * | Typo, event["server"] -> server | 2018-09-10 | 1 | -1/+1 | |
| | | |||||
| * | Send '111' as the default WHOX token, not '001', as some servers cut that down | 2018-09-10 | 1 | -2/+2 | |
| | | | | | to '1' | ||||
| * | Add support for IRCv3's batch and draft/labeled-response | 2018-09-10 | 2 | -4/+21 | |
| | | |||||
| * | Standardise the "last" argument of a line; be that an :arbitrary or just the | 2018-09-10 | 1 | -11/+10 | |
| | | | | | last argument. | ||||
| * | Fix a copypaste fail that pointed TAGMSG at ACCOUNT handling code | 2018-09-09 | 1 | -1/+1 | |
| | | |||||
| * | bitly-api-key isn't used anymore | 2018-09-09 | 1 | -1/+0 | |
| | | |||||
| * | Merge pull request #22 from dngfx/master | 2018-09-09 | 1 | -10/+10 | |
| |\ | | | | | Replace bit.ly with is.gd | ||||
| | * | Replace bit.ly with is.gd. No API key, no beeping Bit. It's a win win! | 2018-09-09 | 1 | -10/+10 | |
| | | | |||||
| * | | Merge pull request #21 from dngfx/master | 2018-09-09 | 1 | -1/+1 | |
| |\| | | | | | Fix regex in karma.py | ||||
| | * | There's nothing regular about these expressions. | 2018-09-09 | 1 | -1/+1 | |
| | | | |||||
| | * | Merge pull request #8 from jesopo/master | 2018-09-09 | 4 | -11/+18 | |
| | |\ | |/ |/| | Regex is dumb. | ||||
| * | | Fix an incorrect call to event["stderr"] in karma.py | 2018-09-09 | 1 | -3/+7 | |
| | | | |||||
| * | | Make commands be processed under received.message.* at PRIORITY_LOW, eat the | 2018-09-09 | 2 | -6/+8 | |
| | | | | | | | | | event when it's done, change karma.py to use PRIORITY_MONITOR | ||||
| * | | Change default priority to "medium", add priority lower than "low" ("monitor") | 2018-09-09 | 2 | -2/+3 | |
| | | | |||||
| * | | Change bitly.py to use delimited events | 2018-09-09 | 1 | -6/+5 | |
| | | | |||||
| * | | Tidy up indentation in tweets.py | 2018-09-09 | 1 | -38/+18 | |
| | | | |||||
| * | | call_for_result should have a max of 1, not 0 | 2018-09-09 | 1 | -1/+1 | |
| | | | |||||
| | * | Pull in some more (#7) | 2018-09-09 | 0 | -0/+0 | |
| | | | | | | | | | | | | | | | | | * call_for_result should have a max of 1, not 0 * Tidy up indentation in tweets.py * Change bitly.py to use delimited events | ||||
| | * | Change bitly.py to use delimited events | 2018-09-09 | 1 | -6/+5 | |
| | | | |||||
| | * | call_for_result should have a max of 1, not 0 | 2018-09-09 | 1 | -1/+1 | |
| | | | |||||
| | * | Recreate tweets.py because i'm lazy. | 2018-09-09 | 1 | -0/+89 | |
| | | | |||||
| | * | Delete tweets.py | 2018-09-09 | 1 | -109/+0 | |
| | | | |||||
| | * | Merge pull request #5 from jesopo/master | 2018-09-09 | 0 | -0/+0 | |
| | |\ | |/ |/| | Pull the good stuff | ||||
| * | | Merge pull request #20 from dngfx/master | 2018-09-09 | 1 | -16/+48 | |
| |\ \ | | | | | | | Add bit.ly links to tweets | ||||
| * | | | Utilise !serverset in more modules | 2018-09-09 | 4 | -1/+14 | |
| | | | | |||||
| * | | | Add nickserv-password and sasl to !serverset | 2018-09-09 | 2 | -11/+13 | |
| | | | | |||||
| * | | | Don't add a qualifier for server settings | 2018-09-09 | 1 | -2/+2 | |
| | | | | |||||
| * | | | Add !serverset and !serverget | 2018-09-09 | 2 | -8/+24 | |
| | | | | |||||
| * | | | Switch set.py to use delimited events | 2018-09-09 | 1 | -18/+15 | |
| | | | | |||||
| * | | | Better indentation in commands.py | 2018-09-09 | 1 | -9/+3 | |
| | | | | |||||
| * | | | Merge pull request #19 from dngfx/master | 2018-09-09 | 4 | -40/+136 | |
| |\ \ \ | | | | | | | | | I have no idea why ducks.py is in here. Google.py update. | ||||
| | | | * | Should stop an error or two down the line. | 2018-09-09 | 1 | -4/+4 | |
| | | |/ | |||||
| | | * | Fix up tweets.py | 2018-09-09 | 1 | -12/+15 | |
| | | | | |||||
| | | * | Make URL shortening generic in tweets.py | 2018-09-09 | 1 | -6/+6 | |
| | | | | |||||
| | | * | Fix spacing. | 2018-09-09 | 1 | -1/+0 | |
| | | | | |||||
| | | * | Utilise !serverset in more modules | 2018-09-09 | 4 | -1/+14 | |
| | | | | |||||
| | | * | Add nickserv-password and sasl to !serverset | 2018-09-09 | 2 | -11/+13 | |
| | | | | |||||
| | | * | Don't add a qualifier for server settings | 2018-09-09 | 1 | -2/+2 | |
| | | | | |||||
