Changeset b3300cabeda816b79a592c3e7704abbbd3b5505c
- Timestamp:
- 04/22/08 12:02:02 (2 years ago)
- Children:
- 9adfc94657f2cb502705696c649a6bf849555970
- Parents:
- b2af728968fcb8c1e109164332a1094cc17c9102
- git-author:
- Giuseppe Bilotta <giuseppe.bilotta@gmail.com> 1208850802 +0200
- git-committer:
- Giuseppe Bilotta <giuseppe.bilotta@gmail.com> 1208851322 +0200
- Files:
-
- 2 added
- 17 modified
-
COPYING (modified) (1 diff)
-
COPYING.rbot (added)
-
GPLv2 (added)
-
bin/rbot (modified) (1 diff)
-
lib/rbot/botuser.rb (modified) (1 diff)
-
lib/rbot/config-compat.rb (modified) (1 diff)
-
lib/rbot/core/auth.rb (modified) (1 diff)
-
lib/rbot/core/basics.rb (modified) (1 diff)
-
lib/rbot/core/config.rb (modified) (1 diff)
-
lib/rbot/core/filters_ui.rb (modified) (1 diff)
-
lib/rbot/core/irclog.rb (modified) (1 diff)
-
lib/rbot/core/remote.rb (modified) (1 diff)
-
lib/rbot/core/unicode.rb (modified) (1 diff)
-
lib/rbot/core/userdata.rb (modified) (1 diff)
-
lib/rbot/core/utils/extends.rb (modified) (1 diff)
-
lib/rbot/core/utils/filters.rb (modified) (1 diff)
-
lib/rbot/core/utils/httputil.rb (modified) (1 diff)
-
lib/rbot/core/utils/utils.rb (modified) (1 diff)
-
lib/rbot/irc.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
COPYING
radb719c rb3300ca 1 Copyright (C) 2002-2005 Tom Gilbert. 1 rbot the Ruby IRC bot 2 2 3 Permission is hereby granted, free of charge, to any person obtaining a copy 4 of this software and associated documentation files (the "Software"), to 5 deal in the Software without restriction, including without limitation the 6 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 7 sell copies of the Software, and to permit persons to whom the Software is 8 furnished to do so, subject to the following conditions: 3 Copyright (C) 2007-2008 Giuseppe Bilotta and the rbot development team 9 4 10 The above copyright notice and this permission notice shall be included in 11 all copies of the Software and its documentation and acknowledgment shall be 12 given in the documentation and software packages that this Software was 13 used. 5 This program is free software; you can redistribute it and/or modify it 6 under the terms of the MIT license with acknolwedgement clause (see 7 COPYING.rbot) or the GNU General Public License, version 2 (see GPLv2) 14 8 15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR16 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL18 THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER19 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN20 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.21 -
bin/rbot
rac10728 rb3300ca 37 37 =end 38 38 39 # Copyright (C) 2002 Tom Gilbert. 39 # Copyright (C) 2002-2006 Tom Gilbert. 40 # Copyright (C) 2007-2008 Giuseppe Bilotta and the rbot development team 40 41 # 41 # Permission is hereby granted, free of charge, to any person obtaining a copy 42 # of this software and associated documentation files (the "Software"), to 43 # deal in the Software without restriction, including without limitation the 44 # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 45 # sell copies of the Software, and to permit persons to whom the Software is 46 # furnished to do so, subject to the following conditions: 47 # 48 # The above copyright notice and this permission notice shall be included in 49 # all copies of the Software and its documentation and acknowledgment shall be 50 # given in the documentation and software packages that this Software was 51 # used. 52 # 53 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 54 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 55 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 56 # THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 57 # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 58 # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 42 # This is free software, see COPYING for licensing details 59 43 60 44 $VERBOSE=true -
lib/rbot/botuser.rb
rf7c6b2e rb3300ca 5 5 # rbot user management 6 6 # Author:: Giuseppe Bilotta (giuseppe.bilotta@gmail.com) 7 # Copyright:: Copyright (c) 2006 Giuseppe Bilotta8 # License:: GPLv29 7 10 8 require 'singleton' -
lib/rbot/config-compat.rb
r045ced1 rb3300ca 8 8 # 9 9 # Author:: Giuseppe Bilotta (giuseppe.bilotta@gmail.com) 10 # Copyright:: Copyright (c) 2006 Giuseppe Bilotta11 # License:: GPLv212 10 13 11 module Irc -
lib/rbot/core/auth.rb
rb52aa00 rb3300ca 5 5 # 6 6 # Author:: Giuseppe "Oblomov" Bilotta <giuseppe.bilotta@gmail.com> 7 # Copyright:: (C) 2006,2007 Giuseppe Bilotta8 # License:: GPL v29 7 10 8 class AuthModule < CoreBotModule -
lib/rbot/core/basics.rb
r8610e08 rb3300ca 5 5 # 6 6 # Author:: Giuseppe "Oblomov" Bilotta <giuseppe.bilotta@gmail.com> 7 # Copyright:: (C) 2006,2007 Giuseppe Bilotta8 # License:: GPL v29 7 10 8 class BasicsModule < CoreBotModule -
lib/rbot/core/config.rb
r8610e08 rb3300ca 5 5 # 6 6 # Author:: Giuseppe "Oblomov" Bilotta <giuseppe.bilotta@gmail.com> 7 # Copyright:: (C) 2006,2007 Giuseppe Bilotta8 # License:: GPL v29 7 10 8 class ConfigModule < CoreBotModule -
lib/rbot/core/filters_ui.rb
ra280ce2 rb3300ca 5 5 # 6 6 # Author:: Giuseppe "Oblomov" Bilotta <giuseppe.bilotta@gmail.com> 7 # Copyright:: (C) 2008 Giuseppe Bilotta8 # License:: GPL v29 7 10 8 class FiltersModule < CoreBotModule -
lib/rbot/core/irclog.rb
r93314b5 rb3300ca 5 5 # 6 6 # Author:: Giuseppe "Oblomov" Bilotta <giuseppe.bilotta@gmail.com> 7 # Copyright:: (C) 2008 Giuseppe Bilotta8 # License:: GPL v29 7 10 8 class IrcLogModule < CoreBotModule -
lib/rbot/core/remote.rb
rb45f28a rb3300ca 5 5 # 6 6 # Author:: Giuseppe Bilotta (giuseppe.bilotta@gmail.com) 7 # Copyright:: Copyright (c) 2006 Giuseppe Bilotta8 # License:: GPLv29 7 # 10 8 # From an idea by halorgium <rbot@spork.in>. -
lib/rbot/core/unicode.rb
r5f25e65 rb3300ca 5 5 # 6 6 # Author:: jsn (Dmitry Kim) <dmitry dot kim at gmail dot org> 7 # Copyright:: (C) 2007 Dmitry Kim8 # License:: public domain9 7 # 10 8 # This plugin adds unicode-awareness to rbot. When it's loaded, all the -
lib/rbot/core/userdata.rb
recc5a1d rb3300ca 5 5 # 6 6 # Author:: Giuseppe "Oblomov" Bilotta <giuseppe.bilotta@gmail.com> 7 # Copyright:: (C) 2006,2007 Giuseppe Bilotta8 # License:: GPL v29 7 10 8 module ::Irc -
lib/rbot/core/utils/extends.rb
r3220c8e rb3300ca 5 5 # 6 6 # Author:: Giuseppe "Oblomov" Bilotta <giuseppe.bilotta@gmail.com> 7 # Copyright:: (C) 2006,2007 Giuseppe Bilotta8 # License:: GPL v29 7 # 10 8 # This file collects extensions to standard Ruby classes and to some core rbot -
lib/rbot/core/utils/filters.rb
r27ef2c2 rb3300ca 5 5 # 6 6 # Author:: Giuseppe "Oblomov" Bilotta <giuseppe.bilotta@gmail.com> 7 # Copyright:: (C) 2008 Giuseppe Bilotta8 # License:: GPL v29 7 # 10 8 # This file collects methods to handle 'stream filters', a generic mechanism -
lib/rbot/core/utils/httputil.rb
r45fe7c1 rb3300ca 7 7 # Author:: Giuseppe "Oblomov" Bilotta <giuseppe.bilotta@gmail.com> 8 8 # Author:: Dmitry "jsn" Kim <dmitry point kim at gmail point com> 9 #10 # Copyright:: (C) 2002-2005 Tom Gilbert11 # Copyright:: (C) 2006 Tom Gilbert, Giuseppe Bilotta12 # Copyright:: (C) 2007 Giuseppe Bilotta, Dmitry Kim13 9 14 10 require 'resolv' -
lib/rbot/core/utils/utils.rb
r5c0a202 rb3300ca 6 6 # Author:: Tom Gilbert <tom@linuxbrit.co.uk> 7 7 # Author:: Giuseppe "Oblomov" Bilotta <giuseppe.bilotta@gmail.com> 8 #9 # Copyright:: (C) 2002-2006 Tom Gilbert10 # Copyright:: (C) 2007 Giuseppe Bilotta11 8 # 12 9 # TODO some of these Utils should be rewritten as extensions to the approriate -
lib/rbot/irc.rb
r6f9bfa4 rb3300ca 17 17 # 18 18 # Author:: Giuseppe Bilotta (giuseppe.bilotta@gmail.com) 19 # Copyright:: Copyright (c) 2006 Giuseppe Bilotta20 # License:: GPLv221 19 22 20 require 'singleton'
