Log of /branches/ircd-hybrid-newconf/modules
Directory Listing
Revision
1027 -
Directory Listing
Modified
Sun Nov 8 13:01:13 2009 UTC
(13 years, 2 months ago)
by
michael
- Move old 7.3 sources to branches/ircd-hybrid-newconf
Revision
862 -
Directory Listing
Modified
Mon Mar 5 04:33:38 2007 UTC
(15 years, 11 months ago)
by
db
Original Path:
ircd-hybrid/modules
- 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
851 -
Directory Listing
Modified
Mon Feb 19 21:55:24 2007 UTC
(15 years, 11 months ago)
by
bear
Original Path:
ircd-hybrid/modules
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
850 -
Directory Listing
Modified
Mon Feb 19 20:27:04 2007 UTC
(15 years, 11 months ago)
by
db
Original Path:
ircd-hybrid/modules
- forward port
- add +C
- add -full to etrace
Reviewed by: cryogen, Bear
Revision
836 -
Directory Listing
Modified
Thu Jan 18 17:59:04 2007 UTC
(16 years ago)
by
bear
Original Path:
ircd-hybrid/modules
Throttle 'wildcard' NAMES, this does look like it eats some CPU on a big net
Revision
794 -
Directory Listing
Modified
Sun Aug 27 22:43:34 2006 UTC
(16 years, 5 months ago)
by
adx
Original Path:
ircd-hybrid/modules
+ fixed win32 build (at least under BCC)
+ newconf adjustments aiming at simple.conf compatibility
+ added missing init_resv() call
Revision
782 -
Directory Listing
Modified
Fri Aug 25 16:29:28 2006 UTC
(16 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Small cleanups for better readability to whois_person()
Revision
771 -
Directory Listing
Modified
Tue Aug 22 18:54:38 2006 UTC
(16 years, 5 months ago)
by
adx
Original Path:
ircd-hybrid/modules
+ after fixing a bunch of bugs, ircd is finally able to start up and /connect.
+ problems: kline/xline and such refuse to load (missing write_csv_line),
modload & co are also not present (need to implement module-like m_ files?)
Revision
766 -
Directory Listing
Modified
Sun Aug 20 11:18:36 2006 UTC
(16 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Fixed src/Makefile.in
- Have KLINE and friends deal properly with write_csv_line(). It's currently
kinda ugly, but the whole csvlib crap will have to be rewritten to use some
proper database anyways.
/UN*LINE may core for now.
Revision
764 -
Directory Listing
Modified
Sat Aug 19 20:14:06 2006 UTC
(16 years, 5 months ago)
by
adx
Original Path:
ircd-hybrid/modules
+ restored class limits plus reworked them to be a bit more sane.
Revision
751 -
Directory Listing
Modified
Tue Jul 25 20:51:14 2006 UTC
(16 years, 6 months ago)
by
adx
Original Path:
ircd-hybrid/modules
+ implemented RESV hashing where it's possible (i.e. no wildcards)
+ ok, all this list/hash manipulation should be moved to src/conf
Revision
747 -
Directory Listing
Modified
Mon Jul 24 22:14:17 2006 UTC
(16 years, 6 months ago)
by
adx
Original Path:
ircd-hybrid/modules
+ fixed everything except m_gline and m_spoof.
+ still to do: ban storage, limits, iphash, parser, conf_connect_allowed
Revision
746 -
Directory Listing
Modified
Mon Jul 24 18:47:50 2006 UTC
(16 years, 6 months ago)
by
adx
Original Path:
ircd-hybrid/modules
+ make most modules compile, except a few ones which need deeper changes
Revision
719 -
Directory Listing
Modified
Sun Jul 16 16:56:58 2006 UTC
(16 years, 6 months ago)
by
adx
Original Path:
ircd-hybrid/modules
+ reworked operator{} blocks to make them independent from oldconf
+ moved some utilities from s_conf.* to libio
+ added stub for auth{} blocks
Revision
701 -
Directory Listing
Modified
Sat Jun 24 19:24:39 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Avoid header files including other header files
- Killed supported.h, fixed misc. compile errors
Revision
691 -
Directory Listing
Modified
Sat Jun 17 12:59:03 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Moved can_join() to m_join.c
- Use const keyword in channel.c whenever possible, fixed comments too
Revision
684 -
Directory Listing
Modified
Thu Jun 15 18:18:08 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Moved ircd_get_platform to libio and killed version.c
Revision
658 -
Directory Listing
Modified
Fri Jun 9 18:26:43 2006 UTC
(16 years, 8 months ago)
by
adx
Original Path:
ircd-hybrid/modules
+ slight numeric changes, updated polish translation
+ show "%s is in +g mode" on /whois
Revision
655 -
Directory Listing
Modified
Fri Jun 9 13:30:21 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Fixed function naming convention in some places
- Moved win32 uname() to libio
Revision
654 -
Directory Listing
Modified
Thu Jun 8 09:02:45 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Got rid of Server::dep_user,dep_server and renamed Server::user and Server::servers dlink
lists to client_list and server_list
Revision
649 -
Directory Listing
Modified
Wed Jun 7 17:57:52 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- 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
645 -
Directory Listing
Modified
Wed Jun 7 12:40:28 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Fixed old bug that would forbid SPAMNUM to be disabled via "SET SPAMNUM 0"
Revision
644 -
Directory Listing
Modified
Wed Jun 7 12:36:21 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Moved split_users and split_servers ints to GlobalSetOptions struct
Revision
643 -
Directory Listing
Modified
Wed Jun 7 11:13:45 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Killed get_maxrss(). Kinda useless and not very portable.
- count_memory(): replaced all longs with size_t
Revision
640 -
Directory Listing
Modified
Wed Jun 7 10:41:00 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- 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
615 -
Directory Listing
Modified
Sun May 21 12:44:31 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Moved logging and announcement of *LINES out of csvlib into their
specific modules where they belong to.
Revision
614 -
Directory Listing
Modified
Sat May 20 15:06:23 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Use get_oper_name() in each place an oper action is logged.
(KLINE/XLINE/DLINE, etc.)
Revision
613 -
Directory Listing
Modified
Fri May 19 09:23:10 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- 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
609 -
Directory Listing
Modified
Tue May 16 10:42:05 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Killed the client_p parameter of hunt_server() as suggested
by adx some time ago.
Revision
608 -
Directory Listing
Modified
Tue May 16 10:05:44 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Merged mo_whowas() and m_whowas() and doxyfied it while at it
- Made whowas_do() only take 3 params and don't longer cut off a
nick after the first comma. As per rfc1459, a comma separated
nick list isn't supported anyways.
Revision
605 -
Directory Listing
Modified
Tue May 16 07:05:34 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Made find_chasing() only take 3 arguments
- Cleaned up find_person()
Revision
604 -
Directory Listing
Modified
Sun May 14 10:40:41 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Moved GLINE_PENDING_EXPIRE and CLEANUP_GLINES_TIME defines to m_gline.c
Revision
603 -
Directory Listing
Modified
Sun May 14 10:32:26 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Made cleanup_pending_glines() an event started off when loading
the m_gline module
- Removed s_gline.c, s_gline.h and metadata.c
Revision
580 -
Directory Listing
Modified
Mon May 1 21:27:23 2006 UTC
(16 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Minor changes to pending_gline struct to improve readability
- Fixed compile error in channel.c
Revision
561 -
Directory Listing
Modified
Sun Apr 23 06:53:12 2006 UTC
(16 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Forward-ported r560 (negative traffic stats in STATS ?; reported by ThaPrince)
Revision
550 -
Directory Listing
Modified
Fri Apr 21 14:42:55 2006 UTC
(16 years, 9 months ago)
by
db
Original Path:
ircd-hybrid/modules
- fix compile error in m_stats.c
- wrap header in balloc.h
Revision
544 -
Directory Listing
Modified
Wed Apr 5 09:34:28 2006 UTC
(16 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Made heap_list a dlink_list type
- Killed Block::used_list
Revision
543 -
Directory Listing
Modified
Mon Apr 3 15:18:11 2006 UTC
(16 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- "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
518 -
Directory Listing
Modified
Thu Mar 9 11:05:52 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Added missing INIT_MODULE/CLEANUP_MODULE to m_error.c
Revision
515 -
Directory Listing
Modified
Sun Mar 5 09:26:04 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Moved tstats() to m_stats.c and killed s_stats.(c|h)
- Got rid of extra ServerStats pointer
- Killed ms_error which was basically a duplication of m_error
Revision
513 -
Directory Listing
Modified
Sun Mar 5 08:28:01 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Moved m_error to core modules and made remaining command handlers use
m_ignore instead of m_error
Revision
504 -
Directory Listing
Modified
Fri Mar 3 20:11:54 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Misc changes regarding CAP API documentation
- Removed forgotten debugging code in ircd.c
Revision
502 -
Directory Listing
Modified
Fri Mar 3 19:49:25 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Implemented CAP command handler based uppon ircu's m_cap()
- Added somewhat outdated draft-mitchell-irc-capabilities-01.txt until
I get the latest version from kev.
- Added "multi-prefix" cap so clients supporting "multi-prefix"
may recieve multi prefixed NAMES replies, e.g. @%+nick1 @+nick2 ..
- Fixed "make clean" for src/conf/
Revision
493 -
Directory Listing
Modified
Wed Mar 1 16:26:26 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Break the loop if a client has reached its channel limit
Revision
491 -
Directory Listing
Modified
Wed Mar 1 14:51:05 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Got rid of extra strlenS and redundant hash_find_channel() calls
- Cleaned up channel name validation routines
- mo_force: don't allow servers to be added to a channel
Revision
489 -
Directory Listing
Modified
Wed Mar 1 12:53:31 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Rewrote m_join(). This was mainly done to fix some bug that can be easily abused.
Details about this bug have been given on IRC.
Revision
486 -
Directory Listing
Modified
Wed Mar 1 10:52:19 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Fixed bug where "JOIN #keyedchan1,#keyedchan2 key1,key2" wouldn't work.
Reported by ThaPrince
Revision
478 -
Directory Listing
Modified
Fri Feb 24 11:27:13 2006 UTC
(16 years, 11 months ago)
by
adx
Original Path:
ircd-hybrid/modules
+ work against malformed numerics on "WHOIS : "
+ actually the same needs to be done in many other modules...
Revision
471 -
Directory Listing
Modified
Fri Feb 17 10:01:53 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Don't allocate new dlink_node pointer on each client creation,
rather reuse localClient->lclient_node for linking it into
unknown_list and move it into local_client_list after client
registration.
Revision
470 -
Directory Listing
Modified
Fri Feb 17 05:07:43 2006 UTC
(16 years, 11 months ago)
by
db
Original Path:
ircd-hybrid/modules
- fix compile errors with moved modules.h
- fix a few missing includes, msg.h and parse.h
Revision
464 -
Directory Listing
Modified
Mon Feb 13 14:16:54 2006 UTC
(16 years, 11 months ago)
by
adx
Original Path:
ircd-hybrid/modules
+ I really see no reason for this garrulous "Client Quit"
reason, it used to be just a null reason for years.
Revision
460 -
Directory Listing
Modified
Sun Feb 12 22:22:50 2006 UTC
(16 years, 11 months ago)
by
db
Original Path:
ircd-hybrid/modules
- fixed typo
- fixed argument number
- removed reference to no longer used argument
Revision
458 -
Directory Listing
Modified
Sun Feb 12 20:45:14 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Small changes so register_local_user() only takes 2 parameters instead of 4
Revision
457 -
Directory Listing
Modified
Sun Feb 12 20:30:27 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Use set_initial_nick() if an unregistered client is changing between
equivalent nicks which only differ in cAsE. That way we properly keep
the fd note about the client updated.
Revision
453 -
Directory Listing
Modified
Sun Feb 12 18:56:55 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Get rid of can_send_part. This also fixes a bug where voiced clients
weren't able to send a PART message to the channel. Reported by ThaPrince.
Revision
442 -
Directory Listing
Modified
Sat Feb 11 23:14:21 2006 UTC
(16 years, 11 months ago)
by
adx
Original Path:
ircd-hybrid/modules
+ massive rewrite of module init/deinit/version headers,
we are introducing a new module manager which deals with static
and dynamic modules exactly the same way. (New possibilities
include loading/unloading statically compiled modules and
mixing static/dynamic ones in one build.)
Revision
434 -
Directory Listing
Modified
Sat Feb 11 19:19:48 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Fixed invalid output of the USERS command as reported by ThaPrince
Revision
408 -
Directory Listing
Modified
Wed Feb 8 12:55:04 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Removed check_channel_name() call in m_mode(). hash_find_channel() will
deal with invalid channel names. No need to always scan the buffer
pointed by parv[1].
Revision
404 -
Directory Listing
Modified
Tue Feb 7 18:52:20 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid/modules
- m_knock(): use chptr->chname instead of the string the client provided
us when reporting errors etc
Revision
398 -
Directory Listing
Modified
Tue Feb 7 12:00:21 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid/modules
- Ripped out lazylinks as discussed on irc. the main concept wasn't very well
designed and will be done in a better way some day. Anyways, they propably
never worked and were considered bloat by most people. Good bye!
Revision
392 -
Directory Listing
Modified
Fri Feb 3 15:48:08 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid/modules
- Fixed some nasty bug reported by Fool, also cleaned up m_join.c a bit
Revision
381 -
Directory Listing
Modified
Sun Jan 29 10:27:33 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid/modules
- 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
Modified
Wed Jan 25 10:48:24 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid/modules
- Removed death code. We don't have sth. like conf *lines* anymore
Revision
375 -
Directory Listing
Modified
Sun Jan 22 11:04:43 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid/modules
- 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
Modified
Sat Jan 14 17:57:18 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid/modules
- 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
Modified
Sat Jan 14 17:23:35 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid/modules
- 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
Modified
Sat Jan 7 05:06:18 2006 UTC
(17 years, 1 month ago)
by
metalrock
Original Path:
ircd-hybrid/modules
- Fixed some compile errors and some shadowed declarations.
Revision
357 -
Directory Listing
Modified
Thu Jan 5 16:06:45 2006 UTC
(17 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/modules
- 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
351 -
Directory Listing
Modified
Sun Jan 1 09:35:12 2006 UTC
(17 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/modules
- Don't allow shared (remote) k-lines to be set without a valid reason
Revision
347 -
Directory Listing
Modified
Sat Dec 31 13:22:28 2005 UTC
(17 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/modules
- m_admin.c: fixed comment about parv[1]. Also did some style cleanups
Revision
333 -
Directory Listing
Modified
Mon Dec 26 10:08:18 2005 UTC
(17 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/modules
- This should fix broken set_topic() as reported by CoolCold
Revision
323 -
Directory Listing
Modified
Sat Dec 24 22:07:31 2005 UTC
(17 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/modules
- 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
Modified
Fri Dec 23 10:59:55 2005 UTC
(17 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/modules
- Don't pace "WHO #somechan" and "WHO *" as this breaks several clients
Revision
303 -
Directory Listing
Modified
Tue Dec 6 19:30:20 2005 UTC
(17 years, 2 months ago)
by
adx
Original Path:
ircd-hybrid/modules
+ fixed logic for maxlisters
+ if maxlisters=0, show the 'list disabled' notice
Revision
294 -
Directory Listing
Modified
Mon Dec 5 14:11:15 2005 UTC
(17 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- 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
(17 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Fixed WHOIS bug with RPL_WHOISACTUALLY. Spotted by adx
Revision
291 -
Directory Listing
Modified
Sun Dec 4 13:46:01 2005 UTC
(17 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- 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
(17 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Moved has_wildcards() from m_list.c to match.c and re-use it
in some other places.
Revision
279 -
Directory Listing
Modified
Wed Nov 23 20:38:17 2005 UTC
(17 years, 2 months ago)
by
db
Original Path:
ircd-hybrid/modules
- 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
(17 years, 2 months ago)
by
db
Original Path:
ircd-hybrid/modules
- 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
(17 years, 2 months ago)
by
db
Original Path:
ircd-hybrid/modules
- 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
(17 years, 2 months ago)
by
adx
Original Path:
ircd-hybrid/modules
+ 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
(17 years, 2 months ago)
by
adx
Original Path:
ircd-hybrid/modules
+ fixed something that would obviously lead to a compile error
Revision
273 -
Directory Listing
Modified
Mon Nov 14 23:17:02 2005 UTC
(17 years, 2 months ago)
by
adx
Original Path:
ircd-hybrid/modules
+ another slight fix for /msg nick@server,nick@server bug
Revision
272 -
Directory Listing
Modified
Mon Nov 14 23:12:09 2005 UTC
(17 years, 2 months ago)
by
adx
Original Path:
ircd-hybrid/modules
+ fixed several m_message issues
+ no idea how many bugs did I introduce, or even if it compiles,
be welcome to review.
Revision
241 -
Directory Listing
Modified
Sat Nov 5 19:39:35 2005 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid/modules
- 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
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Forgot to remove accept_num, we dont need it anymore.
Revision
239 -
Directory Listing
Modified
Sat Nov 5 17:54:04 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Got rid of build_nuh_list()
- Readd ability of showing ACCEPT list via "ACCEPT *" as described in umodeg.txt
Revision
235 -
Directory Listing
Modified
Sat Nov 5 11:31:51 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- 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
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- 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
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- 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
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid/modules
- This commits the n!u@h accept code
I'll tidy it up more later.
Revision
227 -
Directory Listing
Modified
Thu Nov 3 18:29:22 2005 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid/modules
- 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
Modified
Thu Nov 3 15:36:27 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- 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
Modified
Thu Nov 3 13:59:27 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Fixed compile error in m_invite.c and s_serv.c
- Added m_watch.c
Revision
200 -
Directory Listing
Modified
Tue Nov 1 11:38:41 2005 UTC
(17 years, 3 months ago)
by
adx
Original Path:
ircd-hybrid/modules
+ 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
191 -
Directory Listing
Modified
Tue Oct 25 13:18:44 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Rewrote whowas.c to use linked list routines from tools.c
Revision
190 -
Directory Listing
Modified
Sun Oct 23 22:06:17 2005 UTC
(17 years, 3 months ago)
by
adx
Original Path:
ircd-hybrid/modules
* 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
Modified
Fri Oct 21 22:02:41 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- ETRACE should spit out an error if used by a non-oper. Reported by nenolod
Revision
149 -
Directory Listing
Modified
Sun Oct 16 18:11:50 2005 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid/modules
- 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
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid/modules
- 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
Modified
Sun Oct 16 10:06:30 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- 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
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- 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
139 -
Directory Listing
Modified
Sun Oct 16 06:01:13 2005 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid/modules
- get rid of map_conf_item and unmap_conf_item
- Use an union in struct ConfItem, but only allocate memory needed
Revision
129 -
Directory Listing
Modified
Fri Oct 14 20:27:45 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- 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
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid/modules
- 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
Modified
Fri Oct 14 02:41:46 2005 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid/modules
- 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
121 -
Directory Listing
Modified
Thu Oct 13 10:34:56 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- 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
119 -
Directory Listing
Modified
Thu Oct 13 07:51:38 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- 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
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Removed TBURST_PROPAGATE define, it's now enabled by default.
Revision
117 -
Directory Listing
Modified
Thu Oct 13 07:36:38 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- Readded m_tburst.c. It currently doesn't compile and needs a rewrite.
Revision
108 -
Directory Listing
Modified
Wed Oct 12 05:04:40 2005 UTC
(17 years, 3 months ago)
by
metalrock
Original Path:
ircd-hybrid/modules
- 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
101 -
Directory Listing
Modified
Mon Oct 10 03:52:14 2005 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid/modules
- 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
(17 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- CHANNELLEN vs. LOCAL_CHANNELLEN fix. Local JOINs are limited to 50chars whereas
remote SJOINs/JOINs can be upto 200chars for backwards compatibility.
Revision
97 -
Directory Listing
Modified
Sun Oct 9 08:42:57 2005 UTC
(17 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- 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
(17 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/modules
- 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
(17 years, 4 months ago)
by
db
Original Path:
ircd-hybrid/modules
- 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
69 -
Directory Listing
Modified
Tue Oct 4 16:09:51 2005 UTC
(17 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid/modules
- 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
(17 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid/modules
- 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
(17 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid/modules
- removed external references from libio/net, still to do: comm
Revision
65 -
Directory Listing
Modified
Mon Oct 3 23:33:16 2005 UTC
(17 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid/modules
- removed external references from libio/misc
- imported s_misc.c to libio, moved CurrentTime there
Revision
62 -
Directory Listing
Modified
Mon Oct 3 22:23:39 2005 UTC
(17 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid/modules
- reorganisation goes on, removed external references from libio/mem
Revision
61 -
Directory Listing
Modified
Mon Oct 3 21:20:41 2005 UTC
(17 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid/modules
- 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
Modified
Mon Oct 3 15:11:57 2005 UTC
(17 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid/modules
- move non-irc related sources to /libio
- todo: make it independent of the rest of code
Revision
30 -
Directory Listing
Added
Sun Oct 2 20:03:27 2005 UTC
(17 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid/modules
- imported sources
- can be moved later according to the directory/branching scheme,
but we need the svn up