ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/hash.c
Revision 9087 - (view) (annotate) - [select for diffs]
Modified Sun Oct 27 21:13:38 2019 UTC (4 years, 5 months ago) by michael
File length: 14597 byte(s)
Diff to previous 9082
- hash: move initialization of 'hashf_xor_key' into strhash() and kill hash_init()

Revision 9082 - (view) (annotate) - [select for diffs]
Modified Sun Oct 13 09:58:37 2019 UTC (4 years, 6 months ago) by michael
File length: 14749 byte(s)
Diff to previous 9074
- Rename struct Membership to ChannelMember
- Rename Channel::last_knock to last_knock_time
- Rename Channel::last_invite to last_invite_time
- Rename chptr to channel

Revision 9074 - (view) (annotate) - [select for diffs]
Modified Sat Oct 5 18:18:22 2019 UTC (4 years, 6 months ago) by michael
File length: 14645 byte(s)
Diff to previous 8751
- Renamed 'creationtime' Channel structure member to 'creation_time'

Revision 8751 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:06:50 2019 UTC (5 years, 3 months ago) by michael
File length: 14642 byte(s)
Diff to previous 8655
- Update copyright years

Revision 8655 - (view) (annotate) - [select for diffs]
Modified Sun Nov 11 20:18:54 2018 UTC (5 years, 5 months ago) by michael
File length: 14642 byte(s)
Diff to previous 8495
- Make use of the bool data type in some places

Revision 8495 - (view) (annotate) - [select for diffs]
Modified Thu Apr 5 12:40:05 2018 UTC (6 years ago) by michael
File length: 14597 byte(s)
Diff to previous 8388
- Killed userhost.c. Rewrote everything to use ipcache.c

Revision 8388 - (view) (annotate) - [select for diffs]
Modified Fri Mar 16 20:23:06 2018 UTC (6 years, 1 month ago) by michael
File length: 16128 byte(s)
Diff to previous 8280
- hash.c:free_list_task(): properly unlink nodes from their lists even though memory is freed solely for debugging purposes

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

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

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

Revision 7796 - (view) (annotate) - [select for diffs]
Modified Tue Oct 18 17:26:37 2016 UTC (7 years, 5 months ago) by michael
File length: 16053 byte(s)
Diff to previous 7686
- Minor style corrections and constifications

Revision 7686 - (view) (annotate) - [select for diffs]
Modified Thu Aug 18 17:32:04 2016 UTC (7 years, 7 months ago) by michael
File length: 16075 byte(s)
Diff to previous 7667
- Remove excessive const keyword on dlink_node pointers

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

Revision 7576 - (view) (annotate) - [select for diffs]
Modified Sun May 29 20:42:35 2016 UTC (7 years, 10 months ago) by michael
File length: 16088 byte(s)
Diff to previous 7574
- hash.c: fixed previous commit to free_list_task()

Revision 7574 - (view) (annotate) - [select for diffs]
Modified Sun May 29 20:38:28 2016 UTC (7 years, 10 months ago) by michael
File length: 16082 byte(s)
Diff to previous 7483
- hash.c:free_list_task(): we really want to use dlinkFindDelete() here instead of just dlinkDelete()

Revision 7483 - (view) (annotate) - [select for diffs]
Modified Wed Mar 16 09:28:00 2016 UTC (8 years, 1 month ago) by michael
File length: 16085 byte(s)
Diff to previous 7235
- hash.c: remove unused header includes

Revision 7235 - (view) (annotate) - [select for diffs]
Modified Wed Feb 3 16:33:03 2016 UTC (8 years, 2 months ago) by michael
File length: 16168 byte(s)
Diff to previous 7033
- Move resv.* to conf_resv.*

Revision 7033 - (view) (annotate) - [select for diffs]
Modified Sun Jan 3 14:37:29 2016 UTC (8 years, 3 months ago) by michael
File length: 16163 byte(s)
Diff to previous 7030
- Renamed MyCalloc to xcalloc

Revision 7030 - (view) (annotate) - [select for diffs]
Modified Sat Jan 2 21:18:15 2016 UTC (8 years, 3 months ago) by michael
File length: 16166 byte(s)
Diff to previous 7007
- hash.c:hash_init(): deal with genrand_int32() returning 0

Revision 7007 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:09:08 2016 UTC (8 years, 3 months ago) by michael
File length: 16133 byte(s)
Diff to previous 6392
- Update copyright years

