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
/
ip_addresses.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
utils.http.Response.data should always be `bytes` - add .decode and .soup
jesopo
2019-11-26
1
-12
/
+10
*
"EventsResultsError"->"EventResultsError", move errors to utils.error
jesopo
2019-11-18
1
-1
/
+1
*
event["channel"] -> event["target"]
jesopo
2019-09-15
1
-1
/
+1
*
Switch more settings to FunctionSettings
jesopo
2019-09-04
1
-7
/
+6
*
Add ability to prevent users specifying their own dns nameservers
jesopo
2019-09-02
1
-6
/
+10
*
support per-channel dns nameservers
jesopo
2019-09-02
1
-1
/
+4
*
return matching string from buffer.find() as most uses were redundantly regexing
jesopo
2019-08-13
1
-3
/
+2
*
Show TTL for each record type from !dns
•••
closes #102
jesopo
2019-08-12
1
-2
/
+4
*
move record type out of `try`, .upper() it
jesopo
2019-08-02
1
-1
/
+1
*
put a 4-second lifetime timeout on dns requests
jesopo
2019-07-16
1
-1
/
+2
*
allow @<nameserver> arg to be anywhere in !dns command
jesopo
2019-07-16
1
-9
/
+7
*
catch and prettify dns.exception.DNSException
•••
closes #90
jesopo
2019-07-09
1
-0
/
+4
*
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
jesopo
2019-06-28
1
-7
/
+8
*
catch and format "unknown record type" exceptions
jesopo
2019-06-25
1
-1
/
+4
*
Allow specifying of nameserver as '!dns <host> @1.2.3.4'
jesopo
2019-06-25
1
-3
/
+10
*
Improve !dns command, allow setting dns nameserver per-server
jesopo
2019-06-25
1
-10
/
+37
*
Actually capture IP addresses in groups
jesopo
2019-06-03
1
-1
/
+1
*
Add `depends-on` hashflags to relevant modules
jesopo
2019-05-25
1
-0
/
+2
*
'utils.http.get_url' -> 'utils.http.request', return a Response object from
•••
utils.http.request
jesopo
2018-12-11
1
-11
/
+11
*
Make IP regex neater in modules/ip_addresses.py
jesopo
2018-11-15
1
-4
/
+3
*
Standardise "Failed to load results" errors!
jesopo
2018-10-20
1
-1
/
+1
*
Change all instances of stdout.write+return to `raise utils.EventError` in
•••
modules
jesopo
2018-10-16
1
-7
/
+4
*
Improve(?) IPv6 regex
jesopo
2018-10-04
1
-2
/
+2
*
Look back through scrollback to find ipv4/ipv6 addresses to get rDNS for
jesopo
2018-10-04
1
-3
/
+18
*
Support denoting command response [prefix] in docstring
jesopo
2018-10-04
1
-6
/
+3
*
Also catch gaierror in !rdns, print e.strerror instead of str(e)
jesopo
2018-10-04
1
-2
/
+2
*
Combile modules/dns.py and modules/geoip.py in to modules/ip_addresses.py, add
•••
!rdns command
jesopo
2018-10-04
1
-0
/
+68