/[LeafOK_CVS]/lbbs/src/init.c
ViewVC logotype

Log of /lbbs/src/init.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Tag:

Revision 1.37 - (view) (annotate) - [select for diffs]
Sat Jan 3 10:27:14 2026 UTC (2 months, 1 week ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.36: +1 -1 lines
Diff to previous 1.36
Update copyright info


Revision 1.36 - (view) (annotate) - [select for diffs]
Fri Dec 19 06:16:27 2025 UTC (2 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.35: +7 -7 lines
Diff to previous 1.35
Append \n to the end of logging message by log_...()
Remove ending \n from each logging message


Revision 1.35 - (view) (annotate) - [select for diffs]
Tue Nov 11 00:28:05 2025 UTC (4 months ago) by sysadm
Branch: MAIN
Changes since 1.34: +4 -0 lines
Diff to previous 1.34
Use config.h


Revision 1.34 - (view) (annotate) - [select for diffs]
Wed Nov 5 04:19:21 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.33: +1 -1 lines
Diff to previous 1.33
Use enum / const int instead of macro define constant integers
Use const char * instead of macro define for constant strings


Revision 1.33 - (view) (annotate) - [select for diffs]
Tue Nov 4 14:58:56 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.32: +1 -1 lines
Diff to previous 1.32
Refine file header information comments


Revision 1.32 - (view) (annotate) - [select for diffs]
Tue Nov 4 13:49:51 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.31: +7 -15 lines
Diff to previous 1.31
Update file header information comments


Revision 1.31 - (view) (annotate) - [select for diffs]
Tue Oct 21 06:24:51 2025 UTC (4 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.30: +1 -10 lines
Diff to previous 1.30
Add user_list with data loader


Revision 1.30 - (view) (annotate) - [select for diffs]
Fri Oct 10 01:55:06 2025 UTC (5 months ago) by sysadm
Branch: MAIN
Changes since 1.29: +11 -0 lines
Diff to previous 1.29
Notify the author(s) of replied of topic / article in article_reply()


Revision 1.29 - (view) (annotate) - [select for diffs]
Wed Jul 2 04:17:33 2025 UTC (8 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
Support UTF8 instead of GBK


Revision 1.28 - (view) (annotate) - [select for diffs]
Sat Jun 21 02:15:18 2025 UTC (8 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.27: +6 -6 lines
Diff to previous 1.27
Re-order included order files


Revision 1.27 - (view) (annotate) - [select for diffs]
Sat Jun 21 01:34:12 2025 UTC (8 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.26: +0 -1 lines
Diff to previous 1.26
Remove unused header files


Revision 1.26 - (view) (annotate) - [select for diffs]
Tue Jun 17 13:17:04 2025 UTC (8 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.25: +0 -2 lines
Diff to previous 1.25
Move macro definitions to autoconf


Revision 1.25 - (view) (annotate) - [select for diffs]
Mon Jun 16 14:30:44 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.24: +4 -1 lines
Diff to previous 1.24
Change gcc std to c17
Update header macro accordingly


Revision 1.24 - (view) (annotate) - [select for diffs]
Thu Jun 5 08:36:02 2025 UTC (9 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.23: +3 -3 lines
Diff to previous 1.23
Listen at both telnet and ssh port


Revision 1.23 - (view) (annotate) - [select for diffs]
Thu Jun 5 05:24:56 2025 UTC (9 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
Add SSH2 support


Revision 1.22 - (view) (annotate) - [select for diffs]
Wed Jun 4 13:27:09 2025 UTC (9 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.21: +98 -41 lines
Diff to previous 1.21
Refact config parser


Revision 1.21 - (view) (annotate) - [select for diffs]
Sun Jun 1 03:07:42 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.20: +9 -0 lines
Diff to previous 1.20
Add max connection and connection per ip limit


Revision 1.20 - (view) (annotate) - [select for diffs]
Tue May 13 11:32:01 2025 UTC (10 months ago) by sysadm
Branch: MAIN
Changes since 1.19: +12 -4 lines
Diff to previous 1.19
Refine


Revision 1.19 - (view) (annotate) - [select for diffs]
Tue May 13 07:30:10 2025 UTC (10 months ago) by sysadm
Branch: MAIN
Changes since 1.18: +6 -14 lines
Diff to previous 1.18
Refine daemon startup/cleanup


Revision 1.18 - (view) (annotate) - [select for diffs]
Tue May 6 05:31:26 2025 UTC (10 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.17: +3 -4 lines
Diff to previous 1.17
Update copyright and license information


Revision 1.17 - (view) (annotate) - [select for diffs]
Mon May 5 14:27:57 2025 UTC (10 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
Refine for strict GCC error check


Revision 1.16 - (view) (annotate) - [select for diffs]
Mon May 5 11:46:04 2025 UTC (10 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
Refine


Revision 1.15 - (view) (annotate) - [select for diffs]
Sun May 4 14:54:55 2025 UTC (10 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.14: +19 -6 lines
Diff to previous 1.14
Refine


Revision 1.14 - (view) (annotate) - [select for diffs]
Fri May 2 03:32:19 2025 UTC (10 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.13: +1 -0 lines
Diff to previous 1.13
Refine


Revision 1.13 - (view) (annotate) - [select for diffs]
Wed Apr 30 09:18:19 2025 UTC (10 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.12: +4 -0 lines
Diff to previous 1.12
Add missing header files
Update compile dependency


Revision 1.12 - (view) (annotate) - [select for diffs]
Mon Apr 28 12:45:57 2025 UTC (10 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.11: +4 -0 lines
Diff to previous 1.11
Remove legacy code and refine


Revision 1.11 - (view) (annotate) - [select for diffs]
Mon Apr 28 03:30:59 2025 UTC (10 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.10: +91 -93 lines
Diff to previous 1.10
Update


Revision 1.10 - (view) (annotate) - [select for diffs]
Sat May 7 12:08:28 2005 UTC (20 years, 10 months ago) by sysadm
Branch: MAIN
CVS Tags: lbbs_1-0-0-0_MIL
Changes since 1.9: +1 -6 lines
Diff to previous 1.9
*** empty log message ***


Revision 1.9 - (view) (annotate) - [select for diffs]
Sun Mar 20 17:37:14 2005 UTC (21 years ago) by sysadm
Branch: MAIN
Changes since 1.8: +6 -6 lines
Diff to previous 1.8
*** empty log message ***


Revision 1.8 - (view) (annotate) - [select for diffs]
Sun Mar 20 14:37:37 2005 UTC (21 years ago) by sysadm
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
*** empty log message ***


Revision 1.7 - (view) (annotate) - [select for diffs]
Thu Mar 17 10:48:46 2005 UTC (21 years ago) by sysadm
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
*** empty log message ***


Revision 1.6 - (view) (annotate) - [select for diffs]
Fri Oct 22 15:20:32 2004 UTC (21 years, 4 months ago) by sysadm
Branch: MAIN
Changes since 1.5: +6 -0 lines
Diff to previous 1.5
*** empty log message ***


Revision 1.5 - (view) (annotate) - [select for diffs]
Wed Oct 20 07:46:32 2004 UTC (21 years, 5 months ago) by sysadm
Branch: MAIN
Changes since 1.4: +19 -12 lines
Diff to previous 1.4
*** empty log message ***


Revision 1.4 - (view) (annotate) - [select for diffs]
Tue Oct 19 17:11:39 2004 UTC (21 years, 5 months ago) by sysadm
Branch: MAIN
Changes since 1.3: +74 -1 lines
Diff to previous 1.3
*** empty log message ***


Revision 1.3 - (view) (annotate) - [select for diffs]
Mon Oct 18 11:34:15 2004 UTC (21 years, 5 months ago) by sysadm
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
Fix bug


Revision 1.2 - (view) (annotate) - [select for diffs]
Mon Oct 18 08:44:54 2004 UTC (21 years, 5 months ago) by sysadm
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
indent


Revision 1.1 - (view) (annotate) - [select for diffs]
Mon Oct 18 08:16:49 2004 UTC (21 years, 5 months ago) by sysadm
Branch: MAIN
Daemon initialize


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1