ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/m_undline.c
Revision 7428 - (view) (annotate) - [select for diffs]
Modified Mon Mar 7 17:46:09 2016 UTC (8 years, 1 month ago) by michael
File length: 5889 byte(s)
Diff to previous 7208
- parse_aline() cleanups

Revision 7208 - (view) (annotate) - [select for diffs]
Modified Wed Feb 3 15:06:47 2016 UTC (8 years, 2 months ago) by michael
File length: 5892 byte(s)
Diff to previous 7096
- Clustering has been broken in -r7158. 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 7096 - (view) (annotate) - [select for diffs]
Modified Fri Jan 22 17:47:00 2016 UTC (8 years, 2 months ago) by michael
File length: 5903 byte(s)
Diff to previous 7007
- Improve documentation

Revision 7007 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:09:08 2016 UTC (8 years, 3 months ago) by michael
File length: 5898 byte(s)
Diff to previous 6627
- Update copyright years

Revision 6627 - (view) (annotate) - [select for diffs]
Modified Sat Oct 24 13:27:43 2015 UTC (8 years, 5 months ago) by michael
File length: 5898 byte(s)
Diff to previous 6353
- Rename uconf_items to shared_items and oconf_items to operator_items

Revision 6353 - (view) (annotate) - [select for diffs]
Modified Fri Aug 14 17:50:40 2015 UTC (8 years, 8 months ago) by michael
File length: 5897 byte(s)
Diff to previous 6317
- Rename server capabilities flags from CAP_* to CAPAB_*

Revision 6317 - (view) (annotate) - [select for diffs]
Modified Wed Aug 5 16:03:09 2015 UTC (8 years, 8 months ago) by michael
File length: 5889 byte(s)
Diff to previous 6258
- Get rid of UMODE_ALL

Revision 6258 - (view) (annotate) - [select for diffs]
Modified Sat Jul 11 12:18:30 2015 UTC (8 years, 9 months ago) by michael
File length: 5882 byte(s)
Diff to previous 5957
- Set keyword and eol-style properties

Revision 5957 - (view) (annotate) - [select for diffs]
Modified Sat May 9 19:54:23 2015 UTC (8 years, 11 months ago) by michael
File length: 5882 byte(s)
Diff to previous 5880
- Removed useless header includes

Revision 5880 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:01:42 2015 UTC (8 years, 11 months ago) by michael
File length: 5903 byte(s)
Diff to previous 5863
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER

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

Revision 5835 - (view) (annotate) - [select for diffs]
Modified Sun Apr 26 16:56:47 2015 UTC (8 years, 11 months ago) by michael
File length: 5845 byte(s)
Diff to previous 5834
- m_undline.c: use LOG_TYPE_DLINE

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

Revision 5795 - (view) (annotate) - [select for diffs]
Modified Fri Apr 17 16:09:23 2015 UTC (9 years ago) by michael
File length: 6186 byte(s)
Diff to previous 5775
- Minor cleanups to CAPAB related code

Revision 5775 - (view) (annotate) - [select for diffs]
Modified Sat Apr 4 17:31:06 2015 UTC (9 years ago) by michael
File length: 6189 byte(s)
Diff to previous 5346
- Changed some function to void if we don't need a return value
- Have some other functions return saner values

Revision 5346 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:41:14 2015 UTC (9 years, 3 months ago) by michael
File length: 6191 byte(s)
Diff to previous 5015
- Update copyright years

Revision 5015 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 17:53:37 2014 UTC (9 years, 4 months ago) by michael
File length: 6191 byte(s)
Diff to previous 4889
- Removed unused header includes:wq

Revision 4889 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 17:10:25 2014 UTC (9 years, 4 months ago) by michael
File length: 6209 byte(s)
Diff to previous 4652
- Style corrections

Revision 4652 - (view) (annotate) - [select for diffs]
Modified Mon Sep 22 15:43:31 2014 UTC (9 years, 6 months ago) by michael
File length: 6207 byte(s)
Diff to previous 4640
- m_undline.c: fixed broken /dline remote.server

Revision 4640 - (view) (annotate) - [select for diffs]
Modified Sun Sep 21 11:18:20 2014 UTC (9 years, 6 months ago) by michael
File length: 6207 byte(s)
Diff to previous 4564
- m_dline.c, m_undline.c: allow servers to add/remove DLINEs

Revision 4564 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:24:47 2014 UTC (9 years, 7 months ago) by michael
File length: 6174 byte(s)
Diff to previous 4546
- Update GPL 2 license headers

Revision 4546 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 08:46:38 2014 UTC (9 years, 7 months ago) by michael
File length: 6170 byte(s)
Diff to previous 4414
- Fixed compile warnings with -Wmissing-field-initializers

Revision 4414 - (view) (annotate) - [select for diffs]
Modified Thu Aug 7 14:06:08 2014 UTC (9 years, 8 months ago) by michael
File length: 6164 byte(s)
Diff to previous 4050
- Removed ipv6 detection. We now assume all systems that run hybrid have
  ipv6 availability and sockaddr_storage.

Revision 4050 - (view) (annotate) - [select for diffs]
Modified Sun Jun 22 21:50:48 2014 UTC (9 years, 9 months ago) by michael
File length: 6183 byte(s)
Diff to previous 3377
- m_undline.c:mo_undline(): don't require an address to be prepended with *@

Revision 3377 - (view) (annotate) - [select for diffs]
Modified Thu Apr 24 16:15:51 2014 UTC (9 years, 11 months ago) by michael
File length: 6198 byte(s)
Diff to previous 3368
- Create 8.2.x branch

Revision 3368 - (view) (annotate) - [select for diffs]
Modified Mon Apr 21 14:24:16 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_undline.c
File length: 6198 byte(s)
Diff to previous 3366
- Style corrections

Revision 3366 - (view) (annotate) - [select for diffs]
Modified Mon Apr 21 11:40:24 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_undline.c
File length: 6245 byte(s)
Diff to previous 3365
- Fix comments

Revision 3365 - (view) (annotate) - [select for diffs]
Modified Mon Apr 21 11:32:40 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_undline.c
File length: 6245 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
Original Path: ircd-hybrid/trunk/modules/m_undline.c
File length: 6267 byte(s)
Diff to previous 3349
- Doxygen
- Update help/undline

Revision 3349 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:10:16 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_undline.c
File length: 5395 byte(s)
Diff to previous 3348
- svn propset on m_undline.c

Revision 3348 - (view) (annotate) - [select for diffs]
Added Sun Apr 20 14:09:22 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_undline.c
File length: 5450 byte(s)
- Added m_undline.c and moved all UNDLINE 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