aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add !ignore and !unignore in commands.pyGravatar jesopo2018-09-061-10/+35
* Support NOTICE without a prefix ("NOTICE AUTH" etc)Gravatar jesopo2018-09-061-3/+8
* Match " :" for arbitrary instead of ":", to avoid e.g. splitting ipv6 in to•••pieces! Gravatar jesopo2018-09-061-7/+8
* Support account-tag in permissions.pyGravatar jesopo2018-09-051-1/+2
* Handle \x01ACTION that's not correctly terminated with a \x01Gravatar jesopo2018-09-051-2/+4
* Typo in channel_save; channes -> channelsGravatar jesopo2018-09-051-1/+1
* Merge branch 'master' of github.com:jesopo/bitbotGravatar jesopo2018-09-051-1/+1
|\
| * Merge pull request #17 from dngfx/master•••Update duck timerGravatar jesopo2018-09-051-1/+1
| |\
| | * Update duck timerGravatar dngfx2018-09-041-1/+1
* | | Add !givecoins to coins.pyGravatar jesopo2018-09-051-8/+29
|/ /
* | protect_registered doesn't exist anymoreGravatar jesopo2018-09-051-2/+2
* | Change more user.id references to get_id()Gravatar jesopo2018-09-051-2/+2
* | Get user to do get_id() on in coins.pyGravatar jesopo2018-09-051-1/+2
* | user.id -> user._id; forgot to do thisGravatar jesopo2018-09-051-1/+1
* | Add another control to prevent coin duplication if someone manages to send coins•••to themselves Gravatar jesopo2018-09-051-1/+5
* | Don't use IRCUser.id ever, use IRCUser.get_id()Gravatar jesopo2018-09-057-21/+20
* | Correctly keep track of IRCUser.identified_account_idGravatar jesopo2018-09-051-0/+5
* | Support IRCv3's account-notify/extended-join along with WHOX to replace internal•••register/identify Gravatar jesopo2018-09-054-43/+87
* | ACCOUNT doesn't use message-tags, duh!Gravatar jesopo2018-09-051-2/+2
|/
* twitter.py -> tweets.pyGravatar jesopo2018-09-041-3/+3
* Change IRCLineHandler to use delimited eventsGravatar jesopo2018-09-041-61/+59
* Track a user's away status in IRCUserGravatar jesopo2018-09-042-0/+3
* Fix a huge security issue: sign users out when they change nicknameGravatar jesopo2018-09-041-3/+10
* Add IRCUser.identified_account for ACCOUNT/extended-joinGravatar jesopo2018-09-042-0/+9
* Don't get_user before we've seperated userhost-in-names hostmasksGravatar jesopo2018-09-041-1/+3
* Utils.seperate_hostmask has been broken all this time! usernames were coming out•••as nickname!username Gravatar jesopo2018-09-041-1/+1
* Most userhost-in-names check to after mode prefix checkingGravatar jesopo2018-09-041-7/+3
* Use "draft/message-tags-0.2" IRCv3 capability to actually be able to receive•••TAGMSG Gravatar jesopo2018-09-041-3/+3
* idle-notify un-away messages don't have *any* args - this caused BitBot to crash•••in IRCLineHandler.handle Gravatar jesopo2018-09-041-1/+3
* Debug log raw dataGravatar jesopo2018-09-041-0/+3
* Support IRCv3's userhost-in-namesGravatar jesopo2018-09-041-12/+22
* Fix referencing account tag for ACCOUNT in IRCLineHandlerGravatar jesopo2018-09-041-1/+1
* Nope, revert echo-message support. a certain network only offers it in channel,•••not private. Gravatar jesopo2018-09-032-33/+20
* Support IRCv3's echo-messageGravatar jesopo2018-09-032-27/+42
* Keep a list of CAP capabilities in IRCServerGravatar jesopo2018-09-032-1/+6
* Support IRCv3's away-notifyGravatar jesopo2018-09-031-2/+16
* server -> event["server"]Gravatar jesopo2018-09-031-2/+2
* Send message-tags through PRIVMSG, NOTICE and !commandsGravatar jesopo2018-09-032-8/+11
* Support TAGMSG in IRCLineHandlerGravatar jesopo2018-09-031-0/+16
* IRCv3 message tag value should not be an arrayGravatar jesopo2018-09-031-1/+1
* Add !reconnect in admin.pyGravatar jesopo2018-09-031-9/+12
* Add database_backup.py for rotated database backupsGravatar jesopo2018-09-032-0/+30
* tag_split, not tagGravatar jesopo2018-09-031-1/+1
* Handle empty tag sections, e.g. "@;tag=value"Gravatar jesopo2018-09-031-2/+3
* Only offer sasl when we have sasl authentication to sendGravatar jesopo2018-09-031-1/+2
* Support ircv3's extended-joinGravatar jesopo2018-09-031-5/+14
* Support account-tag and account-notifyGravatar jesopo2018-09-031-1/+15
* Remove channel from autojoin when BitBot parts itGravatar jesopo2018-09-031-4/+10
* typo! targer -> targetGravatar jesopo2018-09-031-1/+1
* Support IRCv3's chghost and invite-notifyGravatar jesopo2018-09-033-9/+24