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
/
search.rb
Age
Commit message (
Expand
)
Author
2010-08-17
search: skip non-search-results link
Giuseppe Bilotta
2009-09-24
search plugin: handle image in results
Giuseppe Bilotta
2009-09-12
search plugin: cleanup and fix results Array vs String mismatch
Giuseppe Bilotta
2009-08-31
search: show long definitions with 'google define:stuff'
Giuseppe Bilotta
2009-08-31
search plugin: update gdef
Giuseppe Bilotta
2009-08-29
search plugin: enhance 'lucky' output
Giuseppe Bilotta
2009-08-28
search plugin: update google search
Giuseppe Bilotta
2009-06-12
search: Google changed their WAP address
Giuseppe Bilotta
2009-05-20
search: gtime instead of time
Giuseppe Bilotta
2009-05-20
search: Added a time command that gets the time from Google. !time london
David Gadling
2009-03-20
search: fix gcalc regexp again
Giuseppe Bilotta
2009-02-26
search: add command 'lucky'
Raine Virta
2009-02-19
remove whitespace
Raine Virta
2008-07-03
search plugin: added a gcount function to return the number of results in a g...
Casey Link
2008-06-30
search plugin: fix gcalc regexp
Giuseppe Bilotta
2008-03-23
* plugins/search: thread, don't block
dmitry kim
2008-02-13
search plugin: fix gcalc
Giuseppe Bilotta
2007-09-12
namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*
Giuseppe Bilotta
2007-08-14
search plugin: use single result format when a single hit is found
Giuseppe Bilotta
2007-07-07
search plugin: add google define support
Giuseppe Bilotta
2007-07-07
Fix Google Calculator regexp and ask for UTF-8 encoded results
Giuseppe Bilotta
2007-05-23
search plugin: truncate overlong lines when outputting first par in compact form
Giuseppe Bilotta
2007-05-23
search plugin: compactify results when only one of them is returned
Giuseppe Bilotta
2007-05-23
search plugin: add support for uncyclopedia
Giuseppe Bilotta
2007-04-08
plugins: use CGI.escape instead of URI.escape where appropriate, remove some ...
Giuseppe Bilotta
2007-04-07
plugins: remove excess requires and Net::HTTP.version setups
Giuseppe Bilotta
2007-04-05
search plugin: gcalc command thanks to epitron
Giuseppe Bilotta
2007-04-01
search plugin: let the user know when no body was found and no error was raised
Giuseppe Bilotta
2007-03-30
*** (httputil) major rework, new caching implementation, unified request
Dmitry Kim
2007-03-30
- (utils.rb) removed http_get, since it's obsoleted
Dmitry Kim
2007-02-18
Plugin header boilerplating.
Giuseppe Bilotta
2007-02-06
dict plugin: options to set number of hits and first_pars which will be displ...
Giuseppe Bilotta
2007-02-06
Move code to get first par from a series of urls from search plugin to Utils,...
Giuseppe Bilotta
2007-02-06
Move code to find and ircify first par from search plugin to utils
Giuseppe Bilotta
2007-02-06
Move extensions to standard classes into a specific extends.rb util module
Giuseppe Bilotta
2007-02-05
search plugin now exploits the new sendmsg improvements
Giuseppe Bilotta
2007-02-04
More search.rb first_par fixups
Giuseppe Bilotta
2007-02-04
Improve 'first paragraph' detection in search plugin, and clean up ircify_htm...
Giuseppe Bilotta
2007-01-28
Searches now can return the first paragraph of the first 'n' hits. Wikipedia ...
Giuseppe Bilotta
2006-10-24
Initial implementation of proper caching based on last-modified and etag HTTP...
Giuseppe Bilotta
2006-10-15
When searching Wikipedia, strip 'Wikipedia, the free encyclopedia' from titles
Giuseppe Bilotta
2006-10-14
Add Wikipedia searching to the search plugin
Giuseppe Bilotta
2006-10-14
Rename google plugin back to search in preparation for wikipedia support
Giuseppe Bilotta