aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* get user permissions every time they try to use a command that requires•••permissions, instead of caching their permissions when they sign in Gravatar jesopo2018-08-021-6/+8
* Added missing ")" in print_activity.pyGravatar jesopo2018-07-311-1/+1
* support optional data in upc.pyGravatar jesopo2018-07-251-11/+19
* add !gtin to upc.pyGravatar jesopo2018-07-251-1/+2
* Add upc.pyGravatar jesopo2018-07-251-0/+44
* Included notices in print_activity, don't always print channel nameGravatar jesopo2018-07-231-5/+26
* implemented handling notices in IRCLineHandler, including server noticesGravatar jesopo2018-07-222-0/+27
* remove debug print in books.pyGravatar jesopo2018-07-221-1/+0
* rating, date and authors are optional in google's book apisGravatar jesopo2018-07-221-5/+12
* include quit reasons in print_activity if presentGravatar jesopo2018-07-201-1/+2
* Ban formats aren't boolsGravatar jesopo2018-07-201-2/+1
* added a way to prevent bitbot accepting invitesGravatar jesopo2018-07-191-1/+2
* Added a channel setting for banmask, added !unbanGravatar jesopo2018-07-192-2/+33
* move sending CAP sasl request to sasl.pyGravatar jesopo2018-07-162-7/+10
* set default argparse config argument to bot.confGravatar jesopo2018-07-161-1/+1
* use PRIORITY_URGENT in perform.pyGravatar jesopo2018-07-161-2/+2
* switch to using configparser for config filesGravatar jesopo2018-07-165-27/+31
* move sasl logic to it's own moduleGravatar jesopo2018-07-154-65/+60
* fix print_activity still using old EventManager priority locationGravatar jesopo2018-07-151-2/+1
* check if a channel is in attempted_join before attempting rejoinGravatar jesopo2018-07-151-4/+4
* move priority constants to root of EventManager namespaceGravatar jesopo2018-07-151-7/+6
* Made part/quit print_activity functions more uniformGravatar jesopo2018-07-151-3/+2
* Use QUOTES.items() in quit.pyGravatar jesopo2018-07-151-3/+2
* Added EventHook.call_for_result to get a result or default from an eventGravatar jesopo2018-07-153-3/+9
* Move quit quotes to it's own moduleGravatar jesopo2018-07-152-61/+67
* print_messages->print_activity, print more things!Gravatar jesopo2018-07-152-36/+83
* Send events when BitBot sends a PRIVMSGGravatar jesopo2018-07-151-2/+12
* added more vertical whitespace to IRCChannelGravatar jesopo2018-07-151-0/+4
* Allow own usermodes to have args, added some vertical whitespace in IRCServerGravatar jesopo2018-07-151-4/+17
* only pass things needed through events, not **data.map()Gravatar jesopo2018-07-141-18/+19
* skip !more's out/err, added a way to split messages from their prefixes for•••logging purposes Gravatar jesopo2018-07-144-16/+21
* Allow translate source/target languages to be more than 2 charsGravatar jesopo2018-07-141-1/+1
* Implemented delimited "event chains" and changed pong.py to use itGravatar jesopo2018-07-082-3/+16
* IRCChannel.modes isn't a list, "sever" -> "server"Gravatar jesopo2018-07-021-2/+2
* Clear default mode prefixes when we get a 005 with mode prefixes in itGravatar jesopo2018-07-021-0/+1
* Default IRCServer.mode_prefixes to @+(ov)Gravatar jesopo2018-07-021-1/+2
* server.mode_prefixes is a dictionaryGravatar jesopo2018-07-021-3/+4
* Track user channel modes by user object, not nicknameGravatar jesopo2018-07-024-9/+24
* Added guid functionality to random_number.pyGravatar jesopo2018-07-021-1/+7
* Accept http and https soundcloud urlsGravatar jesopo2018-07-021-1/+1
* Add logic in soundcloud.py to accept urls and search back through log for urlsGravatar jesopo2018-07-021-19/+46
* Fixed translate.pyGravatar jesopo2018-07-021-20/+19
* Add missing on_kick event hook in channel_saveGravatar jesopo2018-07-021-0/+1
* Added an event hook priority systemGravatar jesopo2018-07-021-3/+11
* Don't make a database cursor per thread as there should only be 1 threadGravatar jesopo2018-07-021-5/+4
* Don't add a server to bot.servers until it's connectedGravatar jesopo2018-07-022-16/+15
* random.py -> random_number.py due to name collision (stdlib)Gravatar jesopo2018-07-021-0/+0
* If BitBot is kicked from a channel, remove from channel_saveGravatar jesopo2018-07-021-0/+5
* OMDBAPI now needs an api keyGravatar jesopo2018-07-022-2/+8
* Fixed small type in IRCServerGravatar jesopo2018-07-021-1/+1