Revision 6392 - (view) (annotate) - [select for diffs]
Modified Sun Aug 23 14:57:00 2015 UTC (8 years, 7 months ago) by michael
File length: 16133 byte(s)
Diff to previous 6386
- Move userhost related code from hash.c to userhost.c

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

Revision 6160 - (view) (annotate) - [select for diffs]
Modified Thu Jun 18 10:49:13 2015 UTC (8 years, 10 months ago) by michael
File length: 19988 byte(s)
Diff to previous 5546
- Move all SID/UID related code to id.c

Revision 5546 - (view) (annotate) - [select for diffs]
Modified Thu Feb 12 14:13:48 2015 UTC (9 years, 2 months ago) by michael
File length: 19972 byte(s)
Diff to previous 5459
- Fixed style in several places

Revision 5459 - (view) (annotate) - [select for diffs]
Modified Tue Feb 3 22:24:23 2015 UTC (9 years, 2 months ago) by michael
File length: 19983 byte(s)
Diff to previous 5346
- Minor cleanups here and there

Revision 5346 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:41:14 2015 UTC (9 years, 3 months ago) by michael
File length: 20001 byte(s)
Diff to previous 4976
- Update copyright years

Revision 4976 - (view) (annotate) - [select for diffs]
Modified Thu Dec 4 15:12:10 2014 UTC (9 years, 4 months ago) by michael
File length: 20001 byte(s)
Diff to previous 4889
- Style corrections; constifications

Revision 4889 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 17:10:25 2014 UTC (9 years, 4 months ago) by michael
File length: 19922 byte(s)
Diff to previous 4869
- Style corrections

Revision 4869 - (view) (annotate) - [select for diffs]
Modified Fri Nov 7 20:28:08 2014 UTC (9 years, 5 months ago) by michael
File length: 19924 byte(s)
Diff to previous 4867
- hash.c: constifications

Revision 4867 - (view) (annotate) - [select for diffs]
Modified Fri Nov 7 20:14:30 2014 UTC (9 years, 5 months ago) by michael
File length: 19906 byte(s)
Diff to previous 4817
- hash.c:free_list_task(): removed pointless MyConnect() test

Revision 4817 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 16:05:01 2014 UTC (9 years, 5 months ago) by michael
File length: 19936 byte(s)
Diff to previous 4816
- Renamed variables

Revision 4816 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 15:29:49 2014 UTC (9 years, 5 months ago) by michael
File length: 19927 byte(s)
Diff to previous 4617
- Renamed variables

Revision 4617 - (view) (annotate) - [select for diffs]
Modified Sun Sep 7 13:00:55 2014 UTC (9 years, 7 months ago) by michael
File length: 19884 byte(s)
Diff to previous 4589
- Renamed Channel::chname to Channel::name

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

Revision 4564 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:24:47 2014 UTC (9 years, 7 months ago) by michael
File length: 19908 byte(s)
Diff to previous 4501
- Update GPL 2 license headers

Revision 4501 - (view) (annotate) - [select for diffs]
Modified Sat Aug 16 19:10:08 2014 UTC (9 years, 8 months ago) by michael
File length: 19904 byte(s)
Diff to previous 4488
- hash.c:safe_list_channels(): removed outdated comment

Revision 4488 - (view) (annotate) - [select for diffs]
Modified Sat Aug 16 16:55:07 2014 UTC (9 years, 8 months ago) by michael
File length: 19992 byte(s)
Diff to previous 4487
- Add topic mask option to /list

Revision 4487 - (view) (annotate) - [select for diffs]
Modified Sat Aug 16 16:18:17 2014 UTC (9 years, 8 months ago) by michael
File length: 19925 byte(s)
Diff to previous 4087
- hash.c:list_one_channel(): let other users see channelmodes in /list

Revision 4087 - (view) (annotate) - [select for diffs]
Modified Sat Jun 28 16:45:42 2014 UTC (9 years, 9 months ago) by michael
File length: 19982 byte(s)
Diff to previous 3909
- Let mp_pool_get() clear memory

Revision 3909 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 23:57:40 2014 UTC (9 years, 10 months ago) by michael
File length: 20059 byte(s)
Diff to previous 3430
- hash.c: Use 'unsigned' whenever possible

Revision 3430 - (view) (annotate) - [select for diffs]
Modified Thu May 1 11:50:02 2014 UTC (9 years, 11 months ago) by michael
File length: 20050 byte(s)
Diff to previous 3427
- hash.c:list_one_channel(): constification

