]> jfr.im git - erebus.git/log
erebus.git
10 years agoAdded channel levels to DB.
John Runyon [Sun, 22 Dec 2013 19:07:25 +0000 (13:07 -0600)] 
Added channel levels to DB.

Also moved channel listing from erebus.py setup() to bot.py __init__

Channel levels are not yet checked when using a command.

10 years agoPreparing to develop autotests
John Runyon [Fri, 20 Dec 2013 02:07:10 +0000 (20:07 -0600)] 
Preparing to develop autotests

10 years agoUpdating forgotten files
John Runyon [Thu, 19 Dec 2013 22:32:27 +0000 (16:32 -0600)] 
Updating forgotten files

10 years agoAdded extra parameter to callbacks, "realtarget"
John Runyon [Wed, 18 Dec 2013 16:58:40 +0000 (10:58 -0600)] 
Added extra parameter to callbacks, "realtarget"

Specifies the "actual" target of a PM (be it bot's nick or channel or ...)

Will be useful for a "JOINCHAN" command (as it will be able to work in PM,
    a la "if realtarget != chan: jointo = chan; else: jointo = args[0]"

10 years agoAdded support for PM commands (with&without chan)
John Runyon [Wed, 18 Dec 2013 16:53:57 +0000 (10:53 -0600)] 
Added support for PM commands (with&without chan)

- Also added new trigger (asterisk followed by botnick, i.e. *erebus)
- Also started channel-level support
- Also added new args to modlib.modlib.hook()
  - needchan = does a channel HAVE to be specified? (one can be specified even if not)
  - level changed to glevel
  - clevel (chanel-level) (not used yet, saved to func.reqclevel)

10 years agoFinished user authentication when bot joins channel (WHO #chan %ant,0) and added...
John Runyon [Tue, 17 Dec 2013 11:08:22 +0000 (05:08 -0600)] 
Finished user authentication when bot joins channel (WHO #chan %ant,0) and added level checks to hooks via modlib

10 years agoPutting header on files
John Runyon [Tue, 17 Dec 2013 10:22:15 +0000 (04:22 -0600)] 
Putting header on files

10 years agoAdded a few module featuresm depends needs testing!
John Runyon [Tue, 3 Dec 2013 10:15:55 +0000 (04:15 -0600)] 
Added a few module featuresm depends needs testing!

10 years agoStarting to work on users in DB
John Runyon [Wed, 27 Nov 2013 18:56:59 +0000 (12:56 -0600)] 
Starting to work on users in DB

10 years agoModules!
John Runyon [Wed, 27 Nov 2013 07:14:52 +0000 (01:14 -0600)] 
Modules!

10 years agoSQL dump added
John Runyon [Tue, 26 Nov 2013 21:00:02 +0000 (15:00 -0600)] 
SQL dump added

10 years agoAdded DB usage, fixed error in config.py, added __str__ __repr__ to Bot, BotConnection
John Runyon [Tue, 26 Nov 2013 20:59:07 +0000 (14:59 -0600)] 
Added DB usage, fixed error in config.py, added __str__ __repr__ to Bot, BotConnection

10 years agoStarting module API
John Runyon [Sat, 23 Nov 2013 18:46:17 +0000 (12:46 -0600)] 
Starting module API

10 years agoAdded Windows support (select.select instead of select.poll)
John Runyon [Thu, 21 Nov 2013 22:45:27 +0000 (16:45 -0600)] 
Added Windows support (select.select instead of select.poll)

10 years agoFixing up spaces and stuff
John Runyon [Thu, 21 Nov 2013 20:25:47 +0000 (14:25 -0600)] 
Fixing up spaces and stuff

10 years agountesting email hook
John Runyon [Thu, 21 Nov 2013 20:12:54 +0000 (14:12 -0600)] 
untesting email hook

10 years agotesting email hook
John Runyon [Thu, 21 Nov 2013 20:12:31 +0000 (14:12 -0600)] 
testing email hook

10 years agotesting
John Runyon [Thu, 21 Nov 2013 20:03:29 +0000 (14:03 -0600)] 
testing

10 years agoMerge branch 'master' of localhost:erebus
John Runyon [Thu, 21 Nov 2013 19:57:38 +0000 (13:57 -0600)] 
Merge branch 'master' of localhost:erebus

10 years agotesting
John Runyon [Thu, 21 Nov 2013 19:56:46 +0000 (13:56 -0600)] 
testing

10 years agoMerge remote-tracking branch 'origin/master'
BiohZn [Thu, 21 Nov 2013 19:45:38 +0000 (21:45 +0200)] 
Merge remote-tracking branch 'origin/master'

10 years ago- Fixed
BiohZn [Thu, 21 Nov 2013 18:42:51 +0000 (12:42 -0600)] 
- Fixed

10 years agoForgot to remove a line in rewrites
John Runyon [Thu, 21 Nov 2013 18:42:51 +0000 (12:42 -0600)] 
Forgot to remove a line in rewrites

10 years agoUpdates
John Runyon [Thu, 21 Nov 2013 18:41:46 +0000 (12:41 -0600)] 
Updates

10 years agoInitial commit
John Runyon [Tue, 19 Nov 2013 06:44:47 +0000 (00:44 -0600)] 
Initial commit