ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_tburst.c
Revision 6900 - (view) (annotate) - [select for diffs]
Modified Thu Dec 3 21:43:14 2015 UTC (9 years, 8 months ago) by michael
File length: 4628 byte(s)
Diff to previous 6759
- Replaced a rather strange mixture of atoi(), atol(), and strtoul() with strtoimax(). ircd-hybrid should be 2038-safe now

Revision 6759 - (view) (annotate) - [select for diffs]
Modified Fri Nov 13 18:23:37 2015 UTC (9 years, 9 months ago) by michael
File length: 4598 byte(s)
Diff to previous 6354
- Merge sendto_channel_local_butone() functionality into sendto_channel_local() and get rid of sendto_channel_local_butone()

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

Revision 5881 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:04:15 2015 UTC (10 years, 3 months ago) by michael
File length: 4570 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 (10 years, 4 months ago) by michael
File length: 4424 byte(s)
Diff to previous 5796
- Removed useless zero initializers from the module_entry as suggested by Adam

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

Revision 5536 - (view) (annotate) - [select for diffs]
Modified Wed Feb 11 20:26:11 2015 UTC (10 years, 6 months ago) by michael
File length: 4515 byte(s)
Diff to previous 5347
- m_tburst.c:ms_tburst(): TOPIC needs to be n!u@h prefixed if comming from a services client

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

Revision 4962 - (view) (annotate) - [select for diffs]
Modified Mon Dec 1 13:08:31 2014 UTC (10 years, 8 months ago) by michael
File length: 4270 byte(s)
Diff to previous 4818
- Get rid of NOCAPS

Revision 4818 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 16:06:36 2014 UTC (10 years, 9 months ago) by michael
File length: 4275 byte(s)
Diff to previous 4795
- Renamed variables

Revision 4795 - (view) (annotate) - [select for diffs]
Modified Tue Oct 28 13:11:47 2014 UTC (10 years, 9 months ago) by michael
File length: 4269 byte(s)
Diff to previous 4618
- Removed pointless test for UMODE_DEAF in both sendto_channel_local() and
  sendto_channel_local_butone()

Revision 4618 - (view) (annotate) - [select for diffs]
Modified Sun Sep 7 13:01:09 2014 UTC (10 years, 11 months ago) by michael
File length: 4282 byte(s)
Diff to previous 4565
- Renamed Channel::chname to Channel::name

Revision 4565 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:27:40 2014 UTC (11 years ago) by michael
File length: 4284 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 ago) by michael
File length: 4280 byte(s)
Diff to previous 3941
- Implemented pseudo {} blocks (service aliases)
- Fixed compile warnings with -Wmissing-field-initializers

Revision 3941 - (view) (annotate) - [select for diffs]
Modified Tue Jun 10 19:29:19 2014 UTC (11 years, 2 months ago) by michael
File length: 4274 byte(s)
Diff to previous 3347
- Renamed set_channel_topic() to channel_set_topic()

Revision 3347 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (11 years, 4 months ago) by michael
File length: 4274 byte(s)
Diff to previous 3342
- 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 (11 years, 4 months ago) by michael
File length: 4274 byte(s)
Diff to previous 3294
- Cleaned up style & fixed comments

Revision 3294 - (view) (annotate) - [select for diffs]
Modified Thu Apr 10 18:48:55 2014 UTC (11 years, 4 months ago) by michael
File length: 4211 byte(s)
Diff to previous 3232
- doxygen

Revision 3232 - (view) (annotate) - [select for diffs]
Modified Sat Mar 29 17:47:40 2014 UTC (11 years, 4 months ago) by michael
File length: 3794 byte(s)
Diff to previous 3186
- m_tburst.c:ms_tburst(): removed pointless MyClient() test on source_p.
  source_p can't be a local client.

Revision 3186 - (view) (annotate) - [select for diffs]
Modified Thu Mar 20 18:09:34 2014 UTC (11 years, 5 months ago) by michael
File length: 3813 byte(s)
Diff to previous 3156
- Get rid of the ID() macro

