Skip to content

Commit

Permalink
Make minor tweaks and add TODO tasks based on Nicholas Schuetz's
Browse files Browse the repository at this point in the history
feedback.
  • Loading branch information
rcaputo committed Jun 11, 2003
1 parent 99c6132 commit c72a761
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
3 changes: 3 additions & 0 deletions README
Expand Up @@ -60,6 +60,9 @@ Now people can use pastebot on port 80. Be sure to set the 'iname'
configuration flag in the pastebot.conf web_server configuration section
to hide the internal host/port values.

Be sure to set the "iname" option to point to your Apache server
rather than the pastebot server directly.

------
Errors
------
Expand Down
8 changes: 3 additions & 5 deletions TODO
Expand Up @@ -110,6 +110,9 @@ this.

Admin flags, so users can maintain the bot via the web.

Having an authenticated web account means not needing to publish your
IP address.

-----------
Admin list.
-----------
Expand Down Expand Up @@ -204,11 +207,6 @@ Have the bot grab a list of /names when it joins a channel. It then
watches as users join, part, quit, or are kicked and manages that
list.

*** Paste expiration.

Have pastebot manage its database, purging old paste after it has not
been viewed for 24 hours.

*** Make databases persistent.

The ban list needs to be saved to disk, otherwise abusive people will
Expand Down
7 changes: 4 additions & 3 deletions pastebot.conf-dist
Expand Up @@ -40,9 +40,10 @@ web_server

# proxy 127.0.0.1

# (optional) name to advertise pastes as. Use when behind a
# proxy to hide the internal host/port details. Should agree
# with an iname value for an IRC client, below.
# (optional) URL to advertise the pastebot server at. This
# should agree with the iname value for IRC clients, below.
# If you use ProxyPass, this should point to the Apache
# location where people will go for pasting/fetching.

#iname http://poe.perl.org:8888/

Expand Down

0 comments on commit c72a761

Please sign in to comment.