summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2006-03-16Consistently use NetBSD.org address for shell, shellhung.org does not exist.wiz1-2/+2
2006-03-14Fix build problem under Mac OS X by not linkink with the (non existing)tron1-1/+10
"util" library.
2006-03-14Update "xchat" and "xchat-python" packages to version 2.6.1.tron5-50/+15
Changes since version 2.4.5 include: - Updated translations (de, el, fi, fr, gl, hu, ko, nl, pa, sq, vi). - Added support for log rotation based on time or date. - Double-click in tree layout will now expand/collapse (Lian Wan Situ). - Keys to move tabs around now work in Tree layout too (Lian Wan Situ/Me). - Largely re-written "Search Text" function with much better behaviour and match case on/off and search backwards options (Richard Hitt and Me). - The parent row in the tree layout now changes color if you have that group collapsed (Lian Wan Situ). - Fixed crash when trying to Detach or Close a utility tab via right-click, when it's not the currently focused tab. - Made DCC resume handle case-insensitive file systems properly. - Fixed the flashing when you click on a colored treeview row. - Fixed auto-completion during /exec -o [1375530]. - Added "Join Channel" menu item to the Server menu. - Unshade the Disconnect menu item when a connection is in progress. - Fixed a possible crash in changing color settings before changing to/from the tree layout (SF bug #1349088). - Added "Auto accept file offers" to the File Transfer settings. - Added support for brackets "<>" around nicknames in cut and paste, without displaying them (hidden text) (Camillo Lugaresi). - Fixed opening URL irc://NetWork/#channel not joining the channel [1362155]. - Fixed the nickname label becoming small when you're marked Back if you have "Small tabs" turned on. - The textevents GUI has been re-written to use GtkTreeView. - Randomized DNS lookups on Mac OS X on hostnames that return multiple IP numbers (SG / CL). - Added a dialog window to help newbies join a channel. - Opening irc:// URLs will now JOIN only if you are already connected to the network. - Plugin API (Lian Wan Situ): * Added selected flag to "users" list. * Added "id" to xchat_get_prefs. * Changed xchat_find_context (ph, channel, NULL) to return results from the same server group as the current context when possible. - Perl (Lian Wan Situ): * using emit_print/command/recv will no longer trigger their own callbacks. * Fix compiling issues with versions older than 5.8.2. * Make all scripts appear in the "Plugins and Scripts" window, even those that do not call register(). - Updated translations (nl, zh_TW). - Message boxes are now warning, error or info with appropriate icon. - Red marker line feature enabled by default. - Added /SEND <nick> [file] which will automatically switch to PSEND when detecting a private net address. - Simplified default nick-right-click menu. - Show "Last Talk" in nick-right-click menu as "minutes ago". - Strip mIRC colour from away message in right-click menu. - Warn when opening banlist in non-channel. - Reorganised and simplified IRC/Server menus and new View menu. - The editable Server menu is no more, if you want it type /set gui_usermenu 1 and restart. - Option to view channels in tabs or tree structure. - Shorter titlebar text for better viewing in taskbar. - Disabled key-search in server list, as GTK's auto-find does this better. - Removed "Connect in new tab" button in server list, it now does it intelligently. Use stock Connect icon. - Removed "Tint (shade) transparency" item from settings and figure it out based on tint values. - When closing a tab, re-focus the one near by, instead of always the last. - Firefox style close button. - The lag and throttle metres now have tooltips that give you real information (hover the pointer over them). - Added workaround to show on-join ChanServ notices in the right tab. - Tab scroll buttons are now side-by-side when in vertical mode. - Automatically change key shortcut of "Marked Away" if the translation already uses ALT-A for the Help menu (e.g _Aide in French). - Your nickname in the bottom-left corner now turns gray when you are marked away, just like the userlist. - Introduced a delay before joining channels, to allow for FreeNode's short comings. If a umode +e is received it'll send auto-join channels immediately. - Plugin API: Added win_ptr to xchat_get_info. - Non-irc (utility) tabs can now be detached aswell. - Fixed behaviour problems of the userlist pane, which might be set incorrectly if the window was resized while a server-tab is focued. - Added a confirm-dialog when trying to close a server-tab with children. - Server list's edit window now gives you an option of a network specific "Second choice" nickname. - Auto detect RusNet and use /NICKSERV to identify instead of /MSG. - Added /Ghost command. - Fixed: The WHOIS away-line ignored irc_whois_front setting. - Scroll-wheel now works while hovering over a tab (Lian Wan Situ). - The input box right-click menu now has bold, underline and italic. - Added xchat-remote for launching irc:// URLs in existing xchat and other functions (Claessens Xavier). - Better command-line parameter parsing via GOption. - Tab completion order can now be in "last talk" order if you /set completion_sort 1. - "Channel Action" and "Channel Action Hilight" now have a 3rd argument of "Mode char", just like normal message events. The last talk time is also now updated on actions. - Reworked the Character Chart window so you can find your char. - Perl: - fixed so that printf and commandf are exported - print and printf can also be called as prnt and prntf, this is to avoid clashing with the builtins. - Deprioritized MODE/WHO to reduce join lag. "pkgsrc" related changes: - The text frontend "xchat-text" is currently not part of the package because the build is broken (despite different claims in the original release notes).
2006-03-14List me as maintainer of the "xchat-python" package.tron3-6/+5
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam2-5/+2
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-03-13Fix NSPR detection at least for DragonFly, making it actually work.joerg3-11/+11
Addresses complains of Tom Hummel via IRC. Bump revision.
2006-03-12Fixed some pkglint warnings.rillig1-3/+3
2006-03-11Make this build on Darwin.yyamano2-5/+5
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam2-4/+4
Remove deprecated ossaudio.buildlink3.mk.
2006-03-08Update to 0.81p2, provided by Evan Hall in PR 32957.wiz2-6/+6
0.81p2 - 02/13/2006 * For some reason some IM's contain an extra bit of information that imcomm choked on, so certain incoming messages would not be shown. I made tlv_split() in imcomm ignore the number of tlv's the server tells us, and this fixed it. 0.81p1 - 01/31/2006 * Fixed a bug that made AOL's Triton client ignore incoming IM's from bsflite.
2006-03-07Fix build after recent irssi bumpadrianp1-3/+4
2006-03-07pkglintificationadrianp5-59/+70
Add rehash option to rc.d script Remove dud mirror site Sort PLIST Bump pkgrevision
2006-03-06Update scrollz to 1.9.5.grant4-23/+49
submitted by Jason Lingohr in PR pkg/32974. changes since 1.9: ScrollZ v1.9.5, 23.4.2005 + REGEXP() which uses POSIX.2 regular expression matching, requested by Mc + SHOWIDLE -O|-N to display chan ops/non-ops only, requested by Blaxthos + SHOWKILL will now show when were you killed (requested by Blaxthos) + ETOPIC to extend current topic (requested by hapan) + ETDELIM to set topic delimiter for ETOPIC (requested by hapan) + VOICE/DVOICE to voice/devoice users (requested by hapan) - bug fixes ScrollZ v1.9.4, 19.12.2004 ! support for ! channels on IRCNet (reported by jups) ! ETA display on DCC REGET at connection startup + support for numeric 515 on freenode (need to be identified to join +r channels, requested by TrN) + partial support for ~ (channel owner) and & (channel admin) in unreal ircd (requested by Ahnberg) + support for channel mode R on ircd 2.11 (reop, requested by Tero) - bug fixes ScrollZ v1.9.3, 11.5.2004 - bug fixes ScrollZ v1.9.2, 9.5.2004 - bug fixes ScrollZ v1.9.1, 1.5.2004 + COLOR MISC color4 is now used to color <>s in publics for people from user list, COLOR MISC color5 is used for your publics (requested by salan) + SETBACK now decrypts away messages if master password is set and AWAYENCR is set to ON (requested by Metalfan) + parsing of WHOIS actually (requested by braneded) + SET STAMP_FORMAT now supports strftime conversion specifiers if available (requested by wiz) + improved OperVision parsing + ignore levels PART and JOIN for channels parts and joins, respectively (requested by TrN and tel) + FDLINE to filter D/d lines in -DOPER (requested by wiZ) + $stamp() which returns current timestamp as set by SET STAMP_FORMAT + AWAYSAVE AWAY, it controls saving of SetAway/SetBack messages to ScrollZ.away (requested by taliz) + ADDF now accepts -QUIET to omit sending notice to target nick (requested by taliz) + SET HYPER_DCC which replaces compile time define HYPERDCC (suggested by Merlin) + URL catcher now also stores the source of the URL (nick if it was in a privmsg, or a channel for publics, requested by poorboy) + $url(number [string]) now returns given url and its source if called with two arguments ~ by default kick/nick/deop floods, showaway, kick on flood and kick on ban are turned off (suggested by b-) + @ usermode support + wordkicks in actions (coded by braneded) + CDE to clear ban exceptions (requested by Blaxthos) ! compile on FBSD 5.1+ with IPv6 enabled (patch from ircII by Damm) ! @%+nick support for some ircds + ADDW now support -BAN and -TIME, see help for more info (requested by eviilboy) + client should no longer excess flood when joining a lot of channels at once (when reconnecting on hybrid7/latest ratbox) ! compile using Apple GCC and IBM XLC (fix by TrN) + translation tables to the tarball + ARINWIN support for actions (requested by taliz) + FTRACE -E|-G (both use ETRACE from ircd-ratbox, -G does matching on gecos field, requested by taliz) + channel based host ignore, example of usage: IGNORE *.no!#blah public (requested by several users) - bug fixes, including crashes and possible buffer overflows
2006-03-06Oops, fix pkglint warnings.toddpw1-4/+4
2006-03-06Fix pkg/18416, ymessenger pkgsrc is obsolete.toddpw2-10/+15
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz4-8/+8
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam34-68/+68
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-03-04regen (for irssi-0.8.10a).wiz1-4/+4
2006-03-04Update to 0.8.10a:wiz7-28/+29
Re-packaged source, no new features.
2006-03-02Update language files. Fixes fetch part. Based on patch provided bywiz3-62/+70
Alexander Becher in PR 32748. Bump PKGREVISION.
2006-02-22Do not try removing man/ru/*, they are now in mk/platforms/*dist.wiz1-5/+1
2006-02-19Update to 1.2.0 development versionadrianp7-32/+59
* Nickserv support * Binding to a local IP * a new /dircproxy RELOAD to reload the config * Add DCC Resume * Add 005 Support * Can be build with SSL support (experimental) * Support for IPV6 (experimental) * a new /dircproxy NOTIFY command * Support for MD5 password
2006-02-16There's been an upstream fix but the version number was not bumpedadrianp3-16/+27
http://www.unrealircd.com/324rerelease.txt Use DIST_SUBDIR=${PKGNAME} until the next version is released Install help and documentation for non-english users
2006-02-16Add riece-en.info to INFO_FILES, bump PKGREVISION.wiz1-3/+3
2006-02-16Add USE_DIRS xdg-1.2 and missing qt3-tools build dependency,wiz2-2/+6
which broke the build. Add two @unexec RMDIR while here.
2006-02-13Update to version 3.0.0salo2-9/+8
From Jason White, via PR pkg/32452 Changes: - Support for OTR protocol version 2; will still interoperate with version 1 clients (though with a warning to the user), fixes identity-binding flaw: http://www.cypherpunks.ca/otr/Protocol-v2-3.0.0.html - The OTR button now has a right-click context menu with some useful options. - The OTR button now has icons in addition to text to indicate what state a conversation is in. - Most popups have been changed to inline messages in the conversation window.
2006-02-13Update to version 3.0.0salo5-63/+12
From Jason White, via PR pkg/32451 Changes: - Support for OTR protocol version 2; will still interoperate with version 1 clients (though with a warning to the user), fixes identity-binding flaw http://www.cypherpunks.ca/otr/Protocol-v2-3.0.0.html
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg65-107/+130
2006-02-05Changes 20041113:adam4-15/+14
* Minor bug fixes
2006-02-04Update to 3.2.4adrianp3-20/+58
This is just a summary of changes, for full details see: http://www.unrealircd.com/txt/unreal3_2_4_release_notes.txt > ==[ MAJOR BUGS FIXED ]== > - Two issues with an incorrect badword { } block in the config file causing a crash. > - Incorrect TKL/*LINE causing a crash > - Complete resolver recode: now using c-ares + caching to fix some (rare?) crash bugs and > to make our code much more cleaner. > - Using GCC4 caused a crash on-link. > - Crash when a class block was removed and had any other blocks were referencing it. > - OpenBSD crash on /REHASH. > - Several AMD64 crash issues. > - Sometimes a serious flood of notices was generated if link::options::nodnscache was used. > - Spamfilter: action 'viruschan' combined with target 'user' caused crashes. > - chinese-* nick characters support caused memory corruption. > - Crash issue regarding SSL and junk snomask. > > ==[ MINOR BUGS FIXED ]== > - Now properly resolves hostnames again that use CNAME delegation (got broken in 3.2.3). > - Fedora Core w/IPv6 failed to compile. > - A few read-after-free bugs that could have caused crashes. > - ./Config was not loading the settings properly on Solaris 10 > - Crash if high ascii in set::network-name > - Fixed advanced channel aliases not working properly > - Fixed \* and \? escaping not always working properly (for example in ~r/~c bans).
2006-02-04pkglint fixes. No version bumps required.adrianp1-3/+3
2006-02-03Fixed pkglint warnings.rillig1-14/+16
2006-02-02Remove comment which asked not to merge this file into "Makefile". It'stron1-4/+1
obvious that this is a bad idea after the import of the "xchat-python" package into "pkgsrc".
2006-02-02This program is called "X-Chat" and not "XChat".tron1-1/+1
2006-02-02Add and enable "xchat-python" package.tron1-1/+2
2006-02-02Import new "xchat-python" package:tron3-0/+24
X-Chat is a graphical IRC client that runs on UNIX-like systems. This is a Python scripting plugin for X-Chat. This package is based on Min Sik Kim's "xchat2-python" package available via "pkgsrc-wip".
2006-01-29Update to 0.5.1:wiz3-7/+9
2006-01-16: 0.5.1: bug fixes, another peek fix, peekall command / peekme option, autoauto option.
2006-01-25Update navi2ch to 1.7.5nb1; renew BBS menu URI. pkg/32585 fromuebayasi2-2/+4
Takanori Ishihara.
2006-01-24Update chat/bitlbee to 1.0.1tonio2-6/+6
Version 1.0.1 (released 2006-01-14) hilights: - This version contains some of the changes from the current bzr tree, mainly bug fixes - AIM groupchat support - Fixes problems with MSN messages failing to arrive - Fixes problems with not seeing Jabber buddies online - Now handles MSN passwords with commas correctly - Code cleanup
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz15-25/+30
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-23Has BROKEN_GETTEXT_DETECTION.joerg1-1/+2
2006-01-23Update to 0.10.xtraeme6-170/+103
- Psi will now sign out before Windows or Mac OS X machines go to 'sleep' - The default text input line in the chat dialogs starts at one line tall, and grows as necessary. - The Roster can now be automatically resized to fit all contacts. - The Roster now has a menu bar available on Windows and Linux - Chat windows can be collected together using tabs - On Windows and Mac OS X, selected text may be automatically copied to the clipboard. - Mac OS X builds now enjoy Growl(.info) support - Photos are now available in the VCard dialog - New default colour scheme - Roster and chat dialog opacity is now configurable on Windows and Mac OS X - The colour scheme is now slightly more configurable - Assorted minor feature additions and bug fixes - Number of unread messages is now visible in the dock on Mac OS X - GPG passphrases are now cached during the entire Psi session - 'Authorization received' messages can now be ignored - Roster and chat windows can be made transparent
2006-01-22added -f option to rm command to ensure it works even if the archive getsschwarz1-2/+2
unpacked without user write permissions for the file to be removed.
2006-01-22patch-ad courtesy of adrianp :)adam1-0/+15
2006-01-22Changes 0.4.3:adam4-20/+23
* Bug fixes and improvements
2006-01-20Drop maintainership. I can't seriously be the maintainer of so manyjmmv1-2/+2
packages - specially of packages that I haven't touched for a long while or those that other people can handle better than me.
2006-01-17Update to version 0.8.10, based on PR #32432 from Juha-Matti Tilli:veego11-59/+173
- Recode support - Isupport (005 numeric) - Passive DCC support. - Many memleak fixes. - Network specific ignoring. - Updated internal error handling. - Complete 64bit support. - Revised default aliases. - Updated paste detection and settings. - Tons of bugfixes. - Other changes The 'pre-install' hack from the pr is no longer needed after a fix from jlam. Don't delete the patch-ae, which was removed in the pr. Recode support won't work at the moment on NetBSD. Bump the version for irssi-icb, due too the upgrade of irssi.
2006-01-17Final distribution: bug fixesadam3-10/+9
2006-01-13Update chat/bitlbee to 1.0tonio3-11/+15
CHANGES contains: - renamed control channel to &bitlbee, to avoid confusions - Jabber cleanup - Handle RSS-to-Jabber feeds - AIM notifications - typing notifications come in as CTCP - fixes a possible DoD bug Also, the package now installs the full user-guide, and bitlbee.conf(5) man page
2006-01-11Update to 0.81, provided by Evan Hall in PR 32488:wiz4-31/+30
0.81 - 01/08/2006 Changes by neutronscott (thanks): * Wordwrap works with <br> on incoming messages. * Fixed buddy list size bug when squelch_connect is on * Moved beep_on_incoming from compile-time to a config option * Outgoing messages are displayed with HTML removed. * HTML links are now displayed in-line * Fixed most problems relating to buddy list management. * Added raw input mode, toggled by ctrl-R, to input HTML characters. * Added command 'z!' to reload away messages and profile while running. * Added 'p' command for pasting messages. * Removed the 'b' command due to multiple reports of crashes. * Made improvements to the wordwrap routine, which should fix crashes when pasting or receiving a long link or other long, uninterrupted line. * Replaced getchar() with read(), eliminating the odd bug when pasting a line - you don't need to press another key to get display the line. * Added option "set_window_title" that sets the xterm/screen window title with your screen name. * Added 'I' command to request profile of the last person who sent you a message. * 'wf' command now displays idle times. This was actually sent to me in a patch by Matt Walters a long time ago, but I just cleaned it up and implemented it now. * New config option "oscarport" * Fixed some memory leaks in bsflite and imcomm. Thanks to Toby Peterson for submitting this patch. * Added support for connecting through proxy servers. Added to config file: - proxy <proxy server> - the hostname or IP of the server - proxyport <port> - port on which the proxy is listening - proxytype <type> - currently either socks5 or https Authentication should be added soon. * Made timestamps a run-time option. Add 'timestamps false' to the config file.