summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2017-08-16Follow some http redirects.wiz20-40/+40
2017-08-07Fix packages that had INSTALLATION_DIRS+=$(PKG_SYSCONFDIR}.jlam1-2/+2
Set PKG_SYSCONFSUBDIR where appropriate, and use {MAKE,OWN}_DIRS to create the directory tree under ${PKG_SYSCONFDIR} instead of using INSTALLATION_DIRS. Bump the PKGREVISION of packages that changed due to changes in the package install scripts.
2017-08-07Unconditionally set PKG_SYSCONFSUBDIR in the package Makefile.jlam1-2/+2
PKG_SYSCONFSUBDIR is a package-settable Makefile variable and should not be overridden through /etc/mk.conf.
2017-08-07Fix target location of copied config files for chat/gale.jlam1-6/+5
Use ${PKG_SYSCONFDIR}, not ${PKG_SYSCONFDIR}/gale, to refer to the config directory -- since PKG_SYSCONFSUBDIR is set to "gale", ${PKG_SYSCONFDIR} already includes that subdirectory. Remove ${PKG_SYSCONFSUBDIR} from OWN_DIRS, since the config directory is already automatically created by the package install scripts if PKG_SYSCONFSUBDIR is set. Bump the PKGREVISION due to the changes in the package install scripts.
2017-08-01Comment out some dead HOMEPAGEs.wiz3-7/+7
2017-08-01Update HOMEPAGE.wiz1-2/+2
2017-08-01Follow some http -> https redirects.wiz3-6/+6
2017-08-01fix CVE-2009-3720 in libtlen.nros3-2/+18
Bump PKGREVISION.
2017-07-22include limits.h for PATH_MAX.maya2-1/+16
fixes builds on smartos, confirmed by wiedi, thanks.
2017-07-16Honor LDFLAGS. Fixes RELRO build.wiz1-2/+2
2017-07-07catch up with irssi update.maya1-5/+5
2017-07-07Catch up with irssi version updatemaya1-5/+5
2017-07-07irssi: update to 1.0.4. security fix.maya2-7/+7
v1.0.4 2017-07-07 The Irssi team <staff@irssi.org> - Fix null pointer dereference when parsing invalid timestamp (GL#10, GL!15). Reported by Brian 'geeknik' Carpenter. - Fix use-after-free condition when removing nicks from the internal nicklist (GL#11, GL!16). Reported by Brian 'geeknik' Carpenter. - Fix incorrect string comparison in DCC file names (#714). - Fix regression in Irssi 1.0.3 where it would claim "Invalid time '-1'" (#716, #722). - Fix a bug when using \n to separate lines with expand_escapes (#723). - Retain screen output on improper exit, to better see any error messages (#287, #721). - Minor help update (#729).
2017-07-07Update chat/ejabberd to 17.07.fhajny5-69/+97
Version 17.07 ============= Core - Close accepted socket if sockname/peername has failed. Version 17.06 ============= New features - The new cache system is also a new component that allows fine tuning of ejabberd performance for either small systems or large scale servers. - Certificate Manager is a feature that has been requested by many organisations, allowing administrators to manage their certificate more easily - Riak support for several modules API - Deprecate misc:encode_base64/1 and misc:decode_base64/1 - Rename is_user_exists function to user_exists - Allow api access on both ipv4 and 6 loopback addresses - Fix invalid argument in get_messages_susbset Admin - Refactor ejabberdctl - Improve ejabberdctl parameters parsing - Quote all paths to allow spaces in directory names - update-deps-releases.pl: Show operations to perform before asking to apply them - Fix Salt import from prosody SCRAMmed password Configuration - Validate module options on start_module/2 - Validate new options before module reloading - Validate second-level options - Introduce iqdisc global option - stream_management listen option deprecated, use mod_stream_mgmt - Check presence of some files during option validation - Speedup configuration options lookup - Validate all certfiles on startup - Only validate certfiles if public_key:short_name_hash/1 is available - Introduce Certficate Manager Commands - Add clear_cache admin command - Parse correctly presence_broadcast option in change_room_option command - Describe command arguments and results in mod_muc_admin - Improve export2sql explanation; remove obsolete and duplicated command - Fix and document push_roster_all command - Fix mod_muc_admin command set_room_affiliation - Fix invalid {args,result}_examples in mod_muc_admin - Fix srg_user_add/del for non-Mnesia database backends - Make ext_mod api return rescode Compilation - Erlang 17.5 or higher is required - Add --enable-system-deps configure option - Add --enable-stun and --enable-sip configure options Core - Speedup Mnesia tables initialization - Improve Mnesia tables creation and transformation - Improve ejabberd_c2s:close() - ejabberd_c2s: Don’t close session on stream resume - Speedup loading of translation files - Fix ejabberd_router:is_my_route/1 - Don’t let a receiver crash if a controller is unavailable - Fix OTP-17.5 support - websocket: Catch exception that may happen when sending data over websocket Databases - New sql_connect_timeout option - New sql_query_timeout option - Get rid of sql_queries.erl - Use round-robin algorithm when selecting worker from DB pool - Add Riak as BOSH RAM backend - Add Riak as mod_proxy65 RAM backend - Add Riak as mod_carboncopy RAM backend - Add Riak as router RAM backend - Add Riak as session manager RAM backend - Fix cleaning of Riak route table - Add pubsub import from prosody/metronome - Fix username in mam export - Fix Salt import from prosody SCRAMmed password - In offline export to SQL, first write all DELETE, later all INSERT Cache - Implement cache for mod_announce - Implement cache for mod_private - Implement cache for mod_privacy/mod_blocking - Implement cache for mod_last - Implement cache for mod_vcard and mod_vcard_xupdate - Implement cache for roster - Add cache options to the validator - Use cache for authentication backends - Use new cache API in mod_shared_roster_ldap - Use new cache API in ejabberd_oauth - Use new cache API in mod_mam - Use new cache API in mod_caps - Use cache in front of Redis/SQL RAM backends Modules - mod_http_upload: Add support for HTTP File Upload 0.3.0 - mod_mam: Added export function - mod_metrics: Don’t leak with UDP sockets - mod_metrics: New options ip and port - mod_muc: Allow a room admin to un/subscribe another JID - mod_offline: Don’t store messages via a single process - mod_offline: Make sure only jabber:x:event tag is present in offline event - mod_register: New option ‘access_remove’ ACL - mod_stream_mgmt: Preserve stanza count on timeout - mod_vcard_ldap: Parse ldap_uids like in eldap_utils - mod_client_state: Reset state on session resume - mod_metrics: Fix IP address parsing - mod_pubsub: Avoid useless calls on simples subscriptions - mod_block_strangers: Add allow_local_users option Elixir - Update elixir to v1.4.4
2017-07-06update to ircII 20170704. changes include:mrg2-8/+7
o fixes for the OSX fixes in 20170606 o new window resizer now works, can get the old one at compile time with --with-default-resize-method=old configure option o more fixes for OSX and @-style assignment o fix a window rebalance when not resizing bug o fix crashes on OSX in complex scripts using [] o fix reconnecting channels moving windows
2017-07-01Update to 2.6.1gdt2-7/+7
Upstream NEWS: This is a security bugfix release. - Fixed offered SASL mechanism check
2017-06-07dump PKGREVISIONsnj1-2/+1
2017-06-07Update irssi to 1.0.3. Changes:snj4-17/+17
- Fix out of bounds read when scanning expandos (GL!11). - Fix invalid memory access with quoted filenames in DCC (GL#8, GL!12). - Fix null-pointer dereference on DCC without address (GL#9, GL!13). - Improve integer overflow handling. Originally reported by oss-fuzz#525 (#706). - Improve nicklist performance from O(N^2) to O(N) (#705). - Fix initial screen redraw delay. By Stephen Oberholtzer (#680, bdo#856201). - Fix incorrect reset of true colours when resetting background. (#711). - Fix missing -notls option in /SERVER. By Jari Matilainen (#117, #702). - Fix minor history glitch on overcounter (#462, #685). - Improved OpenSSL detection at compile time. By Rodrigo Rebello (#677). - Improved NetBSD Terminfo detection. By Maya Rashish (#694, #698). - Add missing syntax info for COMPLETION (#687, #688). - Minor typo correction in help. By Michael Hansen (#707). From maya@
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon15-29/+30
2017-05-29Update to 2.6.0gdt2-8/+7
This is a bugfix release. Upstream NEWS: - Better SASL error messages
2017-05-29Recursive bump for lang/valawiz1-2/+2
2017-05-14Update chat/bitlbee to 3.5.1leot3-48/+7
Patch provided by Frédéric Fauberteau via PR pkg/52215. Changes: Version 3.5.1: - purple: * Fix crash on file transfer requests from unknown contacts. This was the result of an incomplete fix in the previous release and may result in remote DoS. Read the full security advisory at: https://bugs.bitlbee.org/ticket/1282 - After some investigation we decided to reclassify a crash fix from the previous release as a security issue. Read the full security advisory at: https://bugs.bitlbee.org/ticket/1281 - Included help.txt in the release tarball, which was missing in the previous release and resulted in adding python as a build dependency. The release tarball of 3.5.1 does not require python. Finished 30 Jan 2017 Version 3.5: - ui: * "chat list": shows a list of existing server-side chatrooms. With some protocols, this is often the only way to add new channels. See 'help chat list' for details. (jgeboski) * "plugins": lists the installed plugins and their versions (jgeboski) * Add 'nick_lowercase' and 'nick_underscores' settings. * "handle_unknown" can be set per-account, not just globally - jabber: * Add "always_use_nicks" channel setting, for non-anonymous MUCs (trac #415) See 'help set always_use_nicks' for possible side effects. * Properly handle rejected file transfers * Don't send parts in a chat if someone is still connected from other devices * hipchat: support personal oauth tokens (manually generated ones) - twitter: * Hide muted tweets / no-retweets, add mute/unmute commands (Flexo) * Show full version of extended tweets (with slightly more than 140 chars) - purple: * Support setting chat room topics (EionRobb) * Support for extra groupchat settings. Shows an error if any required ones are missing. Look for purple_ prefixed settings in "chan #... set" * SIPE: persistent chats can be joined now, thanks to the "chat list" command and the above ("purple_uri" channel setting) * Fix a file transfer crash bug (Mainly affected telegram) * Honor protocol flag to not require a password (used in hangouts, telegram) * Set the contacts' nicks to the %full_name for a few whitelisted protocols (hangouts, funyahoo, icq, line) * LINE: added a hack to save its auth token, to avoid re-auth every time * Show self-messages in groupchat backlogs (before join) - yahoo: * Removed because they killed their old protocol on a two month notice. Use EionRobb's funyahoo purple plugin, or better yet, don't use yahoo. - Stuff for enterprise deployments (all done by Sevas) * Locked down accounts, useful when pregenerating user config files. An account that is marked with the locked="true" attribute can't be removed and its username/password can't be changed. * Locked down settings. Same as above, but for individual account settings. * AllowAccountAdd setting in bitlbee.conf, to disable adding new accounts. * PAM and LDAP authentication backends (not compiled by default) - For packagers: * Enabled debug symbols in non-debug builds, disabled stripping by default. This is closer to the default behavior of autotools, and --debug=1 is mostly to set the DEBUG macro and disable optimization. - For plugin devs: * Plugins should now include an "init_plugin_info" function which will be used for ABI version checking in the future. It's optional for now, but will be enforced later. See the commit log of d28fe1c for details. (jgeboski) Finished 8 Jan 2017 Version 3.4.2: - irc: * Self-messages (messages sent by yourself from other IM clients), given support by the IM protocols and your IRC client. See this for details: https://wiki.bitlbee.org/SelfMessages * IRCv3.1 support and part of 3.2: cap-3.2, sasl-3.2, multi-prefix, away-notify, extended-join, userhost-in-names * Send numeric errors when failing to join a channel, to not confuse clients * Channel autojoins should be more reliable now. - jabber: * Carbons (XEP-0280), for self-message support. It's not widely supported by most public XMPP servers (easier if you host your own), but this will probably change in the next few years. Thanks kormat for the original patch. * Fix typing notifications between two bitlbee users or with gtalk users * Remove facebook XMPP code, point people at bitlbee-facebook. * Show groupchat kick/ban/leave reasons * SASL ANONYMOUS (XEP-0175), for "guest" logins, see "help set anonymous" * Hipchat: 'chat add hipchat "channel name"' now tries to guess the JID - purple: * Fix problems remembering SSL certificates as trusted * Fix /join #channel, which joined a differently named channel * Fix crash when doing "chat with" with skypeweb * Fix html entities appearing in some protocols * Fix setting away states in jabber, which failed silently * Implement notify_message UI op, to be able to show some error messages. - skype: * Show all messages as groupchats since we can't tell which ones are private. * This plugin is mostly-deprecated and mostly-broken but it's still useful for p2p-based groupchats, which aren't delivered over newer protocols. Everyone else should use the skypeweb purple plugin or msn instead. - msn: * Minor tweaks. Faster login, better error reporting, fixed add/remove. Still MSNP21. Disregard that "Next release!" in the previous release. - otr: * Don't use NOTICE for user messages (revmischa) * Fix crashes when using the jabber xmlconsole * A few minor fixes: color multiline messages, filter incoming color codes. - Packaging: * Show ./configure args in bitlbee -V, config.h and Makefile.settings * Allow setting the plugin dir in bitlbee.conf, for NixOS (anderspapitto) * Improved cross compiler support (gamaral) - Other important bugfixes: * Fix potential crashes when leaving temporary channels * Fix all sorts of crashing bugs when cancelling in-progress connections. Finished 19 Mar 2016
2017-05-12Update chat/telegram-purple to version 1.3.0khorben4-10/+26
1.3.0 * channel/supergroup support * support sending code tags in markdown "backtick" format (see README for example) * reduce amount of file-transfer popups in Pidgin, auto-load media in the background * fix stability issues for the win32 build * fix multiple crashes in libtgl
2017-05-12Update chat/telegram-purple to version 1.2.6khorben3-26/+9
1.2.6 * Include libtgl bugfix "use-after-not-created for photos" * Fix Adium bundle version incompatibillity for newest version
2017-05-10Requires termcap.jperkin1-1/+2
2017-05-09Requires termcap.jperkin1-1/+2
2017-05-09Requires termcap. Use correct compiler and flags.jperkin1-4/+5
2017-05-08Requires curses.jperkin1-1/+2
2017-05-03Convert CXXFLAGS setting C++ standard to USE_LANGUAGES.jperkin1-4/+2
2017-04-30Recursive revbump from boost updateryoon17-33/+34
2017-04-27GC inet6 option, had no effect since irssi 1.0.0 when it was removedmaya1-9/+3
along with the macros disabling ipv6 code.
2017-04-27GC unused configure argsmaya1-4/+2
2017-04-25weechat: update to 1.7.1.maya2-8/+7
bugfix release fixing CVE-2017-8073: Buffer overflow when removing quotes in DCC filename.
2017-04-22Revbump after icu updateadam13-24/+26
2017-04-21Update skypeweb-purple to version 1.3khorben2-8/+8
List of changes: * Skype4Business (S4B) and Bot support * Receive contacts * Updated status icons - Users that would previously show as 'Away' will now show as 'Idle' * Fixed buddy authorisation requests and responses * Auto reconnects when there's an error, so you shouldn't have to press the Re-Enable button * Call display improvements * Tooltips display for people with special characters (&, ', <, >) in their user info * Can remove yourself from the buddy list (that annoying cid- user!) * Fixes tiny-text being sent when copy-pasting into Pidgin * File transfer and image transfer improvements * Allows clearing out your "Mood" message, so you don't show as "I'm not here right now" when you're actually Online * Better error messages when a message failed to send
2017-04-21Add skypeweb-purplekhorben1-1/+2
2017-04-21Import skypeweb-purple version 1.2.2khorben4-0/+42
This package was contributed over e-mail by Scarlett, thanks! Skype is an instant messaging app that provides online text message and video chat services. Users may transmit both text and video messages and may exchange digital documents such as images, text, and video. Skype allows video conference calls. This package contains a libpurple protocol plugin that adds support for Skype (WebRTC).
2017-04-19Recursive bump for gnutls dependency in libnice.wiz2-4/+4
2017-04-19Reset MAINTAINER after tonnerre resigned.jperkin1-2/+2
2017-04-15perl is a default option, it will be selected even if using the oldmaya1-2/+1
option name, so no need for the legacy option rename.
2017-04-13Update chat/ejabberd to 17.04.fhajny5-27/+35
Make the Redis support unconditional (no extra dependencies). Changes in 17.04: Admin - Add more examples on config template - Generate ejabberd lib dir when not available in code server - Set default prefix to /usr/local - Start supervisors after ext_mod - Don't log warning on successful ping reply - New muc_register_nick command Core - Deprecate jlib.erl in favor of misc.erl - Add support for file-based queues - ejabberd_sm: Fix routing of headline and groupchat messages - Fix c2s connection close on demand - Improve overloaded S2S queue processing Databases - Improve Redis related code - Add Redis pool support - Improve logging of Redis errors - Add Redis and SQL as mod_proxy65 RAM backends - Add Redis and SQL as mod_carboncopy RAM backends - Add Redis and SQL as mod_bosh RAM backends - Add Redis and SQL as router RAM backends - Add SQL as mod_muc RAM backend - Remove obsolete Pubsub mnesia migration calls Miscellany - ejabberd_http: Expand @VERSION@ in custom headers - ejabberd_http: Add "custom_headers" option - mod_client_state: Queue stanzas of each full JID - mod_http_upload: Don't add "Server" header line - Pubsub: Refactor pubsub's get_last_items - Pubsub: Fix PEP issues
2017-04-08dbus is optional in gajim.riastradh2-5/+9
2017-03-31Recursive bump for gpgme update which removed a support library.wiz4-8/+8
2017-03-30Update chat/ejabberd to 17.03.fhajny5-74/+73
Major improvements - New modular code allows to develop modules for a wide scope of functionalities without patching the core code such as C2S, S2S and router - Now 'From' and 'To' arguments must be omitted in functions and structures related to routing - Ejabberd used to store all in-memory shared data such as ACLs, proxy65, sessions, routes, clustering, etc in internal Mnesia database and this used to be hardcoded. With new API it's now possible to store such data in any database. However, currently only Mnesia backend is supported. - Dynamic configuration reload allows to reload modules, database connections, listeners, ACLs and global options without restarting ejabberd - Spam protection allows to block packets from non-subscribers - S2S dialback is now an optional module Developer - tools/hook_deps.sh: checks hook dependencies - tools/find-outdated-deps.pl: checks which dependences need update - Mark as deprecated add/get_local/global_option config functions - Change routing API Core - Fix some corner cases while re-reading RFC6120 - Attach IP metadata to every stanza received from stream - Apply SASLprep before storing/converting passwords - Send compressed in correct order - Reset XML stream before sending SASL success - Speedup features list when a lot of virtual hosts configured - Fix s2s_dns_timeout issues - Better handling of IPv6 domains - Rename mod_sm -> mod_stream_mgmt - Don't count resent stanzas - Improve startup procedure, and log startup time - Add more processes to supervision - sm_sql: Avoid PID collisions Admin - Add 'supervisor' listening option - Accept "add_commands: admin" in commands section - Make sure that api_permissions always have "console commands" section - Change name of pam dep from p1_pam to epam - Improve compilation with rebar3 - Add TLS support for external components - Specify "ExecReload" command in systemd unit - Don't attempt to resolve _jabber._tcp SRV record - Improve error reporting for forbidden servers - mod_block_strangers: New module to block packets from non-subscribers - mod_register: Report password change in the log - Remove relict mod_service_log - Remove unused mod_ip_blacklist - Remove ejabberd_frontend_socket - WebAdmin: improve formatting when showing erlang terms - Import from Prosody: Fix import of SCRAM passwords, offline API & Commands - get_last now always returns tuple with UTC XEP-0082 and status - Protect users from delete_old_users command using a fixed access rule - Separate list of strings with \n for srg_get_info in mod_http_api - Support non-JID lines in command create_rooms_file - stop_all_connections now stops all s2s connections via supervisor calls - Support scrammed passwords in ejabberdctl import_prosody Configuration - Provide example mod_http_api configuration with couple commands - Clarify new modules usage in the example config - Don't crash on malformed IP addresses - Fix parsing of acl/access rules inside oauth sections of api_permissions Config reload improvements - Start/stop auth modules when host is added/deleted - Improve modules start/stop procedures - Check result of gen_mod:start/2 callback - Improve reload_config admin command - Invalidate access permissions on configuration reload - Start/stop virtual hosts when reloading configuration file - Reload modules when reloading configuration file - Restart listeners on configuration reload - Make sure all hooks are called with proper host Databases - Add missing NOT NULL restrictions in schemas - Move archive tables into lite.sql for better comparison with other schemas - Implement database backend interface for mod_proxy65 - Implement database backend interface for MUC, BOSH and auth_anonyous - Implement database backend interface for ejabberd_router - Propagate the TRANSACTION_TIMEOUT to pgsql driver New XMPP stream behavior - Reflect cyrsasl API changes in remaining code - Improve return values in cyrsasl API - More refactoring on session management - Add xmpp_stream_out behavior and rewrite s2s/SM code - Rewrite ejabberd_service to use new XMPP stream API MAM & offline storage - Make a message is not bounced if it's archived - Archive message before delivering it to offline storage - Include stanza ID with archived offline messages - Add stanza-id to every archived message PubSub - Avoid orphan_item leak on affiliation/subscription removal - Fix pubsub SQL schemas, add NOT NULL restrictions - Fix last item cache for multiple hosts Server to server - Several improvements of S2S errors logging - Resolve all addresses from SRV lookup - Add s2s work-around for gmail.com
2017-03-28Update chat/hexchat to version 2.12.3khorben3-14/+10
2.12.3 (2016-10-22) * fix crash with bad translations * fix crash and leaks in mpcinfo plugin * add mhop command * change ping timeout to 60 by default * update translations 2.12.2 (2016-10-08) * fix input box theme with Adwaita 3.20 * fix return value of hexchat_pluginpref_get_int() * fix tab color changing when print events are eaten * fix network name not being sanitized for scrollback files * fix building sysinfo on OS X <= 10.9 * fix resume with DCC GET * fix possible assertion when decoding incoming text * fix possible crashes when plugins modify the UI during context close * add "chanmodes" to channel list in plugin api * lua: o add automatic return and = handling in console o fix pluginpref usage * fishlim: o fix saving nicks containing [ or ] o add commands: /topic+, /msg+, and /notice+ o add support for /me o add /keyx command to do DH1080 key exchanges * improve efficiency of various timers * reduce updates of user count in titlebar/userlist * download extra redist for perl on Windows * update appdata file * update translations * update dependencies on Windows This is a leaf package, and in preparation of a security fix. "please commit" gdt@
2017-03-23Extend SHA512 checksums to various files I have on my local distfilejoerg20-20/+40
mirror.
2017-03-22Regenerate to match actual patches.joerg1-2/+2
2017-03-20Update chat/{libpurple,pidgin} to version 2.12.0khorben5-50/+9
version 2.12.0 (03/09/2017): libpurple: * Fix an out of bounds memory read in purple_markup_unescape_entity. CVE-2017-2640 * Fix use of uninitialised memory if running non-debug-enabled versions of glib * Updated AIM dev and dist ID's to new ones that were assigned by AOL. * TLS certificate verification now uses SHA-256 checksums. * Fixed SASL external auth for Freenode. * Removed the MSN protocol plugin. It has been unusable and dormant for some time. MSNP18 has been discontinued and the protocol plugin would require a large update to start working again. See: http://ismsndeadyet.com/ The third-party Pidgin SkypeWeb plugin, however, should provide enough functionality as a replacement if people still want to use MSN: https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb * Removed Mxit protocol plugin. The service was closed at the end of September 2016. See https://pidgin.im/pipermail/devel/2016-September/024078.htm * Removed the MySpaceIM protocol plugin. The service has been defunct for a long time. (#15356) * Remove the Yahoo! protocol plugin. Yahoo has completely reimplemented their protocol, so this version is no longer operable as of August 5th, 2016: https://yahoo.tumblr.com/post/145715934739/q2-2016-progress-report-on-our-product A new protocol plugin has been written to support the new protocol. It can be found here: https://github.com/EionRobb/funyahoo-plusplus This also removes support for Yahoo! Japan. According to http://messenger.yahoo.co.jp/ the service ended March 26th, 2014. * Remove the Facebook (XMPP) account option. According to https://developers.facebook.com/docs/chat the XMPP Chat API service ended April 30th, 2015. A new protocol plugin has been written, using a different method, to support Facebook. It can be found at https://github.com/dequis/purple-facebook/wiki * Fixed gnutls certificate validation errors that mainly affected google (Dequis) General * Replaced instances of d.pidgin.im with developer.pidgin.im and updated the urls to use https. (#17036) IRC * Fixed issue of messages being silently cut off at 500 characters. Large messages are now split into parts and sent one by one. (#4753)
2017-03-16irssi: re-enable perl option, bump pkgrevision.maya2-4/+5
I'm not sure what I did differently before that it wasn't building.
2017-03-12irssi-xmpp, irssi-icb: catch up with irssi distinfo change.maya2-10/+10