aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* Move !ignore logic to it's own fileGravatar jesopo2019-06-202-98/+107
|
* Catch a module not being "found" in modules.pyGravatar jesopo2019-06-191-3/+7
|
* add ircv3_botignore.py, to ignore `inspircd.org/bot` usersGravatar jesopo2019-06-191-0/+10
|
* use utils.irc.MessageTag in ircv3_multiline.pyGravatar jesopo2019-06-191-1/+2
|
* module is called 'check_mode', not 'channel_mode'Gravatar jesopo2019-06-191-1/+1
|
* Update CHANGELOG.mdGravatar jesopo2019-06-191-52/+0
|
* Add missing --depends-on hashflagsGravatar jesopo2019-06-194-0/+8
|
* Don't let people vote in closed votesGravatar jesopo2019-06-191-0/+4
|
* Manually strf birthdays so years are not .strip("0")edGravatar jesopo2019-06-191-2/+11
|
* add `margin` arg to ParsedLine.truncate so commands/outs.py doesn't do itGravatar jesopo2019-06-191-5/+3
| | | | manually and cause potential issues with multi-byte chars
* allow short names for config contexts. people mistook "user" as "put yourGravatar jesopo2019-06-191-5/+5
| | | | nickname here" so having just "u" might prevent this
* show nickname in NO_DUCK non-kick messageGravatar jesopo2019-06-191-1/+1
|
* Move !help to it's own module and entirely rework its interfaceGravatar jesopo2019-06-182-83/+82
|
* Remove "!" from help stringsGravatar jesopo2019-06-183-3/+3
|
* `location_name` will not be defined when querying a location instead of a userGravatar jesopo2019-06-181-0/+1
|
* Remove debug printsGravatar jesopo2019-06-181-2/+0
|
* use "city, state, country" for formatted location name when availableGravatar jesopo2019-06-181-1/+14
|
* 'location' wasn't the variable i thought it wasGravatar jesopo2019-06-181-4/+5
|
* Save location name from geocoding, use it for !w when availableGravatar jesopo2019-06-182-5/+9
| | | | closes #71
* Only try to show !w country when it is available. closes #72Gravatar jesopo2019-06-181-3/+6
|
* Implement `+bitbot.dev/mulitline-concat` to concat line to previous lineGravatar jesopo2019-06-181-1/+7
|
* Simplify SentLine by shifting truncation to ParsedLine (and commands.outs)Gravatar jesopo2019-06-181-7/+15
|
* check-mode and channel-access should reference the computed target, notGravatar jesopo2019-06-182-5/+11
| | | | "current channel"
* Change vote, instead of rejecting, when people vote twiceGravatar jesopo2019-06-171-12/+22
|
* Change vote ids to be 6 chars, instead of 8Gravatar jesopo2019-06-171-1/+1
|
* WARN log for soft SASL failureGravatar jesopo2019-06-171-0/+1
|
* _end_sasl takes a server paramGravatar jesopo2019-06-171-1/+1
|
* Update help/usage strings for vote.pyGravatar jesopo2019-06-171-3/+3
|
* Make sure new random ids are uniqueGravatar jesopo2019-06-171-3/+6
|
* Support multiple concurrent votesGravatar jesopo2019-06-171-61/+72
|
* support recalling results of old votesGravatar jesopo2019-06-171-6/+28
|
* Allow admin users to start/end votesGravatar jesopo2019-06-171-0/+2
|
* first draft of vote.pyGravatar jesopo2019-06-171-0/+90
|
* Add a setting to disable "hard" sasl failureGravatar jesopo2019-06-171-5/+11
|
* Only `panic()` when a server connection is part of bot init. closes #69Gravatar jesopo2019-06-171-1/+1
|
* panic() if a sasl dance fails on first connection, disconnect on reconnect saslGravatar jesopo2019-06-171-5/+10
| | | | fail
* Show what the given context was when it's unknownGravatar jesopo2019-06-171-2/+2
|
* Catch _to_context ValueError and show pretty errorGravatar jesopo2019-06-171-2/+7
|
* Allow channel-access and channel-mode check for channels people are not inGravatar jesopo2019-06-161-4/+8
|
* Support 'channel-access' check request referencing current channelGravatar jesopo2019-06-161-2/+7
|
* Allow command.regex hooks to opt-in to being triggered from a /meGravatar jesopo2019-06-168-16/+18
| | | | closes #68
* 'multi-line' -> 'multiline'Gravatar jesopo2019-06-161-3/+3
|
* 'timeout' -> 'cooldown'. closes #60Gravatar jesopo2019-06-161-7/+7
|
* Add auto-github-timeout to prevent duplicate auto-githubsGravatar jesopo2019-06-161-17/+37
|
* Return all caps through received.cap.ls|new and check if valid in line_handler,Gravatar jesopo2019-06-167-61/+36
| | | | remove server.cap_started
* Parse inbound bitbot.dev/multi-line batchesGravatar jesopo2019-06-161-0/+13
|
* Send `target` as batch argumentGravatar jesopo2019-06-161-1/+2
|
* Implement bitbot.dev/multi-lineGravatar jesopo2019-06-161-0/+25
|
* Check that we have enough PRIVMSG args for strip_color.pyGravatar jesopo2019-06-161-9/+9
|
* forgot to pass `stdout` and `stderr` to command callbacks!Gravatar jesopo2019-06-161-1/+2
|