summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2005-01-08Add build dependency on pkgconfig, which is used by configure.minskim1-1/+2
2005-01-04Update to 1.1.1:jmmv3-6/+9
* Allow SILC authentication via public key if your key is password protected (Michele Baldessari) * More MSN bug fixes (Felipe Contreras) * Drag-and-drop to conversation window file transfers work again * Disable the delete button on pounces that aren't saved yet anyway (Kevin Stange)
2005-01-03Bump PKGREVISION because of curl dependency bump.wiz1-1/+2
2005-01-03Remove KDE2 packages (and their dependencies) as proposed on tech-pkg.wiz5-84/+1
2005-01-03Update homepage and master site URLs.tron1-3/+3
2005-01-01Add build dependency on pkgconfig, which is used by configure.minskim1-1/+2
2004-12-30Make this package build on NetBSD-current by casting arguments to ctypeagc4-2/+40
macros where necessary. Bump package revision.
2004-12-30Make this package build on NetBSD-current by casting args (where necessary)agc6-5/+56
to ctype macros. Bump package revision.
2004-12-29Use VARBASE.minskim1-4/+4
2004-12-28Bump PKGREVISIONs due to libtiff update.reed1-2/+2
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-12-28Update to 0.8:jmmv3-8/+16
* Fixed #151737 (Martyn) * Group chats now support tabbed windows (Geert-Jan) * If only one window exists, open new chats in that window (Martyn) * Fixed window title (Micke) * Fixed issue when Gossip sent replies to error messages (Micke) * New translations (nb, tr, bg) * Updated translations (cs, pt_BR, fr, de, ca, da, nl, no, en_CA, zh_TW, en_GB, lt, eu, sv)
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed9-16/+18
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-27Add an option for the configure script to enable/disable IPv6 supportxtraeme3-2/+58
(by default disabled in configure, but enabled via bsd.options.mk), you can enable/disable it via "PKG_OPTIONS.bitlbee=-inet6", this closes PR pkg/27691 by Georg Schwarz. Bump PKGREVISION.
2004-12-20Update centericq to 4.13.0. Changes:hubertf2-5/+5
Centericq now builds fine with gcc 3.4. A new command-line parameter, --debug, was added. This way, there is no need anymore to re-build the program in order to enable debug output. However, when using this mode, make sure you understand what it says in the log window and in ~/.centericq/debug. There are two passwords for an IRC account now. One is for Nickserv and the other one is for regular IRC authentification, which wasn't supported before. Online and free-for-chat mode have the same priority now. So your [f] contacts won't stay all the time in the top of the list anymore. Unicode characters in rtf-encoded icq messages aren't lost anymore. Instead, they are recoded into the primary charset. So now, for example, Cyrillic sent with gnomeicu, won't disappear. Segfault when accepting Yahoo! file transfers was fixed. For online users, centericq now shown the time during which it sees those contacts online. Check out the first page of user info for an online contact. Among the other stuff that didn't let me release .13 earlier was my moving to Germany. Now I am in Berlin on permanent basis, so if you're at the CCC congress that is to take place in a week, Konst can be met there :) Patch supplied by Luciano Rodrigues Furtado <lrfurtado@yahoo.com.br> in private mail.
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant5-5/+10
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-19Ensure that we link PIC code to create systray.so. This should fix buildsjlam1-1/+4
on amd64.
2004-12-14Define variables in MAKE_ENV when calling GMAKE directly.minskim1-2/+2
2004-12-11Override libtool.minskim1-1/+2
2004-12-11This package needs pkg-config.minskim1-2/+4
While here, reorder paragraphs to include buildink3.mk files before overriding targets.
2004-12-10This package needs pkg-config.minskim1-1/+2
2004-12-10Sort buildlink3 files.minskim1-2/+2
2004-12-10As advertised in the previous log message, but omitted from the Makefile,dogcow1-1/+2
pass --disable-binreloc to configure.
2004-12-05use SITES_* setting for the language files, rather than usingjdolecek1-3/+6
MASTER_SITES - they are only available on the psi site, and the fetch of each language files unnecessarily went through all the sourceforge mirrors before trying the psi site
2004-12-03Add and enable msnre.minskim1-1/+2
2004-12-03Import msnre, packaged by Jung-Min Seo (luapzz at gmail dot com), andminskim4-0/+34
modified by me. MSNre is a lightweight but powerful console-based MSN Instant Messenger clone. It has many features, including instant messaging, sending messages to cell phones, file transfer, complete contacts/groups management, email notifications, auto-away messages, netmeeting support, aliases, messages logging, event scripts, local contact list, multi-user chat support, ability to encode characters in the system locale, and much more.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz2-4/+4
Suggested by Roland Illig, ok'd by various.
2004-12-03Changes 1.1.0:adam6-44/+25
New Features: * Binary relocable. Gaim will find its files even if it's installed in a location other than the --prefix it was ./configured with. Pass --disable-binreloc to ./configure to disable. * IRC now has fallback encodings, and tries harder to display something useful during an encoding error. * New MSN protocol icon (Felipe Contreras) Bug Fixes: * Fix some leaks (Miah Gregory, Felipe Contreras) * Fix crashes when removing buddies in certain situations (Andrew Hart) * Eliminate MSN switchboard errors (Felipe Contreras) * Fix MSN buddy icon syncronization (Felipe Contreras) * Correctly display file transfer dialogs for filenames containing &, < or > * Correctly display MSN authorization dialogs for friendly names containing &, < or > * Properly align the right-click docklet menu with the docklet icon in *nix. * Fix a crash if the MSN buddy list is not available * Fix a bug in the request api (Gary Kramlich)
2004-12-03Changes 1.6.17:adam14-135/+125
- Lots of doc updates. - Added a "stripcodes" Tcl command. See doc/tcl-commands.doc for more information. - Bot idx's should be considered valid to tcl_valididx. - Always try to detect shared Tcl libraries before static ones. - We now correctly differentiate the +l user flag from the +l bot flag. - Cleaned up modules.c and the module configure stuff quite a bit. - Detect Tcl in $HOME/lib and $HOME/tcl/lib first, as to make it easier to allow users to override the system's Tcl version. - We now support module loading under Darwin (Mac OS X) and NeXT Step. - Don't try to call tcl_notes if the notes module isn't loaded. - Show a more descriptive error message when a listen socket can't be opened. - Fixed Tcl encoding issues with .tcl and .set. - Added a set of Finnish language files and a Finnish MOTD. - time_t isn't unsigned, and therefor %lu should not be used as a conversion specifier. - Fixed a gcc warning in dcc.c. - Added support for Quakenet channel modes. - Removed an invalid killsock() in dcc.c. - Fixed extra spaces being written to chan file. - Reworked 'make config' / module configure process. - Op (+o) implies halfop (+l) now. - Cleaned up and optimized rmspace() and fixfrom(). - Updated recomended Tcl version to 8.4.6. - Fix behavior of the BCST bind. BCST is now correctly triggered for dccbroadcasts, as well as when a bot "says" something on a channel. See doc/tcl-commands.doc for more information. - Remove some unneeded casts. - Fixed performance issues with mv/cp when a lot of files are in the file area. - Typo in doc/COMPILING-FAQ. It's LD_LIBRARY_PATH, not LB_LIBRARY_PATH. - Fix a possible issue with ident code. - Don't let .tcl mkdir create duplicate filedb entries. - Fixed a compile error related to varargs when using old Tcl versions. - Fixed a compile error on systems that don't have socklen_t. - Suppress configure warnings on systems that use newer versions of GNU coreutils.
2004-12-01"the the" -> "the"wiz1-1/+1
2004-11-30Bump PKGREVISION for removal of db3 buildlink3.mk file fromwiz3-6/+6
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-30Retry removal of liece.uebayasi5-164/+0
2004-11-30Update navi2ch to 1.7.5.uebayasi2-5/+5
Changes btwn 1.7.4 & 1.7.5 are: + Catch up with server migration (jbbs.livedoor.jp) + Fix broken characters on XEmacs + Fix a problem writing out of ~/.navi2ch/ when an exceptional URL is given Changes btwn 1.7.3 & 1.7.4 are: + Catch up with server migration (JBBS@Shitaraba moved to Livedoor)
2004-11-30liece -> rieceuebayasi1-2/+2
2004-11-30Initial import of Riece 1.0.5.uebayasi4-0/+151
Riece is a redesign of the Liece IRC client. Riece has many advanced features: + Can connect to multiple servers per session + Provide more sophisticated API + Reduced code size (total amount of code is about 5k lines) + 100% APEL free
2004-11-29Use PKG_DEFAULT_OPTIONS.xtraeme2-4/+3
2004-11-29Update jabberd2 to jabberd-2.0s4nb1, by pulling in patches fromabs2-4/+37
http://www.marquard.net/jabber/#recommended, specifically patch 58 which fixes the remote exploit listed at: http://www.securityfocus.com/archive/1/382250 Patches included: 28* patch-jedi8-sm-object_c Remove incorrect semicolumn from os_object_free() in sm/object.c 29* patch-jedi-mysql-storage Fixes to mysql storage for boundary conditions 30* patch-base64 Fix length-related issues in base64 decoding routines 31* patch-sm-storage_db Fixes to storage_db.c to avoid roster corruption: "sm/storage_db inserts items in the filter hash table with keys which are located on the stack. This creates confusion when the code later tries to compare with these keys." 32* patch-nad-escape Fixes bug in _nad_escape() where escaping ]]> can cause a segfault when handling large messages where nad_realloc is called. 38* patch-jedi-pgsql-storage Fixes to pgsql storage for boundary conditions and incorrect buffer length calculation 46* patch-memleaks Fix minor memory leaks in digest-md5 authentication and nad_free() 47* patch-ns-fix Fixes omission of namespace declaration where a namespace has already been used in the XML stanza 48* patch-sm-nad-triplet Fixes omission of prefix on attributes processed by nad_parse (e.g. in queue storage) 49* patch-mod_disco_publish Corrects check for deleting previously published disco items from "delete" to "remove" (as per JEP-0030). 50* patch-sm-filter Alters filter handling and adds mysql/pgsql escaping on filter strings to allow brackets and apostrophes in resource names that form part of JIDs stored as roster entries 58* patch-c2s-buffers Fixes buffer overflow that can lead to segfault in c2s mysql and pgsql auth modules - see report by icbm (www.venustech.com.cn)
2004-11-29Update xchat to 2.4.1. Patch provided by Stefan Krueger in PR pkg/28465.minskim4-7/+16
Changes: - Updated translations (ca, de, eu, it, ko, mk, nb, nl, pt, ru, sl, sq, uk, zh_TW). - Fixed custom marker-line color not reloading. - Brought back the "Connect to selected server only" option in the Serverlist edit window (it's like the reverse of "Cycle until connected" in 2.0.x). - You can now move networks and servers via Shift+Up/Down (in the ServerList window). - Small efficiency improvements in receiving dcc. It will now not send ACKs while the input buffer is non-empty. - Fixed playing sound files with spaces in them. - Added support for NickServ on DalNet and FreeNode. - Plugin API: Added xchat_get_info(ph,"inputbox");. - Added /settext and /setcursor commands for scripters. - You can now scroll tabs with the mouse-wheel while hovering over the arrow buttons. - Fixed connecting to a SSL server via http proxy (#1054152). - Fixed: Opened server tab doesn't count as "requested" (#1044227).
2004-11-28Reset maintainer, email bounced.wiz1-2/+2
2004-11-28Reset maintainer, email bounced.wiz1-2/+2
2004-11-27Remove chat/psi-ssl - replaced by security/qca-tlsjdolecek5-38/+1
2004-11-27Update psi to 0.9.2.jdolecek8-280/+296
Notable addition is file upload support, other changes are mostly usability changes and bug fixes. Full list available at http://psi.affinix.com/?page=changelog. Internal pkgsrc organization changes: * depends on qca-tls for SSL support, functionality confirmed working; this fixes PR#26120, PR#25444, PR#26665 * uses prepared psi language files, no longer using lrelease (the raw language files are not part of distribution), only use DEPMETHOD=build for qt3-tools
2004-11-27Reset maintainer on his request.wiz1-2/+2
2004-11-27Darwin needs CFLAGS+= -DBIND_8_COMPAT to build.adrianp1-2/+7
2004-11-26Changes 1.1:adam13-370/+35
* Fixed bug with using [$8] in expressions (Reported by BlackJac) (Patch from |Rain|) (BugID: 64) (powuh) * Fixed bug in /set show_end_of_msgs. When OFF prevented hooking of some end_of_msg numerics. (Reported by BlackJac) (Patch from |Rain|) (BugID: 51) (powuh) * Fixed incorrect ordering of operations in screen.c which caused an off-by-one access at the end ofthe buffer. (Patch from |Rain|) (BugID: 48) (powuh) * Fixed ischanvoice() to be compatiable with epic. Maintained reverse functionality as not to break existing scripts. (Patch from |Rain|) (BugID: 20) (powuh) * Fixed segfault with convert_output_format not honoring MAX_RECURSE. (Patch from |Rain|) (powuh) * Fixed possble rouge server exploit: If a rogue server sends us a ctcp request from an extremely large nickname (over about 512 bytes), we may attempt to alloca() a negative value, which under gcc will return a invalid pointer the contents of which will then be overwritten. (Reported by O_6) (Patch from |Rain|) (powuh) * Fixed segfault with channel mode parsing. (Patch from O_6) (powuh) * Removed auto_resume script, it's not needed any more (caf). * Fixed string copying snafu in gtkbitchx.c (reported by Huey) (caf). * Added STATUS_USER20 to STATUS_USER39 (patch from BlackJac) (caf).
2004-11-25Changes 2.2.3:adam3-9/+9
* Memory leak fix * Other bug fixes
2004-11-25Changes 20040912:adam2-7/+5
* Bug fixes and improvements
2004-11-19Update to 1.8. Only one change: incorporate pkgsrc changes into main source.tv7-172/+14
Take over as MAINTAINER (requested by tron@).
2004-11-18The universal option to enable PAM support is "PAM" not "pam". We strivejlam1-3/+3
to use common option names were possible, so change these instances of "pam" to "PAM" to match existing usage.
2004-11-17Remove obsolete variables. You'll want to use:xtraeme1-12/+1
PKG_OPTIONS.<pkg>+= foo blah
2004-11-16Remove -ldl from libsilcclient test in configure.ac and configure.ben3-1/+29
This resolves PR#28333