Revision 3156 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 19:57:38 2014 UTC (11 years, 5 months ago) by michael
File length: 3813 byte(s)
Diff to previous 3135
- Removed client_p pointers from everywhere

Revision 3135 - (view) (annotate) - [select for diffs]
Modified Mon Mar 10 21:11:25 2014 UTC (11 years, 5 months ago) by michael
File length: 3848 byte(s)
Diff to previous 3096
- Server now no longer accepts TS5 links

Revision 3096 - (view) (annotate) - [select for diffs]
Modified Sat Mar 1 23:31:45 2014 UTC (11 years, 5 months ago) by michael
File length: 4029 byte(s)
Diff to previous 2820
- Applied Adam's "Put the command name in parv[0], not prefix name" patch

Revision 2820 - (view) (annotate) - [select for diffs]
Modified Wed Jan 15 23:10:26 2014 UTC (11 years, 7 months ago) by michael
File length: 4035 byte(s)
Diff to previous 1751
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
- Made module handlers int type for later use

Revision 1751 - (view) (annotate) - [select for diffs]
Modified Wed Jan 16 18:30:52 2013 UTC (12 years, 7 months ago) by michael
File length: 4558 byte(s)
Diff to previous 1615
- Forward-port -r1750 [IMPORTANT: nick and topic lengths are now configurable
  via ircd.conf. A max_nick_length, as well as a max_topic_length configuration
  option can now be found in the serverinfo{} block]
- OpenSSL 0.9.8s and higher is now required in order to enable ssl support

Revision 1615 - (view) (annotate) - [select for diffs]
Modified Mon Oct 29 18:20:49 2012 UTC (12 years, 9 months ago) by michael
File length: 4536 byte(s)
Diff to previous 1592
- Fixed possible TBURST desynchronization with services
- Fixed TBURST sending server's name to clients if it's a hidden server

Revision 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (12 years, 10 months ago) by michael
File length: 4593 byte(s)
Diff to previous 1487
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1487 - (view) (annotate) - [select for diffs]
Modified Sat Jul 28 18:58:16 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/modules/m_tburst.c
File length: 4593 byte(s)
Diff to previous 1486
- m_tburst.c: fixed logic error

Revision 1486 - (view) (annotate) - [select for diffs]
Modified Fri Jul 27 08:21:40 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/modules/m_tburst.c
File length: 4553 byte(s)
Diff to previous 1485
- m_tburst.c: TBURST requires at least 6 parameters

Revision 1485 - (view) (annotate) - [select for diffs]
Modified Fri Jul 27 08:15:55 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/modules/m_tburst.c
File length: 4611 byte(s)
Diff to previous 1474
- m_tburst.c: Services may always override topic-/channel-TS rules

Revision 1474 - (view) (annotate) - [select for diffs]
Modified Sun Jul 22 14:44:07 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/modules/m_tburst.c
File length: 4583 byte(s)
Diff to previous 1473
- removed &localchannels

Revision 1473 - (view) (annotate) - [select for diffs]
Modified Sun Jul 22 12:15:39 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/modules/m_tburst.c
File length: 4597 byte(s)
Diff to previous 1472
- m_tburst.c: fixed client-side topic desynchronization bug that may
  happen in case a remote server has a greater TOPICLEN value than
  the server that actually is receiving the TBURST

Revision 1472 - (view) (annotate) - [select for diffs]
Modified Sun Jul 22 12:03:18 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/modules/m_tburst.c
File length: 4570 byte(s)
Diff to previous 1309
- remove CAP_TB
- add proper TS6 support to TBURST

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_tburst.c
File length: 7055 byte(s)
Diff to previous 1243
- renaming files:

  ircd_parser.y -> conf_parser.y
  ircd_lexer.l  -> conf_lexer.l
  s_conf.c      -> conf.c
  s_conf.h      -> conf.h
  s_log.c       -> log.c
  s_log.h       -> log.h

