ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_unkline.c
Revision 6628 - (view) (annotate) - [select for diffs]
Modified Sat Oct 24 13:29:47 2015 UTC (10 years, 9 months ago) by michael
File length: 6137 byte(s)
Diff to previous 6354
- Rename uconf_items to shared_items and oconf_items to operator_items

Revision 6354 - (view) (annotate) - [select for diffs]
Modified Fri Aug 14 17:53:44 2015 UTC (10 years, 11 months ago) by michael
File length: 6136 byte(s)
Diff to previous 6318
- Rename server capabilities flags from CAP_* to CAPAB_*

Revision 6318 - (view) (annotate) - [select for diffs]
Modified Wed Aug 5 16:04:43 2015 UTC (10 years, 11 months ago) by michael
File length: 6128 byte(s)
Diff to previous 6259
- Get rid of UMODE_ALL

Revision 6259 - (view) (annotate) - [select for diffs]
Modified Sat Jul 11 12:18:43 2015 UTC (11 years ago) by michael
File length: 6121 byte(s)
Diff to previous 5956
- Set keyword and eol-style properties

Revision 5956 - (view) (annotate) - [select for diffs]
Modified Sat May 9 19:53:09 2015 UTC (11 years, 2 months ago) by michael
File length: 6121 byte(s)
Diff to previous 5881
- Removed useless header includes

Revision 5881 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:04:15 2015 UTC (11 years, 2 months ago) by michael
File length: 6142 byte(s)
Diff to previous 5864
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER

Revision 5864 - (view) (annotate) - [select for diffs]
Modified Tue Apr 28 12:23:30 2015 UTC (11 years, 2 months ago) by michael
File length: 5996 byte(s)
Diff to previous 5833
- Removed useless zero initializers from the module_entry as suggested by Adam

Revision 5833 - (view) (annotate) - [select for diffs]
Modified Sun Apr 26 16:53:07 2015 UTC (11 years, 3 months ago) by michael
File length: 6084 byte(s)
Diff to previous 5796
- m_undline.c, m_unkline.c: deduplication
- m_unxline.c: renamed functions

Revision 5796 - (view) (annotate) - [select for diffs]
Modified Fri Apr 17 16:12:30 2015 UTC (11 years, 3 months ago) by michael
File length: 6450 byte(s)
Diff to previous 5776
- Minor cleanups to CAPAB related code

Revision 5776 - (view) (annotate) - [select for diffs]
Modified Sat Apr 4 17:31:30 2015 UTC (11 years, 3 months ago) by michael
File length: 6453 byte(s)
Diff to previous 5347
- Changed some function to void if we don't need a return value
- Have some other functions return saner values

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

Revision 5014 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 17:51:47 2014 UTC (11 years, 7 months ago) by michael
File length: 6455 byte(s)
Diff to previous 4986
- Removed unused header includes:wq

Revision 4986 - (view) (annotate) - [select for diffs]
Modified Mon Dec 8 14:49:13 2014 UTC (11 years, 7 months ago) by michael
File length: 6473 byte(s)
Diff to previous 4890
- m_unkline.c: merged ms_unkline() and me_unkline(); removed unused encap handler

Revision 4890 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 17:10:46 2014 UTC (11 years, 8 months ago) by michael
File length: 7195 byte(s)
Diff to previous 4635
- Style corrections

Revision 4635 - (view) (annotate) - [select for diffs]
Modified Sun Sep 21 10:49:27 2014 UTC (11 years, 10 months ago) by michael
File length: 7193 byte(s)
Diff to previous 4565
- m_kline.c, m_unkline.c: allow servers to add/remove KLINEs

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

Revision 4545 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 08:46:13 2014 UTC (11 years, 11 months ago) by michael
File length: 7192 byte(s)
Diff to previous 4415
- Implemented pseudo {} blocks (service aliases)
- Fixed compile warnings with -Wmissing-field-initializers

Revision 4415 - (view) (annotate) - [select for diffs]
Modified Thu Aug 7 14:09:36 2014 UTC (11 years, 11 months ago) by michael
File length: 7186 byte(s)
Diff to previous 3792
- Removed ipv6 detection. We now assume all systems that run hybrid have
  ipv6 availability and sockaddr_storage.

Revision 3792 - (view) (annotate) - [select for diffs]
Modified Mon Jun 2 23:32:58 2014 UTC (12 years, 1 month ago) by michael
File length: 7205 byte(s)
Diff to previous 3368
- m_xline.c, m_unkline.c: whitespace commit

Revision 3368 - (view) (annotate) - [select for diffs]
Modified Mon Apr 21 14:24:16 2014 UTC (12 years, 3 months ago) by michael
File length: 7206 byte(s)
Diff to previous 3365
- Style corrections

Revision 3365 - (view) (annotate) - [select for diffs]
Modified Mon Apr 21 11:32:40 2014 UTC (12 years, 3 months ago) by michael
File length: 7236 byte(s)
Diff to previous 3363
- doxygen

Revision 3363 - (view) (annotate) - [select for diffs]
Modified Mon Apr 21 11:19:50 2014 UTC (12 years, 3 months ago) by michael
File length: 7291 byte(s)
Diff to previous 3351
- Doxygen
- Update help/undline

Revision 3351 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:17:58 2014 UTC (12 years, 3 months ago) by michael
File length: 6022 byte(s)
Diff to previous 3350
- svn propset on m_unkline.c

Revision 3350 - (view) (annotate) - [select for diffs]
Added Sun Apr 20 14:17:26 2014 UTC (12 years, 3 months ago) by michael
File length: 6077 byte(s)
- Added m_unkline.c and moved all UNKLINE related code into it

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