ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/motd.h
Revision 7330 - (view) (annotate) - [select for diffs]
Modified Fri Feb 19 17:50:13 2016 UTC (9 years, 6 months ago) by michael
File length: 3543 byte(s)
Diff to previous 7006
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
  we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
  doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
  forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
  associated with it.

Revision 7006 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:07:54 2016 UTC (9 years, 7 months ago) by michael
File length: 3543 byte(s)
Diff to previous 6514
- Update copyright years

Revision 6514 - (view) (annotate) - [select for diffs]
Modified Sun Sep 6 19:26:18 2015 UTC (9 years, 11 months ago) by michael
File length: 3543 byte(s)
Diff to previous 6363
- motd.h, motd.c: have motd_signon() use date_iso8601()

Revision 6363 - (view) (annotate) - [select for diffs]
Modified Wed Aug 19 09:59:26 2015 UTC (10 years ago) by michael
File length: 3543 byte(s)
Diff to previous 6315
- Remove unused header includes

Revision 6315 - (view) (annotate) - [select for diffs]
Modified Wed Aug 5 14:50:08 2015 UTC (10 years ago) by michael
File length: 3558 byte(s)
Diff to previous 5347
- Make use of enums some more

Revision 5347 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:42:20 2015 UTC (10 years, 7 months ago) by michael
File length: 3551 byte(s)
Diff to previous 4565
- Update copyright years

Revision 4565 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:27:40 2014 UTC (11 years ago) by michael
File length: 3551 byte(s)
Diff to previous 4479
- Update GPL 2 license headers

Revision 4479 - (view) (annotate) - [select for diffs]
Modified Thu Aug 14 16:18:31 2014 UTC (11 years ago) by michael
File length: 3547 byte(s)
Diff to previous 4351
- Fixed compile warnings

Revision 4351 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 17:20:32 2014 UTC (11 years ago) by michael
File length: 3532 byte(s)
Diff to previous 4348
- motd.h, motd.c: renamed Motd::hostmask to just Motd::mask just because it's kinda
  missleading since the mask can also be a class name

Revision 4348 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 17:14:44 2014 UTC (11 years ago) by michael
File length: 3536 byte(s)
Diff to previous 2865
- motd.h, motd.c: clean up/fix comments

Revision 2865 - (view) (annotate) - [select for diffs]
Modified Sun Jan 19 14:35:22 2014 UTC (11 years, 7 months ago) by michael
File length: 3525 byte(s)
Diff to previous 2410
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years

Revision 2410 - (view) (annotate) - [select for diffs]
Modified Fri Jul 19 15:44:09 2013 UTC (12 years, 1 month ago) by michael
File length: 3521 byte(s)
Diff to previous 2168
- motd.(c|h): fixed core with zero byte length ircd.motd. Reported by Fawkes

Revision 2168 - (view) (annotate) - [select for diffs]
Modified Sun Jun 2 20:08:01 2013 UTC (12 years, 2 months ago) by michael
File length: 3522 byte(s)
Diff to previous 2167
- motd.c, motd.h: fix compile warnings

Revision 2167 - (view) (annotate) - [select for diffs]
Modified Sun Jun 2 20:02:51 2013 UTC (12 years, 2 months ago) by michael
File length: 3522 byte(s)
Diff to previous 2164
- motd.c, motd.h: add support for ip masks

Revision 2164 - (view) (annotate) - [select for diffs]
Modified Sun Jun 2 19:42:58 2013 UTC (12 years, 2 months ago) by michael
File length: 3469 byte(s)
Diff to previous 2150
- motd.h, motd.c: minor cleanups. use 'unsigned' whenever possible

Revision 2150 - (view) (annotate) - [select for diffs]
Modified Fri May 31 18:39:43 2013 UTC (12 years, 2 months ago) by michael
File length: 3462 byte(s)
Diff to previous 1737
- Implement motd{} configuration blocks based on ircu's implementation

Revision 1737 - (view) (annotate) - [select for diffs]
Modified Mon Jan 14 17:37:55 2013 UTC (12 years, 7 months ago) by michael
File length: 1840 byte(s)
Diff to previous 1592
- Quick and dirty workaround to fix build on GNU/Hurd
  because of undefined PATH_MAX

Revision 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (12 years, 10 months ago) by michael
File length: 1836 byte(s)
Diff to previous 1446
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1446 - (view) (annotate) - [select for diffs]
Modified Mon Jun 25 20:05:12 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8/include/motd.h
File length: 1836 byte(s)
Diff to previous 1156
- Removed OMOTD
--- Diese und die folgenden Zeilen werden ignoriert --

M    include/defaults.h
M    include/conf.h
M    include/numeric.h
M    include/motd.h
M    src/s_user.c
M    src/messages.tab
M    src/motd.c
M    src/ircd.c
M    modules/Makefile.in
M    modules/m_challenge.c
M    modules/m_oper.c
D    modules/m_omotd.c
M    modules/m_rehash.c
M    modules/Makefile.am
M    NEWS

Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/include/motd.h
File length: 1849 byte(s)
Diff to previous 1155
- create ircd-hybrid-8 "branch"

Revision 1155 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid/include/motd.h
File length: 1849 byte(s)
Diff to previous 1029
- recreate "trunk"

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.3/include/motd.h
File length: 1849 byte(s)
Diff to previous 1028
- branch off trunk to create 7.3 branch
Revision 1028 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:03:38 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid/include/motd.h
File length: 1849 byte(s)
Diff to previous 1013
- move ircd-hybrid-7.2 to trunk

Revision 1013 - (view) (annotate) - [select for diffs]
Modified Sun Oct 18 14:26:49 2009 UTC (15 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/include/motd.h
File length: 1849 byte(s)
Diff to previous 34
- Add -Wextra -Wcast-align -Wbad-function-cast to CFLAGS if --enable-warnings is specified
- Fixed several compile warnings
- 64-bit cleanliness fixes, e.g., reorganize data structures to reduce storage/unnecessary padding

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid-7.2/include/motd.h
File length: 1849 byte(s)
Diff to previous 33
create 7.2 branch, we can move/rename it as needed.


Revision 33 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:50:00 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/include/motd.h
File length: 1849 byte(s)
Diff to previous 32
- svn:keywords

Revision 32 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/include/motd.h
File length: 1849 byte(s)
Diff to previous 31
- svn:keywords

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/include/motd.h
File length: 1849 byte(s)
Diff to previous 30
- Fix svn:keywords

Revision 30 - (view) (annotate) - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid/include/motd.h
File length: 1897 byte(s)
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a