aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a copy paste fail in IRCLineHandler that caused PARTs to be handled as QUITsGravatar jesopo2018-08-311-1/+1
* use assure_call for trakt.py and lastfm.pyGravatar jesopo2018-08-302-2/+2
* return "None" timeouts when there's no servers in IRCBot.serversGravatar jesopo2018-08-301-0/+4
* Database.add_server -> Database.servers.addGravatar jesopo2018-08-301-1/+1
* Merge pull request #5 from dngfx/master•••Strax nonsenseGravatar jesopo2018-08-301-3/+8
|\
| * Update strax generator to make more sense when exclaiming instead of question...Gravatar dongfix2018-08-301-3/+8
| * Add missing comma in strax.pyGravatar jesopo2018-08-301-1/+1
* | Add missing comma in strax.pyGravatar jesopo2018-08-301-1/+1
* | Merge pull request #4 from dngfx/master•••Fix strax.py to randomise other things and fix random choice 1,2Gravatar jesopo2018-08-301-3/+3
|\|
| * Fix strax.py to randomise other things and fix random choice 1,2Gravatar dongfix2018-08-301-3/+3
* | Merge pull request #3 from dngfx/master•••STRAAAAAAAAAAAAAAXGravatar jesopo2018-08-301-0/+33
|\|
| * Add strax.py .strax command.Gravatar dongfix2018-08-301-0/+33
| * Log exceptions when calling eventsGravatar jesopo2018-08-302-16/+14
* | Log exceptions when calling eventsGravatar jesopo2018-08-302-16/+14
|/
* Load whitelist in start.py, pass to ModuleManager.load_modulesGravatar jesopo2018-08-302-6/+8
* Return config from Config.load_config instead of setting it on botGravatar jesopo2018-08-302-3/+4
* IRCServer.remove_own_mode doesn't take an "arg"Gravatar jesopo2018-08-301-1/+1
* Add missing "," in channel_op.pyGravatar jesopo2018-08-301-1/+1
* Add missing ":" in IRCLineHandler.LineHandler.mode()Gravatar jesopo2018-08-301-1/+1
* Only get highlight-spam-threshold setting when there's more than one highlight•••in a line Gravatar jesopo2018-08-301-3/+3
* Add help and usage for commands in channel_op.pyGravatar jesopo2018-08-301-9/+18
* default events on IRCLineHandler should use original_line, not lineGravatar jesopo2018-08-301-4/+4
* Refactor handling MODE in IRCLineHandlerGravatar jesopo2018-08-303-43/+34
* Only show 2 biggest units in !seenGravatar jesopo2018-08-292-9/+21
* Give EventHooks their event name .lower()Gravatar jesopo2018-08-291-1/+1
* Report actual topic setter (use 333, not 332)Gravatar jesopo2018-08-292-10/+14
* Print topics in print_activity.pyGravatar jesopo2018-08-292-4/+30
* Delete "permissions" setting when it's emptyGravatar jesopo2018-08-291-1/+4
* Factor ping interval and ping timeout in to the main loop's minimum intervalGravatar jesopo2018-08-292-21/+41
* Forgot to add IRCBuffer.py when I renamed it from IRCLog.py. oops.Gravatar jesopo2018-08-291-0/+43
* Add missing comments in IRCLineHandler.LineHandlerGravatar jesopo2018-08-291-0/+3
* Fix CAP logic that was broken by recent IRCLineHandler refactorGravatar jesopo2018-08-291-4/+2
* Do a default event for received data if there's no hooks for itGravatar jesopo2018-08-291-1/+1
* Refactor IRCLineHandler in to an object that uses .on("raw") eventsGravatar jesopo2018-08-293-360/+380
* Change throttling mechanics to be "x lines per y seconds"Gravatar jesopo2018-08-291-10/+30
* Add the ability to only require authentication if your nickname is registeredGravatar jesopo2018-08-282-5/+15
* Change verbose logging to use propper logging systemGravatar jesopo2018-08-282-2/+2
* Do throttling based on line count, not byte countGravatar jesopo2018-08-281-3/+9
* Add !givepermission and !removepermission to permissions.pyGravatar jesopo2018-08-281-5/+50
* Log event path along with timing in EventHook.callGravatar jesopo2018-08-281-2/+4
* Change command.py to use call_limitedGravatar jesopo2018-08-281-3/+4
* change IRCServer.Server.__str__ to return hostname:port instead of full __repr__Gravatar jesopo2018-08-281-3/+3
* Added .call_limited() to EventHook to avoid having a kwarg outside of **kwargs•••in .call() Gravatar jesopo2018-08-281-7/+20
* Allow users to see their internal IDs and channel IDsGravatar jesopo2018-08-281-0/+18
* Save when a user sends their "first" words (won't be correct for old users)Gravatar jesopo2018-08-281-0/+5
* Seperate .waiting_send() and throttle logicGravatar jesopo2018-08-282-7/+9
* 80 cols!Gravatar jesopo2018-08-281-3/+2
* Improve IRCServer.Server's __repr__Gravatar jesopo2018-08-281-2/+3
* Send a PONG event, use the right arg when sending a WHOGravatar jesopo2018-08-281-2/+6
* expand kwargs in assure_call when we've got a hookGravatar jesopo2018-08-281-1/+1