ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/m_topic.c
Revision 9082 - (view) (annotate) - [select for diffs]
Modified Sun Oct 13 09:58:37 2019 UTC (6 years, 9 months ago) by michael
File length: 6620 byte(s)
Diff to previous 9078
- Rename struct Membership to ChannelMember
- Rename Channel::last_knock to last_knock_time
- Rename Channel::last_invite to last_invite_time
- Rename chptr to channel

Revision 9078 - (view) (annotate) - [select for diffs]
Modified Sat Oct 12 20:15:30 2019 UTC (6 years, 9 months ago) by michael
File length: 6551 byte(s)
Diff to previous 8927
- Command handlers are now of type void again

Revision 8927 - (view) (annotate) - [select for diffs]
Modified Mon Apr 22 11:08:47 2019 UTC (7 years, 3 months ago) by michael
File length: 6586 byte(s)
Diff to previous 8751
- Killed CurrentTime

Revision 8751 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:06:50 2019 UTC (7 years, 6 months ago) by michael
File length: 6558 byte(s)
Diff to previous 8714
- Update copyright years

Revision 8714 - (view) (annotate) - [select for diffs]
Modified Sun Dec 9 20:13:28 2018 UTC (7 years, 7 months ago) by michael
File length: 6558 byte(s)
Diff to previous 8667
- Rewrites to have parse_handle_command() end the flood grace period.  MODE and TIME no longer ends the grace period.

Revision 8667 - (view) (annotate) - [select for diffs]
Modified Fri Nov 23 18:31:04 2018 UTC (7 years, 7 months ago) by michael
File length: 6593 byte(s)
Diff to previous 8659
- m_topic.c:ms_topic(): fixed server name hiding issue

Revision 8659 - (view) (annotate) - [select for diffs]
Modified Sun Nov 18 12:53:34 2018 UTC (7 years, 8 months ago) by michael
File length: 6475 byte(s)
Diff to previous 8430
- Make use of the bool data type in some more places

Revision 8430 - (view) (annotate) - [select for diffs]
Modified Tue Mar 27 18:48:40 2018 UTC (8 years, 3 months ago) by michael
File length: 6468 byte(s)
Diff to previous 8280
- 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: 6469 byte(s)
Diff to previous 8043
- Update copyright years

Revision 8043 - (view) (annotate) - [select for diffs]
Modified Sat Mar 18 16:51:06 2017 UTC (9 years, 4 months ago) by michael
File length: 6469 byte(s)
Diff to previous 7925
- Add chptr->mode.mode manipulation macros

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

Revision 7089 - (view) (annotate) - [select for diffs]
Modified Fri Jan 22 17:19:55 2016 UTC (10 years, 6 months ago) by michael
File length: 6471 byte(s)
Diff to previous 7087
- m_topic.c: mention that parv[2] can be an empty string

Revision 7087 - (view) (annotate) - [select for diffs]
Modified Fri Jan 22 17:15:30 2016 UTC (10 years, 6 months ago) by michael
File length: 6421 byte(s)
Diff to previous 7007
- m_topic.c:ms_topic(): fixed parameter validation

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

Revision 6931 - (view) (annotate) - [select for diffs]
Modified Sat Dec 12 18:33:01 2015 UTC (10 years, 7 months ago) by michael
File length: 6433 byte(s)
Diff to previous 6760
- USERHOST_REPLYLEN I never liked. Gone.

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

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: 6323 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 (11 years, 2 months ago) by michael
File length: 6177 byte(s)
Diff to previous 5751
- Removed useless zero initializers from the module_entry as suggested by Adam

Revision 5751 - (view) (annotate) - [select for diffs]
Modified Thu Apr 2 17:27:13 2015 UTC (11 years, 3 months ago) by michael
File length: 6265 byte(s)
Diff to previous 5539
- Mostly whitespace changes

Revision 5539 - (view) (annotate) - [select for diffs]
Modified Thu Feb 12 13:27:15 2015 UTC (11 years, 5 months ago) by michael
File length: 6264 byte(s)
Diff to previous 5537
- m_topic.c: white space changes

Revision 5537 - (view) (annotate) - [select for diffs]
Modified Wed Feb 11 20:30:41 2015 UTC (11 years, 5 months ago) by michael
File length: 6265 byte(s)
Diff to previous 5346
- m_topic.c:ms_topic(): if we ever have servers changing topics via TOPIC,
  make sure we don't leak hidden server names

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: 6181 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 (11 years, 7 months ago) by michael
File length: 6181 byte(s)
Diff to previous 4816
- Get rid of NOCAPS

Revision 4816 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 15:29:49 2014 UTC (11 years, 8 months ago) by michael
File length: 6201 byte(s)
Diff to previous 4794
- Renamed variables

Revision 4794 - (view) (annotate) - [select for diffs]
Modified Tue Oct 28 13:09:31 2014 UTC (11 years, 8 months ago) by michael
File length: 6189 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 (11 years, 10 months ago) by michael
File length: 6255 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 (11 years, 11 months ago) by michael
File length: 6277 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 (11 years, 11 months ago) by michael
File length: 6273 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 (12 years, 1 month ago) by michael
File length: 6267 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 (12 years, 3 months ago) by michael
File length: 6267 byte(s)
Diff to previous 3332
- Create 8.2.x branch

