ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_list.c
Revision 8310 - (view) (annotate) - [select for diffs]
Modified Wed Feb 28 16:46:13 2018 UTC (6 years, 1 month ago) by michael
File length: 5584 byte(s)
Diff to previous 8279
- Clean up remaining sizeof() to sizeof(variable)

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

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

Revision 7868 - (view) (annotate) - [select for diffs]
Modified Wed Nov 9 13:41:02 2016 UTC (7 years, 5 months ago) by michael
File length: 5596 byte(s)
Diff to previous 7076
- Make hash.c:free_list_task() use dlinkDelete() instead of dlinkFindDelete()

Revision 7076 - (view) (annotate) - [select for diffs]
Modified Wed Jan 20 11:47:45 2016 UTC (8 years, 2 months ago) by michael
File length: 5597 byte(s)
Diff to previous 7032
- Constifications; style cleanups in some places

Revision 7032 - (view) (annotate) - [select for diffs]
Modified Sun Jan 3 14:34:39 2016 UTC (8 years, 3 months ago) by michael
File length: 5610 byte(s)
Diff to previous 7006
- Renamed MyCalloc to xcalloc

Revision 7006 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:07:54 2016 UTC (8 years, 3 months ago) by michael
File length: 5611 byte(s)
Diff to previous 6546
- Update copyright years

Revision 6546 - (view) (annotate) - [select for diffs]
Modified Wed Sep 16 19:55:55 2015 UTC (8 years, 7 months ago) by michael
File length: 5611 byte(s)
Diff to previous 6385
- Removed that dirty strtoken definition in stdinc.h

Revision 6385 - (view) (annotate) - [select for diffs]
Modified Fri Aug 21 18:30:29 2015 UTC (8 years, 7 months ago) by michael
File length: 5611 byte(s)
Diff to previous 6185
- Use an embedded list node for the ListTask struct

Revision 6185 - (view) (annotate) - [select for diffs]
Modified Wed Jun 24 17:46:27 2015 UTC (8 years, 9 months ago) by michael
File length: 5619 byte(s)
Diff to previous 5881
- Moved all ISUPPORT related code to isupport.c; renamed several functions to meet our coding convention

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

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

Revision 5014 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 17:51:47 2014 UTC (9 years, 4 months ago) by michael
File length: 5556 byte(s)
Diff to previous 4752
- Removed unused header includes:wq

Revision 4752 - (view) (annotate) - [select for diffs]
Modified Thu Oct 16 12:30:09 2014 UTC (9 years, 6 months ago) by michael
File length: 5641 byte(s)
Diff to previous 4588
- m_list.c:do_list(): removed unused parameters

Revision 4588 - (view) (annotate) - [select for diffs]
Modified Tue Aug 26 15:59:07 2014 UTC (9 years, 7 months ago) by michael
File length: 5679 byte(s)
Diff to previous 4565
- Renamed 'localClient' Client structure member to just 'connection'

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

Revision 4490 - (view) (annotate) - [select for diffs]
Modified Sat Aug 16 16:58:39 2014 UTC (9 years, 8 months ago) by michael
File length: 5671 byte(s)
Diff to previous 4489
- m_list.c:do_list(): no need to break in the '-' case

Revision 4489 - (view) (annotate) - [select for diffs]
Modified Sat Aug 16 16:56:18 2014 UTC (9 years, 8 months ago) by michael
File length: 5696 byte(s)
Diff to previous 3504
- Add topic mask option to /list

Revision 3504 - (view) (annotate) - [select for diffs]
Modified Sat May 10 19:51:29 2014 UTC (9 years, 11 months ago) by michael
File length: 5554 byte(s)
Diff to previous 3347
- Renamed MyMalloc() to MyCalloc()

Revision 3347 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (9 years, 11 months ago) by michael
File length: 5554 byte(s)
Diff to previous 3290
- Moved files:
  s_user.c -> user.c
  s_misc.c -> misc.c
  s_serv.c -> server.c

Revision 3290 - (view) (annotate) - [select for diffs]
Modified Wed Apr 9 20:01:25 2014 UTC (10 years ago) by michael
File length: 5556 byte(s)
Diff to previous 3289
- m_list.c: update documentation

