source: perl/modules/IRC

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @b8a3e00   13 years davidben Consistently use BarnOwl or barnowl BarnOwl refers to the program, ... release-1.10release-1.8release-1.9
(edit) @13ee8f2   13 years nelhage Replace Net::IRC mentions with AnyEvent::IRC release-1.10release-1.8release-1.9
(edit) @5c6d661   13 years nelhage IRC: Fix reconnect behavior. release-1.10release-1.8release-1.9
(edit) @ab6d8f0   13 years nelhage Fix spacing in MODE messages. release-1.10release-1.8release-1.9
(edit) @dace02a   13 years nelhage Use AnyEvent::IRC::Client's channel tracking, instead our own. release-1.10release-1.8release-1.9
(edit) @b9a642a   13 years nelhage Only show nicks in response to irc-names. release-1.10release-1.8release-1.9
(edit) @41ade7f   13 years nelhage Try to improve disconnection behavior release-1.10release-1.8release-1.9
(edit) @0b0e460   13 years nelhage Squelch an "uninitialized" warning. I have no idea why ->{command} ... release-1.10release-1.8release-1.9
(edit) @0ccf5ab   13 years nelhage Fix the message shown on on IRC connection. release-1.10release-1.8release-1.9
(edit) @60b49a7   13 years nelhage Make nick-change events LOGIN messages instead of ADMIN. release-1.10release-1.8release-1.9
(edit) @5d4262c   13 years nelhage Correctly grab the 'reason' field for quit messages. release-1.10release-1.8release-1.9
(edit) @3713b86   13 years nelhage IRC: Remove the %reconnect hash. Keep everything in the %ircnets ... release-1.10release-1.8release-1.9
(edit) @59425a3   13 years nelhage Restore an accidentally-removed line. release-1.10release-1.8release-1.9
(edit) @09bd74c   13 years nelhage Implement sending and receiving CTCP ACTIONs release-1.10release-1.8release-1.9
(edit) @249bbbe   13 years nelhage Fix the connected callback. release-1.10release-1.8release-1.9
(edit) @851a0e0   13 years nelhage IRC: Remove circular references between ::Connection and its Client. release-1.10release-1.8release-1.9
(edit) @4787581   13 years nelhage Don't store a second copy of our nick. release-1.10release-1.8release-1.9
(edit) @38d50c2   13 years nelhage Handle NICK messages from the server. release-1.10release-1.8release-1.9
(edit) @8ba9313   13 years nelhage Port IRC support to AnyEvent::IRC. release-1.10release-1.8release-1.9
(edit) @9620c8d   13 years nelhage Load Encode module for IRC. This normally doesn't cause any problems ... release-1.10release-1.8release-1.9
(edit) @fb6e8e3   13 years nelhage Sort the output of :irc-names release-1.10release-1.8release-1.9
(edit) @c6adf17   13 years davidben Track names along with timers, add :show timers This will help people ... release-1.10release-1.7release-1.8release-1.9
(edit) @c8d9f84   13 years davidben More aggressively stop Timers created in perl In case something leaks ... release-1.10release-1.7release-1.8release-1.9
(edit) @9a023d0   14 years geofft Send multiple PRIVMSGs for IRC messages entered as multiple paragraphs ... release-1.10release-1.6release-1.7release-1.8release-1.9
(edit) @416241f   14 years nelhage IRC: irc-disconnect on a pending reconnect should cancel it. release-1.10release-1.6release-1.7release-1.8release-1.9
(edit) @3acab0e   14 years nelhage IRC: Store connection objects in %reconnect, rather than timers. release-1.10release-1.6release-1.7release-1.8release-1.9
(edit) @54b4a87   14 years nelhage IRC: Refactor the mk_irc_command API and document it. release-1.10release-1.6release-1.7release-1.8release-1.9
(edit) @ac374fc   14 years nelhage Revert "irc-disconnect on a pending reconnect should cancel the ... release-1.10release-1.6release-1.7release-1.8release-1.9
(edit) @618a980   14 years nelhage irc-disconnect on a pending reconnect should cancel the reconnect release-1.10release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @6396c1e   14 years nelhage IRC buddy list: Don't include a newline inside the bold tag. release-1.10release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @2b66c361   14 years nelhage Eliminate newlines between parts of the buddylists. [nelhage@mit.edu: ... release-1.10release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @99c1f46   14 years nelhage IRC: Use 'private' when creating messages instead of 'isprivate'. ... release-1.10release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @f81176c   14 years alexmv Skip some IRC admin messages by default, controlled by irc:skip release-1.10release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @cd12307   14 years alexmv Minor space and formatting nitpicks release-1.10release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @3b4ba7d   14 years alexmv Reconnect and re-join channels on IRC disconnect release-1.10release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @f1a2736   14 years asedeno Switch perl modules to the new I/O Dispatch API. Signed-off-by: ... release-1.10release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @da554da   14 years alexmv Add IRC server and channel listing to buddylist release-1.10release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @69c3878   14 years nelhage Merge branch 'irc' release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @7cfb1df   14 years nelhage IRC: Handle 'nosuchchannel' events. Fixes #109. release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @0c4a190   14 years nelhage IRC: Encode outgoing messages as utf-8. I believe this closes #87. ... release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @ecee82f   14 years nelhage IRC: Fix '-a' with commands that take a channel. Previously, the use ... release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @0e8a0fc   14 years nelhage IRC: Remove channels from the channel list on disconnect. release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @955a36e   14 years nelhage Squelch some 'uninitialized' warnings in IRC completion. IRC join, ... release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @27a1903   14 years nelhage IRC Completion: Use networks and channels from the IRC module. release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @3519d06   15 years andersk Module::Install::BarnOwl: Tell zip to quiet down. Signed-off-by: ... release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @744769e   15 years andersk IRC: Add quoting for reply commands and editwin prompt. ... release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @216b1d0   15 years nelhage IRC Completion: Complete based on observed senders, too. release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @ab9cd8f   15 years nelhage Add simplistic tab-completion for IRC. [nelhage@mit.edu: Fix hook for ... release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @96f7b07   15 years nelhage Update IRC and Jabber for the new BarnOwl::$command(). Both modules ... release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @7c83a32   15 years nelhage IRC: Fix "ARRAY(0x...)" at the start of 'whois' output. release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @48f7d12   15 years nelhage Get rid of cryptic numeric messages after IRC commands. Remove the ... release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @c00ab5f   15 years geofft IRC: Include IRC admin messages in the 'irc' filter. Stolen-from: ... release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @e04b7a1   15 years adehnert Add short_personal_context to IRC This is thoroughly untested --- it ... release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @dfaa47d   15 years geofft Display context for personals, so as to make <message,*,%me> usable. ... release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @1b62a55   15 years alexmv Add support for private channel keys debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @32620ac   15 years nelhage IRC: Don't beep on messages matching your nick. Having this feature ... debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @e0fba58   15 years nelhage IRC: Don't use a default target for irc-msg Because /msg can take ... debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @f17bb2c0   15 years nelhage IRC: Document most commands and add a quickstart entry. debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @e625b5e   15 years nelhage IRC: Implement irc-mode. We could probably be smarter about this; ... debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @4df2568   15 years nelhage IRC: Show admin messages for mode changes. debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @33db995   15 years nelhage Fix cmd_disconnect (accidentally broken in 330c55a8). debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @af9de56   15 years nelhage Add an `irc-quote' command to send raw IRC commands. This should help ... debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @330c55a   15 years nelhage Refactor IRC argument processing. The primary concrete improvement ... debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @3048f1f   15 years andersk Show incoming IRC /me messages with * instead of bold, too. debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @56d0189   15 years andersk Show IRC /me messages with the conventional * instead of bold. debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @f79d6a2   15 years andersk IRC: Escape interpolated variables in regexes using "\Q\E". debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @38a7f22   16 years nelhage Convert Message::IRC and Message::Jabber to use the new ... debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @167044b   16 years nelhage Support string hook entries. perlwrap.pm: Support calling and adding ... debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @4789b17   16 years geofft IRC: Add /quit display support debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @d264c6d   16 years geofft IRC: Support for displaying :irc-whois replies, and various bugfixes. debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @38cfdb5d   16 years geofft IRC: Add proper display for the :irc-names reply. debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @3ad15ff   16 years geofft IRC: Add :irc-topic support and on_topic/on_topicinfo callbacks. debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @f151757   16 years alexmv Narrowing on a /msg from a user should be personals-only debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @3835ae8   16 years alexmv A small bit of warnings avoidance for empty bodies. debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @43c62e4   16 years nelhage Commit inc/ under IRC so we build on systems with too old a M::I barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @8df6cbb   16 years geofft IRC: Make M-N mostly, rather than completely, useless. barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @f094fc4   16 years geofft IRC: /list, /who, and /stats commands barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @919535f   16 years geofft Implement /me for outgoing IRC messages barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @8faab0c   16 years geofft syntax error. barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @3c5fe43   16 years geofft IRC: explicitly include the network (-a $alias) in reply commands. ... barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @661d2eb   16 years nelhage Render IRC notices as normal messages barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @e322b7c   16 years nelhage Make IRC admin messages actually display their content barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @1af21e8   16 years nelhage Add parenthesis to fix a perl error in IRC barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @1951db8   16 years alexmv Fix admin messages barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @9c7a701   16 years asedeno Initial select() changes. stdin, zephyr, jabber, and irc are checked ... barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @cab045b   16 years nelhage Fix IRC -- I forgot to add one ->conn in the last patch barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @5ff830a   16 years geofft * minor changes to IRC * run ./svkversion only once rather than at ... barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @ba2ca66   16 years nelhage Rewrite ::Connection to not subclass Net::IRC::Connection to avoid ... barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @eab7a4c   16 years nelhage Right, _connected doesn't work either. I think I need to refactor this ... barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @e4db5ae   16 years nelhage Don't clober our parent's connected() method, either. barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @3baf77f   16 years nelhage 'motd' is a method of Net::IRC::Connection, don't clobber it barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @1fd5041b   16 years nelhage Show JOIN and PART for login/outs barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @56e72d5   16 years nelhage Kill a uninitialized warning barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @fe8cad8   16 years alexmv Default connections on a per-channel-name basis barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @9e02bb7   16 years nelhage Handle `nickinuse' errors and disconnects barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @b0c8011   16 years nelhage doc nits barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @214b790   16 years nelhage strip IRC coloring from IRC messages barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @b10f340   16 years nelhage Document the IRC variables barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @bc0d7bc   16 years geofft A (broken) attempt at handling motds and other IRC admin messages ... barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @2fb58e4   16 years nelhage Show the channel in LOG{IN,OUT} messages barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
Note: See TracRevisionLog for help on using the revision log.