ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_userhost.c
Revision 8752 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:07:01 2019 UTC (5 years, 2 months ago) by michael
File length: 4149 byte(s)
Diff to previous 8441
- Update copyright years

Revision 8441 - (view) (annotate) - [select for diffs]
Modified Thu Mar 29 13:15:15 2018 UTC (6 years ago) by michael
File length: 4149 byte(s)
Diff to previous 8437
- m_ison(), m_userhost(): const correctness

Revision 8437 - (view) (annotate) - [select for diffs]
Modified Thu Mar 29 09:05:34 2018 UTC (6 years ago) by michael
File length: 4137 byte(s)
Diff to previous 8407
- Stylistic changes

Revision 8407 - (view) (annotate) - [select for diffs]
Modified Mon Mar 19 19:40:05 2018 UTC (6 years ago) by michael
File length: 4137 byte(s)
Diff to previous 8405
- m_userhost.c:m_userhost(): removed pointless MyConnect() test which is a lazylink leftover

Revision 8405 - (view) (annotate) - [select for diffs]
Modified Mon Mar 19 19:34:07 2018 UTC (6 years ago) by michael
File length: 4162 byte(s)
Diff to previous 8279
- m_userhost.c:m_userhost(): changed size of 'response' buffer to something more sane

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

Revision 8032 - (view) (annotate) - [select for diffs]
Modified Fri Mar 17 16:16:14 2017 UTC (7 years ago) by michael
File length: 4144 byte(s)
Diff to previous 7924
- m_ison.c, m_userhost.c: fixed style inconsistencies

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

Revision 7048 - (view) (annotate) - [select for diffs]
Modified Sun Jan 10 12:38:53 2016 UTC (8 years, 2 months ago) by michael
File length: 4130 byte(s)
Diff to previous 7006
- m_userhost.c: replaced a MyClient() test with just MyConnect()

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

Revision 6625 - (view) (annotate) - [select for diffs]
Modified Sat Oct 24 12:48:40 2015 UTC (8 years, 5 months ago) by michael
File length: 4129 byte(s)
Diff to previous 6546
- m_userhost.c: minor documentation update

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

Revision 5881 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:04:15 2015 UTC (8 years, 10 months ago) by michael
File length: 4121 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: 3977 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, 2 months ago) by michael
File length: 4065 byte(s)
Diff to previous 4828
- Update copyright years

Revision 4828 - (view) (annotate) - [select for diffs]
Modified Sun Nov 2 10:59:42 2014 UTC (9 years, 4 months ago) by michael
File length: 4065 byte(s)
Diff to previous 4565
- m_userhost.c:m_userhost(): replaced sprintf() with snprintf()

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: 4016 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: 4012 byte(s)
Diff to previous 3320
- Implemented pseudo {} blocks (service aliases)
- Fixed compile warnings with -Wmissing-field-initializers

Revision 3320 - (view) (annotate) - [select for diffs]
Modified Tue Apr 15 15:58:33 2014 UTC (9 years, 11 months ago) by michael
File length: 4006 byte(s)
Diff to previous 3299
- Removed useless header includes

Revision 3299 - (view) (annotate) - [select for diffs]
Modified Sat Apr 12 16:55:13 2014 UTC (9 years, 11 months ago) by michael
File length: 4026 byte(s)
Diff to previous 3246
- doxygen

Revision 3246 - (view) (annotate) - [select for diffs]
Modified Sun Mar 30 17:37:13 2014 UTC (10 years ago) by michael
File length: 3751 byte(s)
Diff to previous 3156
- Fixed inconsistent style in several places

Revision 3156 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 19:57:38 2014 UTC (10 years ago) by michael
File length: 3759 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 ago) by michael
File length: 3795 byte(s)
Diff to previous 2820
- Applied Adam's sendto_one_numeric() changes

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

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: 3711 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: 3701 byte(s)
Diff to previous 1793
- 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 1793 - (view) (annotate) - [select for diffs]
Modified Sun Mar 31 14:06:08 2013 UTC (10 years, 11 months ago) by michael
File length: 3711 byte(s)
Diff to previous 1728
- Replaced all occurrences of ircsprintf with sprintf/snprintf
  and killed sprintf_irc.(c|h)

Revision 1728 - (view) (annotate) - [select for diffs]
Modified Thu Jan 3 00:16:51 2013 UTC (11 years, 2 months ago) by michael
File length: 3778 byte(s)
Diff to previous 1592
- Backported -r1723 [Fixed possible core on USERHOST/ISON/CAPAB which for some reason
  only happens with glibc with optimization enabled. Reported by Mantas]

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: 3778 byte(s)
Diff to previous 1483
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1483 - (view) (annotate) - [select for diffs]
Modified Wed Jul 25 19:15:48 2012 UTC (11 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_userhost.c
File length: 3778 byte(s)
Diff to previous 1405
- Made Client::away a fixed-size array at the expense of a somewhat higher
  memory consumption

Revision 1405 - (view) (annotate) - [select for diffs]
Modified Thu May 10 20:56:39 2012 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_userhost.c
File length: 3772 byte(s)
Diff to previous 1243
- m_userhost(): don't leak irc operator status in case the status is hidden

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_userhost.c
File length: 3637 byte(s)
Diff to previous 1233
- 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 1233 - (view) (annotate) - [select for diffs]
Modified Thu Sep 22 20:53:07 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_userhost.c
File length: 3696 byte(s)
Diff to previous 1230
- replace bunch of ircsprintf with snprintf

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_userhost.c
File length: 3685 byte(s)
Diff to previous 1219
- cleanup module loader. Make module api more flexible

Revision 1219 - (view) (annotate) - [select for diffs]
Modified Sun Sep 18 09:02:38 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_userhost.c
File length: 3561 byte(s)
Diff to previous 1178
- Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag()
with simple HasFlag/HasUMode macros.

Revision 1178 - (view) (annotate) - [select for diffs]
Modified Mon Aug 15 08:11:31 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_userhost.c
File length: 3533 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, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_userhost.c
File length: 3470 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, 7 months ago) by michael
Original Path: ircd-hybrid/modules/m_userhost.c
File length: 3470 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, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_userhost.c
File length: 3470 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, 4 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_userhost.c
File length: 3500 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, 4 months ago) by michael
Original Path: ircd-hybrid/modules/m_userhost.c
File length: 3500 byte(s)
Diff to previous 885
- move ircd-hybrid-7.2 to trunk

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_userhost.c
File length: 3500 byte(s)
Diff to previous 268
- 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 268 - (view) (annotate) - [select for diffs]
Modified Mon Nov 14 11:02:39 2005 UTC (18 years, 4 months ago) by adx
Original Path: ircd-hybrid-7.2/modules/m_userhost.c
File length: 3991 byte(s)
Diff to previous 34
+ add more load2hi protection
+ style fixes

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (18 years, 5 months ago) by lusky
Original Path: ircd-hybrid-7.2/modules/m_userhost.c
File length: 4095 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, 5 months ago) by knight
Original Path: ircd-hybrid/modules/m_userhost.c
File length: 4095 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, 5 months ago) by knight
Original Path: ircd-hybrid/modules/m_userhost.c
File length: 4095 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, 5 months ago) by knight
Original Path: ircd-hybrid/modules/m_userhost.c
File length: 4095 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, 5 months ago) by adx
Original Path: ircd-hybrid/modules/m_userhost.c
File length: 4156 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