reklama - zainteresowany?

IRC Hacks. 100 Industrial-Strength Tips & Tools - Helion

IRC Hacks. 100 Industrial-Strength Tips & Tools
ebook
Autor: Paul Mutton
ISBN: 978-14-493-3944-9
stron: 436, Format: ebook
Data wydania: 2004-07-24
Księgarnia: Helion

Cena książki: 84,92 zł (poprzednio: 98,74 zł)
Oszczędzasz: 14% (-13,82 zł)

Dodaj do koszyka IRC Hacks. 100 Industrial-Strength Tips & Tools

IRC (Internet Relay Chat) may very well turn out to be the world's most successful hack. In 1988, Jarkko Oikarinen wrote the original IRC program at the University of Oulu, Finland. As he says in his foreword, "IRC started as one summer trainee's programming exercise. A hack grew into a software development project that hundreds of people participated in, and then became a worldwide environment where tens of thousands of people now spend time with each other. I have found many of my friends through IRC and learnt a significant part of my present software engineering knowledge while using and working with IRC. That would not have been possible without learning from code examples and hacks from others".IRC has continued to grow in popularity since its inception. Millions of people from all over the world now use IRC to chat with friends, discuss projects and collaborate on research. With a simple, clearly defined protocol, IRC has become one of the most accessible chat environments, with clients written for a multitude of operating systems. And IRC is more than just a simple chat system it is a network of intercommunicating servers, allowing thousands of clients to connect from anywhere in the world using the IRC protocol.While IRC is easy to get into and many people are happy to use it without being aware of what's happening under the hood, there are those who hunger for more knowledge, and this book is for them. IRC Hacks is a collection of tips and tools that cover just about everything needed to become a true IRC master, featuring contributions from some of the most renowned IRC hackers, many of whom collaborated on IRC, grouping together to form the channel #irchacks on the freenode IRC network (irc.freenode.net).Like all of our Hacks books, there are many different ways to use IRC Hacks. You can read the book from cover to cover, but you might be better served by picking an interesting item from the table of contents and just diving in.If you're relatively new to IRC, you should considering starting with a few hacks from each progressive chapter. Chapter 1 starts you off by showing you how to connect to IRC, while Chapter 2 acquaints you with the everyday concepts you'll need to use IRC effectively. Chapter 3 is all about users and channels, and introduces the first pieces of code. Chapter 4 shows you how to make useful enhancements to IRC clients.Chapter 5 is where you will learn the basics about creating IRC bots, with Chapters 6-12 introducing more complex bots that can be used for logging, servicing communities, searching, announcing, networking, managing channels or simply for having fun. Chapter 13 delves into the IRC protocol in more detail, and Chapter 14 demonstrates some interesting alternative methods for connecting to IRC. Finally, Chapter 15 will move you on to new pastures by showing you how to set up your own IRC server.This book presents an opportunity to learn how IRC works and how to make best use of some of the features that have made it the most successful, most scalable, and most mature chat system on this planet. IRC Hacks delves deep into the possibilities.

Dodaj do koszyka IRC Hacks. 100 Industrial-Strength Tips & Tools

 

Osoby które kupowały "IRC Hacks. 100 Industrial-Strength Tips & Tools", wybierały także:

  • Windows Media Center. Domowe centrum rozrywki
  • Ruby on Rails. Ćwiczenia
  • DevOps w praktyce. Kurs video. Jenkins, Ansible, Terraform i Docker
  • Przywództwo w Å›wiecie VUCA. Jak być skutecznym liderem w niepewnym Å›rodowisku
  • Scrum. O zwinnym zarzÄ…dzaniu projektami. Wydanie II rozszerzone

Dodaj do koszyka IRC Hacks. 100 Industrial-Strength Tips & Tools

Spis treści