Revision 3289 - (view) (annotate) - [select for diffs]
Modified Wed Apr 9 19:50:19 2014 UTC (10 years ago) by michael
File length: 5131 byte(s)
Diff to previous 3288
- Made free_list_task() only take one parameter

Revision 3288 - (view) (annotate) - [select for diffs]
Modified Wed Apr 9 19:04:47 2014 UTC (10 years ago) by michael
File length: 5169 byte(s)
Diff to previous 3156
- Made safe_list_channels and list_one_channel only take two parameters

Revision 3156 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 19:57:38 2014 UTC (10 years, 1 month ago) by michael
File length: 5194 byte(s)
Diff to previous 3109
- Removed client_p pointers from everywhere

Revision 3109 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 19:25:12 2014 UTC (10 years, 1 month ago) by michael
File length: 5227 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 (10 years, 1 month ago) by michael
File length: 5323 byte(s)
Diff to previous 2904
- Applied Adam's "Put the command name in parv[0], not prefix name" patch

Revision 2904 - (view) (annotate) - [select for diffs]
Modified Wed Jan 22 20:44:15 2014 UTC (10 years, 2 months ago) by michael
File length: 5329 byte(s)
Diff to previous 2820
- m_list.c: style cleanups

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

Revision 2224 - (view) (annotate) - [select for diffs]
Modified Wed Jun 12 18:10:43 2013 UTC (10 years, 10 months ago) by michael
File length: 5382 byte(s)
Diff to previous 1896
- white-space commit/style corrections

Revision 1896 - (view) (annotate) - [select for diffs]
Modified Sat Apr 27 18:07:49 2013 UTC (10 years, 11 months ago) by michael
File length: 5112 byte(s)
Diff to previous 1834
- m_list.c:do_list(): add sanity test for parv[1] being NULL

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (10 years, 11 months ago) by michael
File length: 5092 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 (10 years, 11 months ago) by michael
File length: 5062 byte(s)
Diff to previous 1666
- 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 1666 - (view) (annotate) - [select for diffs]
Modified Sun Nov 18 17:03:18 2012 UTC (11 years, 4 months ago) by michael
File length: 5092 byte(s)
Diff to previous 1646
- Cleanup unused header file includes
- Fixed minor compile warning in conf.c

Revision 1646 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 21:02:43 2012 UTC (11 years, 5 months ago) by michael
File length: 5072 byte(s)
Diff to previous 1592
- First pass of conf parser stabilization/cleanup

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

Revision 1449 - (view) (annotate) - [select for diffs]
Modified Tue Jun 26 18:17:03 2012 UTC (11 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_list.c
File length: 5081 byte(s)
Diff to previous 1400
- Merged m_away() and mo_away(). Also, /away is no longer time-limited.
- Same goes for /list

Revision 1400 - (view) (annotate) - [select for diffs]
Modified Mon May 7 20:08:32 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_list.c
File length: 5527 byte(s)
Diff to previous 1309
- move has_wildcards() to irc_string.c and make use of it in several places

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_list.c
File length: 5657 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_list.c
File length: 5659 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_list.c
File length: 5698 byte(s)
Diff to previous 1178
- cleanup module loader. Make module api more flexible

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_list.c
File length: 5626 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_list.c
File length: 5620 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_list.c
File length: 5620 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_list.c
File length: 5620 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_list.c
File length: 5538 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_list.c
File length: 5538 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_list.c
File length: 5538 byte(s)
Diff to previous 968
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 968 - (view) (annotate) - [select for diffs]
Modified Sun Aug 2 18:11:54 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_list.c
File length: 5554 byte(s)
Diff to previous 896
- fixed harmless -Wuninitialized warning in m_list()

Revision 896 - (view) (annotate) - [select for diffs]
Modified Sat Nov 3 08:54:09 2007 UTC (16 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_list.c
File length: 5547 byte(s)
Diff to previous 885
- Killed s_stats.c

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_list.c
File length: 5735 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 (18 years, 6 months ago) by lusky
Original Path: ircd-hybrid-7.2/modules/m_list.c
File length: 7071 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_list.c
File length: 7071 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_list.c
File length: 7071 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_list.c
File length: 7071 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_list.c
File length: 7124 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