ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/modules
Revision 383 - Directory Listing - [select for diffs]
Modified Tue Jan 31 12:15:49 2006 UTC (18 years, 2 months ago) by michael
Diff to previous 381
- Forward-port relay_xline fix from 7.2

Revision 381 - Directory Listing - [select for diffs]
Modified Sun Jan 29 10:27:33 2006 UTC (18 years, 2 months ago) by michael
Diff to previous 377
- Cleaned up some special magic in show_iline_prefix.  Someone tell me why
  we should copy aconf->user into a separate buffer after the prefix? Also
  renamed it to make_iline_prefix.

Revision 377 - Directory Listing - [select for diffs]
Modified Wed Jan 25 10:48:24 2006 UTC (18 years, 2 months ago) by michael
Diff to previous 375
- Removed death code. We don't have sth. like conf *lines* anymore

Revision 375 - Directory Listing - [select for diffs]
Modified Sun Jan 22 11:04:43 2006 UTC (18 years, 2 months ago) by michael
Diff to previous 374
- Don't free() source_p->localClient->auth_oper after calling
  oper_up() on source_p.  Added small explanatation about why
  you shouldn't do that.

Revision 374 - Directory Listing - [select for diffs]
Modified Sat Jan 14 17:57:18 2006 UTC (18 years, 2 months ago) by michael
Diff to previous 373
- More m_connect cleanups, I also never liked the idea of temporarily modifying
  a connect item, so let's do this a bit different now.

Revision 373 - Directory Listing - [select for diffs]
Modified Sat Jan 14 17:23:35 2006 UTC (18 years, 2 months ago) by michael
Diff to previous 362
- Get rid of some really outdated PORTNUM assignments/tests in m_connect().
  connect items have a default port set upon creation.
- Untabified m_connect.c

Revision 362 - Directory Listing - [select for diffs]
Modified Sat Jan 7 05:06:18 2006 UTC (18 years, 2 months ago) by metalrock
Diff to previous 357
 - Fixed some compile errors and some shadowed declarations.

Revision 357 - Directory Listing - [select for diffs]
Modified Thu Jan 5 16:06:45 2006 UTC (18 years, 2 months ago) by michael
Diff to previous 353
- Mainly re-wrote split_nuh() to fix a regexp kline bug where we would cut off
  the user portion after 9 chars, but also to be a bit more flexible when we
  have to deal with different user/host name lengths.
- Re-wrote m_capture() to use split_nuh()

Revision 353 - Directory Listing - [select for diffs]
Modified Sun Jan 1 12:00:11 2006 UTC (18 years, 2 months ago) by michael
Diff to previous 351
- Kill mo_info() and use ms_info() instead

Revision 351 - Directory Listing - [select for diffs]
Modified Sun Jan 1 09:35:12 2006 UTC (18 years, 2 months ago) by michael
Diff to previous 350
- Don't allow shared (remote) k-lines to be set without a valid reason

Revision 350 - Directory Listing - [select for diffs]
Modified Sun Jan 1 09:29:42 2006 UTC (18 years, 2 months ago) by michael
Diff to previous 349
- documentings

Revision 349 - Directory Listing - [select for diffs]
Modified Sat Dec 31 18:43:28 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 348
- Got rid of multiple bogus_host() copies

Revision 348 - Directory Listing - [select for diffs]
Modified Sat Dec 31 14:08:37 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 347
- More documentation

Revision 347 - Directory Listing - [select for diffs]
Modified Sat Dec 31 13:22:28 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 345
- m_admin.c: fixed comment about parv[1].  Also did some style cleanups

Revision 345 - Directory Listing - [select for diffs]
Modified Sat Dec 31 11:50:01 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 334
- Continue doxyfying modules

Revision 334 - Directory Listing - [select for diffs]
Modified Mon Dec 26 10:33:05 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 333
- Add missing semicolon

Revision 333 - Directory Listing - [select for diffs]
Modified Mon Dec 26 10:08:18 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 332
- This should fix broken set_topic() as reported by CoolCold

Revision 332 - Directory Listing - [select for diffs]
Modified Sun Dec 25 12:53:19 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 323
- Got rid of do_local_user() function

Revision 323 - Directory Listing - [select for diffs]
Modified Sat Dec 24 22:07:31 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 314
- Only locally connected clients should be checked for a valid channelmembership
  when processing the INVITE message.  Remote clients that are outside a channel
  e.g. services, are allowed to send INVITEs.  This also fixes a bug with anope
  services.  Reported by r0d3nt


