docbot.git
2018-08-15 Andreas ScherbaumRewrite urls to https v2
2018-08-15 Andreas ScherbaumChange AutoCommit setting
2013-09-29 Andreas Scherbaum- fix wrong function names for configuration functions
2013-09-19 Andreas Scherbaum- fix SQL syntax error when ordering results
2013-09-12 David FetterAdded IRC URLs, made sure they appear first.
2013-09-08 Andreas Scherbaum- add ringbuffer for each channel
2013-04-14 Andreas Scherbaum- add "?user", "?learnuser" and "?forgetuser" command
2012-12-15 Andreas Scherbaum- reconnect database when connection failed
2012-11-23 Andreas Scherbaum- fix wrong column name in sql query
2012-11-23 Andreas Scherbaum- add new todo
2012-11-18 Andreas Scherbaum- add initscript for docbot
2012-11-18 Andreas Scherbaum- add pidfile handling (required for automatic startup...
2012-11-11 Andreas Scherbaum- add ?grant and ?revoke to add/delete users
2012-11-11 Andreas Scherbaum- add Nagios check for the PostgreSQL infrastructure...
2012-11-04 Andreas Scherbaum- add more todos
2012-10-26 Andreas Scherbaum- add two new todo items
2012-10-17 Andreas Scherbaum- make "." something which can appear in a search string
2012-09-19 Andreas Scherbaum- add new todo
2012-09-19 Andreas Scherbaum- fix syntax error
2012-08-31 Andreas Scherbaum- fix error levels
2012-08-24 Andreas Scherbaum- let's not fool the bot into sending messages to itself
2012-08-24 Andreas Scherbaum- fix error with referencing translations file
2012-08-23 Andreas Scherbaum- make searches case insensitive
2012-08-23 Andreas Scherbaum- add some new todo items
2012-08-19 Andreas Scherbaum- log learn and forget to the command channel
2012-08-17 Andreas Scherbaum- some more information in the log, about who execited...
2012-08-17 Andreas Scherbaum- remove warning
2012-08-17 Andreas Scherbaum- fix search, missed the underscore
2012-08-17 Andreas Scherbaum- add todo list item
2012-08-16 Andreas Scherbaum- change loglevel from debug to info
2012-08-16 Andreas Scherbaum- add new todo item
2012-08-16 Andreas Scherbaum- indent, tidy, style, cleanup
2012-08-16 Andreas Scherbaum- remove some FIXME
2012-08-13 Andreas Scherbaum- handle nickserv passwords
2012-08-12 Andreas Scherbaum- fix indent
2012-08-12 Andreas Scherbaum- join channels which are in the configuration but...
2012-08-12 Andreas Scherbaum- more code cleanup
2012-08-12 Andreas Scherbaum- remove some old code
2012-08-12 Andreas Scherbaum- maintenance ticks every 1 and 5 minutes
2012-08-11 Andreas Scherbaum- implement help for ?join and ?leave
2012-08-11 Andreas Scherbaum- implement passwords for ?join command
2012-08-11 Andreas Scherbaum- implement "autojoin" configuration setting (default...
2012-08-09 Andreas Scherbaum- add more todo entries
2012-08-09 Andreas Scherbaum- implement channel password handling
2012-08-09 Andreas Scherbaum- add new todo list entry
2012-08-09 Andreas Scherbaum- rearrange todo list
2012-08-08 Andreas Scherbaum- move translations to a separate file
2012-08-02 Andreas Scherbaum- cleanup _default() a bit
2012-08-02 Andreas Scherbaum- add "quit" command
2012-08-02 Andreas Scherbaum- add new todo item
2012-08-02 Andreas Scherbaum- remove unnecessary linebreaks in debug messages
2012-07-09 Andreas Scherbaum- make docbot work with older versions of POE::Componen...
2012-07-07 Andreas Scherbaum- update help information
2012-07-07 Andreas Scherbaum- get rid of the Switch module
2012-06-25 Andreas Scherbaum- fix typos in init_statistics()
2012-06-25 Andreas ScherbaumMerge remote-tracking branch 'origin/v2' into v2
2012-06-25 Andreas Scherbaum- implement "key" and "url" commands
2012-06-24 Hubert depesz... Remove obsolete dependency
2012-06-24 Hubert depesz... Support SSL Irc connections
2012-06-24 Hubert depesz... Remove data error - non-unique nicks
2012-06-24 Hubert depesz... fix a typo
2012-06-24 Hubert depesz... Password is not obligatory
2012-06-21 Andreas Scherbaum- add todo list
2012-06-21 Andreas Scherbaum- add demo sql file
2012-06-21 Andreas Scherbaum- clean up database class a bit
2012-06-21 Andreas Scherbaum- verify required tables at startup
2012-06-21 Andreas Scherbaum- implement help
2012-06-21 Andreas Scherbaum- use env to search for perl executable
2012-06-13 Andreas Scherbaum- enhance "lost" command
2012-06-13 Andreas Scherbaum- allow setting the channel language on ?join
2012-06-13 Andreas Scherbaum- add functions to set config options
2012-06-13 Andreas Scherbaum- add "lost" command
2012-06-13 Andreas Scherbaum- fix wrong raiseerror setting, which aborted the bot...
2012-06-13 Andreas Scherbaum- improve "say" command
2012-06-13 Andreas Scherbaum- implement "join" and "leave" commands
2012-06-13 Andreas Scherbaum- implement "say" command
2012-06-11 Andreas Scherbaum- add "forget" functionality
2012-06-08 Andreas Scherbaum- add "learn" function
2012-06-08 Andreas Scherbaum- add begin(), commit() and rollback() functions
2012-05-27 Andreas Scherbaum- add functionality to verify admins and operators
2012-05-25 Andreas Scherbaum- add help for 'search'
2012-05-25 Andreas Scherbaum- fix some warnings
2012-05-25 Andreas Scherbaum- identify commands in private messages
2012-05-25 Andreas Scherbaum- fix a typo which I missed earlier
2012-05-25 Andreas Scherbaum- proper identify channel names, don't rely on '#'
2012-05-25 Andreas Scherbaum- add basic 'help' command handler
2012-05-25 Andreas Scherbaum- add documentation regarding adding new commands
2012-05-25 Andreas Scherbaum- add on_irc_registered()
2012-05-19 Andreas Scherbaum- verify if commandchannel is joined, before posting...
2012-05-19 Andreas Scherbaum- add "wallchan" command
2012-05-19 Andreas Scherbaum- add "wallchan" basics
2012-03-09 Andreas 'ads... - add a default for maximum number of results
2012-03-09 Andreas 'ads... - only use search website if the url is configured
2012-02-29 Andreas Scherbaum- decrease debugging output in find_nick()
2012-02-27 Andreas Scherbaum- add search functionality
2012-02-27 Andreas Scherbaum- remove blank line
2012-02-27 Andreas Scherbaum- add new module
2012-02-27 Andreas Scherbaum- add more configuration checks (search:maxresults...
2012-02-27 Andreas Scherbaum- fix spacing
2012-02-27 Andreas Scherbaum- fix bug in timeout handling
next