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

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

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

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

Revision 7329 - (view) (annotate) - [select for diffs]
Modified Thu Feb 18 21:07:50 2016 UTC (8 years, 1 month ago) by michael
File length: 4659 byte(s)
Diff to previous 7092
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
  we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
  doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
  forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
  associated with it.

Revision 7092 - (view) (annotate) - [select for diffs]
Modified Fri Jan 22 17:28:32 2016 UTC (8 years, 2 months ago) by michael
File length: 4653 byte(s)
Diff to previous 7007
- m_tburst.c: mention that parv[5] can be an empty string

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: 4628 byte(s)
Diff to previous 6901
- Update copyright years

Revision 6901 - (view) (annotate) - [select for diffs]
Modified Thu Dec 3 21:44:52 2015 UTC (8 years, 4 months ago) by michael
File length: 4628 byte(s)
Diff to previous 6760
- Replaced a rather strange mixture of atoi(), atol(), and strtoul() with strtoimax(). ircd-hybrid should be 2038-safe now

Revision 6760 - (view) (annotate) - [select for diffs]
Modified Fri Nov 13 18:25:53 2015 UTC (8 years, 5 months ago) by michael
File length: 4598 byte(s)
Diff to previous 6353
- Merge sendto_channel_local_butone() functionality into sendto_channel_local() and get rid of sendto_channel_local_butone()

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: 4574 byte(s)
Diff to previous 5880
- Rename server capabilities flags from CAP_* to CAPAB_*

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: 4570 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: 4424 byte(s)
Diff to previous 5795
- Removed useless zero initializers from the module_entry as suggested by Adam

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

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

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: 4270 byte(s)
Diff to previous 4963
- Update copyright years

Revision 4963 - (view) (annotate) - [select for diffs]
Modified Mon Dec 1 13:08:44 2014 UTC (9 years, 4 months ago) by michael
File length: 4270 byte(s)
Diff to previous 4817
- Get rid of NOCAPS

Revision 4817 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 16:05:01 2014 UTC (9 years, 5 months ago) by michael
File length: 4275 byte(s)
Diff to previous 4794
- Renamed variables

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

Revision 4617 - (view) (annotate) - [select for diffs]
Modified Sun Sep 7 13:00:55 2014 UTC (9 years, 7 months ago) by michael
File length: 4282 byte(s)
Diff to previous 4564
- Renamed Channel::chname to Channel::name

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: 4284 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: 4280 byte(s)
Diff to previous 3940
- Fixed compile warnings with -Wmissing-field-initializers

Revision 3940 - (view) (annotate) - [select for diffs]
Modified Tue Jun 10 19:27:34 2014 UTC (9 years, 10 months ago) by michael
File length: 4274 byte(s)
Diff to previous 3377
- Renamed set_channel_topic() to channel_set_topic()

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: 4274 byte(s)
Diff to previous 3347
- Create 8.2.x branch

Revision 3347 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_tburst.c
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 (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_tburst.c
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 (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_tburst.c
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 (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_tburst.c
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 (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_tburst.c
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 (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_tburst.c
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 (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_tburst.c
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 (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_tburst.c
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 (10 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_tburst.c
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 (11 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_tburst.c
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 (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_tburst.c
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 (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_tburst.c
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 (11 years, 8 months 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 (11 years, 8 months 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 (11 years, 8 months 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 (11 years, 8 months 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 (11 years, 8 months 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 (11 years, 8 months 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 (12 years 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 (12 years, 6 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 (12 years, 6 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 (12 years, 7 months 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 (12 years, 8 months 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 (12 years, 8 months 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 (12 years, 8 months 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 (13 years, 3 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 (14 years, 5 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 (14 years, 5 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 (14 years, 8 months 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 (16 years, 5 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 (18 years, 2 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 (18 years, 2 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 (18 years, 3 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 (18 years, 3 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 (18 years, 3 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 (18 years, 3 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 (18 years, 3 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