Revision 314 - Directory Listing - [select for diffs]
Modified Fri Dec 23 10:59:55 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 303
- Don't pace "WHO #somechan" and "WHO *" as this breaks several clients

Revision 303 - Directory Listing - [select for diffs]
Modified Tue Dec 6 19:30:20 2005 UTC (18 years, 3 months ago) by adx
Diff to previous 294
+ fixed logic for maxlisters
+ if maxlisters=0, show the 'list disabled' notice

Revision 294 - Directory Listing - [select for diffs]
Modified Mon Dec 5 14:11:15 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 293
- Fixed the fix ;P  It is possible that sockhost field is empty for remote clients coming
  from a TS5 server

Revision 293 - Directory Listing - [select for diffs]
Modified Mon Dec 5 14:03:00 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 291
- Fixed WHOIS bug with RPL_WHOISACTUALLY.  Spotted by adx

Revision 291 - Directory Listing - [select for diffs]
Modified Sun Dec 4 13:46:01 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 290
- Fixed name clash between *FloodNoticed macros in client.h and channel.h

Revision 290 - Directory Listing - [select for diffs]
Modified Sun Dec 4 13:31:27 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 284
- Moved has_wildcards() from m_list.c to match.c and re-use it
  in some other places.

Revision 284 - Directory Listing - [select for diffs]
Modified Sat Dec 3 09:54:52 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 279
- Killed 'flood_noticed' int in LocalUser struct

Revision 279 - Directory Listing - [select for diffs]
Modified Wed Nov 23 20:38:17 2005 UTC (18 years, 4 months ago) by db
Diff to previous 278
- Fix logic so it actually works right for opers/admins/unopered 
  with spoof/unspoof logic


Revision 278 - Directory Listing - [select for diffs]
Modified Wed Nov 23 08:18:57 2005 UTC (18 years, 4 months ago) by db
Diff to previous 277
- add a maxlisters /quote set
  limit the number of possible listings going on at once


Revision 277 - Directory Listing - [select for diffs]
Modified Wed Nov 23 08:08:29 2005 UTC (18 years, 4 months ago) by db
Diff to previous 276
- Fix typo .type = ENTITY_NONE
- Fix prototype for find_userhost() prototype and fixed calls of this function


Revision 276 - Directory Listing - [select for diffs]
Modified Mon Nov 14 23:25:40 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 275
+ another slight bug, ie '/msg 0 something' would not lead to
  any error message (as it was delivered)

Revision 275 - Directory Listing - [select for diffs]
Modified Mon Nov 14 23:21:10 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 274
+ fixed something that would obviously lead to a compile error

Revision 274 - Directory Listing - [select for diffs]
Modified Mon Nov 14 23:18:39 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 273
+ and yet another one, *sigh*

Revision 273 - Directory Listing - [select for diffs]
Modified Mon Nov 14 23:17:02 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 272
+ another slight fix for /msg nick@server,nick@server bug

Revision 272 - Directory Listing - [select for diffs]
Modified Mon Nov 14 23:12:09 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 271
+ fixed several m_message issues
+ no idea how many bugs did I introduce, or even if it compiles,
  be welcome to review.

Revision 271 - Directory Listing - [select for diffs]
Modified Mon Nov 14 21:36:23 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 270
+ fixes for accept

Revision 270 - Directory Listing - [select for diffs]
Modified Mon Nov 14 19:39:35 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 260
+ ported rate limiting fixes from 7.2

Revision 260 - Directory Listing - [select for diffs]
Modified Sun Nov 13 10:05:06 2005 UTC (18 years, 4 months ago) by michael
Diff to previous 245
- propset svn:keywords "Id" modules/m_watch.c

Revision 245 - Directory Listing - [select for diffs]
Modified Sun Nov 6 13:10:29 2005 UTC (18 years, 4 months ago) by michael
Diff to previous 241
- Cosmetical fix to "STATS z"

Revision 241 - Directory Listing - [select for diffs]
Modified Sat Nov 5 19:39:35 2005 UTC (18 years, 4 months ago) by db
Diff to previous 240
- Don't allocate memory until it is known it will be allowed
- No need to allocate memory twice.


Revision 240 - Directory Listing - [select for diffs]
Modified Sat Nov 5 18:03:59 2005 UTC (18 years, 4 months ago) by michael
Diff to previous 239
- Forgot to remove accept_num, we dont need it anymore.

