Age | Commit message (Collapse) | Author | Files | Lines |
|
* Yahoo Protocol 16 support, including new HTTPS login method; this should
fix a number of login problems that have recently cropped up. (Sulabh
Mahajan, Mike "Maiku" Ruprecht)
* Only display the AIM "Unable to Retrieve Buddy List" message once per
connection. (Rob Taft)
* Blocking MSN users not on your buddy list no longer disconnects you.
* When performing operations on MSN, assume users are on the MSN/Passport
network if we don't get network ID's for them.
|
|
|
|
|
|
|
|
openssl instead. We perefer openssl anyway.
|
|
|
|
Eggdrop Changes
1.6.19+ctcpfix (14 May 2009):
- Fixed another bug in the CTCP parsing code introduced by the servmsg.c
buffer overflow patch in 1.6.19.
* Patch by: thommey
1.6.19 (18 April 2008):
- Update the recommended TCL version to 8.5
* Patch by: guppy
- Updated Copyright dates
- added [sL] and thommey to the AUTHORS file
* Patch by: guppy
- load blowfish by default
* Patch by: guppy
- added a TCL to handle the PONG :<cookie> junk on some EFnet servers
* Patch by: [sL], guppy
- add a simple TCL to handle the PASS <numbers> junk on some Undernet
servers
* Patch by: guppy
- add support for chanmode +T
* Patch by: Thomas "thommey" Sader
- CTCP parsing was broken by the servmsg.c buffer overflow patch
* Patch by: Thomas "thommey" Sader
- Fixed a couple of typos in the FEATURES file.
* Patch by: Tomas Szaniszlo
- Fixed two buffer overflows in servmsg.c (CVE-2007-2807).
* Found by: Bow Sineath - Patch by: Nico Golde / Wcc
- Fixed compatibility problems with certain time_t implementations.
* Found by: various - Patch by: Tothwolf
- Complete raw traffic wasn't getting logged in some cases; only the raw
command itself was. Fixed.
* Patch by: mrBuG
|
|
RC3:
A changelog is attached for the curious, but as it's all really bugfixes big and small - all 1.2 users are STRONGLY advised to upgrade.
RC2:
All users of RC1 are STRONGLY recommended to upgrade.
Notable new features are
* Add fantasy:allowbots (to allow +B users to use fantasy <alias> commands)
* Allow forced nick changes to override mode +N, nicklock, etc
* Allow non-opers to use /MKPASSWD
* Add /SAKICK command (provided by m_sakick)
* Operoverride OTHERMODE is no longer required in addition MODEOP to op/deop/etc. people
|
|
|
|
Fixes build on DragonFly.
|
|
|
|
|
|
major change.
Reported by Robert Elz in PR 41345.
|
|
block). Uncomment some commented out LICENSE lines while here.
|
|
|
|
2009-02-19 SATOH Hiroh
* [bug]:
Fixed net/irc.rb permission.
* Released 0.0.7
2009-02-01 SATOH Hiroh
* [bug]:
Fixed to work on ruby1.9.1
* [release]:
Released 0.0.6
|
|
New in 0.12:
- Multi-user chat windows now join one on one chat windows and
can be opened in tabbed form, either sharing a window, or seperately.
- The roster search has been updated, and now triggers a filter
when typing into the roster window.
- An XML ringbuffer is now used, allowing access to already
received XML in the XML console.
- When resolving a name for new contacts, the full name is now
used if the nick name is missing from the vcard.
- Auto-connect on wake is now an independent option.
- MUCs can now be bookmarked, and auto-joined.
- The old config.xml file has been dropped in favour of the new
options.xml format - all options in Psi can now be configured
from the Advanced options pane (no more hand-editing of config
files is required).
- Vcard avatars are now transmitted for the benefit of legacy
clients and servers not supporting PEP.
- A new diagnostics group is available in the help menu, to allow
debugging problems with the QCA security layer.
- Launching several instances of the same profile on Windows and
Unices with DBUS now behaves more sensibly.
- On X11, the taskbar should now flash on new messages for compliant
window managers.
0.12.1 security update:
- Bugfix for DOS vulnerability in the file transfer code.
|
|
|
|
* Fix two problems introduced in ejabberd 2.0.4: subscription request produced
many authorization requests with some clients and transports; and
subscription requests were not stored for later delivery when receiver was
offline.
* Fix warning in expat_erl.c about implicit declaration of x_fix_buff
* HTTP-Bind (BOSH): Fix a missing stream:error in the returned
remote-stream-error stanza
|
|
Add BUILDLINK_API_DEPENDS.libotr due to:
configure: error: libotr 3.2.0 or newer is required.
The real problem was undefined reference to gcry_cipher_setkey
and gcry_cipher_setctr. Looked at various versions on different
architectures and it appears even though the headers were there,
they weren't defined in the library until libgcrypt-1.4.3 --
so define BUILDLINK_ABI_DEPENDS.libgcrypt.
Bump PKGREVISION.
|
|
|
|
irssi-icb.
|
|
|
|
|
|
|
|
|
|
Update MASTER_SITES
PKGREVISION++
|
|
|
|
infrastructure supports this properly (thanks joerg!).
|
|
This version is a maintenance release containing 20 bugfixes and improvements.
http://secunia.com/advisories/34340/
|
|
This version fixes a major bug: crash with some special chars in IRC
messages.
|
|
|
|
|
|
|
|
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
|
|
|
|
|
3 months and nobody has complained. PKGREVISION not bumped on grounds
of "no reasonable person would want to upgrade."
|
|
|
|
version 2.5.5;
version 2.5.5 (03/01/2009):
libpurple:
* Fix a crash when removing an account with an unknown protocol id.
* Beta support for SSL connections for AIM and ICQ accounts. To
enable, check the "Use SSL" option from the Advanced tab when
editing your AIM or ICQ account. (Paul Aurich)
* Fix a memory leak in SILC. (Luke Petre)
* Fix some string handling in the SIMPLE prpl, which fixes some buddy name
handling and other issues. (Paul Aurich, Marcus Sundberg)
* Implement support for resolving DNS via the SOCKS4 proxy (SOCKS4a).
ICQ:
* Fix retrieval of status messages from users of ICQ 6.x, Miranda, and
other libpurple clients. (Daniel Ljungborg)
* Change client ID to match ICQ Basic 14.34.3096. This fixes publishing
of buddy icons and available messages.
* Properly publish status messages for statuses other than Available.
ICQ 6.x users can now see these status messages. (Daniel Ljungborg)
* Fix receipt of messages from the mobile client Slick. (David Jedelsky)
MSN:
* Fix transfer of buddy icons, custom smileys, and files from the
latest Windows Live Messenger 9 official client. (Thomas
Gibson-Robinson)
* Large (multi-part) messages are now correctly re-combined.
* Federated/Yahoo! buddies should now stop creating sync issues at
every signin. You may need to remove duplicates in the Address
Book. See the FAQ for more information. Thanks to Jason Lingohr
for lots of debugging and testing.
* Messages from Yahoo! buddies are no longer silently dropped.
* We now save and use the CacheKey for ABCH SOAP requests.
* Don't try to parse Personal Status Messages or Current Media if they
don't exist.
* Convert from ISO-8859-1 encoding to UTF-8 when no charset is specified
on incoming messages. This should fix some issues with messages from
older clients.
* Force sending the font "Segoe UI" if outgoing formatting doesn't specify
a font already.
* Queue callbacks when token updates are in progress to prevent two token
update attempts from trampling each other.
* Fixed a crash on Windows when removing a buddy's alias.
* Update the Address Book when buddies' friendly names change. This
prevents seeing an outdated alias or not seeing an alias at all for
buddies who are offline when you sign in.
* Update tokens for FindMembership and ABFindAll SOAP requests.
* We no longer try to send empty messages. This could happen when a
message contained only formatting and that formatting was not supported
on MSN.
* Buddies on both the Allow and Block list are now automatically
removed from the Allow list. Users with this problem will now no
longer receive an ADL 241 error. The problematic buddy should now
appear on the buddy list and can be removed or unblocked as desired.
XMPP:
* Resources using __HOSTNAME__ substitution will now grab only the short
hostname instead of the FQDN on systems which put the FQDN in the
hostname. (Matěj Cepl)
* No longer send a 'to' attribute on an outgoing stanza when we haven't
received one. This fixes a registration bug as described in ticket
#6635.
Pidgin:
* Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis)
* Tooltip windows now disappear on keypress events. (Kosta Arvanitis)
* Tooltip windows no longer linger when scrolling the buddy list. (Kosta
Arvanitis)
Finch:
* Allow rebinding keys to change the focused widget (details in the
man-page, look for GntBox::binding)
version 2.5.4 (01/12/2009):
libpurple:
* Fix a connection timeout with empty Gadu-Gady buddy lists. (Martin
Rosinski)
* Don't ignore namespace information when parsing XMPP data. (Michal
Witkowski)
* Fix a crash that occurred when retrieving certain Offline Messages
on MSN.
* Extended purple-url-handler to handle "gtalk" URI's. (Paul Aurich)
* Fix the hang on exit in Network Location Awareness for Windows XP
and Windows Vista. (Paul Aurich)
MSN:
* Change Contact Server to temporarily fix connection problems.
(Thanks to Youness Alaoui)
XMPP:
* Support for XEP-0191 blocking. (Vijay Raghunathan)
* Don't put SASL PLAIN or IQ Auth passwords in debug logs. (Paul Aurich)
* Fix removal of avatars (both PEP and vCard), we weren't removing
them correctly before. (Paul Aurich)
Pidgin:
* Fix a crash in the Add Account dialog when changing protocols under
certain circumstances.
Finch:
* Redirect stderr outputs to the debug window.
* Fix rebinding actions with the arrow-keys and tab.
|
|
|
|
|
|
|
|
platforms with libresolv (tested with Linux).
|
|
|
|
Pkgsrc changes:
- Change dependency on the soon to be removed net/p5-INET6 to
the identical net/p5-IO-Socket-INET6
|
|
== Release 0.0.18 ==
2009-02-16 Thiago Silva <defcola@gmail.com>
* po: Update Portuguese (Brazil) translation.
2009-02-15 Felipe Contreras <felipe.contreras@gmail.com>
* win32: Show proper "README".
* session: Workaround to set http_method early on.
* session: Properly normalize the username.
* Bump version to 0.0.18.
* Build fixes for win32.
* Update translations catalog.
* po: Update Spanish translation.
* po: General update.
* Enable MSN plus sounds by default.
2009-02-15 Lu\xc3\xads Neto <luisneto3@clix.pt>
* po: Update Portuguese translation.
2009-02-15 Devid Antonio Filoni <devidfil@gmail.com>
* po: Update Italian translation.
2009-02-15 Elias Julkunen <elias.julkunen@gmail.com>
* po: Update Finnish translation.
2009-02-08 Devid Antonio Filoni <devidfil@gmail.com>
* Fix typo in Makefile.
2009-02-05 Eion Robb <eion@robbmob.com>
* Add win32 dll version.
2009-02-05 Felipe Contreras <felipe.contreras@gmail.com>
* Build libsiren by default.
* Use proper libdir (might be lib64).
* Plug some memleaks and cleanups on voiceclips.
2008-12-13 Felipe Contreras <felipe.contreras@gmail.com>
* session: Massive cleanups.
* session: Cleanups.
* sync: Cleanup.
* Remove logging step.
2009-02-05 Devid Antonio Filoni <devidfil@gmail.com>
* Add support for receiving Plus! sounds. Patch for this by Thiago Silva
and me.
* Add an option to hide Messenger Plus! Live tags from buddies nicknames
and personal messages.
* Choice to don't use PSM (and to use a normal personal message) during
build.
2009-01-21 Elliott Sales de Andrade <qulogic@pidgin.im>
* Report a debug warning if a SLP MSG is not processed because it has un
known flags.
2009-01-21 Thomas Gibson-Robinson <thomas.gibsonrobinson@gmail.com>
* Fix user displays for WLM 2009.
2009-01-17 Devid Antonio Filoni <devidfil@gmail.com>
* Fix a crash receiving voice clips and make voice clips messages
2009-01-17 Felipe Contreras <felipe.contreras@gmail.com>
* Cleanup libsiren Makefile stuff.
* libsiren cleanups.
* Reorganize libsiren.
* Make libsiren optional.
2009-01-03 Devid Antonio Filoni <devidfil@gmail.com>
* Add support for receiving voice clips. Thanks to Chris Stafford and Yo
uness Alaoui for this.
* Update adium/Makefile.am.
* Use pecan_info instead of purple_debug_*.
2009-01-12 Felipe Contreras <felipe.contreras@gmail.com>
* Fix personal status message option.
2009-01-12 Thiago Silva <defcola@gmail.com>
* Use P4-context.
2009-01-08 Devid Antonio Filoni <devidfil@gmail.com>
* Fix a bug that sets the mobile status to non-mobile buddies.
* Enable friendly name storage and fix it.
2009-01-08 Thiago Silva <defcola@gmail.com>
* Update pt_BR translation.
2008-12-30 Felipe Contreras <felipe.contreras@gmail.com>
* Fix previous commit.
2008-12-05 Devid Antonio Filoni <devidfil@gmail.com>
* Cleanups.
* Update readme.
* Show msn-pecan instead of msn in debug window.
2008-12-29 Devid Antonio Filoni <devidfil@gmail.com>
* Update to 'Use personal status messages'.
|
|
without make build first.
|
|
telepathy-gabble 0.7.21 (2009-02-19)
====================================
The "what?! why do I have flowers outside of my window?" release.
Dependencies:
* telepathy-glib 0.7.23 is now required
Enhancements:
* Implement new tube API for muc stream tubes
* Implement new tube API for 1-1 and muc D-Bus tubes
* Implement the Messages interface for Text channels.
Changes:
* In multi-user chats, the point at which Sent is emitted has changed.
Previously, Sent was emitted when the message was echoed back to you by the
server; now, it is emitted (as is Messages.MessageSent) when you send the
message. When the message is echoed, a delivery report is emitted with
Messages.MessageReceived, and Received is emitted with an empty body and the
Non_Text_Content flag set. Clients that don't understand the Messages
interface should just immediately ack the ID in that signal.
If clients want to preserve the total ordering of MUC messages, they now need
to care about the Messages interface and watch out for the delivery report.
Fixes:
* Various tubes related leaks
* fd.o#20003: fix a crash starting Jingle calls on some 64-bit platforms
* fd.o#20133: fix various bugs where idle callbacks outlived their user-data.
* Don't start sending video when the other side adds a video stream.
telepathy-gabble 0.7.20 (2009-01-02)
====================================
The "crêpes du belge" release.
Enhancements:
* Implement the draft version of Location from telepathy-spec 0.17.19
* Announce generic tube capabilities when contacts support tubes
Fixes:
* Don't get confused if MUC services auto-rename us (as much as is possible)
* Don't get confused if we have to change our own nick in order to join a MUC
* Set the correct actor when Jingle sessions are terminated
* Don't omit offline, unknown and error from Statuses and GetStatuses()
(regression in 0.7.19)
* Close and ChannelClosed signals are now fired when a tube is closed (new API)
telepathy-gabble 0.7.19 (2009-01-29)
====================================
The "redecorated" release.
Fixes:
* Don't crash when closing a muc channel containing an closed D-Bus tube.
* Don't resurrect removed streams if the call responder includes them in
session-accept
* Don't crash in calls if using glib with debugging enabled (fd.o #19327).
* Don't crash when removing contact from known list (fd.o #19524).
* Fix D-Bus muc tubes (dev.sugarlabs.org #60).
* Fix refcount leak in jingle code (fd.o #19385).
* Don't crash if "offline" presence status is requested.
* Raise the appropriate error from RequestHandles for telepathy-spec 0.17.18
compliance (fd.o #19611).
|
|
telepathy-idle 0.1.3 (2009-02-17)
=================================
Dependencies:
* telepathy-glib 0.7.15
Enhancements:
* Added automated test infrastructure
Fixes:
* Fixed a bunch of memory leaks reported by valgrind
* handle buggy servers that don't quit properly
* Fix parsing error that resulting in not receiving any messages that started
with a leading space (Bug #17390)
* Handle user renames in room channels properly
* Validate nicknames properly when attempting to create a new connection
* Fix bug where data was lost due to improper splitting of long messages
(Bug #17392)
* Don't split utf-8 codepoints in half when splitting long messages (Bug #13532)
* Fix bug where a user named 'foo' that was a member of a channel of the same
name ('#foo') would have private messages delivered to both the private chat
and the group chat (Bug #19766)
* Fix some infinite loop failures when connections fail
* Fixed various warnings
|