nenolod
|
c961476e55
|
[svn] - clear up use of fd_table in ircd.
|
2007-03-05 09:28:27 -08:00 |
|
jilles
|
4d7a1ee5d1
|
[svn] Change two occurances like match(userinput, target_p->name) ||
match(target_p->name, userinput) to just match(userinput,
target_p->name). No client name can contain * or ? now.
|
2007-01-31 17:07:42 -08:00 |
|
jilles
|
e26e2b1954
|
[svn] Do not try find_server() on a name find_client() has
returned NULL for, as this will always return NULL
since the removal of hostmasking.
|
2007-01-31 16:49:07 -08:00 |
|
nenolod
|
212380e3f4
|
[svn] - the new plan:
+ branches/release-2.1 -> 2.2 base
+ 3.0 -> branches/cxxconversion
+ backport some immediate 3.0 functionality for 2.2
+ other stuff
|
2007-01-24 22:40:21 -08:00 |
|