ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/branches/ircd-hybrid-newconf/libio
Revision 1027 - Directory Listing - [select for diffs]
Modified Sun Nov 8 13:01:13 2009 UTC (16 years, 8 months ago) by michael
Diff to previous 868 , to selected 281
- Move old 7.3 sources to branches/ircd-hybrid-newconf

Revision 868 - Directory Listing - [select for diffs]
Modified Mon Sep 3 15:35:30 2007 UTC (18 years, 10 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 866 , to selected 281
+ rand() was actually not initialized - same sequences after each reboot...

  This is TOO obvious. How's it possible that noone's ever noticed this?

Revision 866 - Directory Listing - [select for diffs]
Modified Mon Mar 5 23:58:19 2007 UTC (19 years, 4 months ago) by db
Original Path: ircd-hybrid/libio
Diff to previous 862 , to selected 281
- added buf_init_and_set_sep at cryogens suggestion
- buf_add_and_mark will have to wait
- added some comments


Revision 862 - Directory Listing - [select for diffs]
Modified Mon Mar 5 04:33:38 2007 UTC (19 years, 4 months ago) by db
Original Path: ircd-hybrid/libio
Diff to previous 852 , to selected 281
- move buf_cb_sendto_one() into send.c from strbuf
- add kludge to Makefile to force strbuf.o functions to be linked into ircd
- add temp kludges to deny. and kill.c to allow ircd to link (FIX!!!)
- Finally! modify m_names.c to use strbuf


Revision 852 - Directory Listing - [select for diffs]
Modified Mon Feb 19 22:12:54 2007 UTC (19 years, 5 months ago) by bear
Original Path: ircd-hybrid/libio
Diff to previous 851 , to selected 281
add useful little string buffer for NAMES and others
Revision 851 - Directory Listing - [select for diffs]
Modified Mon Feb 19 21:55:24 2007 UTC (19 years, 5 months ago) by bear
Original Path: ircd-hybrid/libio
Diff to previous 841 , to selected 281
Move some logic from m_kline.c to conf/kill.c, integrate stuff with new csvlib,
clean up / simplify / centralize some code.

parse_aline.c should really be called aline.c or so now

Revision 841 - Directory Listing - [select for diffs]
Modified Fri Feb 9 21:24:15 2007 UTC (19 years, 5 months ago) by bear
Original Path: ircd-hybrid/libio
Diff to previous 833 , to selected 281
Fix off-by-one. This should get rid of adx's whowashash overwriteage.

Revision 833 - Directory Listing - [select for diffs]
Modified Thu Jan 4 18:44:35 2007 UTC (19 years, 6 months ago) by stu
Original Path: ircd-hybrid/libio
Diff to previous 794 , to selected 281
add some error/warning checking to adding nameservers, because currently if we fail to add any we just carry on then fail horribly later in a not-easily-identifyable way
Revision 794 - Directory Listing - [select for diffs]
Modified Sun Aug 27 22:43:34 2006 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 791 , to selected 281
+ fixed win32 build (at least under BCC)
+ newconf adjustments aiming at simple.conf compatibility
+ added missing init_resv() call
Revision 791 - Directory Listing - [select for diffs]
Modified Sun Aug 27 20:30:32 2006 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 776 , to selected 281
+ inet_misc.h was being included twice

Revision 776 - Directory Listing - [select for diffs]
Modified Wed Aug 23 13:53:34 2006 UTC (19 years, 11 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 773 , to selected 281
+ corrections to the new code
+ first succeeded soft reboot attempts.

Revision 773 - Directory Listing - [select for diffs]
Modified Wed Aug 23 00:06:08 2006 UTC (19 years, 11 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 762 , to selected 281
+ first attempts at soft reboot

Revision 762 - Directory Listing - [select for diffs]
Modified Sat Aug 19 13:39:21 2006 UTC (19 years, 11 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 754 , to selected 281
+ restored ip hashing code (moved to hash.c)

Revision 754 - Directory Listing - [select for diffs]
Modified Thu Aug 10 19:09:51 2006 UTC (19 years, 11 months ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 751 , to selected 281
- Fixed bug in parseargs() as reported by Szymek on the hybrid forum
  http://forum.ircd-hybrid.org/viewtopic.php?t=163


Revision 751 - Directory Listing - [select for diffs]
Modified Tue Jul 25 20:51:14 2006 UTC (20 years ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 743 , to selected 281
+ implemented RESV hashing where it's possible (i.e. no wildcards)
+ ok, all this list/hash manipulation should be moved to src/conf

Revision 743 - Directory Listing - [select for diffs]
Modified Sun Jul 23 20:03:42 2006 UTC (20 years ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 742 , to selected 281
+ make ircd core compile except server.c and parse_aline.c

Revision 742 - Directory Listing - [select for diffs]
Modified Sun Jul 23 14:10:50 2006 UTC (20 years ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 734 , to selected 281
+ moved isupport handling from s_conf.c

Revision 734 - Directory Listing - [select for diffs]
Modified Fri Jul 21 21:19:03 2006 UTC (20 years ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 732 , to selected 281
+ implemented resvs

Revision 732 - Directory Listing - [select for diffs]
Modified Fri Jul 21 19:35:54 2006 UTC (20 years ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 724 , to selected 281
+ added support for deny{} blocks

Revision 724 - Directory Listing - [select for diffs]
Modified Sun Jul 16 21:48:50 2006 UTC (20 years ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 719 , to selected 281
+ began implementing hashtable confs (ACB)

Revision 719 - Directory Listing - [select for diffs]
Modified Sun Jul 16 16:56:58 2006 UTC (20 years ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 709 , to selected 281
+ reworked operator{} blocks to make them independent from oldconf
+ moved some utilities from s_conf.* to libio
+ added stub for auth{} blocks

Revision 709 - Directory Listing - [select for diffs]
Modified Fri Jul 7 08:58:58 2006 UTC (20 years ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 684 , to selected 281
- Applied nenolod's parse_resvconf() fix

Revision 684 - Directory Listing - [select for diffs]
Modified Thu Jun 15 18:18:08 2006 UTC (20 years, 1 month ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 665 , to selected 281
- Moved ircd_get_platform to libio and killed version.c

Revision 665 - Directory Listing - [select for diffs]
Modified Sat Jun 10 20:01:13 2006 UTC (20 years, 1 month ago) by stu
Original Path: ircd-hybrid/libio
Diff to previous 656 , to selected 281
integers aren't necessarily pointers, unless you say they are. (removed compile warning)
Revision 656 - Directory Listing - [select for diffs]
Modified Fri Jun 9 13:51:25 2006 UTC (20 years, 1 month ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 655 , to selected 281
- Added support for windows vista to uname()

Revision 655 - Directory Listing - [select for diffs]
Modified Fri Jun 9 13:30:21 2006 UTC (20 years, 1 month ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 649 , to selected 281
- Fixed function naming convention in some places
- Moved win32 uname() to libio

Revision 649 - Directory Listing - [select for diffs]
Modified Wed Jun 7 17:57:52 2006 UTC (20 years, 1 month ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 648 , to selected 281
- Removed all common.h header includes from libio sources
- Moved IRCD_MIN/IRCD_MAX macros to libio and renamed them
  to LIBIO_MIN/LIBIO_MAX

Revision 648 - Directory Listing - [select for diffs]
Modified Wed Jun 7 15:16:38 2006 UTC (20 years, 1 month ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 647 , to selected 281
- Moved our own getopt implementation to libio.  We may replace this with gnu
  getopt/getopt_long some day.

Revision 647 - Directory Listing - [select for diffs]
Modified Wed Jun 7 15:10:17 2006 UTC (20 years, 1 month ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 642 , to selected 281
+ path separator doesn't always mean /

Revision 642 - Directory Listing - [select for diffs]
Modified Wed Jun 7 11:03:17 2006 UTC (20 years, 1 month ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 641 , to selected 281
- Moved setup_corefile() to libio

Revision 641 - Directory Listing - [select for diffs]
Modified Wed Jun 7 10:51:31 2006 UTC (20 years, 1 month ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 640 , to selected 281
- Renamed basename() to libio_basename() and use it everywhere instead
  of glibc's basename
- Updated configure.ac accordingly

Revision 640 - Directory Listing - [select for diffs]
Modified Wed Jun 7 10:41:00 2006 UTC (20 years, 1 month ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 638 , to selected 281
- Replaced several strchr(x, '*'), etc. with hash_wildcard()
- Removed useless collapse() call in hunt_server().  It's match()'s job
  to deal with multiple ***.  No need to re-copy the entire string again.

Revision 638 - Directory Listing - [select for diffs]
Modified Thu Jun 1 14:03:51 2006 UTC (20 years, 1 month ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 636 , to selected 281
+ backport !VCHAN_C #15 from 7.2

Revision 636 - Directory Listing - [select for diffs]
Modified Thu Jun 1 13:33:35 2006 UTC (20 years, 1 month ago) by db
Original Path: ircd-hybrid/libio
Diff to previous 613 , to selected 281
- forward port disable fake channel from 7.2


Revision 613 - Directory Listing - [select for diffs]
Modified Fri May 19 09:23:10 2006 UTC (20 years, 2 months ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 612 , to selected 281
- Got rid of several pointless irc_getnameinfo() calls in places where we
  can simply use client->sockhost.
- Removed contrib/m_ltrace.c.  Use TRACE instead.
- Fixed compile errors in m_gline.c and m_info.c

Revision 612 - Directory Listing - [select for diffs]
Modified Thu May 18 11:51:01 2006 UTC (20 years, 2 months ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 587 , to selected 281
- Properly fixed /dline nick and removed inetntoa()

Revision 587 - Directory Listing - [select for diffs]
Modified Mon May 8 11:14:24 2006 UTC (20 years, 2 months ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 586 , to selected 281
- Documentation fixes about MemBlock struct in balloc.h

Revision 586 - Directory Listing - [select for diffs]
Modified Mon May 8 11:06:32 2006 UTC (20 years, 2 months ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 556 , to selected 281
- Proper typecasting in newblock()

Revision 556 - Directory Listing - [select for diffs]
Modified Sat Apr 22 18:46:28 2006 UTC (20 years, 3 months ago) by db
Original Path: ircd-hybrid/libio
Diff to previous 550 , to selected 281
- correct #ifndef


Revision 550 - Directory Listing - [select for diffs]
Modified Fri Apr 21 14:42:55 2006 UTC (20 years, 3 months ago) by db
Original Path: ircd-hybrid/libio
Diff to previous 544 , to selected 281
- fix compile error in m_stats.c
- wrap header in balloc.h


Revision 544 - Directory Listing - [select for diffs]
Modified Wed Apr 5 09:34:28 2006 UTC (20 years, 3 months ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 543 , to selected 281
- Made heap_list a dlink_list type
- Killed Block::used_list

Revision 543 - Directory Listing - [select for diffs]
Modified Mon Apr 3 15:18:11 2006 UTC (20 years, 3 months ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 524 , to selected 281
- "deglobalized" heap_list and added block_heap_get_heap_list() instead.
  Note that block_heap_get_heap_list is a const function and the data pointed
  by it can't and should never be modified externally.

Revision 524 - Directory Listing - [select for diffs]
Modified Sun Mar 12 20:09:01 2006 UTC (20 years, 4 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 501 , to selected 281
- %p should never be treated as signed

Revision 501 - Directory Listing - [select for diffs]
Modified Thu Mar 2 10:40:42 2006 UTC (20 years, 4 months ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 485 , to selected 281
- Removed all inlined versions of dlink* functions
- Added an assert()s to dlinkDelete()
- NDEBUG is now undefined by default for testing and beta versions

Revision 485 - Directory Listing - [select for diffs]
Modified Mon Feb 27 15:17:56 2006 UTC (20 years, 4 months ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 480 , to selected 281
- Yet another mach_chan fix (broken #*chan vs. &chan match logic
                             as pointed out by adx)

Revision 480 - Directory Listing - [select for diffs]
Modified Mon Feb 27 13:04:06 2006 UTC (20 years, 4 months ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 474 , to selected 281
- Fixed match_chan() so "/LIST *chan*" works again.  Reported by ThaPrince

Revision 474 - Directory Listing - [select for diffs]
Modified Sat Feb 18 02:12:40 2006 UTC (20 years, 5 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 469 , to selected 281
+ finished modules API
+ now we need to put these mo_modload etc somewhere

Revision 469 - Directory Listing - [select for diffs]
Modified Fri Feb 17 05:06:40 2006 UTC (20 years, 5 months ago) by db
Original Path: ircd-hybrid/libio
Diff to previous 466 , to selected 281
- clean up section dealing with errors and comment what is happening


Revision 466 - Directory Listing - [select for diffs]
Modified Mon Feb 13 16:33:18 2006 UTC (20 years, 5 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 462 , to selected 281
+ return module base == NULL instead of handle if not known

Revision 462 - Directory Listing - [select for diffs]
Modified Mon Feb 13 03:09:38 2006 UTC (20 years, 5 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 461 , to selected 281
+ added missing error handlers for mach

Revision 461 - Directory Listing - [select for diffs]
Modified Mon Feb 13 01:28:16 2006 UTC (20 years, 5 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 459 , to selected 281
+ rewritten dynlink.c, moved to libio

Revision 459 - Directory Listing - [select for diffs]
Modified Sun Feb 12 22:21:37 2006 UTC (20 years, 5 months ago) by db
Original Path: ircd-hybrid/libio
Diff to previous 446 , to selected 281
- If DNS server gives us a NXDOMAIN, we should give up trying to resolve
  this host if doing IPV4, if doing IPV6, NXDOMAIN might mean that a hostname
  might not be available under AAAA but A record might be worth a shot.


Revision 446 - Directory Listing - [select for diffs]
Modified Sun Feb 12 02:46:54 2006 UTC (20 years, 5 months ago) by db
Original Path: ircd-hybrid/libio
Diff to previous 437 , to selected 281
- reported by Jon, resolver was not checking for NXDOMAIN as well as SERVFAIL
  this caused odd DNS reports and took longer to connect.

  Tested by Jon (ThaPrince).


Revision 437 - Directory Listing - [select for diffs]
Modified Sat Feb 11 21:44:07 2006 UTC (20 years, 5 months ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 412 , to selected 281
- Forward ported fd_close() fix

Revision 412 - Directory Listing - [select for diffs]
Modified Wed Feb 8 14:45:27 2006 UTC (20 years, 5 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 402 , to selected 281
+ fixed unaligned memory reference in resolver

  Submitted by: Immo 'FaUl' Wehrenberg

Revision 402 - Directory Listing - [select for diffs]
Modified Tue Feb 7 13:07:26 2006 UTC (20 years, 5 months ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 372 , to selected 281
- Removed dalloca.h

Revision 372 - Directory Listing - [select for diffs]
Modified Sat Jan 14 12:42:28 2006 UTC (20 years, 6 months ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 369 , to selected 281
- optimized ircncmp()

Revision 369 - Directory Listing - [select for diffs]
Modified Tue Jan 10 10:23:19 2006 UTC (20 years, 6 months ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 364 , to selected 281
- Removed comp_with_mask()

Revision 364 - Directory Listing - [select for diffs]
Modified Sun Jan 8 15:39:24 2006 UTC (20 years, 6 months ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 363 , to selected 281
- Entirely changed the way of ban match processing to be more cleaner.
  It also should nicely speed up matching of pure ip (may include cidr mask)
  bans.
- Removed match_cidr() which is now not longed needed
- Add back some prototypes to res.h to fix compile errors

Revision 363 - Directory Listing - [select for diffs]
Modified Sun Jan 8 14:18:13 2006 UTC (20 years, 6 months ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 362 , to selected 281
- Fixed broken CIDR bans (untested).  Fix needs to be backported to 7.2
  after it's been tested

Revision 362 - Directory Listing - [select for diffs]
Modified Sat Jan 7 05:06:18 2006 UTC (20 years, 6 months ago) by metalrock
Original Path: ircd-hybrid/libio
Diff to previous 292 , to selected 281
 - Fixed some compile errors and some shadowed declarations.

Revision 292 - Directory Listing - [select for diffs]
Modified Mon Dec 5 10:40:18 2005 UTC (20 years, 7 months ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 290 , to selected 281
- Added support for (\) escape character to has_wildcards()

Revision 290 - Directory Listing - [select for diffs]
Modified Sun Dec 4 13:31:27 2005 UTC (20 years, 7 months ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 281
- Moved has_wildcards() from m_list.c to match.c and re-use it
  in some other places.

Revision 281 - Directory Listing - [selected]
Modified Thu Nov 24 10:29:09 2005 UTC (20 years, 8 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 270
+ hopefully fixed /dev/poll

Revision 270 - Directory Listing - [select for diffs]
Modified Mon Nov 14 19:39:35 2005 UTC (20 years, 8 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 254 , to selected 281
+ ported rate limiting fixes from 7.2

Revision 254 - Directory Listing - [select for diffs]
Modified Sat Nov 12 11:26:07 2005 UTC (20 years, 8 months ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 223 , to selected 281
- Disabled optimization. i.e. restored -O0
- #if'd out My* inline functions from memory.h

Revision 223 - Directory Listing - [select for diffs]
Modified Thu Nov 3 15:42:51 2005 UTC (20 years, 8 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 185 , to selected 281
+ moved max_watch to the beginning of 'registered users' subsection

Revision 185 - Directory Listing - [select for diffs]
Modified Sun Oct 23 15:39:00 2005 UTC (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 184 , to selected 281
* dynamic module support for win32

Revision 184 - Directory Listing - [select for diffs]
Modified Sun Oct 23 14:51:05 2005 UTC (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 177 , to selected 281
* make win32 port work with libio.dll
Revision 177 - Directory Listing - [select for diffs]
Modified Sat Oct 22 09:05:05 2005 UTC (20 years, 9 months ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 175 , to selected 281
- Bind uses a semicolon as commentcharacter for resolv.conf.  Let's
  deal with it properly
- Do some logging if we skipped any namserver because we reached the max
  of allowed servers

Revision 175 - Directory Listing - [select for diffs]
Modified Fri Oct 21 23:57:03 2005 UTC (20 years, 9 months ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 174 , to selected 281
- Fixed typo ...

Revision 174 - Directory Listing - [select for diffs]
Modified Fri Oct 21 23:53:06 2005 UTC (20 years, 9 months ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 170 , to selected 281
- Fixed gcc4 related compilewarnings in inet_ntop6().  Reported by ThaPrince

Revision 170 - Directory Listing - [select for diffs]
Modified Fri Oct 21 09:39:59 2005 UTC (20 years, 9 months ago) by michael
Original Path: ircd-hybrid/libio
Diff to previous 156 , to selected 281
- Removed two extra memsets in make_request()

Revision 156 - Directory Listing - [select for diffs]
Modified Tue Oct 18 06:32:44 2005 UTC (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 153 , to selected 281
- fixed register_callback re-registering

Revision 153 - Directory Listing - [select for diffs]
Modified Mon Oct 17 21:20:34 2005 UTC (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 152 , to selected 281
- compile libio as a dll on win32
- next step is compiling the whole ircd as a dll to export its symbols
- after that, we'll be able to support loadable *.dll modules.

NOTE: m_operspy.c doesn't compile now (error at localClient->iline)
Revision 152 - Directory Listing - [select for diffs]
Modified Mon Oct 17 01:48:08 2005 UTC (20 years, 9 months ago) by db
Original Path: ircd-hybrid/libio
Diff to previous 107 , to selected 281
- res.c would send out hundreds? of retry requests on clients that
  did not resolve, i.e. SERVFAIL. The code was essentailly ignoring
  SERVFAIL hence generating request after request after request.
  This appears to fix this major bug. It would be a good idea to add
  some logging here however.


Revision 107 - Directory Listing - [select for diffs]
Modified Tue Oct 11 18:33:58 2005 UTC (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 90 , to selected 281
- fixed header name collision on linux *yawn*

Revision 90 - Directory Listing - [select for diffs]
Modified Fri Oct 7 02:04:15 2005 UTC (20 years, 9 months ago) by knight
Original Path: ircd-hybrid/libio
Diff to previous 89 , to selected 281
- Finialise svn:ignore keywords to fix everything

Revision 89 - Directory Listing - [select for diffs]
Modified Thu Oct 6 21:22:58 2005 UTC (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 87 , to selected 281
- added dynamically extensible conf parser (compiles ok); enough to start
  modularising general{} -> general.c, auth{} -> auth.c and so on.

Revision 87 - Directory Listing - [select for diffs]
Modified Wed Oct 5 20:47:43 2005 UTC (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 86 , to selected 281
- integrated close_standard_fds with libio_init

Revision 86 - Directory Listing - [select for diffs]
Modified Wed Oct 5 20:36:04 2005 UTC (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 85 , to selected 281
* attached misc/tools.c to misc/list.c,
  this should really have been done earlier.

* moved mem_frob() to memory.c

* single libio_init() instead of all startup functions;
  btw, I don't know if ircd's still able to boot ..

Revision 85 - Directory Listing - [select for diffs]
Modified Wed Oct 5 14:29:35 2005 UTC (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 78 , to selected 281
- register_callback: always restore the original handler at the end
  of the chain, not only when the chain is empty

Revision 78 - Directory Listing - [select for diffs]
Modified Tue Oct 4 21:16:00 2005 UTC (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 77 , to selected 281
- further win32 fixes, use ircd_signal.c interface (signals are wrapped
  around WM_USER's wParam)
- note that the callback for WM_SIGNAL (ie WM_USER) defined in libio is
  independent from the ircd, ie variable dispatch_wm_signal is set in
  ircd_signal.c.
- now it compiles, to do: turn libio into a DLL to allow symbol references
  in m_*.dll protocol modules.
Revision 77 - Directory Listing - [select for diffs]
Modified Tue Oct 4 20:45:31 2005 UTC (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 73 , to selected 281
- misc win32 fixes
Revision 73 - Directory Listing - [select for diffs]
Modified Tue Oct 4 18:08:14 2005 UTC (20 years, 9 months ago) by knight
Original Path: ircd-hybrid/libio
Diff to previous 72 , to selected 281
- stale .depend

Revision 72 - Directory Listing - [select for diffs]
Modified Tue Oct 4 18:07:51 2005 UTC (20 years, 9 months ago) by knight
Original Path: ircd-hybrid/libio
Diff to previous 71 , to selected 281
- svn:ignore for .depend

Revision 71 - Directory Listing - [select for diffs]
Modified Tue Oct 4 18:05:45 2005 UTC (20 years, 9 months ago) by knight
Original Path: ircd-hybrid/libio
Diff to previous 70 , to selected 281
- svn:keywords *smacks adx*

Revision 70 - Directory Listing - [select for diffs]
Modified Tue Oct 4 16:21:07 2005 UTC (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 69 , to selected 281
- fixed errors on last commit
- moved rlimits.h to comm

Revision 69 - Directory Listing - [select for diffs]
Modified Tue Oct 4 16:09:51 2005 UTC (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 68 , to selected 281
- splitted ircd/libio, all headers connected with libio sources have been
  moved for internal use only. To use libio interface, include "libio.h"
  (which is already done in "stdinc.h")


Revision 68 - Directory Listing - [select for diffs]
Modified Tue Oct 4 00:44:29 2005 UTC (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 67 , to selected 281
- removed last references to the ircd core, libio is independent now
- to do: split headers

Revision 67 - Directory Listing - [select for diffs]
Modified Mon Oct 3 23:50:49 2005 UTC (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 65 , to selected 281
- removed external references from libio/net, still to do: comm

Revision 65 - Directory Listing - [select for diffs]
Modified Mon Oct 3 23:33:16 2005 UTC (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 64 , to selected 281
- removed external references from libio/misc
- imported s_misc.c to libio, moved CurrentTime there

Revision 64 - Directory Listing - [select for diffs]
Modified Mon Oct 3 22:50:22 2005 UTC (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 62 , to selected 281
- removed external references from string/
- still to do : misc net comm

Revision 62 - Directory Listing - [select for diffs]
Modified Mon Oct 3 22:23:39 2005 UTC (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 61 , to selected 281
- reorganisation goes on, removed external references from libio/mem

Revision 61 - Directory Listing - [select for diffs]
Modified Mon Oct 3 21:20:41 2005 UTC (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 60 , to selected 281
- split libio Makefiles for easier maintenance
- moved pcre.h to main include/ as it is currently a part
  of libio interface (in the future all such headers should
  be moved to libio/ and integrated...)

Now, libio components like comm, misc etc. should be as independent
as possible (from the rest of ircd and from each other), to allow
easy reuse in other software and to keep the interface clean.


Revision 60 - Directory Listing - [select for diffs]
Modified Mon Oct 3 15:51:34 2005 UTC (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to previous 59 , to selected 281
- separate interface (irc_res.h) and implementation (irc_reslib.h)
- moved resolver from comm/ to net/

Revision 59 - Directory Listing - [select for diffs]
Added Mon Oct 3 15:11:57 2005 UTC (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/libio
Diff to selected 281
- move non-irc related sources to /libio
- todo: make it independent of the rest of code

Convenience Links