2003-03-29 13:43:15 by Julio Merino | Files touched by this commit (795) |
Log message:
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
|
2003-03-16 02:56:53 by matthew green | Files touched by this commit (2) | |
Log message:
update to ircii 20030315:
o fixed several display and status bugs introduced in 20030314.
|
2003-03-14 13:59:04 by matthew green | Files touched by this commit (4) | |
Log message:
update to ircii 20030314. changes since ircII 20021103:
o server's added by /server are no longer removed if they fail to connect.
o SEVERAL REMOTE HOLES FIXED in ctcp, status & other code
o fix ICB /msg to names starting with a /. you can now /msg \/oink to send
a message to "/oink". if you previously were able to /msg \oink \
you now
have to /msg \\oink.
o arithmetic "|" now works properly
o fix ICB /msg with a user the same name as the channel
o fix ICB group's and user's with comma's in them
o /notify and /timer always go to level crap now
o fix nickname response lossage
o fix $connect() hich was broken recently
o fix "irc -h" which was broken recently
o fix "dcc close raw" which was broken recently
|
2003-02-18 03:29:16 by Luke Mewburn | Files touched by this commit (3) |
Log message:
patch from mrg@ to fix coredump when a connection to a server fails
|
2002-12-09 17:02:01 by Matthias Scheler | Files touched by this commit (115) |
Log message:
Replace "true" by "${TRUE}".
|
2002-11-15 13:14:18 by matthew green | Files touched by this commit (4) | |
Log message:
update to ircii 20021103. changes include:
o fix random bugs
o fix a problem with new ICB group name changes message format
o new /on icb_who and /on icb_motd
o all high control chars should be now properly filtered avoiding
pretend output
o fix help page bugs
o fix meta5, meta6, meta7 and meta8, which behaved as if you had always
hitten them once you had (ie sticky forever)
o avoid crashes in /help
|
2002-10-17 14:56:12 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Minor man page fix.
|
2002-09-13 05:12:16 by matthew green | Files touched by this commit (3) | |
Log message:
update to ircii 20020912. changes are:
o /join group can now move an ICB group to a different window
o add ICB support for /join -force and /join -invite
o echoing bold / inverse / underline chars immediately after one
another now works properly in all cases
o DCC and IPv6 now works. ircII can DCC CHAT via IPv6 with irssi
o new /set dcchost to change the dcc source host. this changes what
the -H flag sets at start up
o IPv6 support split into pure-IPv6 and new socket API support, with
replacements for the latter being provided if they do not exist.
PLEASE NOTE: this may cause ./configure or build failures due to
gethostbyname(), getaddrinfo(), getnameinfo(), freeaddrinfo(),
inet_pton() or inet_ntop() lossage. please report via ircbug
o /dcc talk, /dcc summon, and /dcc tmsg are no longer supported
o /on ctcp_reply, /on notice, /on encrypted_notice and /on flood all
now provide the target of the /on as $1. PLEASE NOTE: this will
affect old scripts. use if (V > 20020902) to check for the new
behaviour
o nearly all reported bugs fixed
o /xecho -level should now work for channel traffic as wel. PLEASE
NOTE: this will probably cause some messages to go to a different
window now than they used to - possibly a bug! please report any
such changes that do not seem correct
o connections to multi-homed hosts not listening on all IP addresses
now works in all cases
o new /setenv & /unsetenv commands
o /log core dump fixes
o help file fixes
o new `fkeys' script to make it possible to bind function keys
o irc -t is now the default. use -T to get ti/te sequences
o long ICB messages are now always split up correctly
o various minor bug fixes
o 2.8script/newaway/default scripts "n.o" alias unified
|
2002-08-25 23:53:06 by Johnny C. Lam | Files touched by this commit (424) |
Log message:
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
|
2002-04-03 16:00:51 by matthew green | Files touched by this commit (2) | |
Log message:
add ${VERS} to the PLIST_SUBST, and use this for the bin/irc-${VERS} line
in PLIST. now we only have to update VERS=. (thanks nick.)
|