index
:
user/henk/code/ruby/rbot.git
fix/deprecated_gethostbyname
main
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
rbot
/
plugins
/
script.rb
Age
Commit message (
Expand
)
Author
2020-03-28
plugin(script): remove deprecated $SAFE
Matthias Hecker
2015-06-13
script: make $SAFE configureable
Matthias Hecker
2009-02-19
remove whitespace
Raine Virta
2008-12-28
plugins: raise a descriptive LoadError when the db is corrupt on load
Giuseppe Bilotta
2008-11-03
script plugin: improve help
Giuseppe Bilotta
2008-11-03
script plugin: script allow/deny high level UI
Giuseppe Bilotta
2008-11-03
script plugin: per-script permissions
Giuseppe Bilotta
2008-11-03
script plugin: hook on message() rather than listen()
Giuseppe Bilotta
2008-06-25
script plugin: store channels as strings
Giuseppe Bilotta
2008-06-11
help for eval and echo
Adam Di Carlo
2008-04-15
script plugin: report_error() method
Giuseppe Bilotta
2008-04-09
script plugin: mark handled messages as replied
Giuseppe Bilotta
2008-03-19
script plugin: use m.okay
Giuseppe Bilotta
2008-03-19
script plugin: script echo and eval mark the message as replied
Giuseppe Bilotta
2008-03-19
script plugin: reindent
Giuseppe Bilotta
2007-04-12
script, rss plugins: raise if main data could not be restored from the registry
Giuseppe Bilotta
2007-04-12
Module\#define_structure method: define a new Struct only if doesn't exist al...
Giuseppe Bilotta
2007-04-08
ircbot: do not use debug in sendmsg() because it breaks script. script plugin...
Giuseppe Bilotta
2007-02-18
Initial steps towards a namespace rationalization
Giuseppe Bilotta
2007-02-18
Plugin header boilerplating.
Giuseppe Bilotta
2007-02-14
Modernize/optimize/cleanup a bunch of plugins
Giuseppe Bilotta
2006-08-31
Improve help.
Mark Kretschmann
2006-08-29
* Fix: @commands was not initialized on a fresh registry.
Mark Kretschmann
2006-08-29
echo must default to false
Giuseppe Bilotta
2006-08-29
script echo needs a to_s
Giuseppe Bilotta
2006-08-29
script plugin: echo function. like eval, but implies an m.reply
Giuseppe Bilotta
2006-08-26
script eval: unsafe, undocumented, not permitted by default
Giuseppe Bilotta
2006-08-25
Adapt script plugin to new message mappper. Whitespace in code is now preserved
Giuseppe Bilotta
2006-08-11
Tango says, ! in auth_path is bad mojo.
Mark Kretschmann
2006-08-11
Adapt to new auth system.
Mark Kretschmann
2006-08-05
make sure @commands is never nil in script.rb
Alexander Beisig
2006-08-01
Fix the "list" function. Now counts the pages correctly.
Mark Kretschmann
2006-08-01
rename file
Mark Kretschmann