ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_unkline.c
Revision 8829 - (view) (annotate) - [select for diffs]
Modified Sat Feb 2 16:51:30 2019 UTC (5 years, 2 months ago) by michael
File length: 6177 byte(s)
Diff to previous 8752
- conf_connect_allowed, find_conf_by_address, find_address_conf, find_dline_conf: drop the aftype argument

Revision 8752 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:07:01 2019 UTC (5 years, 3 months ago) by michael
File length: 6311 byte(s)
Diff to previous 8680
- Update copyright years

Revision 8680 - (view) (annotate) - [select for diffs]
Modified Sat Nov 24 18:49:24 2018 UTC (5 years, 4 months ago) by michael
File length: 6311 byte(s)
Diff to previous 8670
- More parse_aline() tweaks

Revision 8670 - (view) (annotate) - [select for diffs]
Modified Sat Nov 24 13:32:28 2018 UTC (5 years, 4 months ago) by michael
File length: 6314 byte(s)
Diff to previous 8658
- Cleanup parse_aline() related code

Revision 8658 - (view) (annotate) - [select for diffs]
Modified Mon Nov 12 19:03:09 2018 UTC (5 years, 5 months ago) by michael
File length: 6141 byte(s)
Diff to previous 8279
- Make use of the bool data type in some more places

Revision 8279 - (view) (annotate) - [select for diffs]
Modified Tue Feb 20 19:30:13 2018 UTC (6 years, 1 month ago) by michael
File length: 6125 byte(s)
Diff to previous 8166
- Update copyright years

Revision 8166 - (view) (annotate) - [select for diffs]
Modified Sun Apr 9 16:09:54 2017 UTC (7 years ago) by michael
File length: 6125 byte(s)
Diff to previous 7924
- Move all CAPAB related code to server_capab.c, and server_capab.h

Revision 7924 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:57:08 2016 UTC (7 years, 3 months ago) by michael
File length: 6132 byte(s)
Diff to previous 7429
- Update copyright years

Revision 7429 - (view) (annotate) - [select for diffs]
Modified Mon Mar 7 17:47:07 2016 UTC (8 years, 1 month ago) by michael
File length: 6132 byte(s)
Diff to previous 7209
- parse_aline() cleanups

Revision 7209 - (view) (annotate) - [select for diffs]
Modified Wed Feb 3 15:10:39 2016 UTC (8 years, 2 months ago) by michael
File length: 6135 byte(s)
Diff to previous 7095
- Clustering has been broken in -r7159. Rewrote most of the shared/cluster implementation to be less obscure.
  This introduces a little bit of code duplication, but increases readability, is less error prone, and
  reduces memory consumption a bit.

Revision 7095 - (view) (annotate) - [select for diffs]
Modified Fri Jan 22 17:46:42 2016 UTC (8 years, 2 months ago) by michael
File length: 6142 byte(s)
Diff to previous 7006
- Improve documentation

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

Revision 6628 - (view) (annotate) - [select for diffs]
Modified Sat Oct 24 13:29:47 2015 UTC (8 years, 5 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 (8 years, 8 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 (8 years, 8 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 (8 years, 9 months 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 (8 years, 11 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 (8 years, 11 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 (8 years, 11 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 (8 years, 11 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 (9 years 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 (9 years 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 (9 years, 3 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 (9 years, 4 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 (9 years, 4 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 (9 years, 4 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 (9 years, 6 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 (9 years, 7 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 (9 years, 7 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 (9 years, 8 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 (9 years, 10 months 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 (9 years, 11 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 (9 years, 11 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 (9 years, 11 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 (9 years, 11 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 (9 years, 11 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