| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add .randomword command, and change the api to use https | dngfx | 2018-09-23 | 1 | -5/+56 |
| * | Add setcoins command for admins, for people that abuse the coin game, or rewa... | dngfx | 2018-09-23 | 1 | -2/+21 |
| * | make last.fm say "is now playing", if they're currently playing. | dngfx | 2018-09-23 | 1 | -5/+5 |
| * | make last.fm say "is now playing", if they're currently playing. | dngfx | 2018-09-23 | 1 | -2/+15 |
| * | Update last.fm to include a youtube link. Also change the module name to last.fm | dngfx | 2018-09-23 | 2 | -2/+31 |
| * | clear channel.games properly. | dngfx | 2018-09-22 | 1 | -1/+3 |
| * | Fix duck timing and stupid indenting. | dngfx | 2018-09-22 | 1 | -5/+3 |
| * | Fix ducks.py having a superfluous function | dngfx | 2018-09-22 | 1 | -3/+0 |
| * | font reset at the beginning of commands to stop wonkiness with highlighting a... | dngfx | 2018-09-22 | 2 | -7/+12 |
| * | Make tweets say Twitter instead of tweets, and update ducks to add decoys and... | dngfx | 2018-09-22 | 2 | -15/+91 |
| * | Disable sed by default | jesopo | 2018-09-21 | 1 | -1/+1 |
| * | Change Utils.color to take a string to wrap in color | jesopo | 2018-09-21 | 5 | -24/+20 |
| * | Don't pass around full server details more than we have to. | jesopo | 2018-09-21 | 3 | -8/+8 |
| * | Update a user's ircv3 account if a PRIVMSG has an "account" tag | jesopo | 2018-09-21 | 1 | -0/+5 |
| * | Show logging timestamp as UTC/GMT | jesopo | 2018-09-21 | 1 | -1/+2 |
| * | Only accept PROTOCOL_TLS as SSL handshake version | jesopo | 2018-09-19 | 1 | -5/+1 |
| * | Don't send ducks when they're disabled. | jesopo | 2018-09-19 | 1 | -0/+2 |
| * | Add eval.py | jesopo | 2018-09-19 | 1 | -0/+25 |
| * | Add ModuleManager.BaseModule so modules don't *have* to implement __init__ | jesopo | 2018-09-19 | 2 | -5/+6 |
| * | Refactor everything to use delimited events | jesopo | 2018-09-19 | 51 | -200/+160 |
| * | Fix some styling in ducks.py | jesopo | 2018-09-19 | 1 | -22/+13 |
| * | Support hooking functions in modules with @Utils.hook | jesopo | 2018-09-19 | 3 | -4/+29 |
| * | Send a FONT_RESET (\x0F) after stderr module names because a bug in weechat•••pre-2.2 means that because red colors are displayed as red+bold, the second
FONT_COLOR (\x03) only resets the red coloring, not the bold, meaning the rest
of the line is bold.
| jesopo | 2018-09-19 | 1 | -2/+2 |
| * | Actually remove channels from channel_save when the bot leaves the channel | jesopo | 2018-09-19 | 1 | -1/+2 |
| * | permissions._identified takes server, user and nickname | jesopo | 2018-09-19 | 1 | -1/+2 |
| * | Handle pre-register server NOTICES like `:server NOTICE Auth :text` | jesopo | 2018-09-19 | 1 | -1/+2 |
| * | Add optional aliases for IRCServers, mostly to make logging prettier. | jesopo | 2018-09-19 | 3 | -10/+14 |
| * | Only allow the register command on networks that support internal identity | jesopo | 2018-09-19 | 1 | -1/+8 |
| * | User.id doesn't exist anymore; it's User.get_id() | jesopo | 2018-09-19 | 1 | -1/+1 |
| * | Fix exception in commands.py any time anyone sends an empty or•••whitespace-prefixed PRIVMSG
| jesopo | 2018-09-19 | 1 | -1/+1 |
| * | Change log level to show in logs as "[LEVEL]" instead of " - LEVEL - " | jesopo | 2018-09-19 | 1 | -1/+1 |
| * | Set IRCServer.channel_types to ["#"] by default | jesopo | 2018-09-17 | 1 | -1/+1 |
| * | Implement __str__ and __repr__ on Utils.IRCHostmask | jesopo | 2018-09-17 | 1 | -0/+5 |
| * | Also catch socket.timeout in IRCServer.read() | jesopo | 2018-09-17 | 1 | -1/+1 |
| * | When we get a command without *any* arguments e.g. ":nick!user@host AWAY" don't•••continue to parse that when we've seperated hostmask and command
| jesopo | 2018-09-17 | 1 | -0/+2 |
| * | 'USER <username> 0 * :<realname>' is technically more correct, per RFC2812, than•••"USER <username> - - :<realname>'
| jesopo | 2018-09-17 | 1 | -1/+1 |
| * | Typo in sasl.py; proceed with sasl regardless of mechanism when using CAP 3.1 | jesopo | 2018-09-17 | 1 | -1/+1 |
| * | Fix a copypaste fail that caused sasl.py to have two sasl_success functions | jesopo | 2018-09-17 | 1 | -1/+1 |
| * | Utils.irc_lower was returning an unchanged string because .replace on a string•••returns a new string
| jesopo | 2018-09-17 | 1 | -1/+1 |
| * | In handling raw.part, remove_channel after calling self.part instead of before | jesopo | 2018-09-17 | 1 | -1/+1 |
| * | Handle 904 (ERR_SASLFAIL) in sasl.py | jesopo | 2018-09-17 | 1 | -1/+6 |
| * | Don't just listen for 'sasl=PLAIN' in IRCv3 CAP 3.2 | jesopo | 2018-09-17 | 1 | -6/+11 |
| * | Add ability to not vertify a server's certificate ('ssl-verify') | jesopo | 2018-09-17 | 1 | -1/+2 |
| * | Support EXTERNAL sasl authentication | jesopo | 2018-09-17 | 1 | -7/+19 |
| * | Fix highlight checking in commands.py | jesopo | 2018-09-17 | 1 | -3/+3 |
| * | Ignore .key/.crt in .gitignore | jesopo | 2018-09-17 | 1 | -4/+15 |
| * | Add support for TLS client certificate/key | jesopo | 2018-09-17 | 2 | -0/+9 |
| * | Verify server TLS certificates | jesopo | 2018-09-17 | 1 | -0/+2 |
| * | Don't pass nickname!username@hostname through to IRCChannel's add_mode on•••/NAMES resposne
| jesopo | 2018-09-14 | 1 | -0/+1 |
| * | Add !enablemodule and !disablemodule to modules.py | jesopo | 2018-09-13 | 3 | -6/+40 |