Oragono's grumpy little brother.
Go to file
kayos@tcp.direct 4aed6be9ed
Apply upstream patch 68bd2d87e0
Signed-off-by: kayos@tcp.direct <kayos@tcp.direct>
2022-08-26 02:36:37 -07:00
.github/workflows CI: Hello darkness my old friend 2022-05-01 17:19:45 -07:00
distrib Fix ircd/ircd#6 2022-07-06 01:36:51 -07:00
irc Apply upstream patch 68bd2d87e0 2022-08-26 02:36:37 -07:00
.gitattributes Revert "new database schema" 2022-02-28 00:34:09 -08:00
.gitignore Merge branch 'master' of https://github.com/ergochat/ergo into kayos 2021-09-16 01:24:49 -07:00
.gitmodules run irctest in travis 2020-09-22 10:15:18 -04:00
LICENSE Revert "new database schema" 2022-02-28 00:34:09 -08:00
Makefile Move connection notification, fix capdefs and tests 2021-10-30 07:26:47 +00:00
README.md Fix wildly inaccurate bloat stats from vendor folder 2022-03-09 00:16:40 -08:00
default.yaml formatting and semantics 2021-10-23 00:55:30 -07:00
ergo.go Change: name 2021-12-26 03:14:45 -08:00
formatting.motd Change: name 2021-12-26 03:14:45 -08:00
gencapdefs.py Caps: update with removals 2022-05-01 17:27:23 -07:00
go.mod Change: name 2021-12-26 03:14:45 -08:00
go.sum Refactor: Join command 2021-12-19 14:26:54 -08:00
traditional.yaml formatting and semantics 2021-10-23 00:55:30 -07:00

ircd.chat

Oragono's grumpy little brother.

Changes:

  • History gutted
  • MySQL erradicated
  • Diverge from lots of "override" logic
  • Handle errors that were previously ignored
  • Accurately document all of the changes

Bloat Comparison

Ergo

Examining 379 file(s)
                          Ohloh Line Count Summary                          

Language          Files       Code    Comment  Comment %      Blank      Total
----------------  -----  ---------  ---------  ---------  ---------  ---------
golang              132      27850       2936       9.5%       4305      35091
python                4        679         92      11.9%         88        859
shell                 3         66         13      16.5%         18         97
xml                   1         48          0       0.0%          0         48
ampl                  1         39          0       0.0%          6         45
make                  1         38          0       0.0%         11         49
----------------  -----  ---------  ---------  ---------  ---------  ---------
Total               142      28720       3041       9.6%       4428      36189

ircd.chat

Examining 162 file(s)
                          Ohloh Line Count Summary                          

Language          Files       Code    Comment  Comment %      Blank      Total
----------------  -----  ---------  ---------  ---------  ---------  ---------
golang              122      24886       2718       9.8%       3895      31499
python                1        209         18       7.9%         16        243
shell                 3         66         13      16.5%         18         97
ampl                  1         38          0       0.0%          6         44
make                  1         36          0       0.0%         11         47
----------------  -----  ---------  ---------  ---------  ---------  ---------
Total               128      25235       2749       9.8%       3946      31930

As of writing, 3,485 lines of code have been removed from ergo.