Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: florian-sander/stats.mod
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: michaelortmann/stats.mod
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.

Commits on Dec 12, 2022

  1. dos2unix

    michaelortmann committed Dec 12, 2022
    Copy the full SHA
    f38206a View commit details
  2. Copy the full SHA
    19f9ab6 View commit details
  3. Remove object files

    michaelortmann committed Dec 12, 2022
    Copy the full SHA
    2f574a2 View commit details
  4. Copy the full SHA
    7430dbf View commit details
  5. Fix typos

    michaelortmann committed Dec 12, 2022
    Copy the full SHA
    478201a View commit details
  6. More dos2unix

    michaelortmann committed Dec 12, 2022
    Copy the full SHA
    b4deb79 View commit details
  7. Cleanup

    michaelortmann committed Dec 12, 2022
    Copy the full SHA
    012d446 View commit details
  8. Copy the full SHA
    4a0ab59 View commit details
  9. Fix format time_t

    michaelortmann committed Dec 12, 2022
    Copy the full SHA
    49dc3b9 View commit details
  10. Copy the full SHA
    1e69205 View commit details
  11. Fix unused-function

    michaelortmann committed Dec 12, 2022
    Copy the full SHA
    245373f View commit details
  12. Fix format bug

    michaelortmann committed Dec 12, 2022
    Copy the full SHA
    8d9e643 View commit details
  13. Fix more format bugs

    michaelortmann committed Dec 12, 2022
    Copy the full SHA
    bd692bf View commit details
  14. Copy the full SHA
    5957557 View commit details
  15. Fix return-type

    michaelortmann committed Dec 12, 2022
    Copy the full SHA
    34e4f79 View commit details
  16. Copy the full SHA
    2953d25 View commit details

Commits on Oct 4, 2023

  1. Fixes for 1.7

    Fix typo
    
    Fix stringop-truncation, strncpy() -> strlcpy()
    
    Cleanup alloc()
    
    Remove Context
    
    Fixed heap-buffer-overflow
    
    Remove sensors_old.c
    
    Remove dead code / deprecated workaround regarding ctime()
    
    Remove CVS keyword
    
    Fix umlaut
    
    Fix format-truncation
    
    Fix address
    
    Fix URL
    michaelortmann authored and Michael Ortmann committed Oct 4, 2023
    Copy the full SHA
    dc6ed58 View commit details

Commits on Oct 17, 2023

  1. Fixes for 1.8

    Add FIXME for heap-use-after-free
    
    Added doc for expire-base and expire-factor and removed unused config options expire-users and expire-delay
    
    Fix percent-encoding for 0-9 and -._~
    
    Added config file option: autoadd-welcome
    Michael Ortmann committed Oct 17, 2023
    Copy the full SHA
    7d58f6d View commit details

Commits on Jan 11, 2024

  1. Fixes for 1.9

    Cleanup egg_check_chan_desynch()
    
    Fix illegal character encoding in string literal
    
    Fix schan_expmem()
    
    Fix typo
    Michael Ortmann committed Jan 11, 2024
    Copy the full SHA
    3170c3f View commit details

Commits on Feb 3, 2024

  1. Fixes for 1.10

    Fix buffer sizes
    Michael Ortmann committed Feb 3, 2024
    Copy the full SHA
    9b8f763 View commit details

Commits on Mar 17, 2024

  1. Fixes for 1.11

    Fix heap-use-after-free
    
    Enhance FIXME comment for heap-use-after-free
    
    Fix typo
    
    Update templates/stats/classic/credits.tpl
    
    More dos2unix
    Michael Ortmann committed Mar 17, 2024
    Copy the full SHA
    d6bd5db View commit details

Commits on Mar 29, 2024

  1. Create LICENSE

    michaelortmann authored Mar 29, 2024
    Copy the full SHA
    c0e2646 View commit details

Commits on Jun 1, 2024

  1. Fixes for 1.12

    Fix restrict
    
    Fix typo
    
    Fix comparison
    
    Fix stats.help [Patch by: wilk wilkowy]
    Michael Ortmann authored and michaelortmann committed Jun 1, 2024
    Copy the full SHA
    2b7722d View commit details

Commits on Jun 5, 2024

  1. Fixes for 1.13

    Fix heap-buffer-overflow
    michaelortmann committed Jun 5, 2024
    Copy the full SHA
    18ac8e3 View commit details

Commits on Jun 11, 2024

  1. Fixes for 1.14

    Fix heap-use-after-free
    
    requires eggheads/eggdrop#1610)
    michaelortmann committed Jun 11, 2024
    Copy the full SHA
    02ff991 View commit details

Commits on Nov 28, 2024

  1. Fixes for 1.15

    Tcl_AppendResult() -> Tcl_SetResult()
    
    Fix typo: prcedure -> procedure
    
    Cleanup
    michaelortmann committed Nov 28, 2024
    Copy the full SHA
    08869f7 View commit details