Revision 1243 - (view) (annotate) - [select for diffs]
Modified Fri Sep 30 10:47:53 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_tburst.c
File length: 7057 byte(s)
Diff to previous 1230
- move content of msg.h, ircd_handler.h and handlers.h into parse.h and
  remove headers accordingly
- killed common.h
- remove m_killhost.c and m_flags.c from contrib/
- sort out unused header includes here and there

Revision 1230 - (view) (annotate) - [select for diffs]
Modified Thu Sep 22 19:41:19 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_tburst.c
File length: 7099 byte(s)
Diff to previous 1203
- cleanup module loader. Make module api more flexible

Revision 1203 - (view) (annotate) - [select for diffs]
Modified Tue Aug 23 20:06:08 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_tburst.c
File length: 7100 byte(s)
Diff to previous 1178
- make channel::topic and channel::topic_info fixed-size arrays

Revision 1178 - (view) (annotate) - [select for diffs]
Modified Mon Aug 15 08:11:31 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_tburst.c
File length: 7318 byte(s)
Diff to previous 1156
- Cleanup and restore older parts of the irc-command parser.
  Gives back ability to specify maximum amount of parameters
  that are processed within a command.

Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_tburst.c
File length: 7306 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 (14 years ago) by michael
Original Path: ircd-hybrid/modules/m_tburst.c
File length: 7306 byte(s)
Diff to previous 1121
- recreate "trunk"

Revision 1121 - (view) (annotate) - [select for diffs]
Modified Sun Jan 9 11:03:03 2011 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_tburst.c
File length: 7306 byte(s)
Diff to previous 1029
- removed all instances of STATIC_MODULES since we don't have
  static modules anymore
- removed m_mkpasswd module from contrib

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

Revision 953 - (view) (annotate) - [select for diffs]
Modified Sun Jul 26 21:22:42 2009 UTC (16 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_tburst.c
File length: 7360 byte(s)
Diff to previous 885
- propset keywords

Revision 885 - (view) (annotate) - [select for diffs]
Modified Wed Oct 31 18:09:24 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_tburst.c
File length: 7366 byte(s)
Diff to previous 395
- 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 395 - (view) (annotate) - [select for diffs]
Modified Fri Feb 3 17:39:45 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_tburst.c
File length: 7426 byte(s)
Diff to previous 394
- Fixed typo

Revision 394 - (view) (annotate) - [select for diffs]
Modified Fri Feb 3 17:32:17 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_tburst.c
File length: 7426 byte(s)
Diff to previous 338
- Fixed TBURST as reported by ThaPrince

Revision 338 - (view) (annotate) - [select for diffs]
Modified Tue Dec 27 07:49:27 2005 UTC (19 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_tburst.c
File length: 7233 byte(s)
Diff to previous 336
- Don't allow other servers to send less than 4 parameters within TB

Revision 336 - (view) (annotate) - [select for diffs]
Modified Mon Dec 26 18:31:08 2005 UTC (19 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_tburst.c
File length: 7233 byte(s)
Diff to previous 335
- This should finally fix the TBURST issue as reported by
  ThaPrince. Untested as always

Revision 335 - (view) (annotate) - [select for diffs]
Modified Mon Dec 26 10:36:42 2005 UTC (19 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_tburst.c
File length: 5864 byte(s)
Diff to previous 327
- Backported TBURST fix from HEAD

Revision 327 - (view) (annotate) - [select for diffs]
Modified Sun Dec 25 09:55:48 2005 UTC (19 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_tburst.c
File length: 5829 byte(s)
Diff to previous 325
- propset svn:keywords "Id" modules/m_tburst.c
- Added CAP_TBURST definition to get m_tburst.c compile

Revision 325 - (view) (annotate) - [select for diffs]
Added Sun Dec 25 09:26:45 2005 UTC (19 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_tburst.c
File length: 5829 byte(s)
- Imported m_tburst.c from 7.3

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