summaryrefslogtreecommitdiff
path: root/irc/xchat/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired port irc/xchat and plugins:Rene Ladan2018-04-174-112/+0
| | | | | | | | | | 2018-04-15 irc/xchat: Unmaintained upstream, use irc/hexchat instead irc/xchat-fish irc/xchat-mircryption irc/xchat-ruby Notes: svn path=/head/; revision=467656
* Fix connecting to servers with SSLv3 disabled to address POODLE.Brad Davis2016-07-251-0/+21
| | | | | | | | PR: 142198 Submitted by: lordsith49@hotmail.com, brnrd Notes: svn path=/head/; revision=419050
* Fix build with gcc from ports. [1]Koop Mast2014-06-051-0/+10
| | | | | | | | | | | While here use USES=libtool, strip installed small update regarding LDFLAGS PR: 178896 [1] Submitted by: kvedulv@kvedulv.de Patch by: avg@ [1] Notes: svn path=/head/; revision=356700
* Readd socks5 support by using net/dante instead of removal net/socks5.Jeremy Messenger2012-05-201-0/+64
| | | | | | | | PR: ports/167826 Submitted by: 4721@hushmail.com <4721@hushmail.com> Notes: svn path=/head/; revision=297048
* Update to 2.8.8.Koop Mast2010-07-132-78/+0
| | | | | | | | PR: ports/148442 Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net> Notes: svn path=/head/; revision=257728
* Presenting GNOME 2.24 for FreeBSD.Joe Marcus Clarke2009-01-101-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://library.gnome.org/misc/release-notes/2.24/ for the general release notes. On the FreeBSD front, this release introduces Fuse support in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some long-standing seahorse and gnome-keyring bugs. The documentation updates to the website are forthcoming. This release features commits by adamw, ahze, kwm, mezz, and myself. It would not have been possible without are contributors and testers: Alexander Loginov Craig Butler [1] Dmitry Marakasov [6] Eric L. Chen Joseph S. Atkinson Kris Moore Lapo Luchini [7] Nikos Ntarmos Pawel Worach Romain Tartiere TAOKA Fumiyoshi [3] Yasuda Keisuke Zyl aZ [4] bf [2] [5] Florent Thoumie Peter Wemm pluknet PR: 125857 [1] 126993 [2] 130031 [3] 127399 [4] 127661 [5] 124302 [6] 129570 [7] 129936 123790 Notes: svn path=/head/; revision=225629
* Various small fixes, bump the PORTREVISION.Jeremy Messenger2008-08-041-0/+68
| | | | | | | Obtained from: http://www.xchat.org/files/source/2.8/patches/ Notes: svn path=/head/; revision=218015
* Update to 2.8.6.Jeremy Messenger2008-06-144-97/+0
| | | | Notes: svn path=/head/; revision=214842
* The buffers need to be larger for some translations to fix the crash. Bump theJeremy Messenger2008-03-241-0/+22
| | | | | | | | | | | PORTREVISION. PR: ports/118659 Reported by: Kyryll A Mirnenko <mirya@zoc.com.ua> Obtained from: Its CVS. Notes: svn path=/head/; revision=209672
* Scrollback shrinking code forgets to close(), bump the PORTREVISION.Jeremy Messenger2007-12-121-0/+14
| | | | | | | Obtained from: http://xchat.org/files/source/2.8/patches/ Notes: svn path=/head/; revision=203183
* - Stops scrollback files growing too large by fixing the file-shrink code.Jeremy Messenger2007-10-181-0/+28
| | | | | | | | | | | - Puts a "Display scrollback from previous session" into the Setup GUI (logging section) so people can turn this off without typing commands. - Bump the PORTREVISION. Obtained from: http://xchat.org/files/source/2.8/patches/ Notes: svn path=/head/; revision=201647
* Fix creation of ~/.xchat2/scrollback/ paths, bump the PORTREVISION.Jeremy Messenger2007-07-111-0/+33
| | | | | | | Obtained from: http://xchat.org/files/source/2.8/patches/ Notes: svn path=/head/; revision=195418
* Update to 2.8.4.Jeremy Messenger2007-07-052-20/+6
| | | | Notes: svn path=/head/; revision=194962
* Fix defunc processes created by opening tray balloons, bump the PORTREVISION.Jeremy Messenger2007-06-071-0/+14
| | | | | | | Obtained from: http://xchat.org/files/source/2.8/patches/ Notes: svn path=/head/; revision=192960
* Update tp 2.8.2.Joe Marcus Clarke2007-04-142-25/+0
| | | | Notes: svn path=/head/; revision=189937
* Fix Japanese translation error in 2.6.8 and 2.8.0 causes xchat NOT to run,Jeremy Messenger2007-03-211-0/+14
| | | | | | | | | bump the PORTREVISION. Submitted by: Takeharu KATO <takeharu1219@ybb.ne.jp> Notes: svn path=/head/; revision=187942
* Fix the /back and repeat /away if you are back. Also, it fixes in the Server ->Jeremy Messenger2007-01-061-0/+11
| | | | | | | | Away menu when you try to uncheck it. This patch was took from xchat2 CVS. Bump the PORTREVISION. Notes: svn path=/head/; revision=181595
* Update to 2.8.0.Jeremy Messenger2007-01-051-12/+0
| | | | | | | | PR: ports/107563 Submitted by: Alex <goo@t72.ru> Notes: svn path=/head/; revision=181571
* - Fix a security problemPav Lucistnik2006-12-181-0/+12
| | | | | | | Obtained from: Peter Zelezny <zed@xchat.org> (author) Notes: svn path=/head/; revision=180084
* Update to 2.6.8.Joe Marcus Clarke2006-10-311-24/+0
| | | | Notes: svn path=/head/; revision=175608
* Update to 2.6.6. See http://xchat.org/changelog.txt for a list of changes.Joe Marcus Clarke2006-07-271-14/+0
| | | | Notes: svn path=/head/; revision=168890
* - Fix the invisible cursor color when using GTKSpell and a black input boxJeremy Messenger2006-06-131-0/+14
| | | | | | | | | | (when "Use the text box font & colors" is ON). Took from xchat CVS. - Fix the plist when disable dbus support. - Add a new knob, WITHOUT_GTKSPELL, to disable spell check support. - Bump the PORTREVISION. Notes: svn path=/head/; revision=165343
* - Rename portsPav Lucistnik2006-05-283-18/+37
| | | | | | | | irc/xchat -> irc/xchat1 irc/xchat2 -> irc/xchat Notes: svn path=/head/; revision=163692
* Make the default config conform to RFC1122 (no public away messages).Eivind Eklund2004-03-311-0/+11
| | | | Notes: svn path=/head/; revision=105778
* Update to 1.8.11.Jim Mock2003-01-191-44/+4
| | | | | | | | Submitted by: Paolo Gatti <onel0ve@libero.it> Tested by: Munish Chopra <mchopra@engmail.uwaterloo.ca> Notes: svn path=/head/; revision=73455
* Update to 1.8.10.Joe Marcus Clarke2002-10-211-0/+51
| | | | | | | | PR: 44051 Approved by: maintainer Notes: svn path=/head/; revision=68518
* Update to version 1.8.6. While I'm here, add a WITH_TRANSPARENCY knobJim Mock2001-11-282-63/+0
| | | | | | | so that non-GNOME users can get transparent windows if so desired. Notes: svn path=/head/; revision=50679
* Add two patches -- one fixes dccs autoresume, and the other fixes xchatJim Mock2001-11-252-0/+63
when used with bnc. Prodded by: David Hill <david@phobia.ms> Obtained from: xchat.org Notes: svn path=/head/; revision=50509