summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam7-7/+0
can handle packages having no PLIST files.
2007-10-221.1.14 is now out and about, containing a few fixes and stability backportsadrianp2-6/+6
from the 1.2 trunk. Fixes include a (yet again) refactored m_ident that should finally adress stability issues some setups encountered with it, fixes to failover linking (it shouldn't cause splits unnecessarily now) and some sockets will no longer block on some operating systems. CHGIDENT is now also silent when issued from U:Lines, for Anope users.
2007-10-18Update eggdrop to 1.6.18.obache9-99/+83
While here, fixes PR 30307, ipv6 option isn't supported since version 1.6.16. 1.6.18 (09 July 2006) * Look for Tcl in /lib64 and /usr/lib64. * Patch by: Kuja + RC1 released on April 3rd, 2006. * Fixed a type conversion problem in snprintf.c causing Eggdrop to not compile on OSF1. * Found by: Joker - Patch by: Wcc - Detect NetBSD Tcl in /usr/pkg/lib and /usr/pkg/include. * Found by: mish - Patch by: Wcc - Fixed possibility of referencing a NULL pointer in rembot(). - Added a missing param cast for dcc_table.timeout. - Fixed a memleak / other nasty stuff when MODES_PER_LINE_MAX != 6. - Fixed putlog() of an uninitialized (and incorrect) variable in dcc_telnet_hostresolved(). * Patch by: lordares - Valgrind doesn't bitch about init_uptime() now. * Patch by: Wcc - Dns.mod should compile on Mac OS X now. Thanks to Netscrape @ EFNet for testing. * Found by: various - Patch by: Wcc - Corrected nat-ip setting documentation. * Found by: BarkerJr - Patch by: Wcc - Don't allow realname to be blank or whitespace. * Found by: Jesse M - Patch by: BarkerJr / Wcc - Fixed an error in channel get. You can now, correctly, do a channel get #channel stopnethack-mode. * Found by: Chris Northwood - Patch by: Wcc - The pushmode command should work properly for bans now. * Patch by: thommey - Apparently we broke lastbind. * Found by: bUrN - Patch by: thommey - Request topic on channel reset. * Found by: De Kus - Patch by: Darko - Fixed a situation where noshare could be set to 1 and never restored. * Patch by: lordares - Fixed a socklist leak in net.c. * Patch by: lordares - Hopefully fixed dns lockups. * Found by: various - Patch by: Sven Trenkel - Fixed remote note bug in add_note() that was introduced in 1.6.17. Fixes Bugzilla Bug # 433 "Remote Notes Always Say User is Offline" * Found by: alex323 - Patch by: Tothwolf - Completely rewrote check_tcl_bind(). - Added inline check_bind_flags() for flag checking for check_tcl_bind(). - Added inline check_bind_match() for match checking for check_tcl_bind(). - Rewrote trigger_bind() and made it inline for check_tcl_bind(). - Fixed pointless calling of nmalloc() and nfree() for ContextNote in trigger_bind() when DEBUG_CONTEXT isn't defined. - Moved findidx() from tcl.c to dccutil.c. - Moved findanyidx() from tclhash.c to dccutil.c. - Moved CHECKVALIDITY from tclhash.h to tclegg.h. - Added CHECKVALIDITY checks to builtin_dcc() and builtin_fil(). - Moved CMD_LEAVE from cmdt.h to tclegg.h. - Changed NULL to CMD_LEAVE for partyline quit in cmds.c. - Renamed BIND_EXEC_BRK to BIND_QUIT. - Fixed misc typos. * Patch by: Tothwolf - Added support to MSGM, PUBM, NOTC, and WALL binds to support bound procs returning 1 to prevent logging of the trigger message text. Fixes Bugzilla Bug # 334 "msgm bind return values" - Added BIND_STACKRET bit mask and support for stacked bind return values to check_tcl_bind(). This allows check_tcl_bind() to check if any stacked bound procs return 1 while allowing all matching stacked binds to be processed. Previously if BIND_WANTRET was used to check the return value of stacked binds, only the first match would be triggered. - Modified irc.mod gotmsg() function to trigger PUBM binds before triggering PUB binds. MSGM and MSG binds already worked this way. - Modified irc.mod gotmsg() function to allow a message to trigger both PUBM and PUB binds. Previously if a message triggered a PUB bind, any PUBM binds that might match the message text would not be triggered. Fixes Bugzilla Bug # 351 "bind pub hogs pubm" - Added exclusive-binds setting and code to gotmsg() functions to allow MSGM and PUBM binds to be exclusive of MSG and PUB binds. - Fixed logging for WALL bind. It had been broken since it was originally implemented in eggdrop-hayes. Wallops messages were always logged regardless of the return value of a bound proc. Returning '1' from a bound proc now causes Eggdrop to not log the Wallops message. * Patch by: Tothwolf - Check for Tcl 8.5 before older versions. * Patch by: Tothwolf - Use flagrec_eq() instead of flagrec_ok() in help_subst() since lower flags are automatically added now. * Patch by: Tothwolf - Check for bot's nick and user@host earlier in detect_flood() and detect_chan_flood(). * Patch by: Tothwolf - Allow wildcard matching and stacking for note binds. * Patch by: Tothwolf - Use CHANMETA to define valid channel prefixes in gotmsg(). * Found by: zathras3 at hotmail.com - Patch by: Wcc - Fix for problems created when loading long user-defined channel setting names from the channel file. * Patch by: Stream - Help file update related to sharing. * Patch by: Shawn888, slennox - Fix for randint() on Solaris / SunOS. * Patch by: Mikael Hedberg - Updated Copyright Dates. * Patch by: Paladin - Fixed 3 invalid reads in notes.c. * Patch by: rush at winkey.oompah.org - Corrected a few of the error messages in neterror(). * Found by: Steven Nikkel - Patch by: Wcc - Corrected the order of our search paths for Tcl. This should help stop version mismatches between the headers and libraries. * Patch by: CoderX2
2007-10-16Update distinfo for ircssi-0.8.12. Bump revision.bjs2-6/+6
2007-10-14Update to 7.2.3adrianp3-9/+10
Added missing %s conversion specifier to RPL_MODLIST. Now /modlist shows up whether or not a module is resident Fixed bug in find_conf_exact() which sometimes made CHALLENGE useless Added ircd-italian.lang language file See the ChangeLog for all the details
2007-10-14Changes 0.5.0:adam5-339/+392
* Fixed memory leak after unsuccessful attemt to load a module * Better compatibility with Qt3 * Pthreads detection under FreeBSD * Library detection under MacOSX * More..
2007-10-14Changes 1.7:adam7-42/+42
* Bug fixes
2007-10-13Remove obsolete patches for recent update. (from tron@)adrianp4-120/+0
2007-10-13Update to 1.1.13adrianp4-15/+10
The latest in the 1.1.x stable line (1.1.13) has been released, featuring a number of stability fixes. This also includes SVSPART, at the request of the Anope team, SSL fixes, as well as various other bits and pieces. This is a HIGHLY RECOMMENDED upgrade to anyone running anything prior to 1.1.13
2007-10-13Update to 1.2.0-beta2adrianp3-12/+21
Not much info other than: Version 1.2.0-beta - * Add Support for GET and SET * Lot of bugfixes and a fix for CVE-2007-5226
2007-10-13Changes 1.2.0:adam3-9/+27
* This is the same as 1.1.5 but marked as stable and released as 1.2.0. * For a complete list of changes since 1.0.5 look at the changes in 1.1.1-1.1.5 Changes 1.1.5: * Fixed leak when closing a connection, LM-59 * Escape the resource string (fixes problems with iChat contacts), LM-48 * Stale incoming source destroyed/unreffed, LM-60 * Fixed a leak in the synchronous layer, LM-66 * Fixed a couple of warning when building on 64 bit alpha, LM-41. Changes 1.1.4: * Generate better message IDs, LM-56 * Fixed a leaking proxy object, LM-51 * Fixed random bugs on connection errors, LM-58 * Removed a warning when using proxy, LM-50.
2007-10-13Update to 0.8.12adrianp7-17/+92
* Add a set of patches to re-introduce irssi-config which was removed in this release. We need this file for chat/irssi-icb to work. An upstream bug has been opened about this. http://bugs.irssi.org/?do=details&task_id=537&histring=icb From the CHANGELOG: Rewrite SSL connection/handshake code. Remove support for glib 1.x. Do not send our hostname to the server (bug #488). Improve completion for /SET. Various improvements to the help files. Make alt/meta+arrow keys work in recent versions of xterm (bug #496) Fix DCC get when file size is 0 (bug #494). Fix logging lines with no target to all logs, broken in 0.8.11.
2007-10-12Add comment indicating that this package falls under GPLv3.wiz1-1/+3
2007-10-12Update chat/weechat to 0.2.6tonio3-7/+8
News since last version are: - new license (GPLv3) - added hotlist sort - added scroll option to /buffer command - added key to jump to previous buffer - fixed bugs with IRC color in messages, now color codes are inserted in command line with ^Cc (Ctrl-C + c), ^Cb,.. instead of %C,%B,.. - improved /server command: now possible to copy and rename servers - improved /connect command: now possible to connect to a temporary server without creating it with /server - many bugs fixed and other new features.
2007-10-11add DESTDIR supportjnemeth1-2/+4
2007-10-10Since all the licq packages use the same distfile and need the samerillig8-23/+32
patches, it is better to provide them once for all packages. Fixed building the gui plugins.
2007-09-30Reset maintainer -- shell@ is inactive.wiz2-4/+4
2007-09-30Update pidgin IM suite to version 2.2.1 during freeze to fix the DoStnn7-38/+39
vulnerability CVE-2007-4996: "MSN nudges sent from unknown buddies can cause libpurple to crash" Other changes: libpurple: * A few build issues on Solaris were fixed. * Cancelling the password prompt for an account will no longer leave it in an ambiguous state. (It will be disabled.) * Fixed an erroneous size display for MSN file transfers. (galt) * Fixed multiple memory leaks, particularly in XMPP and MySpace protocols * Fixed remembering proxy preferences and status scores * Gmail notifications are better tracked Pidgin: * Fixed keyboard tab reordering to move tabs one step instead of two. * You should no longer lose proxy settings when Pidgin is restarted. * Fixed detection of X11 when compiling Finch: * Pressing 'Insert' in the buddylist will bring up the 'Add Buddy' dialog.
2007-09-29Fixed build errors on NetBSD 4.99.rillig5-6/+49
2007-09-29Needs ${VARBASE}/log precreated.rillig1-1/+2
2007-09-29Fixed gcc4 error message.rillig2-1/+25
2007-09-25GConf2 -> Gconf.hira1-2/+2
2007-09-25Fix comment (GConf2 -> GConf).hira3-6/+6
2007-09-25Back out previous. Pointed out by uebayasi@ and martti@.hira2-4/+4
2007-09-25ln -> ${LN}.hira2-4/+4
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz8-26/+26
Bump PKGREVISION.
2007-09-19Bump PKGREVISION for gnome-vfs rename.wiz1-2/+2
2007-09-19Use gnome-vfs instead of gnome-vfs2.wiz1-3/+3
2007-09-19Resign as maintainer of all the packages which I'm no longer using.tron1-2/+2
2007-09-15Update the pidgin IM suite to version 2.2.0.tnn13-76/+123
The intltool that comes bundled with libpurple doesn't like NetBSD's /usr/bin/iconv, so switch libpurple to use intltool from pkgsrc. ChangeLog: Version 2.2.0 (09/13/2007): http://developer.pidgin.im/query?status=closed&milestone=2.2.0 Libpurple: * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of Code) * XMPP enhancements. See http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas Monitzer, Google Summer of Code for Adium) * Certificate management. Libpurple will validate certificates on SSL-encrypted protocols (William Ehlhardt, Google Summer of Code) * Some adjustments were made to fix sending messages when using the MSN HTTP method. (Laszlo Pandy) * Yahoo! Chat is fixed. * Some AIM file transfer issues between Pidgin and other clients have been fixed. (Kyryll A Mirnenko) * Properly restore idle status and time for AIM and ICQ accounts when they reconnect after being disconnected. Pidgin: * Insert Horizontal Rules and Strikethrough text from toolbar. * Option to show protocol icons in the buddy list, from the Buddies > Show menu. (Justin Heiner) * Ability to build with native, non-X11 GTK+ on OSX. (Anders Hasselqvist) * Remember the 'Enable Sounds' setting for a conversation. * Right-clicking the empty space in the formatting toolbar allows you to toggle back to the old "ungrouped" version. * Protocols supporting account registration via Pidgin now show a descriptive checkbox instead of a vague "Register" button. * Fixed a bug where a tab would be shown on single conversations when tabs were disabled. Finch: * Per-conversation mute and logging options (accessible from the menu). Version 2.1.1 (08/20/2007): Yahoo: * Added an account action to open your inbox in the yahoo prpl. * Added support for Unicode status messages in Yahoo. * Server-stored aliases for Yahoo. (John Moody) * Fixed support for Yahoo! doodling. * Limited support for MSN Messenger contacts Bonjour: * Bonjour plugin uses native Avahi instead of Howl * Bonjour plugin supports Buddy Icons XMPP: * Only report conversation close when 'send typing notifications' preference is turned on (Bob Rossi) Pidgin: * Show current outgoing conversation formatting on the font label on the toolbar * Slim new redesign of conversation tabs to maximize number of conversations that can fit in a window * Tab bar is not visible when only one conversation is open. You can drag and drop conversations from the infopane. * Moved "Reset Formatting" toolbar button to Font menu. * Double click on the infopane to alias buddies and set topics on chats * New smiley style Finch: * Sound support (Eric Polino)
2007-09-13PKGREVSION++ due to tre changesadrianp1-2/+3
2007-09-07Convert packages that test and use USE_INET6 to use the options frameworkjlam4-17/+19
and to support the "inet6" option instead. Remaining usage of USE_INET6 was solely for the benefit of the scripts that generate the README.html files. Replace: BUILD_DEFS+= USE_INET6 with BUILD_DEFS+= IPV6_READY and teach the README-generation tools to look for that instead. This nukes USE_INET6 from pkgsrc proper. We leave a tiny bit of code to continue to support USE_INET6 for pkgsrc-wip until it has been nuked from there as well.
2007-09-05Add "sasl" option. Not enabled by default.reed1-4/+11
From Todd Kover via PR #36897. (I tested build and install but not running this.) While here, fix a little formatting.
2007-09-04Needs msgfmt.joerg2-2/+6
2007-09-02Skip wrkdir reference check in documentation.joerg1-1/+3
2007-09-02Regen for libpurple/patches/patch-aa.joerg1-1/+2
XXX Sharing PATCHDIR but not distinfo is evil
2007-09-02Needs msgfmt, otherwise gettext is disabled and the code doesn't compile.joerg1-2/+2
2007-09-02Don't install RC script by hand.joerg1-2/+1
2007-08-30bl3 on gettext-lib, PKGREVISION++gdt1-1/+3
2007-08-30bl3 on gettext-lib, PKGREVISION++gdt3-3/+9
2007-08-30bl on gettext-lib, PKGREVISION++gdt1-2/+3
2007-08-30When checking for -lpanel, explicitly link -lncurses as well.joerg2-1/+24
Fixes the detection on DragonFly.
2007-08-30Set RCD_SCRIPT_SRC and let the normal file substitutions take carejoerg1-5/+2
of the rest.
2007-08-30Fix interpreter pathes and add dependency on Perl and bash asjoerg1-9/+28
they are used. Bump revision.
2007-08-30PLIST: remove share/centericq -> remove share/centerimjnemeth2-3/+4
2007-08-30- add NetBSD 4.x to INCOMPAT_CURSESjnemeth1-1/+4
- add conflict with new centerim package
2007-08-30add NetBSD 4.x to INCOMPAT_CURSESjnemeth1-1/+2
2007-08-30add and enable centerimjnemeth1-1/+2
2007-08-30Text mode menu- and window-driven IM interface that supports thejnemeth22-0/+825
ICQ2000, Yahoo!, AIM, IRC, MSN, Gadu-Gadu and Jabber protocols. It allows you to send, receive, and forward messages, URLs, SMSes (both through the ICQ server and e-mail gateways supported by Mirabilis), contacts, and email express messages. It also lets you set your own and fetch others' away messages, and define external handlers for incoming events. Apart from IM it supports LiveJournal management and receiving RSS feeds. This is a fork of CenterICQ.
2007-08-27Replace more paths in two configuration files, reported by Mr. Marttixtraeme3-11/+29
Kuparinen.