ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.1.x/modules/m_whowas.c
Revision 2987 - (view) (annotate) - [select for diffs]
Modified Tue Feb 18 09:39:28 2014 UTC (10 years, 1 month ago) by michael
File length: 4493 byte(s)
Diff to previous 2971 , to selected 1592
- Via p4: Make whowas honor disable_remote_commands

Revision 2971 - (view) (annotate) - [select for diffs]
Modified Fri Jan 31 11:23:59 2014 UTC (10 years, 2 months ago) by michael
File length: 4298 byte(s)
Diff to previous 2821 , to selected 1592
- Move myctime() from irc_string.c to s_misc.c

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

Revision 2747 - (view) (annotate) - [select for diffs]
Modified Sun Jan 5 19:19:06 2014 UTC (10 years, 3 months ago) by michael
File length: 4185 byte(s)
Diff to previous 2078 , to selected 1592
- Fixed server name leak for hidden servers in /who, /whois and /whowas

Revision 2078 - (view) (annotate) - [select for diffs]
Modified Fri May 17 16:53:14 2013 UTC (10 years, 11 months ago) by michael
File length: 4168 byte(s)
Diff to previous 2077 , to selected 1592
- Removed extranous EmptyString() test

Revision 2077 - (view) (annotate) - [select for diffs]
Modified Fri May 17 16:26:04 2013 UTC (10 years, 11 months ago) by michael
File length: 4193 byte(s)
Diff to previous 1887 , to selected 1592
- m_whowas.c:whowas_do(): minor cleanups and optimizations

Revision 1887 - (view) (annotate) - [select for diffs]
Modified Sat Apr 27 13:36:32 2013 UTC (10 years, 11 months ago) by michael
File length: 4287 byte(s)
Diff to previous 1867 , to selected 1592
- m_whowas.c,m_names.c,m_kick.c: remove pointless code. There's no real reason why
  we should skip preceding commas in nick-/channelnames

Revision 1867 - (view) (annotate) - [select for diffs]
Modified Thu Apr 25 18:01:53 2013 UTC (10 years, 11 months ago) by michael
File length: 4322 byte(s)
Diff to previous 1857 , to selected 1592
- Create 8.1.x branch

Revision 1857 - (view) (annotate) - [select for diffs]
Modified Wed Apr 24 20:47:21 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_whowas.c
File length: 4322 byte(s)
Diff to previous 1834 , to selected 1592
- Constification

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_whowas.c
File length: 4316 byte(s)
Diff to previous 1832 , to selected 1592
- 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
Original Path: ircd-hybrid/trunk/modules/m_whowas.c
File length: 4237 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) - [selected]
Modified Sat Oct 27 21:02:32 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_whowas.c
File length: 4316 byte(s)
Diff to previous 1358
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

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

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_whowas.c
File length: 4271 byte(s)
Diff to previous 1243 , to selected 1592
- 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_whowas.c
File length: 4273 byte(s)
Diff to previous 1230 , to selected 1592
- 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_whowas.c
File length: 4332 byte(s)
Diff to previous 1219 , to selected 1592
- 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, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_whowas.c
File length: 4359 byte(s)
Diff to previous 1178 , to selected 1592
- 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, 8 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_whowas.c
File length: 4345 byte(s)
Diff to previous 1156 , to selected 1592
- 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_whowas.c
File length: 4339 byte(s)
Diff to previous 1155 , to selected 1592
- 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_whowas.c
File length: 4339 byte(s)
Diff to previous 1121 , to selected 1592
- 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_whowas.c
File length: 4339 byte(s)
Diff to previous 1029 , to selected 1592
- 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_whowas.c
File length: 4373 byte(s)
Diff to previous 1028 , to selected 1592
- 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_whowas.c
File length: 4373 byte(s)
Diff to previous 269 , to selected 1592
- move ircd-hybrid-7.2 to trunk

Revision 269 - (view) (annotate) - [select for diffs]
Modified Mon Nov 14 19:39:09 2005 UTC (18 years, 5 months ago) by adx
Original Path: ircd-hybrid-7.2/modules/m_whowas.c
File length: 4373 byte(s)
Diff to previous 145 , to selected 1592
+ more rate limiting fixes
+ update RELNOTES

Revision 145 - (view) (annotate) - [select for diffs]
Modified Sun Oct 16 10:07:13 2005 UTC (18 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_whowas.c
File length: 4380 byte(s)
Diff to previous 143 , to selected 1592
- Limit maximum WHOWAS replies for remote requests to 20, as per H6

Revision 143 - (view) (annotate) - [select for diffs]
Modified Sun Oct 16 09:49:16 2005 UTC (18 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_whowas.c
File length: 4313 byte(s)
Diff to previous 34 , to selected 1592
- Fixed a bug where remoteservers would send us an ERROR
  on "WHOWAS nick count remoteserver.net".  Propably one
  of the oldest bugs that got introduced in 7.0.

  (Backported from HEAD)

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_whowas.c
File length: 4261 byte(s)
Diff to previous 33 , to selected 1592
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_whowas.c
File length: 4261 byte(s)
Diff to previous 32 , to selected 1592
- 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_whowas.c
File length: 4261 byte(s)
Diff to previous 31 , to selected 1592
- 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_whowas.c
File length: 4261 byte(s)
Diff to previous 30 , to selected 1592
- 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_whowas.c
File length: 4320 byte(s)
Diff to selected 1592
- 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