ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/m_svsjoin.c
Revision 8436 - (view) (annotate) - [select for diffs]
Modified Thu Mar 29 09:04:53 2018 UTC (8 years, 3 months ago) by michael
File length: 3291 byte(s)
Diff to previous 8280 , to selected 5863
- Stylistic changes

Revision 8280 - (view) (annotate) - [select for diffs]
Modified Tue Feb 20 19:30:33 2018 UTC (8 years, 5 months ago) by michael
File length: 3299 byte(s)
Diff to previous 7996 , to selected 5863
- Update copyright years

Revision 7996 - (view) (annotate) - [select for diffs]
Modified Tue Mar 14 13:17:39 2017 UTC (9 years, 4 months ago) by michael
File length: 3299 byte(s)
Diff to previous 7925 , to selected 5863
- Rename get_client_name() to client_get_name()

Revision 7925 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:57:24 2016 UTC (9 years, 6 months ago) by michael
File length: 3299 byte(s)
Diff to previous 7007 , to selected 5863
- Update copyright years

Revision 7007 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:09:08 2016 UTC (10 years, 6 months ago) by michael
File length: 3299 byte(s)
Diff to previous 6258 , to selected 5863
- Update copyright years

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

Revision 5880 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:01:42 2015 UTC (11 years, 2 months ago) by michael
File length: 3299 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) - [selected]
Modified Tue Apr 28 12:23:14 2015 UTC (11 years, 2 months ago) by michael
File length: 3153 byte(s)
Diff to previous 5346
- Removed useless zero initializers from the module_entry as suggested by Adam

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

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

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

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

Revision 3936 - (view) (annotate) - [select for diffs]
Modified Tue Jun 10 18:59:51 2014 UTC (12 years, 1 month ago) by michael
File length: 3334 byte(s)
Diff to previous 3913 , to selected 5863
- Fixed SVSJOIN/SVSPART issues

Revision 3913 - (view) (annotate) - [select for diffs]
Modified Sun Jun 8 13:21:53 2014 UTC (12 years, 1 month ago) by michael
File length: 3322 byte(s)
Diff to previous 3377 , to selected 5863
- Moved duplicated code used by m_svspart.c and m_part.c, aswell as
  m_svsjoin.c and m_join.c to channel.c

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

Revision 3347 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (12 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svsjoin.c
File length: 9667 byte(s)
Diff to previous 3342 , to selected 5863
- Moved files:
  s_user.c -> user.c
  s_misc.c -> misc.c
  s_serv.c -> server.c

Revision 3342 - (view) (annotate) - [select for diffs]
Modified Fri Apr 18 13:37:41 2014 UTC (12 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svsjoin.c
File length: 9667 byte(s)
Diff to previous 3331 , to selected 5863
- Cleaned up style & fixed comments

Revision 3331 - (view) (annotate) - [select for diffs]
Modified Wed Apr 16 15:29:40 2014 UTC (12 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svsjoin.c
File length: 9669 byte(s)
Diff to previous 3327 , to selected 5863
- Fixed inconsistent style in some places

Revision 3327 - (view) (annotate) - [select for diffs]
Modified Tue Apr 15 18:47:15 2014 UTC (12 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svsjoin.c
File length: 9669 byte(s)
Diff to previous 3326 , to selected 5863
- Added SVSPART

Revision 3326 - (view) (annotate) - [select for diffs]
Modified Tue Apr 15 17:26:29 2014 UTC (12 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svsjoin.c
File length: 9684 byte(s)
Diff to previous 3325 , to selected 5863
- m_svsjoin.c: propset

Revision 3325 - (view) (annotate) - [select for diffs]
Added Tue Apr 15 17:25:35 2014 UTC (12 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svsjoin.c
File length: 9739 byte(s)
Diff to selected 5863
- Added SVSJOIN. Note that SVSJOIN does _not_ allow clients to override any channel
  modes, limits, keys or anything else.

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