docbot.git
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
2012-02-27 Andreas Scherbaum- add more debug info to on_message()
2012-02-27 Andreas Scherbaum- add internal nickname cache, used to identify if...
2012-02-27 Andreas Scherbaum- add parameters to query()
2012-02-27 Andreas Scherbaum- add database functionality
2012-02-27 Andreas Scherbaum- add new config helper function
2012-02-26 Andreas Scherbaum- document function
2012-02-26 Andreas Scherbaum- cleanup linebreaks
2012-02-26 Andreas Scherbaum- fix statistic message
2012-02-26 Andreas Scherbaum- clarify statistic output
2012-02-26 Andreas Scherbaum- more statistics
2012-02-26 Andreas Scherbaum- add more debugging messages
2012-02-26 Andreas Scherbaum- add periodic maintenance
2012-02-26 Andreas Scherbaum- make "nickname in use" message more verbose: add...
2012-02-24 Andreas Scherbaum- change spacing
2012-02-21 Andreas 'ads... - remove $pg_docbot reference
2012-02-03 Andreas Scherbaum- fix error in catching irc notices
2012-02-03 Andreas Scherbaum- catch irc notice messages and output them to the...
2012-02-02 Andreas Scherbaum- do not print socket errors into command channel ...
2012-02-02 Andreas Scherbaum- add ctcp handling (using POE::Component::IRC::Plugin...
2012-02-02 Andreas Scherbaum- fix logic error in previous commit: outgoing traffic...
2012-02-02 Andreas Scherbaum- mark session activity by using "raw_irc" and "raw_irc...
2012-01-29 Andreas Scherbaum- make sure the watchdog is not called repeatedly in...
2012-01-22 Andreas Scherbaum- add and implement handle_command_status()
2012-01-22 Andreas Scherbaum- fix spacing
2012-01-22 Andreas Scherbaum- add missing function parameter to handle_command()
2012-01-22 Andreas Scherbaum- add first time format function
2012-01-22 Andreas Scherbaum- silence two more irc events
2012-01-22 Andreas Scherbaum- add per session statistics
2012-01-22 Andreas Scherbaum- add statistics
2012-01-21 Andreas Scherbaum- add command handler
2012-01-21 Andreas Scherbaum- change if() elsif() construct into a Switch construct
2012-01-21 Andreas Scherbaum- command handling
2012-01-21 Andreas Scherbaum- ignore "irc_nick" events in debugging
2012-01-20 Andreas Scherbaum- remove debugging
2012-01-20 Andreas Scherbaum- change simple output into debugging message
2012-01-20 Andreas Scherbaum- enhance _default() debugging function
2012-01-20 Andreas Scherbaum- add function to write to a channel
2012-01-20 Andreas Scherbaum- remove debugging
2012-01-20 Andreas Scherbaum- fix debugging: really output a join message only...
2012-01-20 Andreas Scherbaum- track channels for each session
2012-01-17 Andreas Scherbaum- fix bug: don't delete channels from config after...
2012-01-17 Andreas Scherbaum- use internal config functions
2012-01-17 Andreas Scherbaum- add translations
2012-01-16 Andreas Scherbaum- add new helper function: return all second level...
2012-01-16 Andreas Scherbaum- fix wrong return values
2012-01-15 Andreas Scherbaum- almost complete rewrite
2010-10-19 Andreas Scherbaum- initial release master v1