Log of /ircd-hybrid
Directory Listing
Revision
303 -
Directory Listing
Modified
Tue Dec 6 19:30:20 2005 UTC
(15 years, 2 months ago)
by
adx
+ fixed logic for maxlisters
+ if maxlisters=0, show the 'list disabled' notice
Revision
302 -
Directory Listing
Modified
Tue Dec 6 02:10:51 2005 UTC
(15 years, 2 months ago)
by
db
- parser change
Revision
301 -
Directory Listing
Modified
Mon Dec 5 23:42:59 2005 UTC
(15 years, 2 months ago)
by
db
- forward port fix for core from 7.2
Revision
297 -
Directory Listing
Modified
Mon Dec 5 22:18:41 2005 UTC
(15 years, 2 months ago)
by
nenolod
- Fix indentation style on metadata source, and enable keyword expansion. (sorry!)
Revision
296 -
Directory Listing
Modified
Mon Dec 5 20:41:51 2005 UTC
(15 years, 2 months ago)
by
nenolod
- Add a simple metadata API for extending channel/client/whatever structs
via adding a single dlink_list to the structure you wish to make extensible.
Reviewed by db.
Revision
295 -
Directory Listing
Modified
Mon Dec 5 20:17:33 2005 UTC
(15 years, 2 months ago)
by
db
- fixed nasty core in operator {} block
if umodes was used, yy_aconf is not allocated during 1st pass
Revision
294 -
Directory Listing
Modified
Mon Dec 5 14:11:15 2005 UTC
(15 years, 2 months ago)
by
michael
- Fixed the fix ;P It is possible that sockhost field is empty for remote clients coming
from a TS5 server
Revision
293 -
Directory Listing
Modified
Mon Dec 5 14:03:00 2005 UTC
(15 years, 2 months ago)
by
michael
- Fixed WHOIS bug with RPL_WHOISACTUALLY. Spotted by adx
Revision
292 -
Directory Listing
Modified
Mon Dec 5 10:40:18 2005 UTC
(15 years, 2 months ago)
by
michael
- Added support for (\) escape character to has_wildcards()
Revision
291 -
Directory Listing
Modified
Sun Dec 4 13:46:01 2005 UTC
(15 years, 2 months ago)
by
michael
- Fixed name clash between *FloodNoticed macros in client.h and channel.h
Revision
290 -
Directory Listing
Modified
Sun Dec 4 13:31:27 2005 UTC
(15 years, 2 months ago)
by
michael
- Moved has_wildcards() from m_list.c to match.c and re-use it
in some other places.
Revision
289 -
Directory Listing
Modified
Sat Dec 3 18:11:34 2005 UTC
(15 years, 3 months ago)
by
db
- forward port from 7.2, this bug is no longer present with last send.c
Revision
288 -
Directory Listing
Modified
Sat Dec 3 17:15:38 2005 UTC
(15 years, 3 months ago)
by
adx
+ fixed my bustage
Revision
286 -
Directory Listing
Modified
Sat Dec 3 10:59:57 2005 UTC
(15 years, 3 months ago)
by
adx
+ (MFC) fixed problems with amd64 and possibly other platforms
Revision
284 -
Directory Listing
Modified
Sat Dec 3 09:54:52 2005 UTC
(15 years, 3 months ago)
by
michael
- Killed 'flood_noticed' int in LocalUser struct
Revision
283 -
Directory Listing
Modified
Sat Dec 3 09:33:51 2005 UTC
(15 years, 3 months ago)
by
michael
- Fixed missleading comment about LocalUser.last in LocalUser struct
Revision
281 -
Directory Listing
Modified
Thu Nov 24 10:29:09 2005 UTC
(15 years, 3 months ago)
by
adx
+ hopefully fixed /dev/poll
Revision
279 -
Directory Listing
Modified
Wed Nov 23 20:38:17 2005 UTC
(15 years, 3 months ago)
by
db
- Fix logic so it actually works right for opers/admins/unopered
with spoof/unspoof logic
Revision
278 -
Directory Listing
Modified
Wed Nov 23 08:18:57 2005 UTC
(15 years, 3 months ago)
by
db
- add a maxlisters /quote set
limit the number of possible listings going on at once
Revision
277 -
Directory Listing
Modified
Wed Nov 23 08:08:29 2005 UTC
(15 years, 3 months ago)
by
db
- Fix typo .type = ENTITY_NONE
- Fix prototype for find_userhost() prototype and fixed calls of this function
Revision
276 -
Directory Listing
Modified
Mon Nov 14 23:25:40 2005 UTC
(15 years, 3 months ago)
by
adx
+ another slight bug, ie '/msg 0 something' would not lead to
any error message (as it was delivered)
Revision
275 -
Directory Listing
Modified
Mon Nov 14 23:21:10 2005 UTC
(15 years, 3 months ago)
by
adx
+ fixed something that would obviously lead to a compile error
Revision
274 -
Directory Listing
Modified
Mon Nov 14 23:18:39 2005 UTC
(15 years, 3 months ago)
by
adx
+ and yet another one, *sigh*
Revision
273 -
Directory Listing
Modified
Mon Nov 14 23:17:02 2005 UTC
(15 years, 3 months ago)
by
adx
+ another slight fix for /msg nick@server,nick@server bug
Revision
272 -
Directory Listing
Modified
Mon Nov 14 23:12:09 2005 UTC
(15 years, 3 months ago)
by
adx
+ 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
Modified
Mon Nov 14 21:36:23 2005 UTC
(15 years, 3 months ago)
by
adx
+ fixes for accept
Revision
270 -
Directory Listing
Modified
Mon Nov 14 19:39:35 2005 UTC
(15 years, 3 months ago)
by
adx
+ ported rate limiting fixes from 7.2
Revision
267 -
Directory Listing
Modified
Sun Nov 13 22:54:08 2005 UTC
(15 years, 3 months ago)
by
adx
+ s/extern/EXTERN/ in include/conf
+ implemented class{} from scratch; it's almost done,
I only need to add limit checking code
+ added nice syntax e.g. number_per_ip = 3, global:5;
+ added some aliases ie host_limit === number_per_ip,
userhost_limit === number_per_userhost
(replaces max_local & max_global mess)
+ check example.conf for more details.
Revision
266 -
Directory Listing
Modified
Sun Nov 13 19:11:25 2005 UTC
(15 years, 3 months ago)
by
adx
+ updated RELNOTES
Revision
265 -
Directory Listing
Modified
Sun Nov 13 12:01:02 2005 UTC
(15 years, 3 months ago)
by
michael
- Small cleanups to m_mkpasswd.c
Revision
263 -
Directory Listing
Modified
Sun Nov 13 11:10:37 2005 UTC
(15 years, 3 months ago)
by
adx
recommitting:
+ added UMODE_BOTS to default oper umodes. From my experience most opers
don't know/remember about this flag, and it gives them much help in
hunting floods etc.
Revision
262 -
Directory Listing
Modified
Sun Nov 13 11:08:43 2005 UTC
(15 years, 3 months ago)
by
adx
+ forgot to update newconf as well
Revision
261 -
Directory Listing
Modified
Sun Nov 13 10:55:40 2005 UTC
(15 years, 3 months ago)
by
michael
- Changed cluster{} to use a MatchItem struct
Revision
260 -
Directory Listing
Modified
Sun Nov 13 10:05:06 2005 UTC
(15 years, 3 months ago)
by
michael
- propset svn:keywords "Id" modules/m_watch.c
Revision
259 -
Directory Listing
Modified
Sun Nov 13 10:01:52 2005 UTC
(15 years, 3 months ago)
by
michael
- Fixed parser error with max_watch. Reported by CooldCold
Revision
257 -
Directory Listing
Modified
Sat Nov 12 16:00:08 2005 UTC
(15 years, 3 months ago)
by
michael
- Forgot to remove my debugging code ..
Revision
256 -
Directory Listing
Modified
Sat Nov 12 15:56:40 2005 UTC
(15 years, 3 months ago)
by
michael
- Fixed core caused by memory corruption with cluster{} blocks
Revision
254 -
Directory Listing
Modified
Sat Nov 12 11:26:07 2005 UTC
(15 years, 3 months ago)
by
michael
- Disabled optimization. i.e. restored -O0
- #if'd out My* inline functions from memory.h
Revision
253 -
Directory Listing
Modified
Fri Nov 11 21:03:09 2005 UTC
(15 years, 3 months ago)
by
michael
- ULINES/XLINES are actually MatchItems
Revision
252 -
Directory Listing
Modified
Fri Nov 11 20:56:00 2005 UTC
(15 years, 3 months ago)
by
michael
- Fixed some nice core that showed us the dark side of using unions.
rxlines (MatchItem) were contantly being trashed due to
"aconf->status = status;" assignment in make_conf_item()
- Fixed another core in conf_add_server()
Revision
250 -
Directory Listing
Modified
Fri Nov 11 12:33:23 2005 UTC
(15 years, 3 months ago)
by
michael
- Fixed problem where configure wouldn't deal properly with openssl 0.9.8.
Reported by CoolCold
Revision
249 -
Directory Listing
Modified
Thu Nov 10 13:41:31 2005 UTC
(15 years, 3 months ago)
by
michael
- Moved serial to LocalUser part
Revision
248 -
Directory Listing
Modified
Sun Nov 6 18:42:07 2005 UTC
(15 years, 3 months ago)
by
adx
+ updated default NICKLEN to 15, and still 9 on --enable-efnet
Revision
247 -
Directory Listing
Modified
Sun Nov 6 14:49:12 2005 UTC
(15 years, 3 months ago)
by
adx
+ missed this one
Revision
246 -
Directory Listing
Modified
Sun Nov 6 14:48:23 2005 UTC
(15 years, 3 months ago)
by
adx
+ updated custom oper/admin messages
Revision
245 -
Directory Listing
Modified
Sun Nov 6 13:10:29 2005 UTC
(15 years, 3 months ago)
by
michael
- Cosmetical fix to "STATS z"
Revision
244 -
Directory Listing
Modified
Sun Nov 6 12:13:07 2005 UTC
(15 years, 3 months ago)
by
michael
- Updated configure
Revision
243 -
Directory Listing
Modified
Sun Nov 6 11:21:03 2005 UTC
(15 years, 3 months ago)
by
adx
+ 7.1 -> 7.3
Revision
241 -
Directory Listing
Modified
Sat Nov 5 19:39:35 2005 UTC
(15 years, 3 months ago)
by
db
- Don't allocate memory until it is known it will be allowed
- No need to allocate memory twice.
Revision
240 -
Directory Listing
Modified
Sat Nov 5 18:03:59 2005 UTC
(15 years, 3 months ago)
by
michael
- Forgot to remove accept_num, we dont need it anymore.
Revision
239 -
Directory Listing
Modified
Sat Nov 5 17:54:04 2005 UTC
(15 years, 3 months ago)
by
michael
- Got rid of build_nuh_list()
- Readd ability of showing ACCEPT list via "ACCEPT *" as described in umodeg.txt
Revision
238 -
Directory Listing
Modified
Sat Nov 5 17:00:17 2005 UTC
(15 years, 3 months ago)
by
db
- Fix core, don't try to remove accepts for remote clients
Revision
237 -
Directory Listing
Modified
Sat Nov 5 15:47:32 2005 UTC
(15 years, 3 months ago)
by
michael
- Fixed indenting in set_initial_nick
Revision
236 -
Directory Listing
Modified
Sat Nov 5 11:54:49 2005 UTC
(15 years, 3 months ago)
by
michael
- Fixed misc compile errors
Revision
235 -
Directory Listing
Modified
Sat Nov 5 11:31:51 2005 UTC
(15 years, 3 months ago)
by
michael
- 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
Modified
Sat Nov 5 08:38:19 2005 UTC
(15 years, 3 months ago)
by
michael
- Cleaned up report_memory() a bit more. user_invite_count is actually
the same as channel_invite_count.
Revision
233 -
Directory Listing
Modified
Sat Nov 5 08:05:06 2005 UTC
(15 years, 3 months ago)
by
michael
- Style correction to watch.c
- Add some statistical information about WATCH headers/entries
to "STATS z"
Revision
232 -
Directory Listing
Modified
Sat Nov 5 06:05:06 2005 UTC
(15 years, 3 months ago)
by
db
- This commits the n!u@h accept code
I'll tidy it up more later.
Revision
231 -
Directory Listing
Modified
Fri Nov 4 17:33:00 2005 UTC
(15 years, 3 months ago)
by
michael
- Cleaned up watchcode
Revision
230 -
Directory Listing
Modified
Thu Nov 3 20:38:58 2005 UTC
(15 years, 4 months ago)
by
adx
+ check_pidfile could go up, maybe even more, again a part of
sorting bootup process
Revision
229 -
Directory Listing
Modified
Thu Nov 3 20:31:33 2005 UTC
(15 years, 4 months ago)
by
adx
+ keep it compact, ie we have a sequence of things which
together constitute "os environment initialization"
(libio_init, outofmemory handler setup, fdlimit change handler
etc etc), don't break it with ircd "me" setups.
Revision
228 -
Directory Listing
Modified
Thu Nov 3 20:22:19 2005 UTC
(15 years, 4 months ago)
by
db
- move me initialisation after libio_init() so make_dlink() works
Revision
227 -
Directory Listing
Modified
Thu Nov 3 18:29:22 2005 UTC
(15 years, 4 months ago)
by
db
- replace all MODE_PRIVATE with MODE_PARANOID
- Can't use make_dlink_node() too early in startup or it will core
Revision
226 -
Directory Listing
Modified
Thu Nov 3 17:12:30 2005 UTC
(15 years, 4 months ago)
by
adx
+ missing header
Revision
225 -
Directory Listing
Modified
Thu Nov 3 17:08:38 2005 UTC
(15 years, 4 months ago)
by
adx
Revision
224 -
Directory Listing
Modified
Thu Nov 3 17:05:46 2005 UTC
(15 years, 4 months ago)
by
adx
+ added logging{} block. I hate to add this rusty code to new conf
but it's the only way for now..
+ style corrections
Revision
223 -
Directory Listing
Modified
Thu Nov 3 15:42:51 2005 UTC
(15 years, 4 months ago)
by
adx
+ moved max_watch to the beginning of 'registered users' subsection
Revision
221 -
Directory Listing
Modified
Thu Nov 3 15:36:27 2005 UTC
(15 years, 4 months ago)
by
michael
- 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
220 -
Directory Listing
Modified
Thu Nov 3 14:45:34 2005 UTC
(15 years, 4 months ago)
by
db
- no case sensitive on findmodule_byname
Revision
217 -
Directory Listing
Modified
Thu Nov 3 13:59:27 2005 UTC
(15 years, 4 months ago)
by
michael
- Fixed compile error in m_invite.c and s_serv.c
- Added m_watch.c
Revision
216 -
Directory Listing
Modified
Thu Nov 3 12:42:52 2005 UTC
(15 years, 4 months ago)
by
michael
- svn propset svn:keywords "Id"
- Use EXTERN for prototypes
Revision
215 -
Directory Listing
Modified
Thu Nov 3 12:16:56 2005 UTC
(15 years, 4 months ago)
by
michael
- Finish off WATCH API
Revision
214 -
Directory Listing
Modified
Thu Nov 3 11:31:53 2005 UTC
(15 years, 4 months ago)
by
michael
- Add watch.c
Revision
213 -
Directory Listing
Modified
Thu Nov 3 11:13:14 2005 UTC
(15 years, 4 months ago)
by
michael
- First preparation for adding WATCH support
Revision
212 -
Directory Listing
Modified
Tue Nov 1 22:17:16 2005 UTC
(15 years, 4 months ago)
by
adx
+ simple implementation of modules{}
+ ok this sucks, we need new module manager
Revision
211 -
Directory Listing
Modified
Tue Nov 1 21:42:01 2005 UTC
(15 years, 4 months ago)
by
adx
- reorganisations which aim at:
1) moving read_conf_files() at the end of daemon bootup process,
2) making load_*_modules a part of conf parsing, after the 1st pass
Revision
210 -
Directory Listing
Modified
Tue Nov 1 19:31:40 2005 UTC
(15 years, 4 months ago)
by
adx
+ use L_CRIT not L_WARN in parse_fatal
Revision
209 -
Directory Listing
Modified
Tue Nov 1 19:28:42 2005 UTC
(15 years, 4 months ago)
by
adx
+ coded new serverinfo
+ added parse_fatal, similar to parse_error but using L_CRIT and server_die
+ cold moved out from reset_conf, verify_conf callbacks to a global conf_cold
Revision
208 -
Directory Listing
Modified
Tue Nov 1 15:38:03 2005 UTC
(15 years, 4 months ago)
by
adx
+ an attempt to fix the HUB capability mess, we _should_ be able
to establish an LL link now
Revision
207 -
Directory Listing
Modified
Tue Nov 1 15:27:44 2005 UTC
(15 years, 4 months ago)
by
michael
- s/init_serverhide/init_admin/
Revision
206 -
Directory Listing
Modified
Tue Nov 1 14:58:39 2005 UTC
(15 years, 4 months ago)
by
adx
+ implemented admin{} support
Revision
205 -
Directory Listing
Modified
Tue Nov 1 14:13:53 2005 UTC
(15 years, 4 months ago)
by
adx
+ implemented serverhide{}
+ added splitmode activation/deactivation to conf/channel.c
Revision
204 -
Directory Listing
Modified
Tue Nov 1 12:30:39 2005 UTC
(15 years, 4 months ago)
by
adx
+ added missing call in init_conf()
+ added serverhide{} skeleton
Revision
203 -
Directory Listing
Modified
Tue Nov 1 12:24:28 2005 UTC
(15 years, 4 months ago)
by
adx
+ implemented channel{}
Revision
200 -
Directory Listing
Modified
Tue Nov 1 11:38:41 2005 UTC
(15 years, 4 months ago)
by
adx
+ 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
199 -
Directory Listing
Modified
Tue Nov 1 10:34:38 2005 UTC
(15 years, 4 months ago)
by
michael
- Fixed typo in clear_ban_cache()
Revision
198 -
Directory Listing
Modified
Tue Nov 1 10:29:06 2005 UTC
(15 years, 4 months ago)
by
michael
- Killed Channel.locmembers. The few cycles we save aren't worth
the memory wasteage.
Revision
197 -
Directory Listing
Modified
Mon Oct 31 19:16:19 2005 UTC
(15 years, 4 months ago)
by
adx
- sorted general{} in example confs according to src/conf/general.c scheme
Revision
196 -
Directory Listing
Modified
Mon Oct 31 17:03:40 2005 UTC
(15 years, 4 months ago)
by
adx
- fixed a typo
Revision
194 -
Directory Listing
Modified
Thu Oct 27 18:56:46 2005 UTC
(15 years, 4 months ago)
by
michael
- Fixed several compiletime warnings
Revision
193 -
Directory Listing
Modified
Wed Oct 26 12:07:33 2005 UTC
(15 years, 4 months ago)
by
michael
- Added some asserts to exit_one_client()
Revision
192 -
Directory Listing
Modified
Wed Oct 26 11:48:57 2005 UTC
(15 years, 4 months ago)
by
michael
- Killed count_whowas_memory()
Revision
191 -
Directory Listing
Modified
Tue Oct 25 13:18:44 2005 UTC
(15 years, 4 months ago)
by
michael
- Rewrote whowas.c to use linked list routines from tools.c
Revision
190 -
Directory Listing
Modified
Sun Oct 23 22:06:17 2005 UTC
(15 years, 4 months ago)
by
adx
* prototypes are now prefixed with either nothing or EXTERN
(meaning it's an ircd.dll API)
* dynamic modules now work on win32.
Revision
188 -
Directory Listing
Modified
Sun Oct 23 20:40:34 2005 UTC
(15 years, 4 months ago)
by
adx
* compile dynamic modules under win32
Revision
187 -
Directory Listing
Modified
Sun Oct 23 20:30:07 2005 UTC
(15 years, 4 months ago)
by
michael
- Fixed bug in sendto_channel_remote() that would cause
multiple copies of the same message to be sent to the
uplinked server.
That one needs propably to be backported to 7.1.4 and 7.2
Revision
186 -
Directory Listing
Modified
Sun Oct 23 16:05:01 2005 UTC
(15 years, 4 months ago)
by
db
- Q. When is an address not an address?
A. When it is a handle!
Keep track of handle address and base address of loaded module separately.
The address is also used for modlist and could be derived in modlist
from handle, but later.
Revision
185 -
Directory Listing
Modified
Sun Oct 23 15:39:00 2005 UTC
(15 years, 4 months ago)
by
adx
* dynamic module support for win32
Revision
184 -
Directory Listing
Modified
Sun Oct 23 14:51:05 2005 UTC
(15 years, 4 months ago)
by
adx
* make win32 port work with libio.dll
Revision
183 -
Directory Listing
Modified
Sun Oct 23 00:01:26 2005 UTC
(15 years, 4 months ago)
by
adx
- copyright fixes
Revision
182 -
Directory Listing
Modified
Sat Oct 22 23:49:43 2005 UTC
(15 years, 4 months ago)
by
adx
* implemented general{}
Revision
181 -
Directory Listing
Modified
Sat Oct 22 19:30:19 2005 UTC
(15 years, 4 months ago)
by
adx
* finish last commit
Revision
180 -
Directory Listing
Modified
Sat Oct 22 19:26:46 2005 UTC
(15 years, 4 months ago)
by
adx
* added general{} framework
Revision
179 -
Directory Listing
Modified
Sat Oct 22 11:23:29 2005 UTC
(15 years, 4 months ago)
by
adx
- rearranged new conf headers a bit
Revision
178 -
Directory Listing
Modified
Sat Oct 22 10:02:43 2005 UTC
(15 years, 4 months ago)
by
adx
- somehow it didn't get committed, fixing
Revision
177 -
Directory Listing
Modified
Sat Oct 22 09:05:05 2005 UTC
(15 years, 4 months ago)
by
michael
- 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
Modified
Fri Oct 21 23:57:03 2005 UTC
(15 years, 4 months ago)
by
michael
- Fixed typo ...
Revision
174 -
Directory Listing
Modified
Fri Oct 21 23:53:06 2005 UTC
(15 years, 4 months ago)
by
michael
- Fixed gcc4 related compilewarnings in inet_ntop6(). Reported by ThaPrince
Revision
173 -
Directory Listing
Modified
Fri Oct 21 23:48:44 2005 UTC
(15 years, 4 months ago)
by
michael
- Fixed problem with IP throttling
Revision
171 -
Directory Listing
Modified
Fri Oct 21 22:02:41 2005 UTC
(15 years, 4 months ago)
by
michael
- ETRACE should spit out an error if used by a non-oper. Reported by nenolod
Revision
170 -
Directory Listing
Modified
Fri Oct 21 09:39:59 2005 UTC
(15 years, 4 months ago)
by
michael
- Removed two extra memsets in make_request()
Revision
168 -
Directory Listing
Modified
Fri Oct 21 09:32:54 2005 UTC
(15 years, 4 months ago)
by
michael
- Fixed compilewarning about unused parc in a more or less clean way.
Reported by Marines
Revision
165 -
Directory Listing
Modified
Fri Oct 21 03:50:50 2005 UTC
(15 years, 4 months ago)
by
db
- committed configure changes by nenolod (William Pitcock)
to check for HAVE_DLINFO
- fixed logic for picking up address for the mod_list
Revision
164 -
Directory Listing
Modified
Thu Oct 20 21:34:25 2005 UTC
(15 years, 4 months ago)
by
db
- Use dlinfo() to get the actual load address of the module i.e. its
library base. The previous code was using the "handle" which is wrong.
Hopefully should compile on linux as well, perhaps we should also have
an HAVE_DLINFO checked for in configure.
Revision
162 -
Directory Listing
Modified
Thu Oct 20 10:34:50 2005 UTC
(15 years, 4 months ago)
by
michael
- Removed LocalUser.port
Revision
161 -
Directory Listing
Modified
Thu Oct 20 02:10:27 2005 UTC
(15 years, 4 months ago)
by
db
- Make contrib compile with HEAD
Revision
160 -
Directory Listing
Modified
Wed Oct 19 19:02:15 2005 UTC
(15 years, 4 months ago)
by
metalrock
- chghost desync fix by adx
Revision
158 -
Directory Listing
Modified
Wed Oct 19 09:35:52 2005 UTC
(15 years, 4 months ago)
by
michael
- Fixed bug where we would increase Count.invisi even
if invisible_on_connect is off
Revision
156 -
Directory Listing
Modified
Tue Oct 18 06:32:44 2005 UTC
(15 years, 4 months ago)
by
adx
- fixed register_callback re-registering
Revision
154 -
Directory Listing
Modified
Tue Oct 18 01:54:17 2005 UTC
(15 years, 4 months ago)
by
lusky
bump patchlevel to 7.3beta. Change this to 7.3beta1 when we are ready to release beta1.
Revision
153 -
Directory Listing
Modified
Mon Oct 17 21:20:34 2005 UTC
(15 years, 4 months ago)
by
adx
- 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
Modified
Mon Oct 17 01:48:08 2005 UTC
(15 years, 4 months ago)
by
db
- 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
149 -
Directory Listing
Modified
Sun Oct 16 18:11:50 2005 UTC
(15 years, 4 months ago)
by
db
- 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
Modified
Sun Oct 16 16:17:21 2005 UTC
(15 years, 4 months ago)
by
db
- 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
146 -
Directory Listing
Modified
Sun Oct 16 15:45:25 2005 UTC
(15 years, 4 months ago)
by
db
- More conf cleanups, aconf->client count is no longer needed
as an AccessItem can now be deleted immediately.
- Note bug in s_conf.c with flush_deleted_I_P, it was trying to
free MatchItems using an AccessConf this bug is in 7.1.4 as well
as 7.2 flush_deleted_I_P() is no longer needed at all in 7.3
since AccessItems are removed immediately.
- Fixed a few cores in server establishment, notably ->serv
has to be allocated sooner since there are no confs to attach.
make_server() is probably called once too often now.
Revision
144 -
Directory Listing
Modified
Sun Oct 16 10:06:30 2005 UTC
(15 years, 4 months ago)
by
michael
- Limit maximum WHOWAS replies for remote requests to 20, as per H6
Revision
142 -
Directory Listing
Modified
Sun Oct 16 09:46:29 2005 UTC
(15 years, 4 months ago)
by
michael
- 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
Modified
Sun Oct 16 06:29:10 2005 UTC
(15 years, 4 months ago)
by
db
- Make ->conf conf_ptr to be consistent in all places.
Revision
140 -
Directory Listing
Modified
Sun Oct 16 06:09:42 2005 UTC
(15 years, 4 months ago)
by
db
- removed free_access_item()
- a few cleanups in s_conf.h as well
Revision
139 -
Directory Listing
Modified
Sun Oct 16 06:01:13 2005 UTC
(15 years, 4 months ago)
by
db
- 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
Modified
Sun Oct 16 01:19:50 2005 UTC
(15 years, 4 months ago)
by
db
- fix compile warning
- removed p variable
Revision
135 -
Directory Listing
Modified
Sat Oct 15 23:21:03 2005 UTC
(15 years, 4 months ago)
by
db
- m_testline fix using split_nuh()
Revision
134 -
Directory Listing
Modified
Sat Oct 15 22:57:28 2005 UTC
(15 years, 4 months ago)
by
db
= Commit y.tab.c part as well
Revision
133 -
Directory Listing
Modified
Sat Oct 15 22:55:36 2005 UTC
(15 years, 4 months ago)
by
db
- Fix ~ on oper flags, auth flags and connect flags
Revision
132 -
Directory Listing
Modified
Sat Oct 15 20:15:47 2005 UTC
(15 years, 4 months ago)
by
db
- fix testline to work with cidr i lines of the form foo@ip.ip.ip.ip/bits
Revision
131 -
Directory Listing
Modified
Sat Oct 15 16:22:20 2005 UTC
(15 years, 4 months ago)
by
db
- Make delete_conf_item() table driven
Still not quite done.
Revision
130 -
Directory Listing
Modified
Sat Oct 15 01:47:46 2005 UTC
(15 years, 4 months ago)
by
db
- removed an unused function find_conf_name() from here
- fixed prototype for verify_access()
- added free_aconf_items() free_match_items()
- removed map_to_list() since this is merely a table lookup now
- cleaned up delete_conf_item() a bit more
Not done yet...
Revision
129 -
Directory Listing
Modified
Fri Oct 14 20:27:45 2005 UTC
(15 years, 4 months ago)
by
michael
- Don't do any client/oper conf attach at all if any possible
Revision
128 -
Directory Listing
Modified
Fri Oct 14 19:29:26 2005 UTC
(15 years, 4 months ago)
by
db
- 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
127 -
Directory Listing
Modified
Fri Oct 14 09:28:54 2005 UTC
(15 years, 4 months ago)
by
michael
- Updated example.conf as suggested by pi
Revision
126 -
Directory Listing
Modified
Fri Oct 14 02:41:46 2005 UTC
(15 years, 4 months ago)
by
db
- 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
125 -
Directory Listing
Modified
Fri Oct 14 02:03:16 2005 UTC
(15 years, 4 months ago)
by
knight
- Fix my nasty code
Revision
123 -
Directory Listing
Modified
Thu Oct 13 11:02:49 2005 UTC
(15 years, 4 months ago)
by
adx
- renamed m_tb.c to m_tburst.c [could not resist]
Revision
122 -
Directory Listing
Modified
Thu Oct 13 10:57:26 2005 UTC
(15 years, 4 months ago)
by
adx
- it is probably more clean to do it this way..
Revision
121 -
Directory Listing
Modified
Thu Oct 13 10:34:56 2005 UTC
(15 years, 4 months ago)
by
michael
- 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
Modified
Thu Oct 13 09:51:10 2005 UTC
(15 years, 4 months ago)
by
michael
- More TBURST changes
Revision
119 -
Directory Listing
Modified
Thu Oct 13 07:51:38 2005 UTC
(15 years, 4 months ago)
by
michael
- 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
Modified
Thu Oct 13 07:39:31 2005 UTC
(15 years, 4 months ago)
by
michael
- Removed TBURST_PROPAGATE define, it's now enabled by default.
Revision
117 -
Directory Listing
Modified
Thu Oct 13 07:36:38 2005 UTC
(15 years, 4 months ago)
by
michael
- Readded m_tburst.c. It currently doesn't compile and needs a rewrite.
Revision
116 -
Directory Listing
Modified
Wed Oct 12 17:11:55 2005 UTC
(15 years, 4 months ago)
by
knight
- More GCC4 fixes
Revision
115 -
Directory Listing
Modified
Wed Oct 12 16:58:46 2005 UTC
(15 years, 4 months ago)
by
knight
- Fixed compiling error; I think, needs review, but compiles
Revision
114 -
Directory Listing
Modified
Wed Oct 12 15:03:54 2005 UTC
(15 years, 4 months ago)
by
knight
- Missing struct
Revision
113 -
Directory Listing
Modified
Wed Oct 12 14:50:01 2005 UTC
(15 years, 4 months ago)
by
knight
- Fix another valid_wild_card() implicit
Revision
112 -
Directory Listing
Modified
Wed Oct 12 14:35:04 2005 UTC
(15 years, 4 months ago)
by
knight
- Missing header; parse_aline.h for function valid_wild_card()
Revision
111 -
Directory Listing
Modified
Wed Oct 12 14:23:47 2005 UTC
(15 years, 4 months ago)
by
knight
- Update contrib Makefile to compile with libio
Revision
110 -
Directory Listing
Modified
Wed Oct 12 14:16:38 2005 UTC
(15 years, 4 months ago)
by
knight
- remove extra -o in gcc arguments
Revision
109 -
Directory Listing
Modified
Wed Oct 12 09:42:59 2005 UTC
(15 years, 4 months ago)
by
michael
- Forward-ported GDENY core fix
Revision
108 -
Directory Listing
Modified
Wed Oct 12 05:04:40 2005 UTC
(15 years, 4 months ago)
by
metalrock
- 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
107 -
Directory Listing
Modified
Tue Oct 11 18:33:58 2005 UTC
(15 years, 4 months ago)
by
adx
- fixed header name collision on linux *yawn*
Revision
106 -
Directory Listing
Modified
Tue Oct 11 15:11:56 2005 UTC
(15 years, 4 months ago)
by
michael
- Fixed compile error in m_ctrace.c
Revision
104 -
Directory Listing
Modified
Mon Oct 10 21:01:58 2005 UTC
(15 years, 4 months ago)
by
adx
- fixed core on /links
Revision
101 -
Directory Listing
Modified
Mon Oct 10 03:52:14 2005 UTC
(15 years, 4 months ago)
by
db
- 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
Modified
Sun Oct 9 14:33:36 2005 UTC
(15 years, 4 months ago)
by
michael
- 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
Modified
Sun Oct 9 10:15:07 2005 UTC
(15 years, 4 months ago)
by
michael
- Moved llname to LocalUser struct
Revision
97 -
Directory Listing
Modified
Sun Oct 9 08:42:57 2005 UTC
(15 years, 4 months ago)
by
michael
- Got rid of restart(), cleaned up m_restart() and make it use server_die()
Revision
92 -
Directory Listing
Modified
Sat Oct 8 11:14:46 2005 UTC
(15 years, 4 months ago)
by
michael
- 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
Modified
Sat Oct 8 03:46:09 2005 UTC
(15 years, 4 months ago)
by
db
- 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
Modified
Fri Oct 7 02:04:15 2005 UTC
(15 years, 4 months ago)
by
knight
- Finialise svn:ignore keywords to fix everything
Revision
89 -
Directory Listing
Modified
Thu Oct 6 21:22:58 2005 UTC
(15 years, 4 months ago)
by
adx
- added dynamically extensible conf parser (compiles ok); enough to start
modularising general{} -> general.c, auth{} -> auth.c and so on.
Revision
88 -
Directory Listing
Modified
Thu Oct 6 01:38:47 2005 UTC
(15 years, 4 months ago)
by
knight
- svn:ignore for KDeveloper
Revision
87 -
Directory Listing
Modified
Wed Oct 5 20:47:43 2005 UTC
(15 years, 4 months ago)
by
adx
- integrated close_standard_fds with libio_init
Revision
86 -
Directory Listing
Modified
Wed Oct 5 20:36:04 2005 UTC
(15 years, 4 months ago)
by
adx
* 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
Modified
Wed Oct 5 14:29:35 2005 UTC
(15 years, 4 months ago)
by
adx
- register_callback: always restore the original handler at the end
of the chain, not only when the chain is empty
Revision
84 -
Directory Listing
Modified
Wed Oct 5 05:24:05 2005 UTC
(15 years, 4 months ago)
by
lusky
test commit, hybrid-commits@ should really be working now
Revision
83 -
Directory Listing
Modified
Wed Oct 5 05:16:17 2005 UTC
(15 years, 4 months ago)
by
lusky
another test commit. hybrid-commits@ should be working now
Revision
82 -
Directory Listing
Modified
Wed Oct 5 05:14:48 2005 UTC
(15 years, 4 months ago)
by
lusky
test commit
Revision
81 -
Directory Listing
Modified
Wed Oct 5 05:12:35 2005 UTC
(15 years, 4 months ago)
by
lusky
s/beta/releasce candidate/
Revision
80 -
Directory Listing
Modified
Wed Oct 5 05:09:29 2005 UTC
(15 years, 4 months ago)
by
lusky
test commit
Revision
79 -
Directory Listing
Modified
Tue Oct 4 21:57:15 2005 UTC
(15 years, 4 months ago)
by
adx
- fixed server form of CHGIDENT/CHGHOST/CHGNAME
Revision
78 -
Directory Listing
Modified
Tue Oct 4 21:16:00 2005 UTC
(15 years, 4 months ago)
by
adx
- 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
Modified
Tue Oct 4 20:45:31 2005 UTC
(15 years, 4 months ago)
by
adx
- misc win32 fixes
Revision
76 -
Directory Listing
Modified
Tue Oct 4 19:38:49 2005 UTC
(15 years, 4 months ago)
by
adx
- fixed contrib #includes
Revision
75 -
Directory Listing
Modified
Tue Oct 4 19:35:11 2005 UTC
(15 years, 4 months ago)
by
knight
- Re-commit these since they accidently got deleted :x
Revision
74 -
Directory Listing
Modified
Tue Oct 4 19:29:56 2005 UTC
(15 years, 4 months ago)
by
adx
- preliminary win32 fixes
Revision
73 -
Directory Listing
Modified
Tue Oct 4 18:08:14 2005 UTC
(15 years, 4 months ago)
by
knight
- stale .depend
Revision
72 -
Directory Listing
Modified
Tue Oct 4 18:07:51 2005 UTC
(15 years, 4 months ago)
by
knight
- svn:ignore for .depend
Revision
71 -
Directory Listing
Modified
Tue Oct 4 18:05:45 2005 UTC
(15 years, 4 months ago)
by
knight
- svn:keywords *smacks adx*
Revision
70 -
Directory Listing
Modified
Tue Oct 4 16:21:07 2005 UTC
(15 years, 5 months ago)
by
adx
- fixed errors on last commit
- moved rlimits.h to comm
Revision
69 -
Directory Listing
Modified
Tue Oct 4 16:09:51 2005 UTC
(15 years, 5 months ago)
by
adx
- 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
Modified
Tue Oct 4 00:44:29 2005 UTC
(15 years, 5 months ago)
by
adx
- removed last references to the ircd core, libio is independent now
- to do: split headers
Revision
67 -
Directory Listing
Modified
Mon Oct 3 23:50:49 2005 UTC
(15 years, 5 months ago)
by
adx
- removed external references from libio/net, still to do: comm
Revision
65 -
Directory Listing
Modified
Mon Oct 3 23:33:16 2005 UTC
(15 years, 5 months ago)
by
adx
- removed external references from libio/misc
- imported s_misc.c to libio, moved CurrentTime there
Revision
64 -
Directory Listing
Modified
Mon Oct 3 22:50:22 2005 UTC
(15 years, 5 months ago)
by
adx
- removed external references from string/
- still to do : misc net comm
Revision
63 -
Directory Listing
Modified
Mon Oct 3 22:25:15 2005 UTC
(15 years, 5 months ago)
by
adx
- removed some libio sources left in src/
Revision
62 -
Directory Listing
Modified
Mon Oct 3 22:23:39 2005 UTC
(15 years, 5 months ago)
by
adx
- reorganisation goes on, removed external references from libio/mem
Revision
61 -
Directory Listing
Modified
Mon Oct 3 21:20:41 2005 UTC
(15 years, 5 months ago)
by
adx
- 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
Modified
Mon Oct 3 15:51:34 2005 UTC
(15 years, 5 months ago)
by
adx
- separate interface (irc_res.h) and implementation (irc_reslib.h)
- moved resolver from comm/ to net/
Revision
59 -
Directory Listing
Modified
Mon Oct 3 15:11:57 2005 UTC
(15 years, 5 months ago)
by
adx
- move non-irc related sources to /libio
- todo: make it independent of the rest of code
Revision
57 -
Directory Listing
Modified
Mon Oct 3 12:12:41 2005 UTC
(15 years, 5 months ago)
by
michael
- Reverted oper_privs_as_string() back to its previous version which is easier
to maintain when adding new operflags. Even the one who wrote the new version
introduced a bug by not taking care to keep the oper_flags_table in sync
with the OPER_FLAGS_* bits. (which also no one really wants to do ...)
- Updated it to deal with new 'remoteban', 'operwall' and 'operspy' flags
Revision
55 -
Directory Listing
Modified
Mon Oct 3 11:15:26 2005 UTC
(15 years, 5 months ago)
by
michael
- Re-added an equivalent of H6's sixth O-line field (Modes to get on operup).
- Updated efnet's example.conf to reflect the new
opers_bypass_callerid directive
- Misc style corrections to s_user.c while on it
Revision
49 -
Directory Listing
Modified
Mon Oct 3 01:42:27 2005 UTC
(15 years, 5 months ago)
by
adx
- committing from src/ is generally bad ..
Revision
48 -
Directory Listing
Modified
Mon Oct 3 01:36:06 2005 UTC
(15 years, 5 months ago)
by
adx
- added a hook for get_channel_access to allow oper override modules
- please review
Revision
45 -
Directory Listing
Modified
Mon Oct 3 01:08:50 2005 UTC
(15 years, 5 months ago)
by
lusky
change to static "SVN"
Revision
44 -
Directory Listing
Modified
Mon Oct 3 00:23:21 2005 UTC
(15 years, 5 months ago)
by
lusky
switch to SVN Revision for serno
Revision
43 -
Directory Listing
Modified
Mon Oct 3 00:12:29 2005 UTC
(15 years, 5 months ago)
by
adx
- well I don't think "one or two of these modules will core your ircd".
too much bullshit.
Revision
41 -
Directory Listing
Modified
Sun Oct 2 23:25:13 2005 UTC
(15 years, 5 months ago)
by
adx
- *hopefully* this hack fixes cryptlinks+ts6 instead of breaking them ;)
Revision
39 -
Directory Listing
Modified
Sun Oct 2 22:37:42 2005 UTC
(15 years, 5 months ago)
by
adx
- documented cidr_bitlen
Revision
37 -
Directory Listing
Modified
Sun Oct 2 22:23:24 2005 UTC
(15 years, 5 months ago)
by
adx
- disallow ':' as the 1st character of server passwords, forbid spaces too
(breaks PASS %s TS 6 %s)
Revision
36 -
Directory Listing
Modified
Sun Oct 2 21:34:57 2005 UTC
(15 years, 5 months ago)
by
michael
- test
Revision
35 -
Directory Listing
Modified
Sun Oct 2 21:26:44 2005 UTC
(15 years, 5 months ago)
by
knight
- Update svn:ignore to match old .cvsignore
Revision
33 -
Directory Listing
Modified
Sun Oct 2 20:50:00 2005 UTC
(15 years, 5 months ago)
by
knight
- svn:keywords
Revision
32 -
Directory Listing
Modified
Sun Oct 2 20:41:23 2005 UTC
(15 years, 5 months ago)
by
knight
- svn:keywords
Revision
31 -
Directory Listing
Modified
Sun Oct 2 20:34:05 2005 UTC
(15 years, 5 months ago)
by
knight
- Fix svn:keywords
Revision
30 -
Directory Listing
Modified
Sun Oct 2 20:03:27 2005 UTC
(15 years, 5 months ago)
by
adx
- imported sources
- can be moved later according to the directory/branching scheme,
but we need the svn up
Revision
29 -
Directory Listing
Modified
Sat Oct 1 03:40:06 2005 UTC
(15 years, 5 months ago)
by
lusky
x
Revision
28 -
Directory Listing
Modified
Sat Oct 1 03:38:54 2005 UTC
(15 years, 5 months ago)
by
lusky
test 12312431241
Revision
27 -
Directory Listing
Modified
Sat Oct 1 03:37:28 2005 UTC
(15 years, 5 months ago)
by
lusky
blah
Revision
26 -
Directory Listing
Modified
Sat Oct 1 03:11:04 2005 UTC
(15 years, 5 months ago)
by
lusky
xxx
Revision
25 -
Directory Listing
Modified
Sat Oct 1 03:09:18 2005 UTC
(15 years, 5 months ago)
by
lusky
zzz
Revision
24 -
Directory Listing
Modified
Sat Oct 1 03:06:59 2005 UTC
(15 years, 5 months ago)
by
lusky
test
Revision
23 -
Directory Listing
Modified
Sat Oct 1 03:04:18 2005 UTC
(15 years, 5 months ago)
by
lusky
another
Revision
22 -
Directory Listing
Modified
Sat Oct 1 03:02:23 2005 UTC
(15 years, 5 months ago)
by
lusky
test 123
Revision
21 -
Directory Listing
Modified
Sat Oct 1 02:59:38 2005 UTC
(15 years, 5 months ago)
by
lusky
this is a test
Revision
20 -
Directory Listing
Modified
Sat Oct 1 02:58:38 2005 UTC
(15 years, 5 months ago)
by
lusky
yet another test commit
Revision
19 -
Directory Listing
Modified
Sat Oct 1 02:55:26 2005 UTC
(15 years, 5 months ago)
by
lusky
yet another test commit
Revision
18 -
Directory Listing
Modified
Sat Oct 1 02:24:09 2005 UTC
(15 years, 5 months ago)
by
lusky
test commit. will it email?
Revision
14 -
Directory Listing
Modified
Sat Oct 1 01:35:59 2005 UTC
(15 years, 5 months ago)
by
lusky
Deleted ircd-hybrid/trunk
Revision
13 -
Directory Listing
Modified
Sat Oct 1 01:35:51 2005 UTC
(15 years, 5 months ago)
by
lusky
Deleted ircd-hybrid/tags
Revision
12 -
Directory Listing
Modified
Sat Oct 1 01:35:45 2005 UTC
(15 years, 5 months ago)
by
lusky
Deleted ircd-hybrid/branches
Revision
5 -
Directory Listing
Modified
Fri Sep 30 22:20:48 2005 UTC
(15 years, 5 months ago)
by
adx
- test commit
Revision
3 -
Directory Listing
Added
Thu Sep 29 02:24:21 2005 UTC
(15 years, 5 months ago)
by
lusky
Initial import