aboutsummaryrefslogtreecommitdiff
path: root/net-im/prosody
Commit message (Collapse)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Update to 0.8.2, a bugfix release. Also, update certificate makefile to specifyDavid Thiel2011-06-273-3/+31
| | | | | | | | "gmake", and regenerate localhost certs before install, in case someone carelessly uses them in production. Notes: svn path=/head/; revision=276527
* Update to 0.8.1, which fixes a DoS against the XML parser.David Thiel2011-06-082-3/+3
| | | | Notes: svn path=/head/; revision=275246
* Remove extraneous prosodyctl patch.David Thiel2011-04-111-23/+0
| | | | Notes: svn path=/head/; revision=272545
* Update to 0.8.0.David Thiel2011-04-118-109/+67
| | | | | | | | PR: ports/156308 Submitted by: nico <nico@lifeisabug.com> Notes: svn path=/head/; revision=272544
* - Bump PORTREVISION to chase the update of dns/libidnWen Heping2011-03-141-0/+1
| | | | Notes: svn path=/head/; revision=270856
* Move libidn into LIB_DEPENDS, where it belongs.David Thiel2011-01-281-2/+3
| | | | | | | | | PR: ports/154358 Submitted by: Arnaud Houdelette <tzim@tzim.net> Feature safe: Yes Notes: svn path=/head/; revision=268341
* Fix -L in util-src/Makefile.David Thiel2010-12-061-0/+11
| | | | | | | Submitted by: QAT Notes: svn path=/head/; revision=265759
* Update to prosody 0.7.0, take maintainership and fix some PREFIX-related stuff.David Thiel2010-12-046-53/+88
| | | | | | | | | | Note that configuration file options and format have changed; however, existing configs should work correctly. Approved by: kelly.hays@jkhfamily.org (maintainer) Notes: svn path=/head/; revision=265654
* The rc script now features not just starting and stopping, but restarting.David Thiel2010-06-132-11/+12
| | | | | | | | Submitted by: Doug Barton, dougb@ Feature safe: yes Notes: svn path=/head/; revision=256463
* Fix rc.d script so that it stops the server when requested.David Thiel2010-06-112-1/+7
| | | | | | | | | PR: ports/145015 Submitted by: Yngvi Hrafn Pétursson Approved by: Kelly Hays <kelly.hays@jkhfamily.org> (maintainer) Notes: svn path=/head/; revision=256401
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Fix plistPav Lucistnik2009-08-085-100/+35
| | | | | | | | PR: ports/137507 Submitted by: J. Kelly Hays <kelly.hays@jkhfamily.org> (maintainer) Notes: svn path=/head/; revision=239142
* Upgrade to 0.5.1, change MAINTAINER.Vanilla I. Shu2009-08-053-12/+7
| | | | | | | | PR: ports/137276 Submitted by: maintainer. Notes: svn path=/head/; revision=238928
* - Update to 0.5Martin Wilke2009-07-287-13/+60
| | | | | | | | PR: 136970 Submitted by: Andrew Lewis <freeghb@gmail.com> (maintainer) Notes: svn path=/head/; revision=238548
* - Update maintainer e-mail addressPhilip M. Gollucci2009-07-141-2/+2
| | | | | | | Requested by: private e-mail Notes: svn path=/head/; revision=237760
* Prosody is a flexible communications server for Jabber/XMPP written in Lua. ItPhilip M. Gollucci2009-07-149-0/+379
aims to be easy to use, and light on resources. For developers it aims to be easy to extend and give a flexible system on which to rapidly develop added functionality, or prototype new protocols. WWW: http://www.prosody.im/ PR: ports/136267 Submitted by: Andrew Lewis <dru at silenceisdefeat.net> Notes: svn path=/head/; revision=237759