Revision 3427 - (view) (annotate) - [select for diffs]
Modified Thu May 1 11:46:04 2014 UTC (9 years, 11 months ago) by michael
File length: 20044 byte(s)
Diff to previous 3377
- hash.c:list_one_channel(): optimize for the admin case

Revision 3377 - (view) (annotate) - [select for diffs]
Modified Thu Apr 24 16:15:51 2014 UTC (9 years, 11 months ago) by michael
File length: 20044 byte(s)
Diff to previous 3347
- Create 8.2.x branch

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

Revision 3291 - (view) (annotate) - [select for diffs]
Modified Wed Apr 9 21:41:25 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/src/hash.c
File length: 20046 byte(s)
Diff to previous 3289
- hash.c:safe_list_channels(): since we don't allow remote /LIST requests
  use source_p instead of of source_p->from when testing for
  sendq exceedance

Revision 3289 - (view) (annotate) - [select for diffs]
Modified Wed Apr 9 19:50:19 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/src/hash.c
File length: 20052 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
Original Path: ircd-hybrid/trunk/src/hash.c
File length: 20019 byte(s)
Diff to previous 3287
- Made safe_list_channels and list_one_channel only take two parameters

Revision 3287 - (view) (annotate) - [select for diffs]
Modified Wed Apr 9 18:48:19 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/src/hash.c
File length: 20089 byte(s)
Diff to previous 3242
- hash.c:delete_user_host(): replaced DLINK_FOREACH_SAFE with DLINK_FOREACH

Revision 3242 - (view) (annotate) - [select for diffs]
Modified Sun Mar 30 16:49:56 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/src/hash.c
File length: 20115 byte(s)
Diff to previous 3241
- hash.c: style fixes only

Revision 3241 - (view) (annotate) - [select for diffs]
Modified Sun Mar 30 16:45:31 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/src/hash.c
File length: 20188 byte(s)
Diff to previous 3109
- Incorporate Adam's writev() patch

Revision 3109 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 19:25:12 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/src/hash.c
File length: 20236 byte(s)
Diff to previous 2916
- Applied Adam's sendto_one_numeric() changes

Revision 2916 - (view) (annotate) - [select for diffs]
Modified Sat Jan 25 21:09:18 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/src/hash.c
File length: 20277 byte(s)
Diff to previous 2757
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years

