summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2007-07-03Fixed the address of the mirror site after gaim was renamed to pidgin.lkundrak1-2/+2
2007-07-03Imported a new version with two subtle bugs, yet with securitylkundrak2-8/+8
implications were fixed. 2.39 Bugfix for invalid key messages Memory leaks fixed (Max Kellermann and Stu Tomlinson)
2007-06-26Fixed MASTER_SITES. Patch provided by Zafer Aydogan in private mail.rillig3-9/+5
2007-06-25Fix for a security issue, CVE-2007-3360. A malicious server could directlkundrak3-2/+25
the client into executing arbitrary code.
2007-06-15Make the xscreensaver check work properly with modular Xorg.joerg1-3/+5
2007-06-15Use the more specific PKG_SYSCONFDIR_PERMS instead of SPECIAL_PERMS.jlam1-2/+2
2007-06-12Add a `debug' option which enables the '-D' option to the various jabberjwise1-1/+6
daemons (via configure --enable-debug).
2007-06-12Fix a problem reported by Jim Wise: when using auth-db4 and storage-db4xtraeme2-3/+10
the shared libraries were not installed, the configure added -ldb and we did not have this dependency to satisfy libtool. Also use bdb.buildlink3.mk. Bump PKGREVISION.
2007-06-11Tabify.xtraeme1-2/+2
2007-06-11Remove last traces of GTK option. Noted by joerg.wiz1-5/+5
2007-06-10Update chat/weechat to 0.2.5tonio3-8/+12
Add gnutls option, to enable ssl support, fix PR 36461 Thanks Adam Hoka for providing a patch Version 0.2.5 (2007-06-07): * fixed QUOTE command: now allowed when socket is ok (even if IRC connection to server is not ok) (bug #20113) * added missing IRC commands (327, 378, 379) (bug #20091) * fixed hotlist when exiting search mode: current buffer is removed from hotlist * added "%M" for completion with nicks of current server (nicks on open channels) (task #6931) * improved key bindings: now possible to bind a key on many commands, separated by semicolon (task #5444) * improved IRC long message split: use word boundary (task #6685) * removed ":" for unknown IRC commands before arguments (bug #19929) * fixed "%C" completion: now completes with all channels of all servers * fixed bug with "/buffer query_name", added server and channel completion for /buffer command (bug #19928) * added cmake for weechat compile (patch #5943) * fixed IRC mode parsing when receiving modes with arguments (bug #19902) * fixed crash with IRC JOIN malformed message (bug #19891) * fixed bug with nick prefixes on some IRC servers (bug #19854) * improved setup file save: now writes temporary file, then rename it (task #6847) * fixed bug with $nick/$channel/$server variables in commands * forget current nick when user manually disconnects from server * fixed nick display in input window * fixed bug with erroneous nickname when connecting to server (bug #19812) * fixed display bugs in IRC error messages * added protocol priority for gnutls (patch #5915) * added channel admin mode '!' for some IRC servers * fixed bug with iso2022jp locale (bug #18719) * fixed string format bug when displaying string thru plugin script API * added /reconnect command (task #5448) * added "-all" option for /connect and /disconnect commands (task #6232) * improved nick completion: completion with last speakers first and self nick at the end; added option look_nick_completion_smart, enabled by default (task #5896) * fixed nick completion in command arguments (bug #19590) * fixed possible crash with nick completion when a nick leaves channel (bug #19589) * added color for input text not found in buffer history * fixed USER message when connecting to IRC server (patch #5835)
2007-06-09Use irssi-0.8.11 as base. Bump PKGREVISION.wiz2-6/+6
2007-06-08Update to 0.8.11:wiz4-29/+13
v0.8.11 2007-04-25 The Irssi team <staff@irssi.org> + Add completion for /WINDOW GOTO + New crapbuster-like "scrollback levelclear" command + irssi now aborts a connection when, on an attempt to connect, the server returns code 432 (Erroneous Nickname), bug #425 + Allow identifiers in config file to start with a digit, bug #177. + Modify Irssi::UI::Window::command to restore the original active window only if the command executed has not made another one active, bug #403. + Make awaylog_file respect --home, bug #304 + Send /QUOTE immediately if server didn't send the 001 event yet + If dcc_own_ip contains IPv4 address, listen only in IPv4 + Negative scroll_page_count scrolls screensize-n lines (Patch by Chris Moore) + Sort nicks with custom prefix by the order defined in isupport in /NAMES + New perl command send_raw_first, patch by ComradeP (Bug 413) + Let the module loader also check for fe_common_$protocol files + Don't wait for all /NAMES replies before syncing if we can't combine queries anyways (Patch by jilles) + Renamed irc.efnet.net to irc.efnet.org + /SCROLLBACK CLEAR accepts the same arguments as /CLEAR + Check if binary exists and can be executed before /UPGRADE + Change default value of override_coredump_limit to OFF + UPTIME command by Lauri Nurmi with some modifications (Bug 458) + Remove CR and LF from Perl commands, to make it harder to introduce a security bug + Remove bookmark on a line when line is removed (instead of moving it) + Don't fallback to generic word completer if the command specific completion list is not empty. + Recognize cursor left and cursor right sequences sent by recent xterm as well as quite a number of bug fixes.
2007-06-08Update to 0.5.4:wiz2-7/+6
2007-04-18: 0.5.3: much improved Jabber integration, configurable prompt, [ew]*g(v) and (e)wide now handle wide characters correctly, fix history command fd leak, fix discarding of configurated connected upon certain login errors 2007-06-05: 0.5.4: OTR (for ICQ and XMPP), md5 login, no more assertion failed on too long messages, ask for all not given passwords before trying to do any login, bug fixes
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz5-7/+10
affected packages.
2007-06-03Remove dead mirror, from Zafer Aydogan.wiz1-2/+1
2007-05-30Update riece to 4.0.0.uebayasi3-7/+9
* Major changes in 4.0.0 ** New add-on riece-twitter. (ueno) ** riece-rdcc can now specify sending ports. (ueno)
2007-05-26- Move JABBERD_DBDIR to Makefile.common, because this is used by sqlite.xtraeme2-6/+7
- Add VARBASE into BUILD_DEFS, as suggested by pkglint. - Transform @pkglibdir@ appropiately in the configuration files.
2007-05-26Update to 2.1.6 (last stable version).xtraeme11-101/+264
A lot of changes were made since previous update, like SASL support, SQLite support, etc. Please see the following URL for a full list of changes: http://jabberd2.xiaoka.com/wiki/Releases
2007-05-25PKG_BUILD_OPTIONS.gtk2+ -> gtk2joerg1-2/+2
2007-05-24Sync with the recent silc-client update.salo2-8/+9
2007-05-22Fix for the following:lkundrak4-2/+37
eggdrop<=1.6.18 arbitrary-code-execution http://www.eggheads.org/bugzilla/show_bug.cgi?id=462
2007-05-22Update "xchat", "xchat-perl" and "xchat-python" package to version 2.8.2.tron5-45/+10
Changes since version 2.8.0: - Updated translations (be, ca, cs, el, hu, sv, uk, zh_CN). - Fixed the "Save As" function saving to the wrong folder in the URL Grabber. - Fixed a bug in the "Copy Selected Link" URL right-click on non-ASCII chars. - Fixed small bug: #100239 buffer overflow in setup dialog. - Overhauled the Alerts section of the settings and added support for opening system-tray balloons (libnotify required). - Implemented /TRAY -b command on unix. - Nick serv authentication is now sent without the ":" when using the /NICKSERV or /NS method. #1655733. - Added command line argument: --minimize=level Begin minimized. Level 0=Normal 1=Iconified 2=Tray - Plugin API: * Added "modes" to xchat_get_info(). Returns the current channel modes, if they are known. * Fixed "event_event name" for xchat_get_info() to match the docs exactly, but 2.8.0 (mis)behaviour works too. - Perl * Execute the shutdown callback before removing the hooks so commands created by the script can be used in the callback.
2007-05-21Use tcl>=8.3.4<8.4 instead of tcl-8.3.4*. Bump revision.joerg1-2/+2
2007-05-20Desupport gnome option.wiz2-21/+1
2007-05-18Update to version 1.0.4salo2-6/+6
Changes: This release fixes a small problem with parsing the 1.3 protocol version string correctly. Clients that conform to the 1.3 protocol will not be able to connect to a SILC server that isn't running this version.
2007-05-18Update to version 1.0.4.1salo9-212/+73
Addresses PR pkg/36355 Changes: 1.0.4.1: ======== o Fix a segfault when joining an unknown channel 1.0.4: ====== - Update Makefiles so parallel make is possible - Include scripts from the SILC Plugin for automatically signing all messages - Use known passwords when joining password protected channels 1.0.3: ====== - empty realname and hostname is permitted again (and the user gets to see the error message if something goes wrong) - various small fixes
2007-05-18Remove myself as maintainer, I don't have the time anymore to keep thesepeter1-2/+2
packages up to date.
2007-05-13The tarball has been re-packaged with an additional fix and the versionadrianp2-5/+7
number not incremented. This was to fix an FD leak. Use DIST_SUBDIR=${PKGNAME} hack to work around this. PKGREVISION++
2007-05-02Added DESTDIR support. Successful build with/without USE_DESTDIR=fullheinz1-4/+6
on NetBSD/i386.
2007-04-24Update navi2ch to the latest snapshot, navi2ch-cvs_0.0.20070423-1.uebayasi3-11/+11
Changes are unknown.
2007-04-23Update chat/weechat to 0.2.4tonio3-7/+8
News since last version are: - search in buffer history (ctrl-R) - added "call" option to /key command - added "event handlers" to plugins API - many bugs fixed. * fixed crash when closing a pv if a DCC chat is open on same nick * improved password hiding, code cleanup * fixed memory leaks in perl and python plugins * fixed permissions on "dcc" and "logs" directories * fixed crash when /away command is issued with no server connection * fixed crash when closing a buffer opened on many windows * fixed freeze with SSL server when disconnecting after connection loss
2007-04-19Move --disable-mmx from Makefile to Makefile.common - spotted by tron@adrianp2-3/+8
2007-04-17Fix the build on Darwin by disabling MMX support (on Darwin only).adrianp1-1/+2
2007-04-15Apply patch from Sergey Svishchev which should fix PR 34235.wiz2-4/+3
2007-04-15Update to 0.99.12:wiz6-37/+37
GnomeICU 0.99.12 Released Some people had problems connecting recently, this release should fix it. The login code was the oldest code from the v7 port and was in a dire need of re-writing. GnomeICU has also been ported to use GtkStatusIcon and GOption. The required version of GTK+ is now 2.6. But you will need 2.10 if you want to have the status icon. You can still use the applet for older versions. The history parsing should now work properly with long messages. There are also a bunch of other assorted protocol and UTF-8 bugs fixed. The Fedora Core 5 RPM includes the applet, you need to start it independantly of GnomeICU by adding it to the panel like any other applet. GnomeICU 0.99.10 Released February 15, 2006 Another change in the protocol was recently made and I did not notice it in time for the last version. Messages from recent versions of the Windows ICQ client were not received properly, this new version should fix it. GnomeICU 0.99.9 Released February 12, 2006 No GnomeICU is not dead, We have a new release. A recent change in the ICQ protocol has caused GnomeICU to disconnect all the time, so here is GnomeICU 0.99.9. Its mostly a bug fix release. * Added a --hide command line option * Save the position into the session * The tray icon now responds to single click to be consistent with other gnome apps * Added "onlince since", "last seen online" and "idle for" to user info dialog * Added user info button to the authorization request dialog * Fix the gnomeicu icon to show up correctly in the session splash screen * Do not play user is online during the first 30 seconds of a session * Now send with enter by default (ctrl-enter is still an option) * It now compiles on NetBSD 2.x (thanks to Julio M. Merino Vidal ) * New translations: Punjabi (pa), Norwegian Bokmål (nb), Kinyarwanda (rw), Nepali (ne) * Fix various bugs, crashes
2007-04-09Updatt to 5.0.61adrianp2-6/+6
2007/03/30 .61 Fixed crash on x86-64 systems under certain circumstances. Reported by Andrey V. Elsukov <bu7cher@xxxxxx.xx> 2007/03/24 .60 Changed ChanServ SET PASSWORD to remove founder privileges from any users who had previously identified for the channel (backported from 5.1a13)
2007-04-09Install umkpasswd and uconvert-conf as well.adrianp2-2/+7
2007-04-09Update to 2.10.12.10adrianp11-199/+28
Some of the changes include: * doc/example.conf: Document new options for General block. * doc/example.conf (Features): Illustrate URLREG feature. * ircd/m_burst.c (ms_burst): Properly handle member mode :ov. * doc/example.conf (Port): Document the method to select IPv4 or IPv6 restriction for a port. * ircd/s_auth.c (auth_ping_timeout): If the client never had an auth request, kill them on ping timeout. * ircd/s_auth.c (check_auth_finished): Only check passwords on user ports. See the ChangeLog for the full details
2007-04-09Update to 1.7.18adrianp3-7/+11
Since the previous release, we have been working on the MySQL subsytem to improve stability and security of this code. Next to that, we have added support for encryption modules, finally including support for encrypting passwords with proper MD5 or SHA1. Next to these two major improvements there are quite a few bugs fixed, including bugs related to module code, internal events, various typo's in the language files, and some IRCd-related issues. Please note that, due to the big changes, this release might not be as stable as previous development releases. The new MySQL and encryption code have been found stable enough to release to the public, but they might still have undiscovered quirks. Be sure to check Changes.conf for encryption-related changes to the configuration file. Users of MySQL should also note that the MySQL scheme has been changed in this release and needs to be updated. This can be done using the updates in Changes.mysql.
2007-03-24Prepare for switching to NO_MTREE=yes.joerg1-2/+3
2007-03-24Relinquish MAINTAINER.schmonz1-2/+2
2007-03-24Update to 1.5, quell pkglint, and relinquish MAINTAINER. From theschmonz2-13/+14
changelog: - Added a very simple t/use.t test script that just makes sure the module loads properly.
2007-03-23Complete move of chat/ser to net/ser. Addresses PR 36059.wiz7-233/+1
2007-03-21Per Juan RP, use pkgsrc-users@ as MAINTAINER of unmaintained pkgs.jwise1-2/+2
2007-03-21Another package I'm not tracking any more.jwise1-2/+2
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz2-4/+4
2007-03-19give away to pkgsrc-userstv2-4/+4
2007-03-17Fixed the build on NetBSD.rillig6-41/+21
2007-03-17Fixed the build with gcc4.rillig2-5/+20