Commit graph

40 commits

Author SHA1 Message Date
Linus Groh f2e8026f00 Meta: Add Tim Schumacher to the contributors list :^) 2022-01-10 19:12:17 +01:00
Linus Groh 1b73c7af5f Meta: Add Leon Albrecht to the contributors list :^) 2022-01-10 19:10:50 +01:00
Andreas Kling a7f2c40119 Meta: Link to Linus's YouTube channel from our README :^)
Replace parts of the README written by myself in the first person with
a section linking to our YouTube channels.
2021-12-28 08:06:17 +01:00
Ben Wiederhake 52e9f25403 Everywhere: Change from http to https where feasible
I used "git grep -FIn http://" to find all occurrences, and looked at
each one. If an occurrence was really just a link, and if a https
version exists, and if our Browser can access it at least as well as the
http version, then I changed the occurrence to https.

I'm happy to report that I didn't run into a single site where Browser
can't deal with the https version.
2021-10-05 02:08:08 +02:00
Linus Groh bc49ce72c1 Meta: Add David Tuin to the contributors list :^) 2021-09-30 08:35:26 +01:00
Andreas Kling 268b36e2d1 Meta: Add Mustafa Quraish to the contributors list :^) 2021-09-13 22:21:57 +02:00
Andreas Kling 28d6c3a136 Meta: Add Karol Kosek to the contributors list :^) 2021-09-04 23:11:04 +02:00
Brian Gianforcaro e15be89e18 Meta: Add Sonar Cloud link / badge to the README.md 2021-09-01 18:06:14 +02:00
Andreas Kling 5f783492cf Meta: Add Peter Elliott to the contributors list :^) 2021-08-31 16:57:26 +02:00
kleines Filmröllchen a749b16674 Libraries: Add LibDSP
LibDSP is a library for digital signal processing, and is primarily
intended to support the future DAW version of Piano.
2021-08-31 17:03:55 +04:30
Andreas Kling d9b5dae809 Meta: Add Jesse Buhagiar to the contributors list :^) 2021-08-26 00:54:28 +02:00
Andreas Kling c915174563 Userland: Remove IRC Client
The IRC Client application made some sense while our main communication
hub was an IRC channel. Now that we've moved on, IRC is just a random
protocol with no particular relevance to this project.

This also has the benefit of removing one major client of the single-
process Web::InProcessWebView class.
2021-08-24 16:37:28 +02:00
networkException 446bd1e0de README+Meta: Update the screenshot :^) 2021-08-18 14:27:37 +02:00
Timothy Flynn 4073fe497a Meta: Add Azure DevOps badge to README 2021-08-17 21:06:15 +01:00
sin-ack ff0f67b3f0 Meta: Add sin-ack to the contributors list :^) 2021-08-15 14:59:28 +01:00
Ali Mohammad Pur 071fff8cea Meta: Add Lenny Maiorani to the contributors list :^) 2021-08-13 17:49:04 +04:30
Andreas Kling beda2161d4 Meta: Add Tobias Christiansen to the contributors list :^) 2021-08-08 00:50:06 +02:00
GamingCraft_hd f2a1ee327f Meta: Add x86_64 to supported architectures in README 2021-08-03 12:24:04 +02:00
Andreas Kling 57e2a38de0 Meta: Add Sam Atkins to the contributors list :^) 2021-07-31 11:22:53 +02:00
Andreas Kling 70d0004605 Meta: Add Jelle Raaijmakers to the contributors list :^) 2021-07-31 11:22:53 +02:00
Luke f36607dc95 Meta: Add LibIMAP and Mail to the list of libraries and features 2021-07-24 20:11:28 +04:30
Andreas Kling 658b41a06c Meta: Add Daniel Bertalan to the contributors list :^) 2021-07-08 10:38:32 +02:00
networkException 472721b774 Everywhere: Use new discord invite url :^)
Replaces all instances of the previous discord invite link
with a shiny new vanity url.
2021-06-14 22:41:37 +01:00
Andreas Kling fbb54efd28 Meta: Add Max Wipfli to the contributors list :^) 2021-06-11 12:47:08 +02:00
Andreas Kling 5b47e9b39a Meta: Remove references to the abandoned IRC channel 2021-06-09 18:38:25 +02:00
Jesse Buhagiar c94e1206bd Meta: Add LibGL to README :^)
Think this is fleshed out and cool enough to warrant being
in the README :^)
2021-05-28 17:55:45 +01:00
Andreas Kling d1c8f4a2e0 Meta: Add Stephan Unverwerth to the contributors list :^) 2021-05-24 21:05:49 +02:00
Andreas Kling 439dc9b734 Meta: Add Jean-Baptiste Boric to contributors list :^) 2021-05-24 13:33:52 +02:00
Andreas Kling b5d73c834f Userland: Rename LibThread => LibThreading
Also rename the "LibThread" namespace to "Threading"
2021-05-22 18:54:22 +02:00
Andreas Kling 5423aba4ef Meta: Fix broken FAQ link in README 2021-05-09 09:15:56 +02:00
Andreas Kling 773c17b6a0 Documentation: Update FAQ a bit and move it into Documentation/
This was hiding on the serenityos.org website previously, where not
many people found it. Let's put it in a more natural location, and
also make sure to link to it from the README.
2021-05-05 20:03:02 +02:00
Linus Groh ca88892c29 Meta: Mention man.serenityos.org in the README :^) 2021-05-04 21:52:46 +01:00
J-VdS 396ff6401f
Meta: Add Discord badge to README.md (#6839)
Add a Discord badge to the top of the README.md file. It will show
the number of online users in the Discord server. If clicked it will
redirect you to the invite page.
2021-05-03 23:03:57 +02:00
Rudolf Adamkovič 8b06d6d9e8 Documentation: Fix "GUI interface" wording
"GUI" = graphical user interface
"GUI interface" = graphical user interface interface :^)
2021-04-26 00:04:53 +02:00
DexesTTP 71d27abb97 Services: Rename ProtocolServer to RequestServer
The current ProtocolServer was really only used for requests, and with
the recent introduction of the WebSocket service, long-lasting
connections with another server are not part of it. To better reflect
this, this commit renames it to RequestServer.

This commit also changes the existing 'protocol' portal to 'request',
the existing 'protocol' user and group to 'request', and most mentions
of the 'download' aspect of the request to 'request' when relevant, to
make everything consistent across the system.

Note that LibProtocol still exists as-is, but the more generic Client
class and the more specific Download class have both been renamed to a
more accurate RequestClient and Request to match the new names.

This commit only change names, not behaviors.
2021-04-25 19:04:34 +02:00
Linus Groh 0754280214 Meta: Add Tim Flynn to the contributors list :^) 2021-04-24 14:34:18 +02:00
Andreas Kling 8d4780aff4 Meta: Add Gunnar Beutner to the contributors list :^) 2021-04-18 11:33:03 +02:00
Andreas Kling 90f8bc7297 Meta: Add Idan Horowitz to the contributors list :^) 2021-04-17 11:25:22 +02:00
Andreas Kling d7f947b7ca Meta: Add a link to the SerenityOS Discord server in README.md 2021-04-11 22:04:13 +02:00
Andreas Kling 6d9b777c5c Meta: Rename ReadMe.md -> README.md 2021-04-11 10:33:23 +02:00
Renamed from ReadMe.md (Browse further)