aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* .lower() is also not valid for ascii case mappingGravatar jesopo2018-09-121-7/+3
* .lower() is not valid as "Á" is not the same as "á" within RFC1459 casemappingGravatar jesopo2018-09-121-10/+12
* Support 'strict-rfc1459' case mappingGravatar jesopo2018-09-121-0/+8
* Don't return 0 as "time until next ping" when we've already sent a ping. return•••None instead. Gravatar jesopo2018-09-112-1/+5
* Fix weird double indentation in IRCBot.pyGravatar jesopo2018-09-111-2/+2
* Remove boot_time from stats.py, move it to start_time in IRCBot otherwise a•••module reload of stats.py would reset !uptime Gravatar jesopo2018-09-112-2/+2
* Utils.irc_lower and Utils.irc_equals take an IRCServer parameterGravatar jesopo2018-09-115-17/+21
* Fix copypaste fail in Utils that meant we had no RFC1459_LOWERGravatar jesopo2018-09-111-1/+1
* Forgot to import Utils in IRCServerGravatar jesopo2018-09-111-1/+1
* Respect RFC1459 casemapping rulesGravatar jesopo2018-09-116-17/+45
* Pass around an IRCPrefix object instead of "nickname!username@hostname", fix a•••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. Gravatar jesopo2018-09-102-64/+42
* Handle CHGHOST referencing the bot instead of another userGravatar jesopo2018-09-101-3/+7
* Typo, event["server"] -> serverGravatar jesopo2018-09-101-1/+1
* Send '111' as the default WHOX token, not '001', as some servers cut that down•••to '1' Gravatar jesopo2018-09-101-2/+2
* Add support for IRCv3's batch and draft/labeled-responseGravatar jesopo2018-09-102-4/+21
* Standardise the "last" argument of a line; be that an :arbitrary or just the•••last argument. Gravatar jesopo2018-09-101-11/+10
* Fix a copypaste fail that pointed TAGMSG at ACCOUNT handling codeGravatar jesopo2018-09-091-1/+1
* bitly-api-key isn't used anymoreGravatar jesopo2018-09-091-1/+0
* Merge pull request #22 from dngfx/master•••Replace bit.ly with is.gdGravatar jesopo2018-09-091-10/+10
|\
| * Replace bit.ly with is.gd. No API key, no beeping Bit. It's a win win!Gravatar dngfx2018-09-091-10/+10
* | Merge pull request #21 from dngfx/master•••Fix regex in karma.pyGravatar jesopo2018-09-091-1/+1
|\|
| * There's nothing regular about these expressions.Gravatar dngfx2018-09-091-1/+1
| * Merge pull request #8 from jesopo/master•••Regex is dumb.Gravatar Dan2018-09-094-11/+18
| |\ | |/ |/|
* | Fix an incorrect call to event["stderr"] in karma.pyGravatar jesopo2018-09-091-3/+7
* | Make commands be processed under received.message.* at PRIORITY_LOW, eat the•••event when it's done, change karma.py to use PRIORITY_MONITOR Gravatar jesopo2018-09-092-6/+8
* | Change default priority to "medium", add priority lower than "low" ("monitor")Gravatar jesopo2018-09-092-2/+3
* | Change bitly.py to use delimited eventsGravatar jesopo2018-09-091-6/+5
* | Tidy up indentation in tweets.pyGravatar jesopo2018-09-091-38/+18
* | call_for_result should have a max of 1, not 0Gravatar jesopo2018-09-091-1/+1
| * Pull in some more (#7)•••* call_for_result should have a max of 1, not 0 * Tidy up indentation in tweets.py * Change bitly.py to use delimited events Gravatar Dan2018-09-090-0/+0
| * Change bitly.py to use delimited eventsGravatar jesopo2018-09-091-6/+5
| * call_for_result should have a max of 1, not 0Gravatar jesopo2018-09-091-1/+1
| * Recreate tweets.py because i'm lazy.Gravatar Dan2018-09-091-0/+89
| * Delete tweets.pyGravatar Dan2018-09-091-109/+0
| * Merge pull request #5 from jesopo/master•••Pull the good stuffGravatar Dan2018-09-090-0/+0
| |\ | |/ |/|
* | Merge pull request #20 from dngfx/master•••Add bit.ly links to tweetsGravatar jesopo2018-09-091-16/+48
|\ \
* | | Utilise !serverset in more modulesGravatar jesopo2018-09-094-1/+14
* | | Add nickserv-password and sasl to !serversetGravatar jesopo2018-09-092-11/+13
* | | Don't add a qualifier for server settingsGravatar jesopo2018-09-091-2/+2
* | | Add !serverset and !servergetGravatar jesopo2018-09-092-8/+24
* | | Switch set.py to use delimited eventsGravatar jesopo2018-09-091-18/+15
* | | Better indentation in commands.pyGravatar jesopo2018-09-091-9/+3
* | | Merge pull request #19 from dngfx/master•••I have no idea why ducks.py is in here. Google.py update.Gravatar jesopo2018-09-094-40/+136
|\ \ \
| | | * Should stop an error or two down the line.Gravatar dngfx2018-09-091-4/+4
| | |/
| | * Fix up tweets.pyGravatar dngfx2018-09-091-12/+15
| | * Make URL shortening generic in tweets.pyGravatar dngfx2018-09-091-6/+6
| | * Fix spacing.Gravatar dngfx2018-09-091-1/+0
| | * Utilise !serverset in more modulesGravatar jesopo2018-09-094-1/+14
| | * Add nickserv-password and sasl to !serversetGravatar jesopo2018-09-092-11/+13
| | * Don't add a qualifier for server settingsGravatar jesopo2018-09-091-2/+2