- Install devel files to be able to build plugins
- Drop sle11 support as we run it on sle12
- Version update to 3.4.2:
* irc: Self-messages (messages sent by yourself from other IM clients). IRCv3.1
* support and part of 3.2. Many important groupchat related bugfixes.
* jabber: Carbons, see help set carbons. Removed facebook XMPP, use
* bitlbee-facebook instead. SASL ANONYMOUS login, see help set anonymous.
* hipchat: Channels can now be added with chat add hipchat "channel name" which
tries to guess the channel JID. Read more
* skype: Show all messages as groupchats since we can't tell which ones are
private. This plugin is mostly-deprecated and mostly-broken, use the skypeweb
* purple plugin or msn instead.
* purple: Fix problems remembering SSL certificates as trusted. Groupchat related
fixes. Better error reporting. Fixed setting jabber away states.
* And lots of bugfixes / stability improvements.
- Cleanup a bit with spec-cleaner and remove sle10 support for readability
OBS-URL: https://build.opensuse.org/request/show/403364
OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee?expand=0&rev=37
- update to 3.4.1:
msn:
+ Upgraded protocol to MSNP21, works again (dx)
+ Contact list management, groupchats and skype username logins won't work.
Next release!
jabber:
+ Add "hipchat" protocol, for smoother login. Takes the same username as the
official client. Note that unlike the 'hip-cat' branch, this doesn't
preload channels. https://wiki.bitlbee.org/HowtoHipchat for details (dx)
+ Fixed a bug when receiving topics set by people who left the channel (dx)
+ Create fake users instead of showing "unknown participant" errors (dx)
+ Gmail mail notifications support (Artem Savkov)
+ Lowering xmpp presence priority on away (Artem Savkov)
twitter:
+ Show quoted tweets/RTs with comment inline (wilmer)
+ Added "url" command, can be used to quote tweets (wilmer)
+ Make replies to self work (wilmer)
Building documentation is now done with a python script (both 2.x/3.x work)
Asciidoc/xsltproc/xmlto are no longer build dependencies (dx)
- Require w3m at built time to generate the userguide in html format.
OBS-URL: https://build.opensuse.org/request/show/314057
OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee?expand=0&rev=36
- Version 3.2.2:
* The OTR plugin now uses libotr 4.0 (AKA libotr5 in debian based distros)
* Rejecting buddy requests in jabber won't accept them. Sorry for that.
* Purple builds can now enable built in protocols when configuring, by
* passing a parameter such as --jabber=1 to configure
* You can now use /oper to change passwords with "ac x set -del password"
* Complex unicode characters (non-BMP) now display correctly in twitter.
* A few init / build script / pkg-config fixes. Added "install-systemd"
make target.
OBS-URL: https://build.opensuse.org/request/show/245251
OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee?expand=0&rev=27
Hi bitlbee can be run ad deamon now !
for security reason its run as user bitlbee.
here is a full list of changes i did there:
- Added init.d and systemd to be able run the bitlbee as standard service.
- Rc$service script is runnig as symlink for systemd and init.d.
- Improved way how user bitlbee is add into system via rpm.
- Fixed warning about wrong license:
its still "GNU General Public License version 2 (GPL v2)" but osc marks it
via shorcut : GPL-2.0+
- The PID directory is /var/run/bitlbee/ or /run/bitlbee/ depends on the version.
- The PID directory is created via systemd or initd script, bacuse its in tmpfs.
- Each BuildRequires is on one line to avoid duplicate packages.
- Removed if for SLES9 - not need any more
- Run spec-clean on the spec file and fixed a small bug is spec file after clearing no "fixme" any more there.
ps : the warning bitlbee.x86_64: W: call-to-mktemp /usr/sbin/bitlbee need to be patch in future, however my C skills are very low ....
OBS-URL: https://build.opensuse.org/request/show/238043
OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee?expand=0&rev=23
- Merged Skype support. This used to be a separate plugin, and it
still is, but by including it with BitlBee by default it will
be easier to keep it in sync with changes to BitlBee.
- Fixed a file descriptor leak bug that may have caused strange
behaviour in BitlBee sessions running for a long time.
- Now fetches Twitter mentions as well if the "fetch_mentions"
account setting is enabled.
- With t.co now all over Twitter, show the original (but
truncated) URL between <brackets>.
- Fixed MSN Messenger login issues ("timeout" while fetching
buddy list).
- Another (related) GnuTLS compatibility fix (now 2.13+?).
OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee?expand=0&rev=14