IRC Hacks. 100 Industrial-Strength Tips & Tools eBook -- spis treści

  • IRC Hacks
  • SPECIAL OFFER: Upgrade this ebook with OReilly
  • Foreword
  • Credits
    • About the Author
    • Contributors
    • Acknowledgments
  • Preface
    • Why IRC Hacks?
    • How to Use This Book
    • How This Book Is Organized
    • Conventions Used in this Book
    • Using Code Examples
    • How to Contact Us
    • Got a Hack?
  • 1. Connecting to IRC
    • Introduction: Hacks #1-4
    • Hack #1. IRC from Windows
    • Hack #2. IRC from Linux
      • Nicknames, Usernames, and Real Names
      • Server Configuration
      • Advanced Options and Autoconnects
      • Setting Up Autologin
      • Selecting a Stable Server
      • Different Nicknames on Different Networks
      • Setting Up the User Interface
        • Interface/Text Box
        • Chatting/General
        • Logging
        • Network/Setup
      • Hacking XChat
        • Tab in a window
        • Per-channel options
        • All-server commands
        • Use colors
        • Display output with /exec
        • Setting up auto-replace strings
        • Setting up user commands
        • Customize messages/colors and set sounds
        • Add user list buttons and menu commands
        • Add CTCP replies
    • Hack #3. IRC from Mac OS X
      • Conversation
      • X-Chat Aqua
      • Snak
      • IRCle
    • Hack #4. IRC with ChatZilla
      • Installing ChatZilla
      • Using ChatZilla
      • See Also
  • 2. Using IRC
    • Introduction: Hacks #5-11
    • Hack #5. The IRC Model
      • Network of Servers
      • Clients
      • Channels
      • Operators
      • Channel Operators
    • Hack #6. Common Terms, Abbreviations, and Phrases
      • Noun-Verb Duality
      • Leet Speak
      • Correction Syntax
      • Phonetics and Keyboard Layouts
    • Hack #7. Common Acronyms and Initialisms
    • Hack #8. Register with NickServ
      • Registering Yourself with NickServ
      • Fixing Nick Collisions
      • Changing Nicknames
    • Hack #9. Register Your Channel with ChanServ
      • Introducing ChanServ
      • Registering a Channel
      • Restoring Channel Operators
      • Access Lists
      • Adding Users to the Access List
      • Other ChanServ Features
    • Hack #10. The QuakeNet L Channel Bot
      • Create an Account
      • Getting L
      • Setting Up L for Your Channel
    • Hack #11. Fix Channel Problems with CHANFIX
      • Channel Monitoring
      • Automatic CHANFIX
      • Manual CHANFIX
      • Interesting CHANFIX Facts
      • See Also
  • 3. Users and Channels
    • Introduction: Hacks #12-16
    • Hack #12. Find Relevant Channels and Servers
      • Finding Help on IRC
      • Other Interesting Statistics
    • Hack #13. Guess the Time Zone of a User
    • Hack #14. Study Channel Statistics with pisg
      • Running pisg
        • Editing pisg.cfg
      • Publishing pisg Statistics
        • Setting up statistics options
        • Nickname tracking
        • User lines
        • Photos and photo galleries
        • Headers and footers
      • The Results
    • Hack #15. Find Users in Channels
      • Nick Seeking
      • Advanced Search
      • A Strategy for Finding Users
      • The Code
        • Finding users with Net::IRC
        • irssi
        • PircBot
    • Hack #16. Filter Channel Lists
      • The Code
      • Running the Hack
      • Hacking the Hack
  • 4. Enhancing IRC Clients
    • Introduction: Hacks #17-30
    • Hack #17. Automatic Completion of Nicknames
      • mIRC
      • irssi
      • XChat
      • ChatZilla
      • BitchX
    • Hack #18. Add Timestamps to mIRC Messages
      • Adding Simple Timestamps
      • Hacking the Timestamp
    • Hack #19. Highlight Lines in mIRC
      • Highlight Your Own Messages
      • Highlight Messages from Other People
      • Highlight Messages Containing Keywords
    • Hack #20. Automate mIRC with Scripting
      • Opening the Scripts Editor
      • Making a Bad Word Banner
        • alias
        • set
        • while
        • if
        • return
        • inc
      • Putting It All Together
        • on TEXT
        • if
        • mode
        • kick
      • Running the Hack
    • Hack #21. Format Text
      • Formatting Text in mIRC
        • Bold
        • Underline
        • Italic or reversed
        • Normal
      • Formatting Text with a Bot
        • Bold
        • Underline
        • Italic or reversed
        • Normal
      • Formatting Text with PircBot
    • Hack #22. Colorize Text
      • Using Colors in mIRC
      • Backgrounds
      • Problems with Coloring Numbers
      • Sending Colors from Bots
      • Sending Colors from PircBot
    • Hack #23. Play Sounds
      • Enabling Sound Requests
      • Adding Sounds to mIRC
      • Sending Sound Requests
      • Requesting Sounds
      • Agents
    • Hack #24. Enhance irssi with Perl
      • Using an irssi Script
      • See What Film Everyones Watching
      • Whos Behind That Nick?
      • Strange Dialects
      • Automatically Get Ops When the Channel Is Empty
      • Keep Everyone Amused When Youre Away
      • What Was That Query About Again?
      • Other Interesting Scripts
      • The Code
    • Hack #25. Connect to Multiple Servers
      • mIRC
      • XChat
      • irssi
    • Hack #26. Secure Your IRC Connection with SSL
      • Securing Your IRC Connection with mIRC
      • Securing Your IRC Connection with XChat
      • Securing Your IRC Connection with irssi
      • Securing Your IRC Connection with stunnel
    • Hack #27. Tunnel Your IRC Connection with SSH
      • Setting Up an SSH Tunnel with OpenSSH
      • Setting Up an SSH Tunnel with PuTTY
      • Allowing Third Parties to Bypass the Firewall
    • Hack #28. Automate Voice Management
      • The Code
      • Running the Hack
      • Hacking the Hack
    • Hack #29. Make IRC Talk
      • The Code
      • Running the Hack
      • Hacking the Hack
    • Hack #30. Add Your IRC Nickname to Your Webcam
      • Writing Your Nickname to a File
      • Displaying File Contents in Dorgem
      • The Results
  • 5. Writing IRC Bots
    • Introduction: Hacks #31-39
    • Hack #31. IRC Over Telnet
      • Staying Alive
      • Joining Channels and Sending Messages
    • Hack #32. A Simple Perl IRC Client
      • The Code
      • Running the Hack
      • The Results
    • Hack #33. IRC with Perl and Net::IRC
      • Preparations
      • The Code
      • Running the Hack
      • The Results
    • Hack #34. A Simple Java IRC Client
      • The Code
      • Running the Hack
      • Results
    • Hack #35. IRC with Java and PircBot
      • Event-Driven Framework
      • Running the Hack
      • Hacking the Hack
    • Hack #36. A Simple Python IRC Client
      • The Code
      • Running the Hack
    • Hack #37. IRC with Python and IRCLib
      • The Code
      • Event Handlers
      • Learning More About IRCLib
    • Hack #38. Extend the Python IRCLib
      • The Code
      • Loading Your Extensions
      • Built-in Extensions
    • Hack #39. The Ethics of IRC Bots
  • 6. Logging Bots
    • Introduction: Hacks #40-43
    • Hack #40. Keep Tabs on People
      • !seen
      • The Code
      • Running the Hack
      • Hacking the Hack
    • Hack #41. Log URLs People Mention
      • The Code
      • Running the Hack
      • Hacking the Hack
    • Hack #42. Blog from IRC
      • The Code
      • Running the Hack
      • The Results
    • Hack #43. A Continuity Bot
      • The Code
      • Running the Hack
  • 7. Community Bots
    • Introduction: Hacks #44-50
    • Hack #44. Infer Social Networks from IRC
      • Installing PieSpy
      • Configuring PieSpy
      • Running PieSpy
      • Getting Output from PieSpy
      • Controlling PieSpy
      • The Results
    • Hack #45. Run an Infobot
      • Getting Infobot
        • Configuration
      • Set Up Users
      • Using the Infobot
      • Reprogramming the Infobot
    • Hack #46. Use PPF for Gaming Clans
      • Get PPF
      • PPF Core
      • Running PPF
      • ChannelCentral
      • TriggerMessage
      • ServerQuery
      • ServerAdminShouter
      • CBFinder
      • BFTracks
      • EDFinder
      • Google
      • Other Plug-ins
    • Hack #47. Write a Plug-in for PPF
      • The Code
      • Running the Hack
      • Creating Advanced Plug-ins
    • Hack #48. Getting Friendly with FOAFBot
      • Parsing a FOAF File
      • Crawling FOAF Files
      • Writing the IRC Interface
      • Running the Hack
    • Hack #49. Interrogate Trust Networks with TrustBot
      • Getting Trust Data
      • Modifying the IRC Interface
      • The Results
    • Hack #50. Pass Notes to Other Users
      • The Code
      • Running the Hack
      • The Results
  • 8. Search and Query Bots
    • Introduction: Hacks #51-57
    • Hack #51. Search the Web with Google
      • Google Web APIs
      • The Code
      • Running the Hack
      • The Results
    • Hack #52. Use the Dictionary
      • The Code
      • Running the Hack
      • The Results
      • Hacking the Hack
    • Hack #53. Check the Weather
      • The Code
      • Running the Hack
      • Hacking the Hack
    • Hack #54. Dont Get Lost in Translation
      • The Code
      • Running the Hack
    • Hack #55. Convert Currency
      • The Code
      • Running the Hack
    • Hack #56. Find Out When People Are on the Network
      • The Code
      • Running the Hack
      • The Results
    • Hack #57. Search for Books on Amazon
      • The Code
      • Running the Hack
      • Using the Bot
      • Hacking the Hack
  • 9. Fun Bots
    • Introduction: Hacks #58-63
    • Hack #58. A DiceBot
      • The Code
      • Running the Hack
      • The Results
    • Hack #59. An Egg Timer
      • The Code
      • Running the Hack
      • The Results
      • Hacking the Hack
    • Hack #60. A Trivia Bot
      • The Code
      • Making Questions
      • Running the Hack
      • The Results
    • Hack #61. Perform Feats of Math
      • Java Expression Parser
      • The Code
      • Running the Hack
    • Hack #62. An Artificial Intelligence Bot
      • Markov Modeling
      • JMegaHal
      • The Code
        • A simple example
        • Combining JMegaHal and PircBot
      • Running the Hack
      • The Results
    • Hack #63. Create Comic Strips
      • Setting Up ComicBot
      • Running ComicBot
      • Comic Strip Templates
  • 10. Announcement Bots
    • Introduction: Hacks #64-67
    • Hack #64. Welcome Visitors Automagically
      • Channel Rules
      • Welcome Options
      • The Code
      • Running the Hack
      • The Results
    • Hack #65. Announce Newsgroup Posts
      • Connecting to a News Server
      • The Code
      • Running the Hack
      • The Results
    • Hack #66. Feed Syndicated RSS News
      • The Code
      • Running the Hack
      • Hacking the Hack
    • Hack #67. Watch Online Games with MatchEd
      • Configuring MatchEd
      • Starting MatchEd
      • Message Styles
        • Dynamic configuration
  • 11. Network Bots
    • Introduction: Hacks #68-72
    • Hack #68. Link Channels on Multiple Networks
      • The Code
      • Running the Hack
      • The Results
    • Hack #69. Get a Remote Shell
      • DCC
      • The Code
      • Running the Hack
      • The Results
      • DCC CHAT Limitations
    • Hack #70. Tail Log Files
      • The Code
      • Running the Hack
      • The Results
    • Hack #71. Bridge Two Infobots
      • The Code
      • Running the Hack
    • Hack #72. A File-Sharing Bot
      • The Code
      • Running the Hack
      • Hacking the Hack
      • The Results
  • 12. Channel Management Bots
    • Introduction: Hacks #73-77
    • Hack #73. Protect the Channel Topic
      • Topic Protection Mode
      • Topic Erasure
      • Formatting and Colors
      • Profanity Filtering
      • The Code
      • Running the Hack
    • Hack #74. Invite Users into Channels
      • Create an InviteBot
      • The Code
      • Running the Hack
      • The Results
    • Hack #75. Maintain Operator Status
      • The Code
      • Running the Hack
      • Hacking the Hack
    • Hack #76. Set Up an Eggdrop Bot
      • Configuring Eggdrop
    • Hack #77. Manage Channels with an Eggdrop
      • Joining Channels
      • Adding Users
      • Flood Protection
  • 13. The IRC Protocol
    • Introduction: Hacks #78-85
    • Hack #78. Understanding the IRC Protocol
      • Asynchronous by Nature
      • The Protocol
        • Message
        • PRIVMSG
        • NOTICE
        • PING/PONG
    • Hack #79. Text Over Multiple Lines
      • Avoiding the Problem
    • Hack #80. Fake an Ident Response
      • The Code
      • Running the Hack
      • Firewalls and Ident
    • Hack #81. Strip Formatting from Messages
      • TimeBot Scenario
      • Removing All Formatting
        • Perl solution
        • Python solution
        • Java solution
        • Java Applet solution
    • Hack #82. Remove Color from Messages
      • Simple Color Removal
        • Perl solution
        • Python solution
        • Java solution
        • Java Applet solution
      • Hacking the Hack
    • Hack #83. Encrypt Messages
      • Key Encryption
      • The Code
      • Running the Hack
      • The Results
    • Hack #84. Timestamp with the TS Protocol
      • Before TS
      • TS Saves the Day
      • Interesting TS Facts
    • Hack #85. Understanding CTCP Messages
      • Tagged Data
      • Queries
  • 14. Other Ways to Connect to IRC
    • Introduction: Hacks #86-94
    • Hack #86. Hypertext Links to IRC Channels
      • HTML IRC Links
      • Example Links
    • Hack #87. IRC from Your Mobile Phone
    • Hack #88. Enemies of Mobile IRC
      • The Phone Keypad
      • Predictive Text Entry
      • Small Screen Size
      • Street Traffic and Street Furniture
      • Dropped Connections
      • Others Unaware Your Client Is Limited
      • The Ephemeral Nature of Sessions
      • Battery Life
    • Hack #89. IRC from a Pocket PC
    • Hack #90. Access IRC with Java Applets
      • Customizing PJIRC
        • nick
        • alternativenick
        • host
        • alternativeserver
        • command
        • authorizedjoinlist
        • authorizedcommandlist
      • The Results
    • Hack #91. Use IRC from a Web Page Without Java
      • Installing CGI:IRC
    • Hack #92. Use IRC Within screen
    • Hack #93. Set Up an IRC Proxy
      • Setting Up CtrlProxy
      • Running the Hack
      • Advanced Features
    • Hack #94. Use irssi and Its Proxy
      • Connecting to a Server
      • Using the irssi Proxy
  • 15. Servers and Services
    • Introduction: Hacks #95-100
    • Hack #95. Set Up Your Own IRC Server for Unix/Linux
      • Installing Unreal
    • Hack #96. Install Services
      • Configuring the IRC Server
      • Configuring Services
      • Running the Services
    • Hack #97. Set Up Your Own beware ircd Server
      • Downloading beware ircd
      • O:Lines
      • Running beware ircd
    • Hack #98. Link Two IRC Servers Together
      • Configuring the Servers
      • Numerics
      • C:Lines
      • Linking the Servers
      • Bursting
      • Commands
    • Hack #99. Use MSN/ICQ/Jabber from IRC
      • Installation
      • Using BitlBee
      • More Than Just Talking
    • Hack #100. Combine BitlBee and CtrlProxy
      • Setting Up CtrlProxy and BitlBee
      • Starting CtrlProxy
      • Starting the Session
      • Hacking the Hack
  • Index
  • About the Author
  • Colophon
  • SPECIAL OFFER: Upgrade this ebook with OReilly

Dodaj do koszyka IRC Hacks. 100 Industrial-Strength Tips & Tools

Code, Publish & WebDesing by CATALIST.com.pl



(c) 2005-2024 CATALIST agencja interaktywna, znaki firmowe należą do wydawnictwa Helion S.A.