ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/include/whowas.h
Revision 8213 - (view) (annotate) - [select for diffs]
Modified Sun Apr 16 11:42:51 2017 UTC (9 years, 3 months ago) by michael
File length: 2442 byte(s)
Diff to previous 7925
- Store real host information in Client.realhost and extend the UID message to send the actual host.
  This allows operators to see the real host of a client in /whois and /whowas.

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

Revision 7667 - (view) (annotate) - [select for diffs]
Modified Wed Jul 20 17:09:36 2016 UTC (10 years ago) by michael
File length: 2379 byte(s)
Diff to previous 7526
- Fixed svn properties

Revision 7526 - (view) (annotate) - [select for diffs]
Modified Wed Apr 6 16:26:08 2016 UTC (10 years, 3 months ago) by michael
File length: 2379 byte(s)
Diff to previous 7485
- whowas.h: documentation

Revision 7485 - (view) (annotate) - [select for diffs]
Modified Wed Mar 16 10:44:47 2016 UTC (10 years, 4 months ago) by michael
File length: 2123 byte(s)
Diff to previous 7448
- Rename Client::whowas to Client::whowas_list

Revision 7448 - (view) (annotate) - [select for diffs]
Modified Fri Mar 11 17:21:27 2016 UTC (10 years, 4 months ago) by michael
File length: 2126 byte(s)
Diff to previous 7436
- Further cleanups to recent WHOWAS changes

Revision 7436 - (view) (annotate) - [select for diffs]
Modified Thu Mar 10 19:57:51 2016 UTC (10 years, 4 months ago) by michael
File length: 2093 byte(s)
Diff to previous 7392
- Change whowas system to use a linked list instead of othe this monolithic WHOWAS table
- Size of the whowas nick name history length is now configurable

Revision 7392 - (view) (annotate) - [select for diffs]
Modified Sat Mar 5 16:55:57 2016 UTC (10 years, 4 months ago) by michael
File length: 2039 byte(s)
Diff to previous 7329
- whowas.c: doxygen

Revision 7329 - (view) (annotate) - [select for diffs]
Modified Thu Feb 18 21:07:50 2016 UTC (10 years, 5 months ago) by michael
File length: 2774 byte(s)
Diff to previous 7325
- 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 7325 - (view) (annotate) - [select for diffs]
Modified Tue Feb 16 17:32:07 2016 UTC (10 years, 5 months ago) by michael
File length: 2768 byte(s)
Diff to previous 7007
- Remove useless header includes

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

Revision 6718 - (view) (annotate) - [select for diffs]
Modified Fri Oct 30 18:16:50 2015 UTC (10 years, 8 months ago) by michael
File length: 2788 byte(s)
Diff to previous 6348
- Make mem-usage counters use size_t and use the %zu conversion specifier accordingly

Revision 6348 - (view) (annotate) - [select for diffs]
Modified Tue Aug 11 17:44:50 2015 UTC (10 years, 11 months ago) by michael
File length: 2790 byte(s)
Diff to previous 6124
- Make use of enum in more places

Revision 6124 - (view) (annotate) - [select for diffs]
Modified Thu Jun 11 14:25:14 2015 UTC (11 years, 1 month ago) by michael
File length: 2786 byte(s)
Diff to previous 5630
- Moved NICKNAMEHISTORYLENGTH definition to whowas.h

Revision 5630 - (view) (annotate) - [select for diffs]
Modified Sun Mar 1 12:18:47 2015 UTC (11 years, 4 months ago) by michael
File length: 2749 byte(s)
Diff to previous 5575
- WHOWAS now shows IP addresses to irc operators
- Changed RPL_WHOISACTUALLY numeric string. In the future it will also show the
  *real* hostname once we distinguish between spoofs/vhosts and real hosts

Revision 5575 - (view) (annotate) - [select for diffs]
Modified Sun Feb 15 12:30:09 2015 UTC (11 years, 5 months ago) by michael
File length: 2649 byte(s)
Diff to previous 5346
- Renamed SVIDLEN to ACCOUNTLEN

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

Revision 4820 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 16:50:43 2014 UTC (11 years, 8 months ago) by michael
File length: 2646 byte(s)
Diff to previous 4766
- Renamed Client::svid to Client::account