Showing with 6,345 additions and 10,913 deletions.
  1. +0 −1,544 DATAHANDLING.~C
  2. +339 −0 LICENSE
  3. +2 −2 Makefile
  4. +16 −15 README
  5. +72 −5 UPDATES
  6. +1 −1 addons/anticheat_buggy_dont_use_it.tcl
  7. +16 −16 addons/backup.tcl
  8. +213 −213 addons/stats.php
  9. +0 −92 compat/Makefile
  10. +0 −92 compat/Makefile.in
  11. +0 −35 compat/compat.h
  12. +0 −1,257 compat/gnu_strftime.c
  13. +0 −186 compat/inet_aton.c
  14. +0 −40 compat/inet_aton.h
  15. BIN compat/inet_aton.o
  16. +0 −35 compat/memcpy.c
  17. +0 −38 compat/memcpy.h
  18. BIN compat/memcpy.o
  19. +0 −35 compat/memset.c
  20. +0 −42 compat/memset.h
  21. BIN compat/memset.o
  22. +0 −720 compat/snprintf.c
  23. +0 −49 compat/snprintf.h
  24. BIN compat/snprintf.o
  25. +0 −50 compat/strcasecmp.c
  26. +0 −46 compat/strcasecmp.h
  27. BIN compat/strcasecmp.o
  28. +0 −35 compat/strftime.c
  29. +0 −42 compat/strftime.h
  30. BIN compat/strftime.o
  31. +33 −33 core/compat/noegg.c
  32. +35 −35 core/compat/noegg.h
  33. +110 −114 core/core.c
  34. +166 −166 core/data.h
  35. +396 −412 core/data_sorting.c
  36. +1,335 −1,364 core/datahandling.c
  37. +157 −156 core/generic_linked_list.c
  38. +84 −85 core/global_vars.c
  39. +1 −3 core/http_processing.c
  40. +120 −120 core/llists.c
  41. +14 −20 core/mini_httpd.c
  42. +3 −4 core/misc.c
  43. +112 −112 core/schan.c
  44. +28 −28 core/schan.h
  45. +0 −1 core/schan_interface.c
  46. +281 −283 core/sensors.c
  47. +38 −40 core/slang.c
  48. +0 −7 core/slang.h
  49. +117 −117 core/slang_chanlang.c
  50. +12 −15 core/slang_stats_commands.c
  51. +166 −171 core/templates.c
  52. +76 −76 core/templates.h
  53. +89 −89 core/templates_commands.c
  54. +255 −258 core/templates_content.c
  55. +47 −47 core/templates_httpd_commands.c
  56. +104 −104 core/templates_skin.c
  57. +101 −101 core/templates_standard_commands.c
  58. +11 −19 core/templates_stats_commands.c
  59. +82 −82 core/templates_template.c
  60. +213 −217 core/user.c
  61. +14 −28 core/userrec.c
  62. +1 −2 core/userrec.h
  63. +2 −3 core/vars.c
  64. +1 −21 dcccmds.c
  65. +19 −19 egg_bindings.c
  66. +2 −4 egg_chancontrol.c
  67. +5 −13 egg_net.c
  68. +10 −6 generic_binary_tree.c
  69. +2 −6 help/set/stats.help
  70. +52 −27 help/stats.help
  71. +1 −1 language/stats.en.lang
  72. +0 −1 misc.c
  73. +0 −7 msgcmds.c
  74. +4 −25 pubcmds.c
  75. +0 −465 sensors_old.c
  76. +506 −521 stats.c
  77. +8 −8 stats.conf
  78. +1 −2 stats.h
  79. +16 −29 tclstats.c
  80. +9 −9 templates/stats/classic/404.tpl
  81. +28 −28 templates/stats/classic/chan.tpl
  82. +43 −43 templates/stats/classic/channel_load.tpl
  83. +202 −202 templates/stats/classic/classic.de.lang
  84. +28 −28 templates/stats/classic/classic.skin
  85. +12 −12 templates/stats/classic/credits.tpl
  86. +4 −4 templates/stats/classic/debug.skin
  87. +11 −11 templates/stats/classic/facts.tpl
  88. +82 −82 templates/stats/classic/graphs.tpl
  89. +14 −14 templates/stats/classic/hosts.tpl
  90. +13 −13 templates/stats/classic/kicks.tpl
  91. +23 −23 templates/stats/classic/loginerror.tpl
  92. +35 −35 templates/stats/classic/misc.tpl
  93. +8 −8 templates/stats/classic/navbar.tpl
  94. +50 −50 templates/stats/classic/onchan.tpl
  95. +17 −17 templates/stats/classic/password_emailed.tpl
  96. +37 −37 templates/stats/classic/root.tpl
  97. +54 −54 templates/stats/classic/top.tpl
  98. +10 −10 templates/stats/classic/topics.tpl
  99. +11 −11 templates/stats/classic/urls.tpl
  100. +27 −27 templates/stats/classic/userlist.tpl
  101. +32 −32 templates/stats/classic/userlogin.tpl
  102. +93 −93 templates/stats/classic/usersettings.tpl
  103. +13 −13 templates/stats/classic/wordstats.tpl
Loading