summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2011-06-11- Fix issue on PubSub preventing publication of items (EJAB-1457)mspo3-7/+8
2011-06-10recursive bump from icu shlib major bump.obache4-7/+8
2011-06-10recursive bump from textproc/icu shlib major bump.obache21-42/+42
2011-06-06Update to prosody 0.8.1.schnoebe7-73/+65
A security and bug fix release. The security aspect is to mitigate the "billion laughs" denial-of-service attack against XML parsers and XMPP servers. Other changes: - Reject XML DTDs, comments and processing instructions, preventing the "billion laughs" attack - Switch to MEDIUMTEXT in the schema for MySQL to avoid truncating large data (such as large avatars) Prosody automatically upgrades the table in-place if possible, see: http://prosody.im/doc/mysql - Fix for endless loop when parsing certain invalid JSON - Fix PostgreSQL compatibility in prosody-migrator - Fix timestamp parsing for DST (affecting MUC scrollback retrieval) - mod_legacyauth now correctly disabled for unencrypted connections by default - Components properly inherit SSL settings and certificates from their 'parent' hosts - Prevent startup with no VirtualHost entries in the config file
2011-06-06Updated chat/ejabberd to 2.1.7.fhajny5-23/+37
Small list of changes: 2.1.7 * BOSH: Keep the order of stanzas when BOSH sends several * CAPTCHA in MUC: New whitelist option * CAPTCHA: New captcha_limit option * Core: Disable all entity expansions * Core: Do not accept XML with undefined prefixes * ejabberdctl: New DIST_USE_INTERFACE restricts IP erlang listen * ejabberdctl: New ERL_EPMD_ADDRESS that works since Erlang/OTP R14B03 * extauth: If script crashes, ejabberd should restart it * If a module start fails during server start, stop erlang * mod_blocking: New XEP-0191 Simple Communications Blocking * mod_pres_counter: Prevent subscription flood * mod_register: Access now also controls account unregistrations * mod_shared_roster: Fix support for anonymous accounts in @all@ * mod_shared_roster: New @online@ directive * New Indonesian translation * Pubsub: Apply filtered notification to PEP last items * Pubsub: Owner can delete any items from its own node 2.1.6 * BOSH: Fix rare loop, support vhosts, allow module restart * Config: Default configuration allows registrations only from localhost * Config: Support to change loglevel per module at runtime * Erlang/OTP: Fix compatibility from R10B-9 to R14B01 * ODBC: Compatibility with PostgreSQL 9.0 * Privacy lists: Fix to allow block by group and subscription again * Pubsub: Fix cross domain eventing * Register: Added CAPTCHA, password strength and ip_access to mod_register * Register: New mod_register_web, with CAPTCHA support * S2S: New options to require encryption, and verify certificates * Shared Rosters: Added mod_shared_roster_ldap * Bind listener ports early and start accepting connections later
2011-06-02Change MAINTAINER to adam, since he has done all the recent updates.schnoebe1-2/+2
2011-06-01Changes 2.2.14:adam3-12/+11
* Prevent the "billion laughs" attack against expat by disabling internal entity expansion. * Shortcut DNS resolution failure in cases when given domain name is invalid * Explicitly link libcrypt to authreg_mysql * Removed xconfig - it's not used anywhere
2011-05-14* convert almost python related dependency from buildlink to simple DEPENDS.obache2-12/+14
* require python builtin sqlite3 module, PR#44968. * require python>=25. * drop avahi option from suggested. it require avahi-python, but python option of net/avahi is disabled by default. Bump PKGREVISION.
2011-05-04these programs are known to suffer from incompatible changesdrochner1-1/+4
in gnutls-2.12 -- add constraint and URL reference (from gls)
2011-04-22recursive bump from gettext-lib shlib bump.obache2-3/+4
2011-04-22recursive bump from gettext-lib shlib bump.obache61-92/+122
2011-04-17note "used by ..."obache1-1/+5
2011-04-16python is needed by the configure scriptroy1-1/+2
2011-04-12update to ircII 20110228. major changes:mrg6-410/+6
- warn the user if the IRCHOST may be wrong - make /save save /ignore'd things - remove K&R C support - remove many old UNIX platforms support - avoid a spurious SIGALRM - avoid printing some 8-bit unprintable chars - add support for modern qnx
2011-04-07Bump PKGREVISION for folks -> libfolks dependency change.wiz1-1/+2
2011-04-07Make PKGNAME match directory name. Ok drochner@wiz2-9/+10
2011-04-06+ libfolksjoerg1-1/+2
XXX package name doesn't match directory
2011-04-06Needs pkg-configjoerg1-2/+2
2011-04-06tell ca-file to configure same as www/epiphany, or failed to configure ↵obache1-1/+4
without the file
2011-04-05update to 5.7.9drochner2-7/+7
This is a major update, too much to list here.
2011-04-05update to 0.11.10drochner8-73/+17
This is a major update, too much to list here.
2011-04-05update to 0.1.8drochner2-6/+6
changes: -Implements SASL channel -bugfixes
2011-04-05update to 0.0.16drochner2-7/+7
changes: - Emit the NewActiveTransportPair signal - Emit CodecsUpdated more often - Various bug fixes
2011-04-05update to 2.34.0drochner7-44/+311
This switches to the 2.34 release branch.
2011-04-05update to 0.2.7drochner3-18/+18
This switches to the 0.2 release branch (not API compatible), needed by upcoming telepathy/empathy stuff
2011-04-05import libfolks-0.4.2, a library to manage contacts, needed by thedrochner5-0/+70
telepathy/empathy framework
2011-04-05update to 0.14.3drochner3-7/+52
This switches to the new 0.14 release branch. pkgsrc change: build vala support, needed for upcoming client pkgs
2011-04-04Update to 1.8.4ryoon2-6/+6
Changelog: * Fix bug related to MARU login * Fix sort bug * Fix other bugs
2011-04-03whitespace cosmeticszafer1-4/+4
2011-04-03Start fixing for png-1.5, incomplete.wiz3-1/+361
2011-04-03Set LICENSE.wiz1-1/+2
2011-03-30Not MAKE_JOBS_SAFE.joerg1-1/+2
2011-03-28honor pkg PREFIX.obache2-4/+4
2011-03-28Add user-destdir installation support.obache4-6/+15
2011-03-14Remove startupnotification, changelog mentioned it's not needed anywiz1-3/+1
longer.
2011-03-14Changes 2.7.11:adam7-16/+11
General: * Our bundled libgadu should now build on HP-UX. * Fix some instances of file transfers never completing. Pidgin: * Sort by Status no longer causes buddies to move around when you click them. * Fix embedding in the system tray on older GTK+ releases (such as on CentOS 5.5 and older Fedora). * No longer require libstartup-notification for startup notification support. GTK+ has included support for years, so use it instead. AIM: * Fix a bug where some buddies from your buddy list might not show up. Affected non-English ICQ users the most. * Send keepalives for all types of network connections. Will hopefully make chat rooms more reliable. MSN: * Fix bug that prevented added buddies to your buddy list in certain circumstances. MXit: * MXit plugin and reported client version now follow the libpurple version. * Don't try to request profile information for non-user contacts. * Allow Re-Invite for contacts in Deleted or Rejected state. * Ensure we don't send packets too fast to the MXit server and trigger its flood-detection mechanism. Also increased the internal packet queue to 32 packets. XMPP: * Fix building on platforms with an older glib (inadvertantly broken in 2.7.10). * Don't treat the on-join status storms as 'new arrivals'. * Extend the /join command to support room JIDs, enabling you to join a room on any server. * Add support for receiving a limited amount of history when joining a room (not currently supported by Pidgin and Finch). Yahoo!/Yahoo! JAPAN: * Fix CVE-2011-1091, denials of service caused by NULL pointer dereferences due to improper handling of malformed YMSG packets.
2011-03-11update master_sites. remove non-working mirror.zafer1-3/+3
2011-03-11service discontinued. prevent timeout. fetch from backup.zafer1-2/+2
2011-03-11service discontinued long time ago. fetch from backup to prevent time out.zafer1-2/+2
2011-03-07Add user-destdir installation support.obache1-2/+4
2011-03-06Make ipv6 option enabled by default, by request of PR 44689. PKGREVISION++.dholland2-2/+4
2011-03-05Update chat/weechat to 0.3.4tonio12-22/+551
Fix for SA43543 and update kindly provided by gls@ This is a major release, with lot of bugs fixed and major new features. Among the new features: - 256 colors support, with unlimited number of nick colors - irc proxy (relay plugin) - redirection of IRC commands - command /notify - rmodifier plugin - regular expressions for highlights - color support for timestamp in chat buffer - irc option to force color for some nicks - share input line between buffers.
2011-03-02Update chat/cgiirc to 0.5.10gls2-9/+10
Upstream changes: After ~5 years without a release 0.5.10 is now available. This is actually just 0.5.9 with one security fix: CVE-2011-0050: XSS in R param in nonjs interface Thanks to Michael Brooks (Sitewatch) for discovering this. pkgsrc changes: - Update MASTER_SITES and HOMEPAGE to point to cgiirc.org - Add LICENSE
2011-02-28Reset maintainer for retired developers.wiz4-8/+8
2011-02-25Let's assume for now that everything that worked with python-2.6 alsowiz1-2/+2
works with python-2.7.
2011-02-24update to 0.1.7drochner3-20/+6
changes: misc fixes and improvements
2011-02-24update to 5.6.1drochner3-14/+14
changes: many fixes and enhancements, too much to list here, see the Changelog file
2011-02-24update to 0.0.15drochner2-7/+6
changes: fix ressource leak
2011-02-24update to 0.12.7drochner3-7/+10
changes: bugfixes
2011-02-23Changes 2.2.13:adam2-6/+6
* Implemented XEP-0138: Stream Compression for S2S connections. * Merged LDAP authentication by bind support. * Merged SSL related memory leak fix by cmeerw. * Merged router_crash.patch by Eugene Agafonov.