ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/libio/string
Revision 364 - Directory Listing - [select for diffs]
Modified Sun Jan 8 15:39:24 2006 UTC (20 years, 7 months ago) by michael
Diff to previous 363
- 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, 7 months ago) by michael
Diff to previous 292
- Fixed broken CIDR bans (untested).  Fix needs to be backported to 7.2
  after it's been tested

Revision 292 - Directory Listing - [select for diffs]
Modified Mon Dec 5 10:40:18 2005 UTC (20 years, 8 months ago) by michael
Diff to previous 290
- 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, 8 months ago) by michael
Diff to previous 184
- Moved has_wildcards() from m_list.c to match.c and re-use it
  in some other places.

Revision 184 - Directory Listing - [select for diffs]
Modified Sun Oct 23 14:51:05 2005 UTC (20 years, 9 months ago) by adx
Diff to previous 175
* make win32 port work with libio.dll
Revision 175 - Directory Listing - [select for diffs]
Modified Fri Oct 21 23:57:03 2005 UTC (20 years, 9 months ago) by michael
Diff to previous 174
- 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
Diff to previous 153
- Fixed gcc4 related compilewarnings in inet_ntop6().  Reported by ThaPrince

Revision 153 - Directory Listing - [select for diffs]
Modified Mon Oct 17 21:20:34 2005 UTC (20 years, 9 months ago) by adx
Diff to previous 90
- 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 90 - Directory Listing - [select for diffs]
Modified Fri Oct 7 02:04:15 2005 UTC (20 years, 10 months ago) by knight
Diff to previous 89
- 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, 10 months ago) by adx
Diff to previous 73
- added dynamically extensible conf parser (compiles ok); enough to start
  modularising general{} -> general.c, auth{} -> auth.c and so on.

Revision 73 - Directory Listing - [select for diffs]
Modified Tue Oct 4 18:08:14 2005 UTC (20 years, 10 months ago) by knight
Diff to previous 71
- stale .depend

Revision 71 - Directory Listing - [select for diffs]
Modified Tue Oct 4 18:05:45 2005 UTC (20 years, 10 months ago) by knight
Diff to previous 69
- svn:keywords *smacks adx*

Revision 69 - Directory Listing - [select for diffs]
Modified Tue Oct 4 16:09:51 2005 UTC (20 years, 10 months ago) by adx
Diff to previous 65
- 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 65 - Directory Listing - [select for diffs]
Modified Mon Oct 3 23:33:16 2005 UTC (20 years, 10 months ago) by adx
Diff to previous 64
- 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, 10 months ago) by adx
Diff to previous 62
- 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, 10 months ago) by adx
Diff to previous 61
- 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, 10 months ago) by adx
Diff to previous 59
- 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 59 - Directory Listing - [select for diffs]
Added Mon Oct 3 15:11:57 2005 UTC (20 years, 10 months ago) by adx
- move non-irc related sources to /libio
- todo: make it independent of the rest of code

(Current path doesn't exist after revision 1026)

Convenience Links