Revision 3332 - (view) (annotate) - [select for diffs]
Modified Wed Apr 16 15:58:26 2014 UTC (12 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_topic.c
File length: 6267 byte(s)
Diff to previous 3274
- doxygen

Revision 3274 - (view) (annotate) - [select for diffs]
Modified Sun Apr 6 12:22:23 2014 UTC (12 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_topic.c
File length: 5330 byte(s)
Diff to previous 3220
- Clean up redundant/unused header includes

Revision 3220 - (view) (annotate) - [select for diffs]
Modified Thu Mar 27 17:49:38 2014 UTC (12 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_topic.c
File length: 5350 byte(s)
Diff to previous 3186
- m_topic.c:m_topic(): use chptr->chname when reporting ERR_NOTONCHANNEL

Revision 3186 - (view) (annotate) - [select for diffs]
Modified Thu Mar 20 18:09:34 2014 UTC (12 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_topic.c
File length: 5344 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 (12 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_topic.c
File length: 5344 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 (12 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_topic.c
File length: 5411 byte(s)
Diff to previous 3109
- Server now no longer accepts TS5 links

Revision 3109 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 19:25:12 2014 UTC (12 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_topic.c
File length: 5747 byte(s)
Diff to previous 3096
- Applied Adam's sendto_one_numeric() changes

Revision 3096 - (view) (annotate) - [select for diffs]
Modified Sat Mar 1 23:31:45 2014 UTC (12 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_topic.c
File length: 6277 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 (12 years, 6 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_topic.c
File length: 6283 byte(s)
Diff to previous 2520
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
- Made module handlers int type for later use

Revision 2520 - (view) (annotate) - [select for diffs]
Modified Tue Oct 29 19:18:40 2013 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_topic.c
File length: 6186 byte(s)
Diff to previous 2021
- m_topic.c: constification

Revision 2021 - (view) (annotate) - [select for diffs]
Modified Sun May 12 16:56:37 2013 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_topic.c
File length: 6173 byte(s)
Diff to previous 1834
- m_topic.c: fixed compile warning

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_topic.c
File length: 6113 byte(s)
Diff to previous 1832
- Revert to -r1831

Revision 1832 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:16:09 2013 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_topic.c
File length: 6013 byte(s)
Diff to previous 1799
- Made all numeric defines use the actual string instead of the numeric value
  which allows to use gcc's printf format attribute
- Remove current message locale implementation

Revision 1799 - (view) (annotate) - [select for diffs]
Modified Sun Mar 31 17:12:07 2013 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_topic.c
File length: 6113 byte(s)
Diff to previous 1793
- Forward-port -r1791 [improved services support. services may now set a channel
  topic without joining the channel first]

Revision 1793 - (view) (annotate) - [select for diffs]
Modified Sun Mar 31 14:06:08 2013 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_topic.c
File length: 4614 byte(s)
Diff to previous 1751
- Replaced all occurrences of ircsprintf with sprintf/snprintf
  and killed sprintf_irc.(c|h)

Revision 1751 - (view) (annotate) - [select for diffs]
Modified Wed Jan 16 18:30:52 2013 UTC (13 years, 6 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_topic.c
File length: 4639 byte(s)
Diff to previous 1592
- 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 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (13 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_topic.c
File length: 4617 byte(s)
Diff to previous 1474
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

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

Revision 1243 - (view) (annotate) - [select for diffs]
Modified Fri Sep 30 10:47:53 2011 UTC (14 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_topic.c
File length: 4631 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 (14 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_topic.c
File length: 4690 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, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_topic.c
File length: 4571 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, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_topic.c
File length: 4663 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, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_topic.c
File length: 4657 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, 11 months ago) by michael
Original Path: ircd-hybrid/modules/m_topic.c
File length: 4657 byte(s)
Diff to previous 1121
- recreate "trunk"

Revision 1121 - (view) (annotate) - [select for diffs]
Modified Sun Jan 9 11:03:03 2011 UTC (15 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_topic.c
File length: 4657 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 (16 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_topic.c
File length: 4687 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 (16 years, 8 months ago) by michael
Original Path: ircd-hybrid/modules/m_topic.c
File length: 4687 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 (16 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_topic.c
File length: 4687 byte(s)
Diff to previous 895
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 895 - (view) (annotate) - [select for diffs]
Modified Fri Nov 2 11:15:22 2007 UTC (18 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_topic.c
File length: 4709 byte(s)
Diff to previous 885
- Removed lazylink leftovers

Revision 885 - (view) (annotate) - [select for diffs]
Modified Wed Oct 31 18:09:24 2007 UTC (18 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_topic.c
File length: 6264 byte(s)
Diff to previous 34
- 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 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (20 years, 9 months ago) by lusky
Original Path: ircd-hybrid-7.2/modules/m_topic.c
File length: 7293 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 (20 years, 9 months ago) by knight
Original Path: ircd-hybrid/modules/m_topic.c
File length: 7293 byte(s)
Diff to previous 32
- svn:keywords

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

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

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