Revision 4766 - (view) (annotate) - [select for diffs]
Modified Sun Oct 19 18:01:04 2014 UTC (11 years, 9 months ago) by michael
File length: 2638 byte(s)
Diff to previous 4564
- /WHOWAS now shows the name of the services account a user was logged in
- Prepare whois_person() for target_p->svid[0] being '*' for user that aren't logged into a services account
- Update NEWS

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: 2591 byte(s)
Diff to previous 3377
- Update GPL 2 license headers

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

Revision 2865 - (view) (annotate) - [select for diffs]
Modified Sun Jan 19 14:35:22 2014 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid/trunk/include/whowas.h
File length: 2587 byte(s)
Diff to previous 2748
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years

Revision 2748 - (view) (annotate) - [select for diffs]
Modified Sun Jan 5 19:20:09 2014 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid/trunk/include/whowas.h
File length: 2562 byte(s)
Diff to previous 2300
- Fixed server name leak for hidden servers in /who, /whois and /whowas

Revision 2300 - (view) (annotate) - [select for diffs]
Modified Wed Jun 19 12:10:37 2013 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/include/whowas.h
File length: 2549 byte(s)
Diff to previous 2297
- whowas: Renamed functions.
  add_history -> whowas_add_history
  off_history -> whowas_off_history
  get_history -> whowas_get_history

Revision 2297 - (view) (annotate) - [select for diffs]
Modified Wed Jun 19 11:57:38 2013 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/include/whowas.h
File length: 2507 byte(s)
Diff to previous 1857
- whowas.c: renamed count_whowas_memory() to whowas_count_memory()
- watch_count_memory(), whowas_count_memory(): constification, renamed
  variables, removed unused variables

Revision 1857 - (view) (annotate) - [select for diffs]
Modified Wed Apr 24 20:47:21 2013 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/include/whowas.h
File length: 2497 byte(s)
Diff to previous 1592
- Constification

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/include/whowas.h
File length: 2491 byte(s)
Diff to previous 1431
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1431 - (view) (annotate) - [select for diffs]
Modified Sat Jun 9 19:15:10 2012 UTC (14 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/include/whowas.h
File length: 2491 byte(s)
Diff to previous 1358
- NICKLEN definition no longer respects the trailing NUL character
  (reverts to old behavior)

Revision 1358 - (view) (annotate) - [select for diffs]
Modified Sun Apr 22 13:49:23 2012 UTC (14 years, 3 months ago) by michael
Original Path: ircd-hybrid-8/include/whowas.h
File length: 2487 byte(s)
Diff to previous 1156
- cleanup and rewrite whowas.c to use the dlink list manipulation routines
- increase NICKNAMEHISTORYLENGTH to 16384

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/include/whowas.h
File length: 2602 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/include/whowas.h
File length: 2602 byte(s)
Diff to previous 1029
- recreate "trunk"

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/include/whowas.h
File length: 2602 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/include/whowas.h
File length: 2602 byte(s)
Diff to previous 948
- move ircd-hybrid-7.2 to trunk

Revision 948 - (view) (annotate) - [select for diffs]
Modified Tue Jul 21 17:34:06 2009 UTC (17 years ago) by michael
Original Path: ircd-hybrid-7.2/include/whowas.h
File length: 2602 byte(s)
Diff to previous 912
- lp64\llp64\ilp32 portability fixes

Revision 912 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 22:47:44 2007 UTC (18 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/include/whowas.h
File length: 2598 byte(s)
Diff to previous 34
- Implemented libtool-ltdl. Only shared modules are supported currently
- Several build fixes and cleanups. ircd now builds and runs without any problems
- Added back all files to SVN that are needed to built the daemon
  I really don't want to force other people that want to test the snapshots
  or svn versions to install yyacc, lex, automake, autoconf and libtool...
  No problem having required files in svn
- Removed some automake maintainer stuff which is kinda useless for us

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/include/whowas.h
File length: 2597 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/include/whowas.h
File length: 2597 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/include/whowas.h
File length: 2597 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/include/whowas.h
File length: 2597 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/include/whowas.h
File length: 2647 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