diff --git a/_includes/themes/twitter/my.html b/_includes/themes/twitter/my.html index 58a94ac4..f958cd26 100644 --- a/_includes/themes/twitter/my.html +++ b/_includes/themes/twitter/my.html @@ -16,7 +16,7 @@
- View on GitHub + View on GitHub @@ -25,13 +25,8 @@ Documentation Download Discussion - Issue tracker + Issue tracker - - - - -
@@ -45,7 +40,7 @@ diff --git a/_includes/themes/twitter/myconfig.html b/_includes/themes/twitter/myconfig.html index b91f2e5d..7a66d01d 100644 --- a/_includes/themes/twitter/myconfig.html +++ b/_includes/themes/twitter/myconfig.html @@ -16,7 +16,7 @@
- View on GitHub + View on GitHub @@ -25,13 +25,8 @@ Documentation Download Discussion - Issue tracker + Issue tracker - - - - -
@@ -47,7 +42,7 @@ diff --git a/changelog/index.md b/changelog/index.md deleted file mode 100644 index 1690d060..00000000 --- a/changelog/index.md +++ /dev/null @@ -1,77 +0,0 @@ ---- -layout: page -title: Spectrum 2 ---- - -### Version 2.0.0-beta2 (2012-03-28): - -**General:** - -* Fixed bug when Roster Item Exchange and subscribe stanzas were sent - repeatedly. -* Backends related logs now contain the backend PID. -* Fixed username_mask setting. -* Added new fields into statistics (backends_crashed, messages related - stats). -* Chatstates are now not counted as incoming messages in stats. -* Log4cxx is now optional dependency. Without Log4cxx, Spectrum 2 logs - to standard output. -* Fixed crash when Log4cxx configuration file didn't exist. -* Admin can now see "Admin" contact in server-mode. - -**libpurple:** - -* Added initial support for MUC for prpl-jabber protocol. - -**LibCommuni IRC backend:** - -* Fixed sending/receiving UTF8 messages. -* Using the [registration] auto_register=1 config option, users don't - have to register manually when connecting IRC network. - -**Skype:** - -* Memory usage statistic now includes the Skype client. -* Fixed logging issue when the logs were not stored in the proper instance - directory. -* Skype backend includes also Skype client memory usage into the account. -* Working buddies adding/removing. -* Information about missed call is now forwarded to XMPP user. -* Fixed bug when Skype client instance wasn't killed by backend. - -### Version 2.0.0-beta (2012-02-28): - -**General:** - -* Added PostreSQL support (thanks to Jadestorm). -* Added XEP-0100 (Gateway interaction) support. -* Send presences only "from" bare JID (fixed bug with buddies appearing - twice in the roster and potential unregistering issues). -* Fixed potential MySQL/SQLite3 deadlocks. -* Fixed disconnecting in server-mode when client does not send unavailable - presence before disconnection. -* Fixed crash in server-mode when client send its custom jabber:iq:storage - payload. -* Fixed registration from Pidgin. -* Unsubscribe presence sent to some buddy doesn't disconnect the account. -* Remote Roster requests are not sent to resources, but to bare JID. -* Added automatic reconnection in case of non-fatal error. -* Added more error messages. - -**Skype:** - -* Initial support for Skype added, read more on - http://spectrum.im/projects/spectrum/wiki/Spectrum_2_Admin_-_Skype_backend - -**SMSTools3:** - -* Initial support for SMSTools3, read more on -http://spectrum.im/projects/spectrum/wiki/Spectrum_2_Admin_-_SMSTools3_backend - -### version 2.0.0-alpha (2011-12-06): - -**General:** - -* First Spectrum 2.0.0 alpha release, check more on - http://spectrum.im/projects/spectrum/wiki/Spectrum_200_alpha -* Rewrite using Swiften library. diff --git a/download/index.md b/download/index.md index 2f92c6b5..38c4a68d 100644 --- a/download/index.md +++ b/download/index.md @@ -7,7 +7,7 @@ title: Spectrum 2 **Spectrum 2.0.3 has been released:** -Don't forget to check [Documentation](http://spectrum.im/documentation) and [Changelog](https://github.com/hanzz/spectrum2/releases/tag/2.0.3) after downloading. +Don't forget to check [Documentation](http://spectrum.im/documentation) and [Changelog](https://github.com/SpectrumIM/spectrum2/releases/tag/2.0.3) after downloading. * [Docker image](http://spectrum.im/documentation/installation/docker.html) -* [Spectrum 2.0.3 source code](https://github.com/hanzz/spectrum2/archive/2.0.3.tar.gz) +* [Spectrum 2.0.3 source code](https://github.com/SpectrumIM/spectrum2/archive/2.0.3.tar.gz) diff --git a/todo/index.md b/todo/index.md deleted file mode 100644 index 0533d2f8..00000000 --- a/todo/index.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: page -title: Spectrum 2 ---- - -### TODO - -* spectrum2_manager restart - stop instance A, start instance A, stop instance B, start instance B, ... -* registered_users statistic field -* Add support for sending headline message from backend. -* Log accepted certificates in swiften log. Add config to disable auto-accepting certificates. - diff --git a/tracker/index.md b/tracker/index.md deleted file mode 100644 index aaee2700..00000000 --- a/tracker/index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -layout: page -title: Spectrum 2 ---- - -This list of open cases is read-only. If you have found some bug, please -contact us in our [XMPP room](http://spectrum.im/discussion/). - -## Open cases - -Case | Title | Status ------|-------|------- -15 | Libtransport, Swiften: Support all roles and affiliations | Active -14 | Libtransport: Unregister user even when remote-roster query in unregisterUser() timeouts | Active -13 | Swiften: handleLogoutRequest can crash the backend in some situations | Active -11 | Libtransport: call sendBuddyRosterPush from sendRIE to cache buddy changes | Active -9 | Communi: Allow logging traffic | Active -6 | Libtransport: Add support for sending headline message from backend. | Active -5 | Libtransport: Add registered_users statistic field to AdminInterface | Active -8 | Swiften: Log accepted certificates in swiften log. Add config to disable auto-accepting certificates | Active -7 | Swiften: Allow logging XML | Active -4 | Skype: Support adding/removing contacts | Active - - - -## Closed cases - -Case | Title | Status ------|-------|------- -12 | Libtransport: include MUC feature in disco#Info response if backend supports it | Closed (Fixed) -10 | Communi: Log 4xx errors and forward 433, 436 and 464 to XMPP client | Closed (Fixed)