Revision 2757 - (view) (annotate) - [select for diffs]
Modified Sun Jan 5 23:20:19 2014 UTC (10 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/src/hash.c
File length: 20255 byte(s)
Diff to previous 2616
- hash.c:exceeding_sendq(): constification

Revision 2616 - (view) (annotate) - [select for diffs]
Modified Wed Dec 4 17:52:24 2013 UTC (10 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/hash.c
File length: 20249 byte(s)
Diff to previous 2495
- Administrators may now see channel modes in /LIST

Revision 2495 - (view) (annotate) - [select for diffs]
Modified Fri Oct 25 20:19:45 2013 UTC (10 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/src/hash.c
File length: 19882 byte(s)
Diff to previous 1964
- Administrators can now see +s channels in /LIST

Revision 1964 - (view) (annotate) - [select for diffs]
Modified Wed May 8 14:27:02 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/hash.c
File length: 19839 byte(s)
Diff to previous 1834
- Tweaked various mempool chunk sizes

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/src/hash.c
File length: 19975 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
Original Path: ircd-hybrid/trunk/src/hash.c
File length: 19955 byte(s)
Diff to previous 1826
- 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 1826 - (view) (annotate) - [select for diffs]
Modified Mon Apr 15 09:09:09 2013 UTC (11 years ago) by michael
Original Path: ircd-hybrid/trunk/src/hash.c
File length: 19975 byte(s)
Diff to previous 1798
- Minor cleanups to hash.c; removed now unused functions, style cleanups

Revision 1798 - (view) (annotate) - [select for diffs]
Modified Sun Mar 31 17:09:50 2013 UTC (11 years ago) by michael
Original Path: ircd-hybrid/trunk/src/hash.c
File length: 21553 byte(s)
Diff to previous 1654
- Cleanup/reorganize header file layout
- Fixed naming convention in some places

Revision 1654 - (view) (annotate) - [select for diffs]
Modified Fri Nov 16 19:39:37 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/src/hash.c
File length: 21553 byte(s)
Diff to previous 1653
- Implemented memory pool allocator which basically is taken from Tor's
  mempool allocator for Tor cells
- Fixed compile warnings in conf_class.c
- ./configure --enable-assert works again

Revision 1653 - (view) (annotate) - [select for diffs]
Modified Wed Nov 14 11:50:55 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/src/hash.c
File length: 21529 byte(s)
Diff to previous 1644
- added improved match() stolen from ircu
- fixed compile warning in m_module.c

Revision 1644 - (view) (annotate) - [select for diffs]
Modified Tue Nov 6 22:20:16 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/src/hash.c
File length: 21530 byte(s)
Diff to previous 1632
- More config subsystem cleanups

Revision 1632 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 15:37:10 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/src/hash.c
File length: 21503 byte(s)
Diff to previous 1592
- Initial rewrite of the configuration subsystem

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

Revision 1397 - (view) (annotate) - [select for diffs]
Modified Sun May 6 10:01:52 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/hash.c
File length: 21507 byte(s)
Diff to previous 1396
- src/hash.c: there's no need keep on searching clientTable[] for a
  server-id if we didn't find it in the idTable[] before.

Revision 1396 - (view) (annotate) - [select for diffs]
Modified Sun May 6 09:52:27 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/hash.c
File length: 21533 byte(s)
Diff to previous 1332
- src/hash.c: minor style corrections

Revision 1332 - (view) (annotate) - [select for diffs]
Modified Sun Apr 1 16:25:50 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/src/hash.c
File length: 21501 byte(s)
Diff to previous 1309
- init_hash(): remove unused variable

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/src/hash.c
File length: 21520 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/src/hash.c
File length: 21522 byte(s)
Diff to previous 1203
- 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 1203 - (view) (annotate) - [select for diffs]
Modified Tue Aug 23 20:06:08 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/hash.c
File length: 21564 byte(s)
Diff to previous 1169
- make channel::topic and channel::topic_info fixed-size arrays

Revision 1169 - (view) (annotate) - [select for diffs]
Modified Fri Aug 12 18:45:03 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/src/hash.c
File length: 21592 byte(s)
Diff to previous 1156
- rename find_server to hash_find_server to satisfy naming convention
- pull m_services.c and m_jupe.c from contrib/
- style fixes in some places

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/src/hash.c
File length: 21577 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/src/hash.c
File length: 21577 byte(s)
Diff to previous 1149
- recreate "trunk"

Revision 1149 - (view) (annotate) - [select for diffs]
Modified Sun Jul 31 20:04:17 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/src/hash.c
File length: 21577 byte(s)
Diff to previous 1118
- Style cleanups
- Doxify hook.c

Revision 1118 - (view) (annotate) - [select for diffs]
Modified Thu Jan 6 13:39:10 2011 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.3/src/hash.c
File length: 21895 byte(s)
Diff to previous 1029
- cleanup and sanitize m_server.c. remove hostmasking. Improve TS6 suppport

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/src/hash.c
File length: 22889 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/src/hash.c
File length: 22889 byte(s)
Diff to previous 1013
- move ircd-hybrid-7.2 to trunk

Revision 1013 - (view) (annotate) - [select for diffs]
Modified Sun Oct 18 14:26:49 2009 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/src/hash.c
File length: 22889 byte(s)
Diff to previous 1011
- Add -Wextra -Wcast-align -Wbad-function-cast to CFLAGS if --enable-warnings is specified
- Fixed several compile warnings
- 64-bit cleanliness fixes, e.g., reorganize data structures to reduce storage/unnecessary padding

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

Revision 982 - (view) (annotate) - [select for diffs]
Modified Thu Aug 13 22:15:08 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/src/hash.c
File length: 22907 byte(s)
Diff to previous 896
- added a mersenne twister basedn prng

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/src/hash.c
File length: 22883 byte(s)
Diff to previous 880
- Killed s_stats.c

Revision 880 - (view) (annotate) - [select for diffs]
Modified Thu Oct 25 20:25:26 2007 UTC (16 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/src/hash.c
File length: 23010 byte(s)
Diff to previous 34
- hash_find_id() should be using strcmp instead or irccmp
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/src/hash.c
File length: 23007 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/src/hash.c
File length: 23007 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/src/hash.c
File length: 23007 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/src/hash.c
File length: 23007 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/src/hash.c
File length: 23052 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