Forgejo monthly report - October 2025
The monthly report is meant to provide a good overview of what has changed in Forgejo in the past month. If you would like to help, please get in touch in the chatroom or participate in the ongoing discussions.
Releases
Forgejo v13
The release and security teams were exceptionally busy this month. As planned, Forgejo v13.0.0 was published 16 October and the problems discovered during release candidate phase were dealt with in time. There was no last minute surprise.
However, in the hours that followed the release, a serious regression was discovered and a warning was posted to the release notes discouraging anyone to upgrade. It was fixed the next day and a new version published immediately as Forgejo v13.0.1. This was an exceptional combination of bad luck (the root cause is a bug that has been lurking in the codebase for years) and good luck (a fix was discovered a few days before). For more information, please read the postmortem that contains all the details.
On 16 October the security team received a detailed vulnerability report that required immediate attention. It was about a new critical vulnerability that was fixed in the Forgejo v13.0.2 published 26 October. Originally planned to be published 7 November, it had to be expedited because it was leaked publicly, putting Forgejo users and admins at risk.
This cascade of unforeseeable events that required urgent attention is luckily extremely rare. The last critical security fix was two years ago and there never was a regression so severe that it turned out to be necessary to discourage admins to upgrade.
It takes a toll on volunteer team members who were forced to reconsider their priorities to deal with the emergencies. It is also a reminder that releasing a software such as Forgejo requires significant work. If you are reading this, please consider participating to ensure Forgejo releases are both reliable and secure.
Helm chart
Helm chart v15 was released on 16 October. This release is the companion release to Forgejo v13. The version contains two breaking changes, please check the release notes before upgrading.
Additionally a new minor version (v14.0.4) was also published allowing -rootless suffix in image.tag and updating dependencies.
Forgejo is 3 years old
In October 2022, Forgejo was announced in reaction to the takeover of Gitea. After a two months of preparation, the first release was published and Codeberg announced using it.
In March 2024, the hard fork from Gitea happened after weeks of hard work. Later in August 2024, the license of Forgejo was changed to GPLv3+, a Copyleft license, to further manifest and guarantee freedoms to users of the software.
In these past three years, Forgejo matured and transformed into an independent project, with a solid user base and a lively community of contributors. It involved a lot of coding and other time consuming technical work. But it was first and foremost a human adventure, with its share of plot twists and drama.
In the past three years, not only over 1,930 users contributed to Forgejo by reporting a bug, voicing an idea in the chatroom or implementing a new feature, there are also many other projects making Forgejo possible.
Forgejo is built on top of a large Free Software ecosystem involving thousands of people and hundreds of projects.
It would not exist without it and, more importantly, it would not be able to move forward without the effort to maintain and develop those dependencies.
At this point, we would also like to express our gratitude to many of these projects.
Some projects that have particularly influenced Forgejo are listed below.
Otherwise, you can gain a deeper insight by reading the license file.
- activitypub
- bleve
- chartjs-plugin-zoom
- chroma
- djlint
- exif-terminator
- friendly forge format
- gitea
- glob
- go-chi
- go-openapi
- golang
- goldmark
- grpc
- happy-dom
- katex
- mermaid
- netktos/act
- playwright
- primer/octicons
- renovate
- sortablejs
- stretchr/testify
- tailwindcss
- vitest
- weblate
- webpack
Contrib Projects
forgejo-contrib is a collection of projects that are related to Forgejo, but not under Forgejo’s governance. Projects in this space can be supported by Forgejo’s Code of Conduct while continuing independent development.
forgejo-cli has been incorporated into forgejo-contrib, by request of its author Cyborus. forgejo-cli interacts with Forgejo’s API from the command-line, allowing for easier access to many capabilities like creating a pull request. This project also brings some Rust into the Forgejo-adjacent ecosystem.
forgejo-e2e-report has also been incorporated into forgejo-contrib.
It is a development tool for Forgejo that tracks the failure rate of our end-to-end (e2e) test suite and provides a regularly generated report on flaky tests and which browsers generate them.
For analyzing the raw logs the project uses DuckDB.
In October, the success rate in e2e tests on the forgejo branch dropped as low as 27% in a week, as updated browsers and unreliable tests have combined to make e2e testing frustrating.
With the guidance of this analysis, their is the hope to reduce false-positives test failures.
User research
The user research team prepared for another series of user interviews in November, the first one successfully conducted by the end of October. We are looking for input not only from Forgejo users but also from people who could show us their workflow from other software solutions, such as dealing with moderation reports on social media instances and forums or developing software using other forges. Please help us by scheduling a 45 minutes research session with us.
The insights will help improving the contribution workflow, improving instance’s moderation tools and provide valuable insights into other topics that are currently in the process of being (re-)designed.
The user research team currently consists of only one person. Following a call for help from several months ago, the user research is for the first time assisted by a second user researcher with the goal to reduce the dependence on individuals going forward.
Federation
For a high-level overview, check out the federation roadmap.
Work on improving the federation related test suite continued. A pull request is in progress to run Mastodon, GoToSocial and Forgejo via HTTPS on the default ports in the end-to-end test.
Sustainability
Forgejo largely profits from its many volunteer contributors. A minority of Forgejo contributors earn a living by developing features or fixes. However, large changes such as improving LFS support or reworking the fundamental workflow for contributions to repositories are usually hard to complete with volunteers only.
In April 2025, a grant application was created and NLnet agreed to compensate Forgejo contributors for a total of € 50,000 for working on various topics. The formalities have been settled by the end of October and the beneficiaries of the grant are now able to start the work.
The grant will wrap up pending work on moderation tooling, improve Git LFS support, do changes to the contribution workflow and fix contrast issues in the themes by creating a semantic set of colors that are supposed to be used with each other. The full list of milestones as agreed by NLnet can be found in the sustainability repository.
Any Forgejo contributor with reasonable experience is encouraged to participate in the grants and can ask to be added as a beneficiary for ongoing or future grants. If this sounds interesting to you, make sure to introduce yourself in the #forgejo-sustainability:matrix.org chatroom.
Infrastructure
The Forgejo infrastructure hosts https://data.forgejo.org which is used by default to checkout the most commonly used actions (e.g. actions/checkout, actions/cache, etc.). It was setup early 2025 to be a more available alternative to pulling them from https://code.forgejo.org/. For instance during the release candidate phase in the Forgejo development cycle, it could be upgraded rather frequently or even be unavailable when a bug is discovered that causes it to unexpectedly shutdown.
And it has been successful with a 99.99% availability for data.forgejo.org in the past 30 days which is better than the 99.95% availability for code.forgejo.org. But it has been suffering from a non fatal issue from the beginning that was only identified and fixed this month. Once per hour on average, sometime more often, cloning an action would take up to three minutes. It never was fatal within the Forgejo infrastructure itself and rare enough to not raise any suspicion. And by the time someone else reported the problem it was gone and assumed to be due to environmental factors unrelated to the Forgejo infrastructure.
For some unknown reason, those delays started to cause rather frequent errors in the Forgejo infrastructure for the first time this month. A series of experiments were conducted and the NFS backend was suspected to be the root cause, although all attempts to obtain actual evidence failed. As the devops team ran out of ideas, the storage backend was replaced with local storage. It rarely is a good idea to try fix a problem without understanding the root cause but it was also a chance to rule out NFS and continue the investigation.
As it turns out switching to local storage solved the problem entirely. The mystery of the occasional NFS slowness is unlikely to be solved as future distributed storage is more likely to be based on either GlusterFS or Ceph.
Moderation
The moderation team is watching Forgejo spaces and used the new v13 moderation tool for the first time, to quickly report spam to the Codeberg Moderation Team.
A user was warned and another user was banned from Forgejo spaces, which was more work. The decision to ban a user is not taken lightly and only happens after repeated attempts to find an acceptable solution through private discussions, over an extended period of time. Moderation is rare (four times only in the past two years) despite a growing number of participant. It suggests that having a zero tolerance policy for behavior going against the Code of Conduct is an effective deterrent.
Other
Matrix security disclosure
On 16 July 2025, Matrix announced in a predisclosure that a security vulnerability had been found in the current room versions and that it had been fixed. For us, this means that all rooms on Matrix must be updated.
Eight rooms have been updated so far, and this work is ongoing. We are monitoring the adoption of the security fix and plan to complete the remaining updates soon. An announcement will be made in every room before it is updated.
We Forge
Forgejo is a community of people who contribute in an inclusive environment. We forge on an equal footing, by reporting a bug, voicing an idea in the chatroom or implementing a new feature.
The following list of contributors is intended to reflect this diversity and to acknowledge all the contributions made over the past month. If you are missing, please ask for an update.
- https://codeberg.org/0ko
- https://codeberg.org/0x00cl
- https://codeberg.org/0xllx0
- https://codeberg.org/2franix
- https://codeberg.org/5225225
- https://codeberg.org/53r1k
- https://codeberg.org/aahlenst
- https://codeberg.org/adachauer
- https://codeberg.org/albassort
- https://codeberg.org/Alex2761
- https://codeberg.org/Alex619829
- https://codeberg.org/alexrp
- https://codeberg.org/amessina
- https://codeberg.org/amoroso
- https://codeberg.org/Andre601
- https://codeberg.org/andrewgdotcom
- https://codeberg.org/aniva
- https://codeberg.org/anorprogrammer
- https://codeberg.org/AnsisMalins
- https://codeberg.org/anthony-unicare
- https://codeberg.org/antura-stehak
- https://codeberg.org/apoorv569
- https://codeberg.org/archk
- https://codeberg.org/arifpedia
- https://codeberg.org/artnay
- https://codeberg.org/Atthaphinya
- https://codeberg.org/AverageHelper
- https://codeberg.org/axaloteDev
- https://codeberg.org/bartavi
- https://codeberg.org/barulheira
- https://codeberg.org/becm
- https://codeberg.org/Beowulf
- https://codeberg.org/bespinas
- https://codeberg.org/Bigpappic
- https://codeberg.org/bloatfamous
- https://codeberg.org/bmorel
- https://codeberg.org/bojidar-bg
- https://codeberg.org/bouncepaw
- https://codeberg.org/bpinsard
- https://codeberg.org/BtbN
- https://codeberg.org/Bullbagaren
- https://codeberg.org/butterflyoffire
- https://codeberg.org/christopher-besch
- https://codeberg.org/christophjahnke
- https://codeberg.org/cmuench
- https://codeberg.org/Crown0815
- https://codeberg.org/crueter
- https://codeberg.org/crystal
- https://codeberg.org/cswimr
- https://codeberg.org/Cyborus
- https://codeberg.org/DaniilBuhteev
- https://codeberg.org/darix
- https://codeberg.org/darkswordreams
- https://codeberg.org/davrot
- https://codeberg.org/dbarenholz
- https://codeberg.org/deadkittens
- https://codeberg.org/decimal
- https://codeberg.org/didyouexpectthat
- https://codeberg.org/Dirk
- https://codeberg.org/dmowitz
- https://codeberg.org/doasu
- https://codeberg.org/domi41
- https://codeberg.org/dovah-kiin
- https://codeberg.org/drewcassidy
- https://codeberg.org/dwt
- https://codeberg.org/dyniec
- https://codeberg.org/earl-warren
- https://codeberg.org/Edgarsons
- https://codeberg.org/eest
- https://codeberg.org/eik
- https://codeberg.org/ekidney
- https://codeberg.org/el0n
- https://codeberg.org/eli-schwartz
- https://codeberg.org/ell1e
- https://codeberg.org/emansije
- https://codeberg.org/erkinalp
- https://codeberg.org/erral
- https://codeberg.org/EvanCarroll
- https://codeberg.org/famfo
- https://codeberg.org/fareycircles
- https://codeberg.org/fg_xd
- https://codeberg.org/fhuberts
- https://codeberg.org/fiesh
- https://codeberg.org/fina
- https://codeberg.org/Fjuro
- https://codeberg.org/floss4good
- https://codeberg.org/FML128
- https://codeberg.org/fnetX
- https://codeberg.org/fnoopv
- https://codeberg.org/fogti
- https://codeberg.org/freaktechnik
- https://codeberg.org/fvidak01
- https://codeberg.org/Granular9241
- https://codeberg.org/grgberg
- https://codeberg.org/guillomep
- https://codeberg.org/GustavoPaterno
- https://codeberg.org/Gusted
- https://codeberg.org/hachem
- https://codeberg.org/halvin
- https://codeberg.org/helge
- https://codeberg.org/Hiraku
- https://codeberg.org/hra42
- https://codeberg.org/hughrun
- https://codeberg.org/iamcurse
- https://codeberg.org/iQ
- https://codeberg.org/itinerare
- https://codeberg.org/ItsHarper
- https://codeberg.org/izzy
- https://codeberg.org/jacksonchen666
- https://codeberg.org/jag
- https://codeberg.org/JakobDev
- https://codeberg.org/jalil
- https://codeberg.org/janbc
- https://codeberg.org/jank1619
- https://codeberg.org/jariasl
- https://codeberg.org/jarik
- https://codeberg.org/jeanbaptisteC
- https://codeberg.org/jednorozec
- https://codeberg.org/Jengro
- https://codeberg.org/jerger
- https://codeberg.org/jgart
- https://codeberg.org/JL710
- https://codeberg.org/jmshrtn
- https://codeberg.org/JohnMoon-VTS
- https://codeberg.org/jorti
- https://codeberg.org/joxeankoret
- https://codeberg.org/justbispo
- https://codeberg.org/jutty
- https://codeberg.org/KaKi87
- https://codeberg.org/kbaker
- https://codeberg.org/kinnison
- https://codeberg.org/kita
- https://codeberg.org/klavax
- https://codeberg.org/laumann
- https://codeberg.org/Laxystem
- https://codeberg.org/lenikadali
- https://codeberg.org/leomeinel
- https://codeberg.org/limiting-factor
- https://codeberg.org/litetex
- https://codeberg.org/LordMZTE
- https://codeberg.org/LostLuma
- https://codeberg.org/Lzebulon
- https://codeberg.org/m13o
- https://codeberg.org/mahlzahn
- https://codeberg.org/martianh
- https://codeberg.org/martinwguy
- https://codeberg.org/matrss
- https://codeberg.org/maverick2001
- https://codeberg.org/mborzsony
- https://codeberg.org/mdaniels5757
- https://codeberg.org/mdk
- https://codeberg.org/meisam
- https://codeberg.org/MerlijnWajer
- https://codeberg.org/mfenniak
- https://codeberg.org/mfxa
- https://codeberg.org/milahu
- https://codeberg.org/miversen33
- https://codeberg.org/mjsir911
- https://codeberg.org/mlncn
- https://codeberg.org/Morpheus0x
- https://codeberg.org/mrkwlsn
- https://codeberg.org/msfjarvis
- https://codeberg.org/Mubelotix
- https://codeberg.org/mwerle
- https://codeberg.org/myers
- https://codeberg.org/mysticmode
- https://codeberg.org/n0toose
- https://codeberg.org/NatoBoram
- https://codeberg.org/neamtim
- https://codeberg.org/NickyTheNeko
- https://codeberg.org/NicoleS
- https://codeberg.org/Nightfirecat
- https://codeberg.org/nilsph
- https://codeberg.org/notevil
- https://codeberg.org/notyet
- https://codeberg.org/nykula
- https://codeberg.org/oliverpool
- https://codeberg.org/oltdaniel
- https://codeberg.org/orkut
- https://codeberg.org/Outbreak2096
- https://codeberg.org/pat-s
- https://codeberg.org/patka
- https://codeberg.org/pavel_hushcha
- https://codeberg.org/pboguslawski
- https://codeberg.org/pgmtx
- https://codeberg.org/philpep
- https://codeberg.org/pixelcode
- https://codeberg.org/pluk77
- https://codeberg.org/polyfloyd
- https://codeberg.org/programmerjake
- https://codeberg.org/proton-ab
- https://codeberg.org/psa
- https://codeberg.org/Puls3
- https://codeberg.org/raboof
- https://codeberg.org/reiver
- https://codeberg.org/Ricky-Tigg
- https://codeberg.org/RivenSkaye
- https://codeberg.org/RockWolf
- https://codeberg.org/rodrigo-gonzalez
- https://codeberg.org/rohitkumarankam
- https://codeberg.org/romainreignier
- https://codeberg.org/rvba
- https://codeberg.org/ryanlerch
- https://codeberg.org/Ryuno-Ki
- https://codeberg.org/sacm150
- https://codeberg.org/sclu1034
- https://codeberg.org/simendsjo
- https://codeberg.org/smartclip_tim
- https://codeberg.org/smlxdesign
- https://codeberg.org/sneakers-the-rat
- https://codeberg.org/snematoda
- https://codeberg.org/snooper3491
- https://codeberg.org/sokai
- https://codeberg.org/SomeTr
- https://codeberg.org/Squel
- https://codeberg.org/stanek
- https://codeberg.org/stavros-k
- https://codeberg.org/stooj
- https://codeberg.org/struffel
- https://codeberg.org/sumisukyo
- https://codeberg.org/Synchro
- https://codeberg.org/syncstack
- https://codeberg.org/tacaly
- https://codeberg.org/tace16
- https://codeberg.org/talu
- https://codeberg.org/thekeura
- https://codeberg.org/thubrecht
- https://codeberg.org/timka
- https://codeberg.org/toasterbirb
- https://codeberg.org/toothrot
- https://codeberg.org/tseeker
- https://codeberg.org/tumult2004
- https://codeberg.org/tuxmaster
- https://codeberg.org/unlogic
- https://codeberg.org/untitaker
- https://codeberg.org/vadiml1024
- https://codeberg.org/VadZ
- https://codeberg.org/VaiTon
- https://codeberg.org/vandenoever
- https://codeberg.org/VewDev
- https://codeberg.org/viceice
- https://codeberg.org/victordargallo
- https://codeberg.org/vidya
- https://codeberg.org/voidcontext
- https://codeberg.org/volkmnv
- https://codeberg.org/vorlif
- https://codeberg.org/vpeltnt
- https://codeberg.org/wangito33
- https://codeberg.org/werdahias
- https://codeberg.org/wetneb
- https://codeberg.org/Wuzzy
- https://codeberg.org/X1SystemError0X
- https://codeberg.org/XeroX
- https://codeberg.org/xtex
- https://codeberg.org/yannikbloscheck
- https://codeberg.org/yeager
- https://codeberg.org/ztx
We Forge - since three years
The following list of contributors is intended to acknowledge all the contributions made over the past three years. If you are missing, please ask for an update.
0ko, 0n1cOn3, 0x00cl, 0x5f, 0xC0ncord, 0xllx0, 1011, 11xx, 242336, 2franix, 413x1nkp, 5225225, 53r1k, 6543, 71rd, 747, 8xLGyCLz, 9pfs, aahlenst, aaronriedel, abacabadabacaba, abc1763613206, abueide, abyxcos, achyrva, acidbong, acioustick, ada4a, adaaa, adachauer, AdamGreenberg, AdamMajer, adamu, addisoncrump, adf19, Adolar0042, adr1enbe4udou1n, adriand, Adrianyyy, adrinux, Adrodoc, adulau, adz, aec, Aeris1One, aimuz, airbreather, aivot-on, ajs124, ajtatum, alanmena, albassort, Albirew, albundy83, aleksi, alex19srv, alex265, Alex2761, alex3305, Alex619829, alexandria, alexAubin, Alexilator, alexrp, alextecplayz, algernon, AliveDevil, aljazerzen, alopez, aloxlamm, alperen, alrs, alsutton, amano.kenji, amartinz, amdim, amearb, amessina, Aminda, Amolith, amoroso, amoutill, ams42, amv-bamboo, anbraten, andar1an, Andre601, andrewgdotcom, AndrewKvalheim, andrewrk, andyquinterom, angelnu, aniva, annoyingusername, anonymous, anorprogrammer, anri, anschuetz, AnselmF, ansemjo, AnsisMalins, antaanimosity, anthony-unicare, antki, AntoninDelFabbro, antoyo, antura-stehak, AntwortEinesLebens, anze, aogier, Apfelwurm, APoniatowski, apoorv569, Application-Maker, apteryx, Aqa-Ib, aqtrans, aral, archk, argrat, arifpedia, arija, arkdae, ArnaudLier, Arsen, Artha, Artiman, artnay, asandikci, ashimokawa, ashur*iraq, atalanttore, Atalanttore, atarwn, Atemu, Athozus, athrun, atimy, Atthaphinya, atticus-sullivan, Atul_Eterno, austinhuang, AverageHelper, avesst, Aviac, aviallon, avidseeker, avobs, awarg, awiteb, Awlex, axaloteDev, axd99, axelsilverdew, axka, ayakael, AYM1607, ayykamp, azmeuk, AzzyDev, b1nar10, Baa, bachorp, bacon, badnetmask, badrihippo, Baempaieo, bagder, bakaroni, balinteus, baltazar, banaanihillo, bapt, barrie, BarryLhm, bart, bartavi, bartvdbraak, barulheira, basebuilder, bat, Baturax, BaumiCoder, bbastin, bbjubjub2494, bbqrob, bdr9, bdube, bdube_gh, Be.ing, be4zad, becm, behm, belette, bencurio, benedictjohannes, bengrue, benjidial, benniekiss, Benny, benteg, Beowulf, Berns, bespinas, bibu5, Bigpappic, billynoah, bitbat, Bixilon, bizdelnick, bjoernager, bkil, blaahaj, BlackSpirits, blaise, blechlawine, bloatfamous, blumia, bmcclure, bmorel, bntn, bodsch, bojidar-bg, Booklordofthedings, bookwar, bookworm, borega, boughtonp, bouncepaw, bowie, bpinsard, BradBot1, brainchild, brainiac, bramh, brano, braydofficial, brechtvl, brenard, brian6932, brigsi, brook, BrunoBernardino, BSD, BtbN, btlogy, buhtz, Bullbagaren, burakozaydin, butterflyoffire, bvandevliet, bziemons, c8h4, CactiChameleon9, caesar, cagrant, camillo, Canard, CanisHelix, captainepoch, carlokok, Carlos17Kopra, carnivorecookies, cartola, catfromplan9, catgirll, cblgh, cbn8krgm, CDN18, cdotnow, CEbbinghaus, cemoktra, CenTdemeern1, cfebs, cgzones, ch0ccyra1n, ChandanTeekinavar, channel-42, charles25565, chavacava, cherryb, cherwey, chizutan5, chlorine, chris420, chrisnicola, christopher-besch, christophjahnke, ChrSt, chrysn, Chucky2401, ciampix, cider, circlebuilder, civodul, CL0Pinette, clarfonthey, ClemaX, clemensgeibel, clementwanjau, CleoMenezesJr, cloud, cmonty14, cmuench, CN-P5, cobak78, code-kungfu, codebert, CodeDoctor, codenyte, coderofsalvation, CodingMonkey, comcloudway, cometship, CommanderRedYT, commonism, con-f-use, ConfusedOnCOFFEE, consteval, consus, copyrights, coralpink, correctmost, CPU_Blanc, crapStone, cregox, Crizomb, crookm, CrowIsTaken, Crown0815, crueter, cryptolukas, crystal, Cs137, CSDUMMI, cstaky, cswimr, cuboci, cuboid, cweiske, Cwpute, cyborus, Cyborus, cybra, Cynosphere, Cysioland, d-k-bo, d-s, d2735, D3fau4, D3rJust1n, d96b, dachary, daenney, Daeraxa, Daksh2000, dallyger, DamianT, dani-schroeter, daniel-baumann, danielbaumann, danielep, DanielGibson, danielhess219, DanielRuf, danielsy, DaniilBuhteev, danjones000, danshearer, DansLeRuSH, darakian, darin755, darix, Dark_Arc, darkicewolf50, darkswordreams, Darthagnon, das-g, dasasd122311, Daschi, DasLixou, dataCobra, davbfr, David-Guillot, davidche, davrot, dawe, dawn-solace, daylien, daym, dbarenholz, dbat, dboerlage, dbushell, dcz, dcz_pf, DD-P, ddevault, ddogfoodd, ddriggs, deadkittens, deblan, DebuggerAndrzej, decimal, defanor, dejan, delgh1, delroth, delvh, denn_moe, denschub, denyskon, depeo, detpikachu, dev_T, devnewton, DevYukine, dgomiller, dharsanb, DiamonC, didyouexpectthat, diem, dikey0ficial, diraneyya, Dirk, div72, DKMellow, dleberre, dmowitz, dmytrish, dnsnet-mdrescher, doasu, dobrovolskyi, dobrvlskyi, docudoc, domi41, domske, doomedguppy, dorianim, douglasparker, dovah-kiin, dploeger, dr_bakterius, DraconicNEO, dragast, dragon, Drakon, drawingpixels, DrDaveD, Dreamboat9222, drewcassidy, DrRac27, drweissbrot, ds-cbo, dss, dsseng, dstensnes, duckinator, dumblob, duxsco, dvonessen, dwt, dyniec, eagle_idea, earl-warren, earthjasonlin, EchedelleLR, ecn, edgalligan, Edgarsons, editfund-founder, eduardosm, eest, efertone, EifionLlwyd, eik, ekaitz-zarraga, EkaterinePapava, ekidney, el0n, eldyj, eli-schwartz, elit-matas, ell1e, Ellpeck, eloy, eludendil, emansije, Ember, emersion, emilylange, Empyrean, eNBeWe, end3r-man, endernon, endz, enricpineda, eo, EOWNERDEAD, equinoxx, Eragon, eramirezinvx, eraviart, Erayd, erikdesmedt, Eriwi, erkinalp, ernest314, ernstki, erral, ERROR404, esainane, esensar, EssGeeEich, etescartz, ethanaobrien, etherportly, EvanCarroll, Eveeifyeve, evie, evrial, ewfg, ewin, ewm, Excrubulent, ExtremelyMAD, ezra, f00, f0sh, f0x, f403, fadedave, famfo, faoquad, faravah, fareycircles, fasterthanlime, fauno, faust, fauxmight, fbausch, FedericoSchonborn, Felitendo, FermeLeLundi, feroli, feroxib, fg_xd, fhuberts, fiesh, FileX, filmroellchen, fina, fio, fiocobbs, firefly-cpp, FirelightFlagboy, Firepup650, Fishwaldo, fistons, Fitik, fito, fjordo, Fjuro, fkiraly, fkooman, Fl1tzi, fl4nn, flactwin, flamenco687, flexstrongo, flightkick, flipreverse, flobeier, floss4good, fluzz, flvffywvffy, flyingfishflash, FML128, fnetX, fnoopv, Fnurkla, fogti, fontenot, forestjohnson, foss-, fossdd, foxy, fpedrei, fr0zi, fr33domlover, fractalf, Frankkkkk, frankm, fraschm98, fraud, freaktechnik, freelock, Freso, frnmst, Froini, fruzitent, Fs00, fschrempf, fsievers, fsologureng, ftrueck, fuggla, FunctionalHacker, Furai, furkangkhsn, furry, fvezzoli, fvidak01, g-a-c, g2px1, gabriel-samfira, gabrielgio, galambborong, GamePlayer-8, gapodo, Gateway31, gbeine, GDWR, gedankenstuecke, gedw99, geed8563, genofire, george.bartolomey, gerald, GewoonLeon, GGORG, ggpsv, Gh0stD3x, GiannosOB, gitcookie-1, GKuhn, glitchedFops, glts, gmask, gmem, gming, Gnaaarwhal, Gnu1, goddess, gogromat, gondolyr, GooRoo, GottemHams, Granular9241, gratux, Gravy59, GreenImp, greenpete, gregdechene, greghellings, grgberg, grgi, gridhead, grisha, grosmanal, Grub4K, GT, gtsiam, guemax, guillerpsanchez, guillomep, guinevere, Guiorgy, gustavblass, GustavoPaterno, Gusted, gwenya, gwhitney, gwymor, h11736083, h3xx, h759bkyo4, haarhoff, hachem, hacknorris, hackos, hahahahacker2009, hailey, hails, halibut, halvin, HamburgerJungeJr, HankB, Hanker, hankskyjames777, hannesm, Hansi231, happenpappen, happwrap, harabat, HaraldToepfer, harbourcoleman, hardillb, HarHarLinks, HarryK, hashirama, Haugli92, Haui, hazy, hb0nd, heartshake, helge, helpimnotdrowning, henrysheehy, herzenschein, hexa, HexagonCDN, hexaheximal, Hiers, HigherOrderLogic, Hill-98, HinoByte, hinrikus, Hiraku, HJVT, hloth, hntin, hoijui, hojerst, holtwick, hook, hoovad, hoppinglife, houkime, how, hra42, hrnz, hscells, httpsterio, huagang, hucksy, hughrun, hugoalh, hugorodrigues, hugosxm, huskee, hwpplayer1, i9e1, iago, iamcurse, IamLunchbox, iaxat, ika, ika-roa, ikidd, ikks, ikuyo, ilesjak, Ilyas0Iks, iminfinity, IndieHum, inetshell, inference, Infernus, Infinidoge, infinoid, intelfx, io7m, iQ, Ironfractal, ironmagma, itinerare, itsdrike, ItsHarper, itsTurnip, iustin, ivanhercaz, izzy, j-dominguez9, j0hnatank, jaahas, Jack252, jackc, JacksonBailey, jacksonchen666, jacobwillden, JadedBlueEyes, jadedctrl, jadeprime, jag, jahanson, jak2k, jakjakob, JakobDev, jalil, james, james2432, JamesBremner, jamie, jan_x7, janAkali, janbc, jank1619, jankatins, janw, jarhodes314, jariasl, jarik, jasonb, javerous, javiertury, jayaddison, jb_wisemo, jbe, jcgl, jcheatum, jdittrich, jean-daricade, jeanbaptisteC, jedik, jednorozec, jeena, jeffersonbledsoe, jelu, Jengro, JeremyStarTM, jerger, jetsung, jexner, jfinkhaeuser, jgarber, jgart, jheiselman, jilen, jinn, jinnatar, jkirk, jklippel, JL710, jlh, jmaasing, jmakov, jmjl, jmshrtn, joebv, joergi, joeroe, jogibear9988, johanneskastl, JohnMoon-VTS, johnnyjayjay, johnthomas00, JohnVeness, JohnWalkerx, Jolly_Good, jomo, joneshf, jonzuka, jorams, jornfranke, jorti, JorTurFer, JoseDouglas26, joxeankoret, jpkhawam, jrtcdbrg, js, JSchlarb, JSylvia007, jthvai, juju4, julianfoad, julianmarcos, JuniorJPDJ, jusko, justbispo, justinsimmons, justknow, Justman10000, jutty, jvdcf, jwakely, jwells, jwijenbergh, jwildeboer, jwolvers, k8ie, kaffeeknecht, KaKi87, kalagane, KalleMP, kallisti5, kampka, karolyi, kassuro, kavash, kaya_emrehan, kayprish, kB01, kbaker, kbruen, kdh8219, kdtresh, kecrily, kemitix, kenzu, kerbless, kevincox, kevinhikaruevans, KFears, khaeru, kibner, kidsan, Kidswiss, kikocorreoso, kilimnik, killawabbit, Killercat103, kinnison, kipvandenbos, KiraRayne, kirrus, kisg, kita, Kitanit, kkremitzki, Kladky, klausfyhn, klavax, KlavsKlavsen, kmpm, KN4CK3R, kne, koalajoe23, kochklops, Kokomo, KOLANICH, Korbs, kot, kpfleming, kraftner, kramo, kreamond, kriffos, krisavi, krumelmonster, Kryesh, kryptonian, kuhnchris, kumi, kuolemaa, kurets, Kwonunn, kwoot, kytta, l_austenfeld, labellson, Lachstec, laegnur, lagerimsi, lampajr, lanodan, laosb, lapo, laptop, laumann, Laxystem, LDericher, leana8959, leandro-costa, leavelet, LecrisUT, lectia, ledyba, leetickett, leherkom, lenikadali, lennartS_lfb, leomeinel, leorize, lepiku, lever1209, Levitating, lfavole, lgierth, Lgmrszd, lhinderberger, liberodark, lime360, limiting-factor, lingling, Link1J, link2xt, Linneris, linos, linux_mclinuxface, LinuxinaBit, linuxpython, LinuxUserGD, lippoliv, lis, litchipi, litetex, lm41, lmaotrigine, lnxgr, lookshe, lord_of_the_dumpster, Lord-KalEl, LordMZTE, lordwektabyte, lorenzop, LostLuma, lotigara, louis9902, lslalbai, ltning, luca-pellegrini, lucajunge, lucasmz, lukawaay, lumi200, Lunar8982, LunarLambda, lunny, luxzi, luzifer, Lvceo, lweller, LWFlouisa, lynnesbian, lynoure, lyssieth, Lzebulon, m_eiman_tlab, m00nwtchr, m0s, m13o, maarrk, maartenbeeckmans, mactynow, MaddinM, mafen, magicfelix, MagicLike, mahiso, mahlzahn, Mai-Lapyst, mainboarder, Maks1mS, MalcolmMielle, maletil, malik, malik-n, maltejur, maltfield, MangoIV, Maniues, manolosd, manuelraa, maralorn, marat2509, marcellmars, marcelovicentegc, marcoaraujojunior, MarcoZehe, Mareep-YANG, mareklach, margau, mariell, mark22k, Mark3xtrm, MarkL4YG, markturney, markuzcha, marshmallow, Marti, martianh, martinarisk, martinr92, martinwguy, mary-ext, master_skylark, matheusgomesms, matheusmoreira, mathilde, matiaslavik, matkoniecz, Matlib, matrss, MatseVH, mattalxndr, matteofranceschini, mattie_sanz, Matze99, maunzCache, maverick2001, maxadamo, maxlath, maya, Mayaleeeeee, MayoDuckPie, maytha8, MB175, mbateman, mborzsony, mcnesium, mcrmonkey, mctaylors, mdaniels5757, mdc_systems, mdione, mdk, mdt, meaz, mee70, megakeegman, mehrad, meisam, melezhik, melonion, melroy89, Menelion, mengzhuo, Merith-TK, MerlijnWajer, meskobalazs, metamuffin, metawave, mewp, meyay, Mez, mf-in-mun, mfenniak, mfil, mfocko, mfxa, MGChecker, mguims, MHLut, mhughes9, mibar, micash, micchickenburger, michael-sparrow, MichaelAgarkov, michaelsasser, MichaelTen, mickenordin, micw, midirhee12, Miguel_PL, mih, Mikaela, mike710shine, mikolaj, milahu, milimarg, mimot, mimsee, minecraftchest1, MinimalMatt, minion, Miraha, mirkoperillo, mirrorwitch, mishra, misyl, mitchplze, mittorn, miversen33, mixed, mjesusdev, mjsir911, mjtimblin, mkobel, mlncn, mlucas, mmarif, mmeier, mmorais, mnalis, mnq, Moiety, mokapot, mokazemi, mondstern, monstorix, monty24, moonglum, moonshadow, moparisthebest, moralpanic, moritzdietz, Mormegil, Morpheus0x, MorsMortium, mortzu, morvy, mpsijm, MrEvil, mritunjayr, mrkwlsn, mrwsl, MSalah73, msavoritias, msfjarvis, msrd0, mst, mstuehrenberg, Mubelotix, muhaaliss, mumulhl, Mumulhl, Musselman, mvdkleijn, mverkleij, mwaddoups, mwerle, mxi223, myers, Mylloon, Mynacol, mysticmode, mzhang, n0toose, n2o, N4ta, Nafalan, naipotato, NameLessGO, nasmevka, natct, natkr, NatoBoram, Naxdy, nazunalika, ncc1988, nclm, neamtim, nebras, neighborsbear, neilvandyke, nekoedges, neomaitre, neonew, neox-libre, neox*, nercon, nette, networkException, neuhalje, Neureka, neuschaefer, Neustradamus, nevarr0, neveraskedtoexist, NextFire, nezbednik, ng-dm, nhathaway, nick3331, NickP, NickyTheNeko, NiclasPe, nicoco, NicolasCARPi, NicoleS, nicou, Nifou, Nightfirecat, nightfurysl2001, nightm4re, NihaAlGhul, nihilist1, niklaskorz, nikolayKeniston, nilesh, nilsph, Nirei, nis, Nitrousoxide, njmurarka, nlannuzel, nmmr, Nnnes, nnuuvv, nobodyinperson, noiro, noisytoot, noneangel, Nordfriese, NormPlum, nostar, notevil, noth, notpushkin, notyet, noureddin, npgo22, nrb, NRK, ntn888, Nulo, nvy, nykula, nyncral, nyx_lyb3ra, oatbiscuits, ocdtrekkie, OdinVex, oelmekki, oewbgoieqwb, oliphant, oliverpool, oltdaniel, om, omenos, Omichron, onerandomusername, onitake, openbrian, OrbitalMartian, orkut, ormai, oscarcp, oscarotero, oskardotglobal, ossie, otf31, Outbreak2096, overloop, ozgur, paintgoblin, panekj, panos, pasabanov, paspflue, pastk, pat-s, PatchMixolydic, patdyn, patka, patrickuhlmann, patricus, paulie-aus-punskas, paultag, paulvt, pavel_hushcha, pavi, payas, pboguslawski, Peaksol, pedroberg, pennersr, pensicus, pep., PeterDaveHello, petrcech, petris, peylight, pgmtx, philpep, Pi-Cla, picsel, PierreLannoy, pierreprinetti, pietervdvn, pinjontall94, pinskia, pipcet, Piturnah, pixelcode, PixelHamster, pkpkpkpk, PlayBoxTech, PlexSheep, pluhmen, pluk77, pmb, Pneuma, podhorsky-ksj, pointlessone, polettix, pollux88, polyfloyd, pomp, popey, Porkepix, Porrumentzio, post-factum, poVoq, prcek, privacy1st, PrivateNoob, programmerjake, ProjectPatatoe, Protestant, proton-ab, psa, psentee, psii, pswsm, puer-robustus, Puls3, purkwiat, PurpleBooth, puzzle-it-nu, pwall2222, pyfisch, pylixonly, q3yi, qaqland, QazCetelic, Qippur, qtea, quentin-bettoum, qui, Quitaxd, quokka, qwerty287, r-pufky, r-w-x, R1ckSanchez_C137, r3pek, rabit, raboof, radon512, rafadc, RagnarGrootKoerkamp, rahrah, raimue, raitobezarius, RaphGL, RaptaG, rarogcmex, raspher, rawkode, rdfm, rdsq, rdvn, rdwz, readevalprintloop, realaravinth, RealEnder, recreationalprogamer, recursive_recursion, redbeard, redwerkz, regalialong, reiver, removewingman, rempas, Renich, renken, ReptoxX, retarded-beast, revi, reynir, rfc2549, rguards, rhbvkleef, richardhuxton, Ricky-Tigg, rikh, ringofstorms, ripple_prozac, Rirusha, risottobias, RivenSkaye, RMM, rmorettibr, rmoriz, rmsc, roberth, robertk66, robko23, robsonwaves, RockWolf, rodrigo-gonzalez, rohandebsarkar, rohitkumarankam, rohitsharma09, RokeJulianLockhart, rolandd, romainreignier, rome-user, RonaldAJ, rosano, rosenpapazov, rosna2321, roughnecks, Routhinator, rpoovey, rrahl0, rsm92, rtfb, rudolph, rudolphfroger, ruikkaa, runxiyu, ruuda, ruurd, rvba, rwolters, rwv37, ryan-distrust.co, ryanlerch, Ryuno-Ki, s-l-s, s-light, s1m, s3lph, sachaz, sacm150, Sahtor, salif, salim, Salt, saltstack-admin, salzig, samcday, sammefishe, samrland, SamWhited, sandebert, sandro, sandwitch, santalet, sarahjamielewis, saurabh, sawntoe, sbatial, scabala, schelmo, Schoumi, schwarze, sclu1034, scMarkus, scruel, scy, sdht0, SDKAAA, sdolan99, sdomi, SeaswimmerTheFsh, SebasRebazCoding, senekor, Senku, senorsmile, seodisparate, Septem9er, serendipty01, SergeTheEngi, sergeyk, SerikaFrame, sertonix, Sertonix, Sevichecc, sevki, seyfu-t, sg-phoenix-technologies, ShadowJonathan, ShadowPeo, ShalokShalom, shamann, shanzez, shaowenwan, sheik, shgew, shinebayar-g, shisui, SHuRiKeN, Shuroii, Silejonu, silvasch, silverpill, SilverRainZ, silverwind, simendsjo, simonrolfmore, SIMULATAN, sininenkissa, sinsky, SinTan1729, sirhectorin, skedastically, Skivling, skobkin, Skylark13, Skyper, SLASHLogin, Slate3919, slatian, slingamn, SludgePhD, smartclip_tim, smichel17, smlxdesign, SmolLemon, smxi, sneakers-the-rat, snematoda, snooper3491, SnowCode, Snoweuph, soas, soc, sokai, solemden, solomonv, solonovamax, SomeTr, sosasees, soundstrip, sp6e, SpareJoe, SpencerFabricant, spiffyk, Spinning9247, spla, spooky-overwrite, Squel, SR-G, stanek, stavros-k, stb, stdedos, SteffoSpieler, steko, stelo, stephanm, stevenroose, sthagen, sthenault, stku, stooj, stop5, stratself, strega-nil, strk, strobeltobias, struffel, strypey, stsp, suikan4github, sujiba, sumisukyo, Sunner, sunwoo1524, superjamie, svenseeberg, svoop, swaggboi, Sylphrena, Synchro, syncstack, szethh, t4skforce, tacaly, tace16, tag, taifoss, tallship, talu, tampler, tardich, tarneaux, tclaus, tcpipuk, tdiekel, tebriel, TechnologyClassroom, techokami, Techwizz, tecosaur, ted423, tek256, tengkuizdihar, teo, tepozoa, testserver22, teutat3s, tgy, Thalian, ThatAF, thatonecalculator, thatonecoder, the-real-herowl, TheAwiteb, thebigbone, thecoolcats, thedustinmiller, TheEvilSkeleton, thefinn93, thefox, thekerker, thekeura, themandalorian, theoryshaw, thepaperpilot, therealpim, Thesola10, ThetaDev, thetredev, theycallhermax, thezzisu, thibaulltt, Thibaultmol, thilinajayanath, thisismissem, thodorisl, thomas-maurice, ThomasBoom89, thomasjwebb, thor, thosea, thubrecht, Thyxus, tianon, tilegg, tilera, till, tim-richter, timdeluxe, timedin, timka, timmwille, timotheyca, tiran133, tkbremnes, tmb, toasterbirb, tobiasBora, TobiasUdtke, TobiX, tobru, tofkamp, Tom3201, tomkarho, tonymet, toolforger, toothrot, toras9000, tpoisseau, tragivictoria, transitory, tranzystorekk, trymeout, tschortsch, tseeker, tuaris, tumult2004, tunmiam, tusooa, tuxcoder, tuxmaster, tuxracer, twann, twenty-panda, ty802, tyman, TymekV, uda, ujr, uku, umglurf, uncomfyhalomacro, unikitty, unixery, unlogic, untitaker, update.freak, urda, Use-AIrs, user_naa, VA1DER, vadim, vadiml1024, VadZ, VagabondAzulien, vai, VaiTon, Valenoern, valpackett, valvin, vandenoever, varp0n, VehementHam, ver4a, vetlehh, VewDev, vfosnar, vibce, viceice, VicinityNeurosis, victordargallo, vidya, vikaschoudhary, vintprox, VioletLul, virtulis, Visne, vladh, vlw, voidcontext, volkan, volkmnv, voltagex, vorlif, vpeltnt, vpotyarkin, vroyer, vsz, vtmocanu, VVD, vwbusguy, w8emv, wackbyte, waldyrious, wallabra, walpo, wang3076, wangito33, wangyan, waseigo, watertime, webbj, webfly2, Weebull, werdahias, Werenter, Werzi2001, wetneb, wezm, wh0ami, whitecold, WhyNotHugo, whytf, wickedsmoke, Wild-Turtles, William_Weber_Berrutti, winlogon, wintryexit, wisher, witcher, withlithum, WithLithum, wneessen, wolcen, wolfogre, wolftune, wondercollective, wongandj, woodruffw, woofman420, wookiefriseur, woutput, wrenix, WRMSR, wucke13, Wuzzy, wvffle, X1SystemError0X, XaviCC, xavidcr, xenrox, xerbalind, XeroX, xfix, Xinayder, xinnix, xlii, xlionjuan, xmort, xorander00, XOYZ69, xtex, xtrm, xunzi, xvello, xy, xyhhx, yaash, yann-soubeyrand, yannicka, yannikbloscheck, Yaourt, yarikoptic, yeager, yestax, yeziruo, yoctozepto, yonas, yongbin, yorunin, yp05327, ytimenkov, yuki0iq, yumechi, yumisea, yurtpage, Yushu, yuvi, yverry, zaid1442011, Zalexanninev15, zander, zareck, zbolo-wd, ZDev, zenobit, zerica, zeridon, zhaofengli, ZilloweZ, zimoun, Zip, zl4bv, zloidemon, zokki, zonrek, zontreck, zopsicle, zotan, Zottelchen, ztx, zub, Zughy, zukka77, zwanto, zyachel, zyphlar, ZzenlD