summaryrefslogtreecommitdiff
path: root/chat/ircII/patches
AgeCommit message (Collapse)AuthorFilesLines
2005-07-01don't pass -Xc on Solaris if not building with gcc.grant1-0/+14
passing -Xc to sunpro defines __STDC__=1 and the build fails in ircsig.c because <signal.h> only declares sigaction if __STD__=0. fixes build on Solaris w/ sunpro.
2004-08-20update to ircii 20040820. changes include:mrg1-13/+0
o /msg . now works for ICB mode as well o /topic now works by default for ICB o fix building on SunOS4 with GCC
2004-04-27Don't forcibly reset the umask when installing; let it propagate from pkgsrc.tv1-5/+14
2003-03-14update to ircii 20030314. changes since ircII 20021103:mrg1-63/+0
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-18patch from mrg@ to fix coredump when a connection to a server failslukem1-0/+63
2002-11-15update to ircii 20021103. changes include:mrg1-12/+0
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-17Minor man page fix.wiz1-0/+12
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-21/+4
have been converted to USE_BUILDLINK2.
2002-03-21update to ircII 20020321. from the NEWS file:mrg1-55/+0
o /save -all works properly now o new server server groups can be listed in $IRCSERVER by prefixing :group: to the server name, eg, IRC/:lamenet:irc.lamenet.org:666 o fix /set status_voice o add /server -group, allowing proper multi-network configuration o fix tabkey for people who join channels o fix many $functions() to work properly in multi-server context, and no longer use the current window o enhance $ignored() o add missing docs for /set tab, decrypt_program, show_stars and iso2022_support o new /on window_list for /window list output hookery o /window create now takes -xterm and -screen flags to force either a xterm or screen window to be created, rather than forcing the choice o /on flood support for ICB
2002-03-10pull in a change from ircii-current:mrg1-0/+55
- add /on flood support for ICB. (ircii) PR#524
2001-12-10upgrade to ircii 20011210. this includes:mrg1-95/+0
o new /on raw_send o new /exec -filter option o fixed mIRC colour code handling o enhanced redirection to multiple targets o bug fix for $mid() o bug fix for when resizing to a smaller window o other bug fixes
2001-10-02fix a "resize smaller" core dump; from ircii-current.mrg1-0/+95
2001-07-15Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-4/+21
2001-07-07update to ircII 20010612. mostly a bug fix release, though with thesemrg1-15/+0
new features: - japanese support - ignored(), notify(), screens() & windows() functions - listidle script
2001-06-20Add a patch from Rafal Boni <rafal@mediaone.net> to fix build onjtb1-0/+15
mips platforms. PR pkg/13192.
2000-12-31update to 20001231. changes include:mrg4-115/+0
- new -t/-T (already in pkgsrc version) - cygwin termcap support - severel new core dumps fixed - support for ICB groups called, eg, "/quit" - better mIRC colour support
2000-12-15Create new 'chat' category, featuring chat clients and servers of all kinds.wiz6-0/+157
Move some packages from 'net' here.