Commits
- Commit:
89ba1c136a71c97e18039ab867191edb55b55e10
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
Added list of ip addresses user by user in user report
Also added $self->{dbh} object
- Commit:
917188509192877feb9d6024b7e242810142d665
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
Added ability to search for ip
Added update to help message
- Commit:
b2b8298e78436b45bd4e6e53c748746f99cca3e5
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
added support for searching username or email
users without a search returns count of users.
- Commit:
7d9238c442e71ea7b906beb7d16e5550568ce326
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
Respond with private data in pm now.
- Commit:
0b0333461f9db1d7b208b4b016de7f8b2e6cd86d
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
Added support for verifying requester is authenticated
Added support for listing users with email and epoch of last time seen.
- Commit:
df7b26189826b401bd00094584d7b6cabed3e8b0
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
Added .gitignore and description to repo
- Commit:
151b01d1efd1a3ceacd8624d3e898f564c7c11af
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
Initial commit of Bot::BasicBot::Plugable::Module::BotnowDB
Initial work to create a module that can access the botnow.db
database. It currently can give a list of users in the bnc
table. It only answers takes action of the message starts with
botnow. Currently working poc commands are:
botnow users
--Returns list of users in the database.
botnow user $username
--Returns nick, email address, date last seen, channel and message
last post seen.