summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2006-06-18Fix label at end of compound statement. Force krb4 dependency, sincejoerg3-3/+17
it explicitly links against it. Bump revision.
2006-06-18Fixed pkglint warnings.rillig1-4/+6
2006-06-14Manage compression of the help files using the doc-compress scriptjlam2-519/+520
and be more precise about which files are handled instead of touching all the files in share/irc/help. Also, use PLIST_SUBST instead of manually replacing @GZ@ in the PLIST.
2006-06-11Needs msgfmt.joerg1-2/+2
2006-06-110.5.9adrianp2-7/+7
Bump date (By dgl) Use the resolved IP for the encoded IP too, rather than $ENV{REMOTE_ADDR}. (By dgl) Send real host and IP in USER command (suggested by OUTsider) (By dgl) Near total rewrite, the old version sucked. (By dgl) Fix ticket #145 (Mozilla suite seems to have different behaviour with permissions on XMLHTTP than Firefox) (By dgl) Another oops, /help didn't work.. (By dgl)
2006-06-11Update to 2.0s11:xtraeme2-7/+6
* Sending a stanza before a stanza during a SASL negotiation can cause a c2s segfault. Leading to a remote DoS.
2006-06-10Update chat/weechat to 0.1.9tonio7-81/+24
News since last version are: - nick aligment, makes channels more readable - new commands: /cycle, /setp - new option to customize IP/hostname (when using multipe IP) - new option to customize input prompt - added keyboard handler for plugins - german translations (messages and documentation) - many bugs fixed for: UTF-8, DCC chat, Ruby, mutiple queries with same name, some commands, long IRC messages (> 512 bytes), terminal refresh, nicklist Plus all changes since 0.0.5, see http://weechat.flashtux.org/ for details Among them: - improved alias completion (now uses target command for completion) ... - added completion system for plugins/scripts commands ... - new window maganement: custom size for windows, auto resize when terminal is resized ... - full UTF-8 support ... - new keyboard management, fully customizable
2006-06-09Make this package build with gcc-4.minskim2-1/+14
2006-06-06configure wants C++.joerg1-1/+2
2006-06-06Bump to 7.2.1adrianp3-22/+23
-- ircd-hybrid-7.2.1 RELNOTES o) Fixed build on SRV4 o) Fixed problem where ircd would disconnect all SSL connections o) Added initial CAP support. Additional documentation can be found in doc/technical o) Speeded up command parsing o) Fixed occasional core dump on UN*LINE o) Fixed bug where particular clients would always receive "Load is temporarily too heavy" message o) Improved memory consumption, i.e. memory consumption has been reduced for remote clients o) Fixed possible core in case default_cipher_preference directive isn't set o) Fixed "CHANSERV INVITE" bug with anope services o) Updated example configuration files to reflect new topicburst flags directive in connect{} blocks o) Fixed core if using the operator{} 'umodes' directive o) Don't allow shared k-lines to be set without a valid reason o) Improved channel ban match processing. This also fixes CIDR bans
2006-06-06Update to .57adrianp2-20/+19
2006/01/20 .57 Fixed conversion of Anope 1.7 OperServ databases. Reported by Matt Smith <ratman6@xxxxxxx.xxx> 2006/01/20 ChanServ SET SECUREOPS now prevents unprivileged users from gaining channel protect (+a) status as well. Reported by A.S. <loverboy@xxx.xxxxx.xxx.xx> 2006/01/20 Fixed a bug in the Cygnus database converter causing autokills with invalid expiration data to expire immediately rather than remain with no expiration time. 2006/01/07 Fixed a cosmetic bug in ChanServ LIST causing the no-expire flag "!" to not be shown for suspended channels.
2006-06-04Use kth-krb4 as dependency. It should work with the system krb4 onjoerg5-19/+47
NetBSD, when someone adds a builtin.mk for security/kth-krb4. Fix errno. Bump revision.
2006-06-01Add forgotten patchsum.joerg1-1/+2
2006-05-31The databases/openldap package has been split in -client and -server componentghen1-2/+2
packages. Convert LDAP-based applications to depend on openldap-client, and bump PKGREVISION for those that depend on it by default.
2006-05-30Update riece to 3.0.0.uebayasi3-8/+9
* Major changes in 3.0.0 ** Changed the meaning of riece-username. If you set this option, you will need to set riece-realname instead. (ueno) ** Cause an error if a user requests to close already closed server. (yoichi) ** New add-on riece-epg.el, which enables secure conversation using GnuPG. (ueno) ** Fixed a couple of bugs in inviting users. (Steve Youngs) ** Fixed a redisplay bug when a user leaves a channel. (ueno) ** Reverted the default value of riece-alias-alternate-separator to "@". (ueno)
2006-05-29Fix build on DragonFly and pthread linkage.joerg3-1/+27
2006-05-25USE_LANGUAGES=c c++wiz1-1/+2
2006-05-25Update kmess to version 1.4.3markd8-107/+69
3+ years worth of changes from the version 1.1 that was here
2006-05-23Added USE_LANGUAGESadam1-1/+2
2006-05-22Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk wherejlam2-5/+2
it will live with other "check" targets run after package installation. Get rid of SHLIB_HANDLING, whose meaning had mutated over the years from one thing to another. Currently, it is used to basically note whether the system's "ldd" command can be usefully run on the package's binaries and libraries. Rename this variable to CHECK_SHLIBS_SUPPORTED for more clarity. CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf to note whether the check for missing run-time search paths is performed after a package is installed. It defaults to "no" unless PKG_DEVELOPER is set.
2006-05-21Fixed pkglint warnings. Proper handling of rc.d script. Bumped PKGREVISION.rillig2-7/+8
2006-05-21Removed trailing white-space.rillig1-1/+1
2006-05-18+konversationadrianp1-1/+2
2006-05-18Konversation is a graphical Internet Relay Chat client (IRC).adrianp5-0/+409
Features * Standard IRC features * SSL server support * Bookmarking support * Easy to use graphical user interface * Multiple servers and channels in one single window * DCC file transfer * Multiple identities for different servers * Text decorations and colors * OnScreen Display for notifications * Automatic UTF-8 detection * Per channel encoding support * Theme support for nick icons * Highly configurable
2006-05-15Make this work with 64 bit hosts.christos14-26/+359
2006-05-14Uses C++.joerg1-1/+2
2006-05-11Update to i2cbd-2.0_BETA5: fold in patch-aj, from Thor Lancelot Simon:jwise3-161/+6
Don't set O_NDELAY (and leave it set!) on all sockets, all the time. This was making select always return immediately and was causing the daemon to spin on CPU. Instead, set O_NONBLOCK (= O_NDELAY) on sockets only when reading/writing them, and clear it afterwards, so select is always safe.
2006-05-11whoops. resuscitate patch-ajtls1-0/+154
2006-05-11Resuscitate patch-aj, which is fixed now.tls1-2/+2
2006-05-11Update to i2cbd-2.0_BETA4.jwise8-302/+7
This release folds in pkgsrc patches patch-ad through patch-ai. For the moment, remove patch-aj as well, since it doesn't apply (file paths are wrong). I'll try to fold this into the next beta, however.
2006-05-11Don't set O_NDELAY (and leave it set!) on all sockets, all the time. Thistls2-2/+156
was making select always return immediately and was causing the daemon to spin on CPU. Instead, set O_NONBLOCK (= O_NDELAY) on sockets only when reading/writing them, and clear it afterwards, so select is always safe.
2006-05-10setting a 1 second alarm and a 10 second select timeout is silly. #ifdefchristos2-1/+53
out the alarm code, and just deal with select.
2006-05-10Fixed reversed test in db->get. strlen never returns negative.christos3-2/+25
2006-05-03LICENSE=generic-nonlicensegdt1-1/+2
ok jwise@
2006-05-02Update to 0.5.8adrianp3-9/+13
> 0.5.8 > - Translations into German, Dutch, Romanian and Norwegian (thanks > OUTsider/scarynet) > - Russian translation of help > - Some more UTF-8 fixes (including joining channels with non-ASCII chars, > thanks to Jonas Liljegren) > - Server balancing support > - Identd supports multiple installs > - Fix buffer overflow in client.cgi > - Other misc fixes (see http://cvs.cgiirc.org/timeline?d=300&e=2006-Apr-30&c=2) > > 0.5.7 > - Fixed to work on Perl <5.8 > - Perform config option
2006-05-02Add LICENSE=generic-nonlicense.gdt1-2/+3
2006-04-30Update for i2cbd-2.0_BETA3. Changes since i2cbd-2.0_BETA1 (last pkgsrcjwise4-45/+8
version): * command parsing and buffer handling fixes from SODA Noriyuki
2006-04-28Don't insert "[] " into every stored message if "log_timestamp" istron3-3/+55
set "no". Bump package revision because of this fix.
2006-04-28When trying to detect qt-mt, don't forget to link pthread.joerg3-2/+19
2006-04-27Add patch from "dircproxy" ticket #44 which stops "dircproxy" fromtron3-8/+19
crashing if it has to reconnect to the server. Bump package revision because of this bug fix.
2006-04-23Update "xchat" and "xchat-python" packages to version 2.6.2.tron4-11/+12
Changes since version 2.6.1: - Updated translations (de, fr, ja, sv). - Made "/server freenode" send auto-join channels but not "/server irc://freenode". - Fixed building of xchat-text (although not recommended!). - Fixed using Strip mIRC colors & Color nicks at the same time. - Fixed a bug in timestamp drawing using non-fixed-width font [1404341]. - Fixed display of realname in the nick-name right-click menu when it contains a '<' or '&' character [1403069]. - Added support for UniBG's nickserv (ongeboren). - The move-to-complete-dir routine now treats encoding/UTF8 correctly. - Show help when using wrong args for /DCC, instead of silence. - Support receiving 2048 bytes per line from server and dcc-chat, so we can support 512 UTF-8 characters that some servers now send. - Added /gui detach and /gui attach commands for scripters. - The server list window now remembers its size.
2006-04-23Modify packages that set PKG_USERS and PKG_GROUPS to follow the newjlam6-12/+21
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig6-14/+14
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-21Fixed pkglint warnings.rillig3-10/+11
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz12-21/+24
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam9-201/+201
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-15Changes 1.0.3:adam2-11/+9
* Quick build fix release when building without SSL, LM-25. Changes 1.0.2: * Fixed issue when opening in blocking mode failed, LM-15 * Unregister sources when connection fails to avoid later segfault, LM-16 * Fixed an issue where large messages would get trunkated, LM-17
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam7-24/+14
USE_TOOLS+=msgfmt.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig6-12/+12
that they look nicer.
2006-04-08Update chat/bitlbee to 1.0.2tonio2-7/+6
Version 1.0.2 (released 2006-04-01) hilights: - Fixed some issues in charset handling. - Better handling of Jabber away states. - Some daemon mode stability/usability fixes. - Lots of miscellaneous fixes, cleanups, etc.