Revision 239 - Directory Listing - [select for diffs]
Modified Sat Nov 5 17:54:04 2005 UTC (18 years, 4 months ago) by michael
Diff to previous 236
- Got rid of build_nuh_list()
- Readd ability of showing ACCEPT list via "ACCEPT *" as described in umodeg.txt

Revision 236 - Directory Listing - [select for diffs]
Modified Sat Nov 5 11:54:49 2005 UTC (18 years, 4 months ago) by michael
Diff to previous 235
- Fixed misc compile errors

Revision 235 - Directory Listing - [select for diffs]
Modified Sat Nov 5 11:31:51 2005 UTC (18 years, 4 months ago) by michael
Diff to previous 234
- Fixed and cleaned up new acceptcode, e.g fix memory leaks,
  don't allow wildcards in a mask when removing accepts, don't
  allow redundant masks etc.

Revision 234 - Directory Listing - [select for diffs]
Modified Sat Nov 5 08:38:19 2005 UTC (18 years, 4 months ago) by michael
Diff to previous 233
- Cleaned up report_memory() a bit more. user_invite_count is actually
  the same as channel_invite_count.

Revision 233 - Directory Listing - [select for diffs]
Modified Sat Nov 5 08:05:06 2005 UTC (18 years, 4 months ago) by michael
Diff to previous 232
- Style correction to watch.c
- Add some statistical information about WATCH headers/entries
  to "STATS z"

Revision 232 - Directory Listing - [select for diffs]
Modified Sat Nov 5 06:05:06 2005 UTC (18 years, 4 months ago) by db
Diff to previous 227
- This commits the n!u@h accept code
  I'll tidy it up more later.


Revision 227 - Directory Listing - [select for diffs]
Modified Thu Nov 3 18:29:22 2005 UTC (18 years, 4 months ago) by db
Diff to previous 221
- replace all MODE_PRIVATE with MODE_PARANOID
- Can't use make_dlink_node() too early in startup or it will core


Revision 221 - Directory Listing - [select for diffs]
Modified Thu Nov 3 15:36:27 2005 UTC (18 years, 4 months ago) by michael
Diff to previous 217
- Finished WATCH implementation
- Added missing 'return' after register_remote_user() call in
  nick_from_server() which would cause an extra hash_del/strcpy/hash_add
  combination.

Revision 217 - Directory Listing - [select for diffs]
Modified Thu Nov 3 13:59:27 2005 UTC (18 years, 4 months ago) by michael
Diff to previous 200
- Fixed compile error in m_invite.c and s_serv.c
- Added m_watch.c

Revision 200 - Directory Listing - [select for diffs]
Modified Tue Nov 1 11:38:41 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 192
+ removed invite_ops_only, controlled by +p now
+ sorted ircd.conf:channel{} a bit
+ added newconf framework for channel{}
+ added missing 7.2 RELNOTES


Revision 192 - Directory Listing - [select for diffs]
Modified Wed Oct 26 11:48:57 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 191
- Killed count_whowas_memory()

Revision 191 - Directory Listing - [select for diffs]
Modified Tue Oct 25 13:18:44 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 190
- Rewrote whowas.c to use linked list routines from tools.c

