aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* `if_silenced_f` -> `is_silenced_f`Gravatar jesopo2019-05-131-1/+1
|
* Expose is-silenced through Exports, use it in karma.pyGravatar jesopo2019-05-132-1/+14
|
* Fix copypaste fail for getting for Exports in karma.pyGravatar jesopo2019-05-131-1/+1
|
* Added !silence, to silence the bot in a channel for 5 minsGravatar jesopo2019-05-131-0/+25
|
* Add !botlist and !rollcallGravatar jesopo2019-05-121-0/+10
|
* Move all actual nickname changing until AFTER events are fixed. it was actuallyGravatar jesopo2019-05-121-4/+4
| | | | set_own_nickname that was really causing the issue.
* Provide missing % formatting param for github release eventsGravatar jesopo2019-05-121-1/+1
| | | | closes #52
* send() is only for parsed irc linesGravatar jesopo2019-05-121-3/+3
|
* Change user nickname before firing (received/self).nick eventsGravatar jesopo2019-05-121-3/+3
|
* Switch signals.py SIGHUP to also load new modulesGravatar jesopo2019-05-121-5/+6
|
* Move module black/white list to IRCBot, allow "safe" loading of all modulesGravatar jesopo2019-05-123-5/+23
|
* Handle ERR_SASLALREADYGravatar jesopo2019-05-121-0/+4
|
* Typo in ducks.py, 'DEFAUL' -> 'DEFAULT'Gravatar jesopo2019-05-111-1/+1
|
* Revamp how CAPs are tracked through REQ and ACK/NAK etcGravatar jesopo2019-05-115-55/+68
|
* Change ducks-min-message default to 100Gravatar jesopo2019-05-111-1/+4
|
* Update !help usage stringGravatar jesopo2019-05-111-1/+1
|
* Refactor CAPs in to objectsGravatar jesopo2019-05-112-6/+35
|
* Remove unused SCRAM functions from sasl/__init__.pyGravatar jesopo2019-05-111-9/+0
|
* Change !help to be `!help <module> <command>`Gravatar jesopo2019-05-101-19/+45
|
* Hold context in EventCallback objects, add name<->context translation inGravatar jesopo2019-05-102-2/+15
| | | | ModuleManager
* ignore users ignored from !factoid for automatic factoid parsingGravatar jesopo2019-05-091-0/+5
|
* Ignore users ignored from !youtube for auto-youtubeGravatar jesopo2019-05-091-0/+5
|
* Handle dangling spaces at the end of a NAMES responseGravatar jesopo2019-05-091-0/+5
|
* Only split NAMES reply at literal space, .split() is overzealousGravatar jesopo2019-05-091-1/+1
|
* Tokenize IRC data as soon as it comes out of IRCServerGravatar jesopo2019-05-092-6/+6
|
* Catch UserNotFoundException in var `e`Gravatar jesopo2019-05-081-1/+1
|
* Log URL when we fail to get a <title>Gravatar jesopo2019-05-071-1/+1
|
* Change !uuid to !uuid4 to be clear that it's a uuid4 being generatedGravatar jesopo2019-05-071-2/+2
|
* Remove '"human"' key from location settings export - we dont use it and it'sGravatar jesopo2019-05-071-2/+1
| | | | using elements of 'location' that were removed
* Don't parse '/me's as commandsGravatar jesopo2019-05-061-1/+4
|
* Fix birthday.py help text copypaste failGravatar jesopo2019-05-061-2/+1
|
* Add !serverunignoreGravatar jesopo2019-05-061-0/+16
|
* put permission control on !serverignore, don't rely on setting default of NoneGravatar jesopo2019-05-061-1/+4
|
* `server` -> `event["server"]`Gravatar jesopo2019-05-061-1/+1
|
* Pass server param to _is_ignoredGravatar jesopo2019-05-061-1/+1
|
* Add a mechanism to ignore specific commands for a whole networkGravatar jesopo2019-05-064-4/+19
|
* Support only saving birthday day and monthGravatar jesopo2019-05-061-17/+44
|
* Add !birthdays command to show birthdays todayGravatar jesopo2019-05-061-0/+21
|
* Make birthdays more excitingGravatar jesopo2019-05-061-2/+2
|
* Added birthday.pyGravatar jesopo2019-05-051-0/+54
|
* Query weather for given args if they don't look like a userGravatar jesopo2019-05-051-9/+17
|
* Add IRCServer.has_user_id, to check if we've seen a user beforeGravatar jesopo2019-05-051-0/+3
|
* Stop using prevent_highlight. it ruins terminals on OS XGravatar jesopo2019-05-043-10/+8
|
* Only handle 324 when we're actually in the channelGravatar jesopo2019-05-041-5/+6
|
* Give empty array arg to WARN call in github moduleGravatar jesopo2019-05-041-1/+1
|
* Change min duck messages to 40, change chance back to 5%Gravatar jesopo2019-05-031-2/+2
|
* Actually import EventManager in ducks.pyGravatar jesopo2019-05-031-1/+1
|
* Set received.message.channel priority to PRIORITY_MONITORGravatar jesopo2019-05-031-1/+2
|
* Add !friends and !enemies to ducks.pyGravatar jesopo2019-05-031-0/+33
|
* Reset duck_lines to 0 when a duck has spawnedGravatar jesopo2019-05-031-0/+1
|