ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_user.c
Revision 9374 - (view) (annotate) - [select for diffs]
Modified Sat May 9 20:54:46 2020 UTC (6 years, 2 months ago) by michael
File length: 3351 byte(s)
Diff to previous 9361
- Each type of command handler now has its own min/max argument count pair;  remove remaining argument checks from all modules

Revision 9361 - (view) (annotate) - [select for diffs]
Modified Wed Apr 29 14:02:37 2020 UTC (6 years, 2 months ago) by michael
File length: 3418 byte(s)
Diff to previous 9352
- Move setting of client->servptr to more appropriate places

Revision 9352 - (view) (annotate) - [select for diffs]
Modified Sun Apr 26 06:54:04 2020 UTC (6 years, 2 months ago) by michael
File length: 3493 byte(s)
Diff to previous 9335
- m_user.c: avoid sprinkling and indexing parv[] multiple times

Revision 9335 - (view) (annotate) - [select for diffs]
Modified Sat Apr 18 16:19:10 2020 UTC (6 years, 3 months ago) by michael
File length: 3408 byte(s)
Diff to previous 9101
- Fixed style inconsistencies in various places

Revision 9101 - (view) (annotate) - [select for diffs]
Modified Wed Jan 1 09:58:45 2020 UTC (6 years, 6 months ago) by michael
File length: 3418 byte(s)
Diff to previous 9077
- Bump copyright years everywhere

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

Revision 8752 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:07:01 2019 UTC (7 years, 6 months ago) by michael
File length: 3433 byte(s)
Diff to previous 8437
- Update copyright years

Revision 8437 - (view) (annotate) - [select for diffs]
Modified Thu Mar 29 09:05:34 2018 UTC (8 years, 3 months ago) by michael
File length: 3433 byte(s)
Diff to previous 8279
- Stylistic changes

Revision 8279 - (view) (annotate) - [select for diffs]
Modified Tue Feb 20 19:30:13 2018 UTC (8 years, 5 months ago) by michael
File length: 3429 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 (9 years, 6 months ago) by michael
File length: 3429 byte(s)
Diff to previous 7006
- Update copyright years

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

Revision 6313 - (view) (annotate) - [select for diffs]
Modified Sat Aug 1 18:03:39 2015 UTC (10 years, 11 months ago) by michael
File length: 3429 byte(s)
Diff to previous 5881
- Make use of the *Flag() macros in some more places

Revision 5881 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:04:15 2015 UTC (11 years, 2 months ago) by michael
File length: 3416 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 (11 years, 2 months ago) by michael
File length: 3270 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 (11 years, 6 months ago) by michael
File length: 3358 byte(s)
Diff to previous 4992
- Update copyright years

Revision 4992 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 13:22:55 2014 UTC (11 years, 7 months ago) by michael
File length: 3358 byte(s)
Diff to previous 4588
- Removed useless assert()s

Revision 4588 - (view) (annotate) - [select for diffs]
Modified Tue Aug 26 15:59:07 2014 UTC (11 years, 10 months ago) by michael
File length: 3428 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 (11 years, 11 months ago) by michael
File length: 3431 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, 11 months ago) by michael
File length: 3427 byte(s)
Diff to previous 3347
- Implemented pseudo {} blocks (service aliases)
- Fixed compile warnings with -Wmissing-field-initializers

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

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

Revision 3217 - (view) (annotate) - [select for diffs]
Modified Wed Mar 26 19:32:40 2014 UTC (12 years, 3 months ago) by michael
File length: 3020 byte(s)
Diff to previous 3216
- m_user.c: renamed do_local_user() to do_user(). Fixed comments.

Revision 3216 - (view) (annotate) - [select for diffs]
Modified Tue Mar 25 19:40:00 2014 UTC (12 years, 4 months ago) by michael
File length: 3162 byte(s)
Diff to previous 3209
- m_user.c:do_local_user(): removed unused parameters

Revision 3209 - (view) (annotate) - [select for diffs]
Modified Tue Mar 25 16:11:29 2014 UTC (12 years, 4 months ago) by michael
File length: 3280 byte(s)
Diff to previous 3171
- m_user.c:mr_user(): optimize in case parv[4] is empty

Revision 3171 - (view) (annotate) - [select for diffs]
Modified Sun Mar 16 11:51:48 2014 UTC (12 years, 4 months ago) by michael
File length: 3288 byte(s)
Diff to previous 3156
- Incorporate Adam's exit_client/quit storm cleanups
  Note: QS is mandatory now

Revision 3156 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 19:57:38 2014 UTC (12 years, 4 months ago) by michael
File length: 3293 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 (12 years, 4 months ago) by michael
File length: 3326 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
File length: 3389 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
File length: 3395 byte(s)
Diff to previous 2189
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
- Made module handlers int type for later use

Revision 2189 - (view) (annotate) - [select for diffs]
Modified Tue Jun 4 12:45:38 2013 UTC (13 years, 1 month ago) by michael
File length: 3325 byte(s)
Diff to previous 1834
- Removed Client::client_host and Client::client_server members

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (13 years, 3 months ago) by michael
File length: 3550 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
File length: 3540 byte(s)
Diff to previous 1592
- 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 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (13 years, 8 months ago) by michael
File length: 3550 byte(s)
Diff to previous 1243
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

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_user.c
File length: 3550 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_user.c
File length: 3589 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 (14 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_user.c
File length: 3473 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_user.c
File length: 3467 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_user.c
File length: 3467 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_user.c
File length: 3467 byte(s)
Diff to previous 1113
- removed all instances of STATIC_MODULES since we don't have
  static modules anymore
- removed m_mkpasswd module from contrib

Revision 1113 - (view) (annotate) - [select for diffs]
Modified Sat Dec 18 22:44:10 2010 UTC (15 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_user.c
File length: 3497 byte(s)
Diff to previous 1082
- move Client.client_host and Client.client_server to LocalUser struct

Revision 1082 - (view) (annotate) - [select for diffs]
Modified Wed Mar 10 23:27:25 2010 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_user.c
File length: 3438 byte(s)
Diff to previous 1080
- Move do_local_user to m_user.c

Revision 1080 - (view) (annotate) - [select for diffs]
Modified Wed Mar 10 23:09:36 2010 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_user.c
File length: 2530 byte(s)
Diff to previous 1029
- Sort out unneeded arguments of some user registration functions

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_user.c
File length: 2549 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_user.c
File length: 2549 byte(s)
Diff to previous 900
- move ircd-hybrid-7.2 to trunk

Revision 900 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 13:49:52 2007 UTC (18 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_user.c
File length: 2549 byte(s)
Diff to previous 34
- Added new 'server' option to listener::flags

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_user.c
File length: 2390 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_user.c
File length: 2390 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_user.c
File length: 2390 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_user.c
File length: 2390 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_user.c
File length: 2444 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