ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/modules/m_gline.c
Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (12 years, 8 months ago) by michael
File length: 21164 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 (12 years, 8 months ago) by michael
Original Path: ircd-hybrid/modules/m_gline.c
File length: 21164 byte(s)
Diff to previous 1029
- recreate "trunk"

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_gline.c
File length: 21164 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 (14 years, 5 months ago) by michael
Original Path: ircd-hybrid/modules/m_gline.c
File length: 21164 byte(s)
Diff to previous 1011
- move ircd-hybrid-7.2 to trunk

Revision 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_gline.c
File length: 21164 byte(s)
Diff to previous 1009
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 1009 - (view) (annotate) - [select for diffs]
Modified Sun Sep 13 15:02:30 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_gline.c
File length: 21184 byte(s)
Diff to previous 1008
- add configure test for pcre lib and remove pcre sources from the tree

Revision 1008 - (view) (annotate) - [select for diffs]
Modified Sun Sep 13 13:56:11 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_gline.c
File length: 21186 byte(s)
Diff to previous 1006
- doxyfy

Revision 1006 - (view) (annotate) - [select for diffs]
Modified Tue Sep 1 00:08:16 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_gline.c
File length: 20589 byte(s)
Diff to previous 988
- simplify GUNGLINE

Revision 988 - (view) (annotate) - [select for diffs]
Modified Sun Aug 16 14:00:36 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_gline.c
File length: 21375 byte(s)
Diff to previous 987
- removed remnants of --disable-gline-voting

Revision 987 - (view) (annotate) - [select for diffs]
Modified Sun Aug 16 12:41:56 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_gline.c
File length: 22548 byte(s)
Diff to previous 958
- mo_sgungline: calling sento_server with right amount of params sounds like
  a good idea

Revision 958 - (view) (annotate) - [select for diffs]
Modified Tue Jul 28 21:36:41 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_gline.c
File length: 22542 byte(s)
Diff to previous 957
- show pending gunglines in STATS g

Revision 957 - (view) (annotate) - [select for diffs]
Modified Tue Jul 28 18:47:23 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_gline.c
File length: 22682 byte(s)
Diff to previous 940
- implement proper GUNGLINE support

Revision 940 - (view) (annotate) - [select for diffs]
Modified Sat May 2 02:01:54 2009 UTC (14 years, 11 months ago) by db
Original Path: ircd-hybrid-7.2/modules/m_gline.c
File length: 23735 byte(s)
Diff to previous 938
- gunline code added to gline module
  awaiting Wohalis' version.


Revision 938 - (view) (annotate) - [select for diffs]
Modified Mon Apr 13 04:34:02 2009 UTC (15 years ago) by db
Original Path: ircd-hybrid-7.2/modules/m_gline.c
File length: 23851 byte(s)
Diff to previous 937
- Looks like I needed a : before the reason in the ENCAP


Revision 937 - (view) (annotate) - [select for diffs]
Modified Mon Apr 13 04:31:12 2009 UTC (15 years ago) by db
Original Path: ircd-hybrid-7.2/modules/m_gline.c
File length: 23850 byte(s)
Diff to previous 933
- Preliminary voting ungline code


Revision 933 - (view) (annotate) - [select for diffs]
Modified Wed Apr 8 20:32:49 2009 UTC (15 years ago) by db
Original Path: ircd-hybrid-7.2/modules/m_gline.c
File length: 17765 byte(s)
Diff to previous 885
- Remove the old m_ungline code to start.



Revision 885 - (view) (annotate) - [select for diffs]
Modified Wed Oct 31 18:09:24 2007 UTC (16 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_gline.c
File length: 19379 byte(s)
Diff to previous 554
- Removed LazyLinks in 7.2 to stop people from asking why we keep
  broken code for half a decade. LL will be implemented in a smarter
  fashion in due time

Revision 554 - (view) (annotate) - [select for diffs]
Modified Fri Apr 21 17:01:46 2006 UTC (18 years ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_gline.c
File length: 19499 byte(s)
Diff to previous 553
- Don't send out multiple "requesting G-Line" notices in case the same oper
  is requesting the same gline over and over again.

Revision 553 - (view) (annotate) - [select for diffs]
Modified Fri Apr 21 15:46:54 2006 UTC (18 years ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_gline.c
File length: 19496 byte(s)
Diff to previous 552
- Forgot the half of the gline voting fix

Revision 552 - (view) (annotate) - [select for diffs]
Modified Fri Apr 21 15:37:22 2006 UTC (18 years ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_gline.c
File length: 19555 byte(s)
Diff to previous 34
- Fixed g-line voting as discussed on irc

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (18 years, 6 months ago) by lusky
Original Path: ircd-hybrid-7.2/modules/m_gline.c
File length: 19600 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 (18 years, 6 months ago) by knight
Original Path: ircd-hybrid/modules/m_gline.c
File length: 19600 byte(s)
Diff to previous 32
- svn:keywords

Revision 32 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (18 years, 6 months ago) by knight
Original Path: ircd-hybrid/modules/m_gline.c
File length: 19600 byte(s)
Diff to previous 31
- svn:keywords

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (18 years, 6 months ago) by knight
Original Path: ircd-hybrid/modules/m_gline.c
File length: 19600 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 (18 years, 6 months ago) by adx
Original Path: ircd-hybrid/modules/m_gline.c
File length: 19659 byte(s)
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

(Current path doesn't exist after revision 1591)

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