Revision 190 - Directory Listing - [select for diffs]
Modified Sun Oct 23 22:06:17 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 171
* prototypes are now prefixed with either nothing or EXTERN
  (meaning it's an ircd.dll API)
* dynamic modules now work on win32.
Revision 171 - Directory Listing - [select for diffs]
Modified Fri Oct 21 22:02:41 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 149
- ETRACE should spit out an error if used by a non-oper.  Reported by nenolod

Revision 149 - Directory Listing - [select for diffs]
Modified Sun Oct 16 18:11:50 2005 UTC (18 years, 5 months ago) by db
Diff to previous 147
 - Fix m_testline.c in HEAD
   This bug is old. The code was missing a test for a kline conf and the
   sendto to print that kline out, in the case where it was a kline against
   and IP. i.e. foo@ip.ip.ip.ip it would work in the case where it was
   a kline against a dns.


Revision 147 - Directory Listing - [select for diffs]
Modified Sun Oct 16 16:17:21 2005 UTC (18 years, 5 months ago) by db
Diff to previous 144
- interim fix for memory leak in m_testline.c, Michael's split_nuh()
  would be a better solution.
- restore original argv1 if needed, remember to also free this


Revision 144 - Directory Listing - [select for diffs]
Modified Sun Oct 16 10:06:30 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 142
- Limit maximum WHOWAS replies for remote requests to 20, as per H6

Revision 142 - Directory Listing - [select for diffs]
Modified Sun Oct 16 09:46:29 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 141
- 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.

Revision 141 - Directory Listing - [select for diffs]
Modified Sun Oct 16 06:29:10 2005 UTC (18 years, 5 months ago) by db
Diff to previous 139
- Make ->conf conf_ptr to be consistent in all places.


Revision 139 - Directory Listing - [select for diffs]
Modified Sun Oct 16 06:01:13 2005 UTC (18 years, 5 months ago) by db
Diff to previous 137
- get rid of map_conf_item and unmap_conf_item
- Use an union in struct ConfItem, but only allocate memory needed


Revision 137 - Directory Listing - [select for diffs]
Modified Sun Oct 16 01:19:50 2005 UTC (18 years, 5 months ago) by db
Diff to previous 135
- fix compile warning
- removed p variable


Revision 135 - Directory Listing - [select for diffs]
Modified Sat Oct 15 23:21:03 2005 UTC (18 years, 5 months ago) by db
Diff to previous 132
- m_testline fix using split_nuh()


Revision 132 - Directory Listing - [select for diffs]
Modified Sat Oct 15 20:15:47 2005 UTC (18 years, 5 months ago) by db
Diff to previous 129
- fix testline to work with cidr i lines of the form foo@ip.ip.ip.ip/bits


Revision 129 - Directory Listing - [select for diffs]
Modified Fri Oct 14 20:27:45 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 128
- Don't do any client/oper conf attach at all if any possible

Revision 128 - Directory Listing - [select for diffs]
Modified Fri Oct 14 19:29:26 2005 UTC (18 years, 5 months ago) by db
Diff to previous 126
- still need a temporary copy of the client auth block
  for much the same reasons as a copy of the passwd is needed.
- need a copy of the oper conf for get_oper_name() so reuse no longer
  needed temporary spot for client auth block


Revision 126 - Directory Listing - [select for diffs]
Modified Fri Oct 14 02:41:46 2005 UTC (18 years, 5 months ago) by db
Diff to previous 123
- attach/conf cleanup take 2
- Each client has now one AccessItem for its connect
  stored in localClient->iline
- The corresponding class is now stored in localClient->class

The ramifications of this move are, there is no conf list to traverse
to find the AccessItem, the class is instantly available from the localClient
struct without having to traverse the confs list and indirectly through the
aconf. This speeds up get_sendq etc. functions. As a bonus, at least
4 fewer bytes are used in the Client struct, since a dlink list is 4 words.
It does mean there is no longer a separate conf oper, which leads to the
kludge of patching the clients iline into an oper conf when
a client opers up. I don't think the oper flags are used after the client
is opered, so the patching operation may not be necessary.

- Server confs are stored in ->serv->sconf as before but attaching
  happens much earlier.
- server hub/leaf masks continues to be a dlink list but linked from
  the ->serv which is only allocated for servers.

- cleaned up some comments, added a comment, notably to check_server()
  which badly needed it.
- Pass ClassItem or AccessItem etc. in when it makes more sense than passing
  in struct ConfItem. This simplified and clarified rebuild_cidr_class()

And lo, there was a great rejoicing.


Revision 123 - Directory Listing - [select for diffs]
Modified Thu Oct 13 11:02:49 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 122
- renamed m_tb.c to m_tburst.c [could not resist]

Revision 122 - Directory Listing - [select for diffs]
Modified Thu Oct 13 10:57:26 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 121
- it is probably more clean to do it this way..

Revision 121 - Directory Listing - [select for diffs]
Modified Thu Oct 13 10:34:56 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 120
- Moved ms_tburst() to m_tb.c as suggested by adx
- Fixed problem where we would send both TB and TBURST to the same server

Revision 120 - Directory Listing - [select for diffs]
Modified Thu Oct 13 09:51:10 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 119
- More TBURST changes

Revision 119 - Directory Listing - [select for diffs]
Modified Thu Oct 13 07:51:38 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 118
- First logic fix to m_tburst().  Don't fully reject a TBURST in case
  remote topic is the same than ours, that would just cause more desyncs.
  Just accept/propagate it, but don't send a TOPIC to the channel.

Revision 118 - Directory Listing - [select for diffs]
Modified Thu Oct 13 07:39:31 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 117
- Removed TBURST_PROPAGATE define, it's now enabled by default.

Revision 117 - Directory Listing - [select for diffs]
Modified Thu Oct 13 07:36:38 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 108
- Readded m_tburst.c.  It currently doesn't compile and needs a rewrite.

Revision 108 - Directory Listing - [select for diffs]
Modified Wed Oct 12 05:04:40 2005 UTC (18 years, 5 months ago) by metalrock
Diff to previous 104
 - Change the topic whenever the topics don't match even if the TS
   is different because if we check topic TS and we have a topicTS
   mismatch, we will have 2 different topics on two different servers.

Revision 104 - Directory Listing - [select for diffs]
Modified Mon Oct 10 21:01:58 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 101
- fixed core on /links

Revision 101 - Directory Listing - [select for diffs]
Modified Mon Oct 10 03:52:14 2005 UTC (18 years, 5 months ago) by db
Diff to previous 99
- First pass at s_conf.c cleanup for attach clients
- attach_conf() is gone replaced with attach_iline()
  Clients/servers have one single I line "attached", i.e. the confs
  list is gone.
- Add attach_leaf_hub()
  Add a leaf or hub mask to the given server, ->serv must exist
  since there can be a list of hub masks and leaf masks, this continues
  to be a dlink list
- Removed redundant find_conf_exact()
  This function can be replaced in all cases with find_exact_name_conf()
  notably because all find_conf_exact did differently was count whether
  an oper conf would cause an already connected client to exceed class limits.
- oper_up() now takes an extra conf pointer pointing to the found
  oper conf, the oper flags are set in the client->iline as necessary
  in oper_up()
- Cleaned up more prototypes that should have been moved from s_conf.h
  to parse_aline.h notably. find_kill() and find_gkill()
- m_stats.c needs more cleanup since memory in attached "confs" is now
  not counted. This should be replaced with iline memory count and
  hub/leaf confs memory count.
  

Revision 99 - Directory Listing - [select for diffs]
Modified Sun Oct 9 14:33:36 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 98
- CHANNELLEN vs. LOCAL_CHANNELLEN fix.  Local JOINs are limited to 50chars whereas
  remote SJOINs/JOINs can be upto 200chars for backwards compatibility.

Revision 98 - Directory Listing - [select for diffs]
Modified Sun Oct 9 10:15:07 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 97
- Moved llname to LocalUser struct

Revision 97 - Directory Listing - [select for diffs]
Modified Sun Oct 9 08:42:57 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 92
- Got rid of restart(), cleaned up m_restart() and make it use server_die()

Revision 92 - Directory Listing - [select for diffs]
Modified Sat Oct 8 11:14:46 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 91
- Fixed bug in m_whois() that would allow users to send a WHOIS to remote
  servers with an empty argument via "WHOIS someserver.org :"

Revision 91 - Directory Listing - [select for diffs]
Modified Sat Oct 8 03:46:09 2005 UTC (18 years, 5 months ago) by db
Diff to previous 90
- Split out most of the *line *resv stuff into separate file
  parse_aline.c should go eventually into the subdir conf
- removed double -o in Makefile.in in src, this caused compile to fail for me


Revision 90 - Directory Listing - [select for diffs]
Modified Fri Oct 7 02:04:15 2005 UTC (18 years, 5 months ago) by knight
Diff to previous 69
- Finialise svn:ignore keywords to fix everything

Revision 69 - Directory Listing - [select for diffs]
Modified Tue Oct 4 16:09:51 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 68
- 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 (18 years, 5 months ago) by adx
Diff to previous 67
- 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 (18 years, 5 months ago) by adx
Diff to previous 65
- 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 (18 years, 5 months ago) by adx
Diff to previous 62
- removed external references from libio/misc
- imported s_misc.c to libio, moved CurrentTime there

Revision 62 - Directory Listing - [select for diffs]
Modified Mon Oct 3 22:23:39 2005 UTC (18 years, 5 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 (18 years, 5 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]
Modified Mon Oct 3 15:11:57 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 33
- move non-irc related sources to /libio
- todo: make it independent of the rest of code

Revision 33 - Directory Listing - [select for diffs]
Modified Sun Oct 2 20:50:00 2005 UTC (18 years, 5 months ago) by knight
Diff to previous 32
- svn:keywords

Revision 32 - Directory Listing - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (18 years, 5 months ago) by knight
Diff to previous 31
- svn:keywords

Revision 31 - Directory Listing - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (18 years, 5 months ago) by knight
Diff to previous 30
- Fix svn:keywords

Revision 30 - Directory Listing - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (18 years, 5 months ago) by adx
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

(Current path doesn't exist after revision 1586)

Convenience Links