1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-02-02 15:07:36 -05:00

Commit Graph

  • 53055aafd7 Update: Made ping depend on CURL support Philipp Schafft 2023-02-26 21:33:40 +0000
  • e3f9f5b078 Feature: Added stub for ping requests Philipp Schafft 2023-02-26 21:30:37 +0000
  • be51075975 Fix: Typo Philipp Schafft 2023-03-04 11:19:14 +0000
  • 44566499ef Feature: Announce server-instance in URL events and auth Philipp Schafft 2023-02-27 02:06:27 +0000
  • d7f401e36c Merge branch 'update-password-hash' into devel Philipp Schafft 2023-02-21 23:39:50 +0000
  • 4d9094096a Feature: Report on dashboard if no secure password hashing is supported Philipp Schafft 2023-02-21 23:38:14 +0000
  • 0ef660bcde Feature: Use more modern algo for password store Philipp Schafft 2023-02-21 22:47:40 +0000
  • f2b3814b57 Update: Added test vectors for crypt types 3, 7, md5, sha1, y, and gy Philipp Schafft 2023-02-21 17:03:08 +0000
  • 4105bded13 Feature: Report what crypt types are supported on the admin version page Philipp Schafft 2023-02-21 13:56:05 +0000
  • 468bd425d5 Feature: Added support for hashed passwords to auth_static Philipp Schafft 2023-02-21 11:05:14 +0000
  • 49fa3dafed Feature: Support calls to the system crypt()/crypt_r() for hased passwords Philipp Schafft 2023-02-21 09:58:51 +0000
  • f5a807a456 Update: Improved check for crypt(), crypt_r() Philipp Schafft 2023-02-21 09:22:26 +0000
  • c1748ac7fa Update: Check for crypt_r()/crypt() Philipp Schafft 2023-02-14 09:15:39 +0000
  • 898d38768c Cleanup: Replaced final bit of MD5 code with something nice Philipp Schafft 2023-02-20 23:05:51 +0000
  • f1c32d7bf4 Cleanup: Replaced the MD5 code with librhash Philipp Schafft 2023-02-13 12:37:11 +0000
  • 9b758ca65c Cleanup: Inlined strlen() into get_hash() as it is the only way get_hash() is ever called Philipp Schafft 2023-02-13 11:38:15 +0000
  • c7c4a63b66 Update: Added tests for MD5 handling code Philipp Schafft 2023-02-12 19:51:10 +0000
  • f741bd131d Update: Added librhash as dependency Philipp Schafft 2023-02-12 19:06:40 +0000
  • 206c66d4b2 Update: Workaround for unsafe select(2) Philipp Schafft 2023-01-29 13:57:49 +0000
  • bf6da896de Feature: Added instance UUID Philipp Schafft 2023-01-29 21:40:06 +0000
  • 64df027bee Update: Require libigloo >= 0.9.2 to enforce security updates Philipp Schafft 2023-01-29 17:43:30 +0000
  • 79d16e9b21 Cleanup: Corrected code style Philipp Schafft 2023-01-29 21:38:32 +0000
  • d1e35f6457 Fix: Fixed building on windows Philipp Schafft 2023-01-29 19:44:59 +0000
  • 3c7b79c60f Fix: Corrected version of required libigloo in help text Philipp Schafft 2022-09-26 08:42:55 +0000
  • 87a5179e0d Feature: Emit new format-metadata-changed event on metadata change Philipp Schafft 2022-09-24 11:21:10 +0000
  • 264bba614b Update: Renamed Mountpoint list to Sources list Philipp Schafft 2022-03-21 15:46:12 +0000
  • 342caaff05 Update: Added rhash-dev to alpine Stephan Jauernick 2022-09-28 16:24:36 +0000
  • d2bbe1a4da Fix: Typo Philipp Schafft 2022-10-25 08:06:30 +0000
  • 79bb5e9583 Fix: Typo Philipp Schafft 2022-07-11 17:11:03 +0000
  • 97b83a0e87 Merge branch 'update-dashboard' into devel Philipp Schafft 2022-09-24 10:31:03 +0000
  • a571256c79 Update: Report an noisy environment if there is one Philipp Schafft 2022-09-22 10:12:57 +0000
  • 236acc1223 Feature: Report the actual status of chroot/chuid on the dashboard Philipp Schafft 2022-09-24 10:29:35 +0000
  • 7c5d01a1a2 Update: Record result from chroot/chuid Philipp Schafft 2022-09-24 10:22:51 +0000
  • 5ef8b13a4a Update: Inform about chroot()/chuid on dashboard Philipp Schafft 2022-09-22 10:00:29 +0000
  • 8508588997 Feature: Allow lists and wildcard matches for event triggers Philipp Schafft 2022-09-24 09:58:27 +0000
  • b2167151bb Merge branch 'update-events' into devel Philipp Schafft 2022-09-17 17:59:30 +0000
  • 18b61eadec Update: Workaround OpenSSL locking up by calling _exit() not exit() Philipp Schafft 2022-09-17 17:58:56 +0000
  • 68694c4f6e Cleanup: Removed now unused macro event_emit_clientevent() Philipp Schafft 2022-09-17 17:50:13 +0000
  • 629af17897 Feature: Pass source to source-(dis)connect events Philipp Schafft 2022-09-17 17:48:50 +0000
  • 835ff67c71 Update: Renamed source-mediatype -> source-media-type Philipp Schafft 2022-09-17 17:46:02 +0000
  • 1f036d7707 Feature: Record dumpfile filename in events Philipp Schafft 2022-09-17 17:13:39 +0000
  • f6ca537283 Feature: Added way to switch between legacy and new style mode Philipp Schafft 2022-09-17 17:02:04 +0000
  • 5015b2f200 Fix: Corrected key name Philipp Schafft 2022-09-17 16:58:34 +0000
  • 57ba8c2297 Feature: Added uniform way to include event data in log and URL event backend Philipp Schafft 2022-09-17 16:53:38 +0000
  • 7d889b7294 Feature: Added support to query the name of a event extra key Philipp Schafft 2022-09-17 16:20:25 +0000
  • 2db94a2a81 Update: Save whether client data is available Philipp Schafft 2022-09-17 15:51:24 +0000
  • 6f29ca2996 Feature: Added source media type to events if known Philipp Schafft 2022-09-17 09:28:57 +0000
  • 0df67e7971 Update: Avoid re-assigning source and client pointers Philipp Schafft 2022-09-16 18:44:42 +0000
  • c9f2a6a65c Update: Allow source objects to be passed to event_emit_va() and use the mount as URI Philipp Schafft 2022-09-16 18:43:27 +0000
  • b3c508c1a9 Feature: Added event on source flags change Philipp Schafft 2022-07-11 22:28:01 +0000
  • b0bd9ef865 Cleanup: Corrected names EVENT_EXTRA_* -> EVENT_EXTRA_KEY_* Philipp Schafft 2022-09-16 14:28:23 +0000
  • 4547264a8d Feature: Allow adding any keys to events using the new function event_emit_va() Philipp Schafft 2022-09-16 13:28:18 +0000
  • aab5e5d2b3 Update: Reimplemented extra information stored in events in a nicer way Philipp Schafft 2022-09-06 12:31:11 +0000
  • a76aa28201 Merge branch 'update-dumpfiles' into devel Philipp Schafft 2022-09-17 17:40:35 +0000
  • 08683207cc Update: Improved opening/closing of dumpfiles Philipp Schafft 2022-09-17 17:33:15 +0000
  • d13eb3a7b9 Feature: Added new dumpfile-* events Philipp Schafft 2022-05-03 07:44:58 +0000
  • e736bc3933 Fix: Clear the contenttype on source clear as the pointer might no longer be valid Philipp Schafft 2022-09-16 18:43:59 +0000
  • 1ead3bea27 Merge branch 'feature-string-renderer' into devel Philipp Schafft 2022-09-17 17:18:49 +0000
  • 79af8d13e2 Fix: Corrected logic to delete NULL-values Philipp Schafft 2022-09-17 16:15:24 +0000
  • c2f25a9108 Feature: Added support for %H-style format to string renderer Philipp Schafft 2022-09-17 13:22:23 +0000
  • c4edf52ef8 Feature: Added a very basic module to build strings from individual parts Philipp Schafft 2022-09-17 12:45:39 +0000
  • 167f626dcd Update: Corrected years of copyright Philipp Schafft 2022-09-17 09:30:40 +0000
  • 9de911168c Cleanup: Moved string related functions out of util.[ch] into new util_string.[ch] Philipp Schafft 2022-09-17 12:31:59 +0000
  • f7183f973c Fix: Handle ogg_sync_buffer() returning NULL correctly Philipp Schafft 2022-09-05 23:56:56 +0000
  • b4565da411 Update git url. Ralph Giles 2022-06-07 07:18:29 -0700
  • 63f64dc37b Cleanup: Do not manually close dumpfile but use source_kill_dumpfile() Philipp Schafft 2022-05-03 07:33:17 +0000
  • 79bdceb47c Update: Improved warnings by adding mountpoint name Philipp Schafft 2022-07-11 23:56:39 +0000
  • 8e69ca81bc Fix: Corrected logging format string Philipp Schafft 2022-07-11 17:09:55 +0000
  • e1521749d3 Update: Integrate libigloo into the Icecast CI build Stephan Jauernick 2022-03-21 21:56:13 +0000
  • ada8ddacbe Feature: Added logging regarding reading with httpp_encoding_read() Philipp Schafft 2022-04-15 08:37:30 +0000
  • e64bf0d0fb Merge branch 'devel-stephan48-publish-bin-package-with-libigloo' into 'devel' Stephan Jauernick 2022-04-22 17:06:23 +0000
  • 0287d49978 Merge branch 'feature-source-health' into devel Philipp Schafft 2022-04-22 12:13:07 +0000
  • 95df723a82 Update: Improved the per-stream flags by adding a description Philipp Schafft 2022-04-22 12:09:25 +0000
  • 2076328683 Feature: Consider sources aged (-> good) after 30 seconds Philipp Schafft 2022-03-31 23:34:10 +0000
  • 35415d93a8 Feature: Record source creation time Philipp Schafft 2022-03-31 23:19:18 +0000
  • 7e924934e8 Fix: Do not add command_dashboard__getrlimit()-data twice Philipp Schafft 2022-03-31 22:31:39 +0000
  • 210ec6245e Feature: Nicely render per source "Maintenance" section Philipp Schafft 2022-03-30 23:53:09 +0000
  • 871d296ab1 Feature: Added SOURCE_FLAG_FORMAT_GENERIC, and SOURCE_FLAG_LEGACY_METADATA Philipp Schafft 2022-03-30 23:51:30 +0000
  • eed81f5bec Feature: Added basic health reporting for sources Philipp Schafft 2022-03-30 22:46:10 +0000
  • d3ad28a9cc Cleanup: Added reportxml_helper_add_value_health() Philipp Schafft 2022-03-30 22:29:59 +0000
  • 21b600268c Cleanup: Migrated from special admin_dashboard_status_t to generic health_t Philipp Schafft 2022-03-30 22:12:11 +0000
  • cfb0d2dc38 Feature: Support sending idle/active events based on source count Philipp Schafft 2022-04-15 12:19:42 +0000
  • 9bc4d9fe4d Update: Move from a next update time to a last update time structure Philipp Schafft 2022-03-30 09:08:13 +0000
  • a1c2f04453 Cleanup: Merged event_*.h into event.h Philipp Schafft 2022-04-15 12:31:19 +0000
  • 490cb54fb5 Update: Downgraded BUG message from ERROR to DERROR Philipp Schafft 2022-04-15 12:09:48 +0000
  • d8b7e4f322 Cleanup: Code style Philipp Schafft 2022-04-15 10:32:08 +0000
  • 3583aefceb Fix: Typo Philipp Schafft 2022-04-11 15:02:42 +0000
  • 7d80d0d69c Cleanup: Codestyle Philipp Schafft 2022-03-28 20:53:22 +0000
  • 96d60565d3 Cleanup: Formatting Philipp Schafft 2022-03-30 22:01:32 +0000
  • 74c03908c5 Fix: Fixed timeout handling for new clients in request queue Philipp Schafft 2022-03-25 22:43:57 +0000
  • 153543dc7f Fix: Disconnect clients that ran into a timeout more directly Philipp Schafft 2022-03-25 22:43:28 +0000
  • 3e5938976a Fix: Start queue threads not before the config system got up Philipp Schafft 2022-03-25 22:42:41 +0000
  • 334377fafb Cleanup: Improved code formatting Philipp Schafft 2022-03-25 22:42:06 +0000
  • 13a58cb49e Cleanup: Improved code flow Philipp Schafft 2022-03-25 11:58:59 +0000
  • 2955454dec Update: Removed auto reseeding. It was overdoing Philipp Schafft 2022-03-25 10:18:32 +0000
  • c3713048ee Update .gitlab-ci.yml devel-stephan48-publish-bin-package-with-libigloo Stephan Jauernick 2022-03-26 00:38:07 +0000
  • c71939d02f Update .gitlab-ci.yml Stephan Jauernick 2022-03-26 00:36:38 +0000
  • 3352858b48 Update .gitlab-ci.yml Stephan Jauernick 2022-03-26 00:34:43 +0000
  • db6ce1acb7 Update .gitlab-ci.yml Stephan Jauernick 2022-03-26 00:27:43 +0000
  • b3c8f52915 Update .gitlab-ci.yml Stephan Jauernick 2022-03-26 00:25:09 +0000