index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `depends-on` hashflags to relevant modules
jesopo
2019-05-25
82
-0
/
+190
*
Actually save blacklist setting when reenabling a module
jesopo
2019-05-25
1
-0
/
+1
*
Don't eat a character when preventing highlights
jesopo
2019-05-24
1
-2
/
+2
*
Use regex to prevent highlights in github module
jesopo
2019-05-24
1
-9
/
+3
*
connect_time is on server.socket, not server
jesopo
2019-05-24
1
-1
/
+1
*
Store IRCSocket connect_time, show bytes read/write per second in stats.py
jesopo
2019-05-24
1
-0
/
+4
*
_match_caps takes 2 args
jesopo
2019-05-24
1
-1
/
+1
*
Add comment about why we strip non-alnum chars from private commands
jesopo
2019-05-23
1
-0
/
+4
*
Forgot `not` so it was stripping alnum chars, not non-almun chars
jesopo
2019-05-23
1
-1
/
+1
*
`attempted_auth` is no longer used
jesopo
2019-05-23
1
-1
/
+0
*
.lstrip alphanumeric chars from private commands
jesopo
2019-05-23
1
-1
/
+4
*
Remove `self` param of _validate
jesopo
2019-05-23
1
-1
/
+1
*
Remove debug printing from config.py
jesopo
2019-05-23
1
-2
/
+0
*
Add require_setting to pronouns.py
jesopo
2019-05-23
1
-0
/
+2
*
Use require_setting in user_time.py and weather.py
jesopo
2019-05-23
2
-0
/
+4
*
Add setting example in location.py
jesopo
2019-05-23
1
-1
/
+2
*
Use require_setting in birthday.py
jesopo
2019-05-23
1
-0
/
+2
*
Add system to require settings per event hook and show example help if they're
•••
not present
jesopo
2019-05-23
1
-15
/
+51
*
pass the `command_prefix` that triggered an event through event kwargs
jesopo
2019-05-23
1
-4
/
+5
*
Only show register/identify advice when we're using `internal` auth
jesopo
2019-05-23
1
-3
/
+7
*
Show example usage when a user does not provide a setting value
jesopo
2019-05-23
1
-13
/
+18
*
Remove array-setting log - we don't/shouldn't use it.
jesopo
2019-05-23
1
-30
/
+6
*
Add usage examples for all settings
jesopo
2019-05-23
30
-57
/
+72
*
`event.eat()` for command.regex hooks in github module
jesopo
2019-05-22
1
-0
/
+2
*
LIGHTBLUE tick for verified twitters, not GREEN
jesopo
2019-05-22
1
-1
/
+1
*
Show a green tick for verified twitter accounts
jesopo
2019-05-22
1
-3
/
+7
*
move `api` def to the only context that uses it, rename `twitter_object` var
jesopo
2019-05-22
1
-2
/
+2
*
Implement auto-tweet setting to get tweet info automatically
jesopo
2019-05-22
1
-0
/
+16
*
Refactor tweet-formatting logic in to it's own functions
jesopo
2019-05-22
1
-37
/
+46
*
Typo, `taret` -> `target`
jesopo
2019-05-22
1
-1
/
+1
*
`url_match` -> `event["match"]`
jesopo
2019-05-22
1
-2
/
+2
*
`target_str` is BitBot's own nickname for private messages
jesopo
2019-05-22
1
-1
/
+1
*
Check if a PRIVMSG/NOTICE is send *from* us before we check if it's sent *to* us
•••
- so `user` isn't null when bitbot messages himself.
jesopo
2019-05-22
1
-8
/
+8
*
RESUME errors now come as `FAIL RESUME`
jesopo
2019-05-22
1
-3
/
+4
*
Pass `server` through FAIL events, use FAIL `command` as part of event path
jesopo
2019-05-22
1
-2
/
+2
*
Log calls need formatting arguments as a second arg
jesopo
2019-05-22
1
-2
/
+2
*
stdout.write on success for !disconnect
jesopo
2019-05-22
1
-0
/
+1
*
Remove old debug print()s from admin.py
jesopo
2019-05-22
1
-2
/
+0
*
`_handle` takes a server param
jesopo
2019-05-22
1
-1
/
+1
*
there's no `1` index arg for a batch-end
jesopo
2019-05-22
1
-1
/
+1
*
`server` and `tag` var don't exist
jesopo
2019-05-22
1
-1
/
+2
*
We should be using `CAP.available()` as it's not a string
jesopo
2019-05-22
1
-1
/
+1
*
Default taget_str in send.stdout/send.stderr to target.name
jesopo
2019-05-22
1
-2
/
+4
*
change arg order for StdOut(/StdErr( in send.stdout/send.stderr events
jesopo
2019-05-21
1
-2
/
+2
*
change position of `target_str` in `self.command` args
jesopo
2019-05-21
1
-10
/
+10
*
Remove references to STATUSMSG - just pass around a raw `target_str` (target
•••
without statusmsg chars stripped off)
jesopo
2019-05-21
3
-20
/
+17
*
Don't allow karma for empty strings
jesopo
2019-05-21
1
-0
/
+3
*
typo, 'preix' -> 'prefix'
jesopo
2019-05-21
1
-2
/
+2
*
`event["channel"]` -> `event["target"]`
jesopo
2019-05-21
1
-6
/
+6
*
don't overwrite `tags` var
jesopo
2019-05-21
1
-4
/
+4
[next]