Log of /branches/ircd-hybrid-newconf/src
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
927 -
Directory Listing
Modified
Tue Nov 27 22:45:36 2007 UTC
(15 years, 2 months ago)
by
bear
Original Path:
ircd-hybrid/src
Some fixes, and pushing non-loaded data down into the file formats.
I'm so going to get killed over this commit,
but hey, where would be the fun otherwise? ;-)
Revision
926 -
Directory Listing
Modified
Tue Nov 27 20:11:56 2007 UTC
(15 years, 2 months ago)
by
bear
Original Path:
ircd-hybrid/src
Some more work on conf stores
Untested, misses includes, but should get you the general idea.
Revision
862 -
Directory Listing
Modified
Mon Mar 5 04:33:38 2007 UTC
(15 years, 11 months ago)
by
db
Original Path:
ircd-hybrid/src
- 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
861 -
Directory Listing
Modified
Thu Mar 1 10:14:18 2007 UTC
(15 years, 11 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ "oper" and "added" are for admin's information; NULL (i.e. smalldate)
is indeed redundant, but I believe it still belongs in conf/ rather than
reanalysing stuff in conf/parser/ (which additionally makes a
reverse dependence, i.e. conf parser on store types)
Revision
860 -
Directory Listing
Modified
Thu Mar 1 01:15:49 2007 UTC
(15 years, 11 months ago)
by
bear
Original Path:
ircd-hybrid/src
Remove legacy fields from ConfStoreField[] arrays, a legacy csv imple-
mentation will be able to generate them itself, nobody else needs them.
Also store conf file name in the ConfStore struct.
Revision
854 -
Directory Listing
Modified
Thu Feb 22 06:25:07 2007 UTC
(15 years, 11 months ago)
by
db
Original Path:
ircd-hybrid/src
- put comment for CLIEXIT in the right place
Revision
851 -
Directory Listing
Modified
Mon Feb 19 21:55:24 2007 UTC
(15 years, 11 months ago)
by
bear
Original Path:
ircd-hybrid/src
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/src
- forward port
- add +C
- add -full to etrace
Reviewed by: cryogen, Bear
Revision
846 -
Directory Listing
Modified
Sat Feb 10 18:00:09 2007 UTC
(15 years, 11 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ added two middle layer between ircd and e.g. csv
+ sample for kill.c, please implement the rest
Revision
845 -
Directory Listing
Modified
Sat Feb 10 03:02:59 2007 UTC
(15 years, 11 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ added import_conf_flags, removed CT_FLAG in favour of a simplier solution
Revision
840 -
Directory Listing
Modified
Fri Feb 9 00:14:33 2007 UTC
(15 years, 11 months ago)
by
bear
Original Path:
ircd-hybrid/src
Fix asymmetric logic in hash_add_id / hash_del_id calls
found by adx
Revision
838 -
Directory Listing
Modified
Sun Jan 21 10:19:05 2007 UTC
(16 years ago)
by
stu
Original Path:
ircd-hybrid/src
Allow bans to go through which have no wild chars in them
Revision
837 -
Directory Listing
Modified
Thu Jan 18 18:06:15 2007 UTC
(16 years ago)
by
bear
Original Path:
ircd-hybrid/src
oops, don't commit that...
This code would make bans effective on cmode -n channels too,
but I'm not sure if we want that yet
Revision
836 -
Directory Listing
Modified
Thu Jan 18 17:59:04 2007 UTC
(16 years ago)
by
bear
Original Path:
ircd-hybrid/src
Throttle 'wildcard' NAMES, this does look like it eats some CPU on a big net
Revision
834 -
Directory Listing
Modified
Sun Jan 7 23:57:47 2007 UTC
(16 years, 1 month ago)
by
bear
Original Path:
ircd-hybrid/src
Fix one symptom of what happens when a server's client_p
is unexpectedly exitted during link setup.
This does not fix the underlying bug that we may call exit_client
without being aware of it.
Revision
829 -
Directory Listing
Modified
Thu Nov 23 21:38:51 2006 UTC
(16 years, 2 months ago)
by
stu
Original Path:
ircd-hybrid/src
match args wrong way around preventing you from doing CONNECT *
Revision
828 -
Directory Listing
Modified
Thu Nov 23 21:23:11 2006 UTC
(16 years, 2 months ago)
by
stu
Original Path:
ircd-hybrid/src
- Add src/modules.c - This gives us back MOD((UN|RE)LOAD|RESTART) (doesnt take
core modules into account)
- Add CT_FLAG - a generic way of adding backward compatible foo = yes; flags
- Correct a couple of conf entries which didnt quite match 7.2
- Allow bools to be passed through to a CT_LIST properly
Revision
824 -
Directory Listing
Modified
Sun Nov 5 21:24:55 2006 UTC
(16 years, 3 months ago)
by
stu
Original Path:
ircd-hybrid/src
Fix double free caused by tmpserver not being reset after its used in a field.
Revision
809 -
Directory Listing
Modified
Mon Sep 4 19:40:32 2006 UTC
(16 years, 5 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ modularised oper flags
+ somebody please do the same with auth,connect
Revision
794 -
Directory Listing
Modified
Sun Aug 27 22:43:34 2006 UTC
(16 years, 5 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ fixed win32 build (at least under BCC)
+ newconf adjustments aiming at simple.conf compatibility
+ added missing init_resv() call
Revision
793 -
Directory Listing
Modified
Sun Aug 27 20:54:32 2006 UTC
(16 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Oops, serverinfo{} should be read in the first, and listen{} in
the second pass.
Revision
792 -
Directory Listing
Modified
Sun Aug 27 20:51:45 2006 UTC
(16 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Read listen{} blocks in the first parsing pass. Just in case
a listen{} block comes before servinfo{}
Revision
783 -
Directory Listing
Modified
Fri Aug 25 17:29:26 2006 UTC
(16 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/src
- channel.c: use const whenever possible
Revision
776 -
Directory Listing
Modified
Wed Aug 23 13:53:34 2006 UTC
(16 years, 5 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ corrections to the new code
+ first succeeded soft reboot attempts.
Revision
771 -
Directory Listing
Modified
Tue Aug 22 18:54:38 2006 UTC
(16 years, 5 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ 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
770 -
Directory Listing
Modified
Tue Aug 22 17:40:56 2006 UTC
(16 years, 5 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ no need to handle SIGTRAP [interferes with gdb]
Revision
768 -
Directory Listing
Modified
Mon Aug 21 16:59:42 2006 UTC
(16 years, 5 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ added a missing callback initialization
Revision
766 -
Directory Listing
Modified
Sun Aug 20 11:18:36 2006 UTC
(16 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/src
- 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/src
+ restored class limits plus reworked them to be a bit more sane.
Revision
762 -
Directory Listing
Modified
Sat Aug 19 13:39:21 2006 UTC
(16 years, 5 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ restored ip hashing code (moved to hash.c)
Revision
758 -
Directory Listing
Modified
Fri Aug 18 14:26:11 2006 UTC
(16 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Fixed ban cache as reported by ThaPrince
Revision
756 -
Directory Listing
Modified
Fri Aug 18 09:43:20 2006 UTC
(16 years, 5 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ added parser files.
+ ip hashing is to come
Revision
752 -
Directory Listing
Modified
Wed Jul 26 15:56:37 2006 UTC
(16 years, 6 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ fixed an old bug that affected our numeric delivery:
Imagine we have a scenario like this:
[origin A on server 0] --> [OUR IRCD] --> [TS6 server] --> [TS5 server and target Z]
We'd try to address Z by its null ID only because the next server on the way
is TS6. That led to delivery failure in cases like
ts6(origin)->ts6->ts6->ts5(target).
Revision
751 -
Directory Listing
Modified
Tue Jul 25 20:51:14 2006 UTC
(16 years, 6 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ implemented RESV hashing where it's possible (i.e. no wildcards)
+ ok, all this list/hash manipulation should be moved to src/conf
Revision
750 -
Directory Listing
Modified
Tue Jul 25 19:57:38 2006 UTC
(16 years, 6 months ago)
by
stu
Original Path:
ircd-hybrid/src
also need to check if the sockhost is '0' because thats what remote servers that hide ips send us
Revision
749 -
Directory Listing
Modified
Tue Jul 25 19:45:47 2006 UTC
(16 years, 6 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ make everything compile, but not yet link
Revision
748 -
Directory Listing
Modified
Tue Jul 25 09:09:00 2006 UTC
(16 years, 6 months ago)
by
stu
Original Path:
ircd-hybrid/src
If we have the remote IP, use it and dont default to masking an ip when we dont have to.
Revision
747 -
Directory Listing
Modified
Mon Jul 24 22:14:17 2006 UTC
(16 years, 6 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ 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/src
+ make most modules compile, except a few ones which need deeper changes
Revision
745 -
Directory Listing
Modified
Mon Jul 24 08:12:48 2006 UTC
(16 years, 6 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ make parse_aline compile
+ to do: parser executive, limits, ip hash, conf_connect_allowed replacement
Revision
743 -
Directory Listing
Modified
Sun Jul 23 20:03:42 2006 UTC
(16 years, 6 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ make ircd core compile except server.c and parse_aline.c
Revision
741 -
Directory Listing
Modified
Sun Jul 23 13:49:20 2006 UTC
(16 years, 6 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ removed s_conf.h and superseded parts of s_conf.c
Revision
737 -
Directory Listing
Modified
Sat Jul 22 20:17:19 2006 UTC
(16 years, 6 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ moved parser files to its dedicated subdirectory
Revision
736 -
Directory Listing
Modified
Sat Jul 22 20:13:05 2006 UTC
(16 years, 6 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ implemented shared and cluster
+ added todo marks
Revision
730 -
Directory Listing
Modified
Thu Jul 20 19:43:58 2006 UTC
(16 years, 6 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ implemented K-lines, yet without callback for kline.conf load/store
Revision
724 -
Directory Listing
Modified
Sun Jul 16 21:48:50 2006 UTC
(16 years, 6 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ began implementing hashtable confs (ACB)
Revision
722 -
Directory Listing
Modified
Sun Jul 16 17:10:00 2006 UTC
(16 years, 6 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ save user= entries in the order they're entered
Revision
721 -
Directory Listing
Modified
Sun Jul 16 17:02:55 2006 UTC
(16 years, 6 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ added missing class unreference when multiple "class=" lines were
encountered.
Revision
719 -
Directory Listing
Modified
Sun Jul 16 16:56:58 2006 UTC
(16 years, 6 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ reworked operator{} blocks to make them independent from oldconf
+ moved some utilities from s_conf.* to libio
+ added stub for auth{} blocks
Revision
712 -
Directory Listing
Modified
Sat Jul 8 12:13:14 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Also show the full path of .included configuration files when reporting
syntax errors. This is just cosmetical.
Revision
703 -
Directory Listing
Modified
Sun Jun 25 10:39:47 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Fixed off-by-one error in do_parse_error() when reporting the line number
Spotted by stu
Revision
702 -
Directory Listing
Modified
Sun Jun 25 10:27:09 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Removed pointless check_class() call in main()
- Removed unused function prototypes
- Moved s_serv.c to server.c
- Renamed initialize_server_capabs() to server_init() and move it to server.c
Revision
701 -
Directory Listing
Modified
Sat Jun 24 19:24:39 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Avoid header files including other header files
- Killed supported.h, fixed misc. compile errors
Revision
700 -
Directory Listing
Modified
Sat Jun 24 16:21:12 2006 UTC
(16 years, 7 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ fixed small memory leak on newconf's .include
Revision
697 -
Directory Listing
Modified
Wed Jun 21 08:22:08 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Fixed small memory leak in delete_auth()
Revision
691 -
Directory Listing
Modified
Sat Jun 17 12:59:03 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Moved can_join() to m_join.c
- Use const keyword in channel.c whenever possible, fixed comments too
Revision
688 -
Directory Listing
Modified
Sat Jun 17 11:21:50 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Merged update_client_exit_stats() into exit_one_client()
Revision
684 -
Directory Listing
Modified
Thu Jun 15 18:18:08 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Moved ircd_get_platform to libio and killed version.c
Revision
682 -
Directory Listing
Modified
Thu Jun 15 14:21:00 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/src
- exit_client(): Wanna-be servers that are in connecting or handshaking state
are not on on the serv_list, so let's clean this up a bit.
- close_connection(): Fixed some harmless bug that could result in incorrect
sent statistics in "STATS t"
Revision
680 -
Directory Listing
Modified
Thu Jun 15 08:26:41 2006 UTC
(16 years, 7 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ a missing 'else' was causing a core on rehash
Revision
678 -
Directory Listing
Modified
Thu Jun 15 08:06:28 2006 UTC
(16 years, 7 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ rebuilt y.tab.c
+ ServerInfo -> ServerInfoX for now to avoid hidden name conflicts
+ serv_list nodes are localClient->lnode, so don't free them with balloc
Revision
674 -
Directory Listing
Modified
Tue Jun 13 08:45:01 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Removed server connection scheduling leftovers. We just periodically continue
to check server confs in try_connections() without updating aconf->hold in
close_connection()
Revision
669 -
Directory Listing
Modified
Sun Jun 11 15:36:16 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/src
- lexer.l: added proper support for quotes in strings.
Cleaned up C comment style handling.
Added support for C++ comments.
Revision
662 -
Directory Listing
Modified
Sat Jun 10 08:38:38 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/src
- More fixes to ircd-german.lang
- Removed ERR_RESTRICTED
Revision
658 -
Directory Listing
Modified
Fri Jun 9 18:26:43 2006 UTC
(16 years, 8 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ slight numeric changes, updated polish translation
+ show "%s is in +g mode" on /whois
Revision
657 -
Directory Listing
Modified
Fri Jun 9 18:07:14 2006 UTC
(16 years, 8 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ added implementation for listen{}
+ fixed header in conf_channel.c
Revision
655 -
Directory Listing
Modified
Fri Jun 9 13:30:21 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/src
- 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/src
- Got rid of Server::dep_user,dep_server and renamed Server::user and Server::servers dlink
lists to client_list and server_list
Revision
653 -
Directory Listing
Modified
Thu Jun 8 07:55:03 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Changed Client::random_ping and Client::serial to standard unsigned integer
types
Revision
651 -
Directory Listing
Modified
Thu Jun 8 07:38:56 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Backported r650 (clients are exited in check_unknowsn_list() while still
processing auth/dns)
- Changed Client::flags to 64bit integer type to allow more flags
Revision
649 -
Directory Listing
Modified
Wed Jun 7 17:57:52 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/src
- 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
648 -
Directory Listing
Modified
Wed Jun 7 15:16:38 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Moved our own getopt implementation to libio. We may replace this with gnu
getopt/getopt_long some day.
Revision
644 -
Directory Listing
Modified
Wed Jun 7 12:36:21 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/src
- 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/src
- Killed get_maxrss(). Kinda useless and not very portable.
- count_memory(): replaced all longs with size_t
Revision
641 -
Directory Listing
Modified
Wed Jun 7 10:51:31 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Renamed basename() to libio_basename() and use it everywhere instead
of glibc's basename
- Updated configure.ac accordingly
Revision
640 -
Directory Listing
Modified
Wed Jun 7 10:41:00 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/src
- 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
636 -
Directory Listing
Modified
Thu Jun 1 13:33:35 2006 UTC
(16 years, 8 months ago)
by
db
Original Path:
ircd-hybrid/src
- forward port disable fake channel from 7.2
Revision
628 -
Directory Listing
Modified
Mon May 29 20:04:32 2006 UTC
(16 years, 8 months ago)
by
adx
Original Path:
ircd-hybrid/src
Added contrib module for character set recoding
Note it doesn't work at the moment because listen{} itself
is not yet modularised. Will probably also need some modifications
to include iconv headers and libraries in the build process.
Revision
626 -
Directory Listing
Modified
Fri May 26 11:32:27 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Fixed compile warning in change_simple_umode as reported by Volk
Revision
625 -
Directory Listing
Modified
Thu May 25 10:24:30 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Fixed an off-by one bug in the ip limiting code as reported by Volk
Revision
615 -
Directory Listing
Modified
Sun May 21 12:44:31 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Moved logging and announcement of *LINES out of csvlib into their
specific modules where they belong to.
Revision
613 -
Directory Listing
Modified
Fri May 19 09:23:10 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/src
- 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/src
- Killed the client_p parameter of hunt_server() as suggested
by adx some time ago.
Revision
607 -
Directory Listing
Modified
Tue May 16 08:12:00 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Only fully registered clients are added into the whowas history,
so let's remove those pointles IsClient tests.
Revision
605 -
Directory Listing
Modified
Tue May 16 07:05:34 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Made find_chasing() only take 3 arguments
- Cleaned up find_person()
Revision
603 -
Directory Listing
Modified
Sun May 14 10:32:26 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/src
- 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
602 -
Directory Listing
Modified
Sun May 14 09:36:11 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/src
- channel_mode.c: removed a bunch of prototypes we don't need
Revision
600 -
Directory Listing
Modified
Sat May 13 09:30:18 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Don't code while having a breakfast! Now here's the other missing
half of the previous commit which fixes SIGALRM handling.
Revision
591 -
Directory Listing
Modified
Thu May 11 12:39:39 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Merged check_xline() and check_regexp_xline() into a single function
Revision
580 -
Directory Listing
Modified
Mon May 1 21:27:23 2006 UTC
(16 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Minor changes to pending_gline struct to improve readability
- Fixed compile error in channel.c
Revision
577 -
Directory Listing
Modified
Mon May 1 12:27:59 2006 UTC
(16 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Forward-ported ts6 fix from 7.2
- Updated INSTALL
Revision
571 -
Directory Listing
Modified
Fri Apr 28 06:48:08 2006 UTC
(16 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/src
- removed INVARIANTS leftover and updated configure.ac accordingly
Revision
568 -
Directory Listing
Modified
Thu Apr 27 08:34:04 2006 UTC
(16 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/src
- hash_check_watch() should be called for clients only (remote or local)
Revision
566 -
Directory Listing
Modified
Wed Apr 26 16:57:01 2006 UTC
(16 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/src
- can_send(): splitted up some bigass if() statement
Revision
558 -
Directory Listing
Modified
Sat Apr 22 19:40:17 2006 UTC
(16 years, 9 months ago)
by
db
Original Path:
ircd-hybrid/src
- channel.c name conflict was confusing Makefile
Revision
546 -
Directory Listing
Modified
Mon Apr 17 08:15:50 2006 UTC
(16 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/src
- check_client: remove this useless IRCD_SOCKET_ERROR case
Revision
540 -
Directory Listing
Modified
Sat Mar 25 15:41:56 2006 UTC
(16 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Cleaned up add_connection(), e.g. got rid of pointless getpeername() call.
We also don't need to deal with encapsulated ipv4 addresses since this
is already done in comm_accept()
Revision
539 -
Directory Listing
Modified
Sat Mar 25 10:17:25 2006 UTC
(16 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/src
- We do not need a local copy of addr in accept_connection()
Made several functions use the const keyword for read-only
parameters
Revision
534 -
Directory Listing
Modified
Tue Mar 21 19:06:29 2006 UTC
(16 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Renamed MAXPARA definition to IRCD_MAXPARA and moved it to ircd_defs.h
- Untabified parse.c
Revision
529 -
Directory Listing
Modified
Sat Mar 18 15:28:33 2006 UTC
(16 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Some small tweaks to client exit code. 99% of the time it is a client
exiting the network, so check this case first, then see if it is a server
Revision
527 -
Directory Listing
Modified
Sat Mar 18 11:26:39 2006 UTC
(16 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Added missing !u@h prefix when sending MODE message back to a client
Revision
520 -
Directory Listing
Modified
Sat Mar 11 21:36:58 2006 UTC
(16 years, 10 months ago)
by
db
Original Path:
ircd-hybrid/src
- When checking for first " in a line, make sure it doesn't run off
the end of the line before it finds one.
Revision
515 -
Directory Listing
Modified
Sun Mar 5 09:26:04 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/src
- 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/src
- Moved m_error to core modules and made remaining command handlers use
m_ignore instead of m_error
Revision
509 -
Directory Listing
Modified
Sat Mar 4 08:33:31 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/src
- register_remote_user(): Fixed bug where we would increase Count.total and
source_p->from->serv->dep_users for unregistered remote clients and don't
decrease them if we exit the client due to non existand server or fake
direction.
Revision
505 -
Directory Listing
Modified
Fri Mar 3 21:06:19 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/src
- channel_member_names(): properly count the number of
prefixes that will be written to lbuf
Revision
504 -
Directory Listing
Modified
Fri Mar 3 20:11:54 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/src
- 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/src
- 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
499 -
Directory Listing
Modified
Wed Mar 1 19:32:01 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/src
- exit_client(): Don't bounce a QUIT back to origin's server
Reported by adx
Revision
495 -
Directory Listing
Modified
Wed Mar 1 16:37:27 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Fixed error in check_channel_name() if using gcc
Revision
492 -
Directory Listing
Modified
Wed Mar 1 14:59:29 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/src
- check_channel_name(): skip the first character since we already know it's
a valid channel prefix (either '#' or '&')
Revision
491 -
Directory Listing
Modified
Wed Mar 1 14:51:05 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/src
- 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
483 -
Directory Listing
Modified
Mon Feb 27 14:52:35 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Don't give away IPs unless it's an admin doing /stats P.
Revision
477 -
Directory Listing
Modified
Sat Feb 18 12:34:09 2006 UTC
(16 years, 11 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ additional parameter 'exact' for find_module():
if NO, match only the canonical name i.e. m_part.ABC will match
m_part.so or built-in m_part (used to check if any version of a
module is loaded)
if YES, match the whole file name (used with /modunload and friends)
Revision
476 -
Directory Listing
Modified
Sat Feb 18 07:19:35 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Get operator.c to compile (with a few warnings)
Revision
475 -
Directory Listing
Modified
Sat Feb 18 02:34:20 2006 UTC
(16 years, 11 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ make it compile, and maybe even run...
Revision
474 -
Directory Listing
Modified
Sat Feb 18 02:12:40 2006 UTC
(16 years, 11 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ finished modules API
+ now we need to put these mo_modload etc somewhere
Revision
473 -
Directory Listing
Modified
Sat Feb 18 00:49:41 2006 UTC
(16 years, 11 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ don't allow pathnames when loading modules *kiss*
Revision
471 -
Directory Listing
Modified
Fri Feb 17 10:01:53 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/src
- 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/src
- fix compile errors with moved modules.h
- fix a few missing includes, msg.h and parse.h
Revision
460 -
Directory Listing
Modified
Sun Feb 12 22:22:50 2006 UTC
(16 years, 11 months ago)
by
db
Original Path:
ircd-hybrid/src
- 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/src
- 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/src
- 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/src
- 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
449 -
Directory Listing
Modified
Sun Feb 12 11:04:23 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Cleaned up is_banned and can_join a bit
Revision
426 -
Directory Listing
Modified
Sat Feb 11 00:35:13 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Forward port of fix for static build with BMASK and TMODE
Revision
423 -
Directory Listing
Modified
Fri Feb 10 16:11:41 2006 UTC
(16 years, 11 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ support for oper "name" { ... } syntax
Revision
421 -
Directory Listing
Modified
Fri Feb 10 14:26:35 2006 UTC
(16 years, 11 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ make conf_add_field return pointer to ConfField
Revision
420 -
Directory Listing
Modified
Fri Feb 10 14:23:33 2006 UTC
(16 years, 11 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ added support for syntax SECTION "value" { ...fields... };
ConfSection has a field 'def_field', if non-NULL it will be
assigned with the provided value.
Revision
419 -
Directory Listing
Modified
Fri Feb 10 14:23:14 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/src
- As suggested by adx, allow oper{} as well as operator{}
Revision
418 -
Directory Listing
Modified
Fri Feb 10 14:06:04 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Added reset_operator(), also do some error reporting
Revision
417 -
Directory Listing
Modified
Fri Feb 10 13:40:01 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Added initial version of operator.c which still isn't finished and propably
won't even compile.
Revision
407 -
Directory Listing
Modified
Wed Feb 8 12:46:29 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Merged set_autoconn() into quote_autoconn()
Revision
406 -
Directory Listing
Modified
Wed Feb 8 10:40:24 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid/src
- Got rid of MAXCONFLINKS. You can even have a billion connect{} blocks if you want..
Revision
405 -
Directory Listing
Modified
Tue Feb 7 19:38:35 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid/src
- Removed now unused llflags parameter from sendto_server()
Revision
398 -
Directory Listing
Modified
Tue Feb 7 12:00:21 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid/src
- 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
396 -
Directory Listing
Modified
Fri Feb 3 22:00:28 2006 UTC
(17 years ago)
by
nenolod
Original Path:
ircd-hybrid/src
Use read() in posix to ensure we get a valid response... recv() works like read() under Windows, so that part was
fine...
Revision
387 -
Directory Listing
Modified
Wed Feb 1 11:04:08 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid/src
- Fixed +bbb nick1 nick2 nick3 bug as reported by ThaPrince.
Currently not the best fix, but does the job for now
Revision
381 -
Directory Listing
Modified
Sun Jan 29 10:27:33 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid/src
- 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
379 -
Directory Listing
Modified
Sat Jan 28 08:31:31 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid/src
- More preparations for the new u@h mask storage system, also
added some small example to report_confitem_types() how to deal
with it when reporting items
Revision
376 -
Directory Listing
Modified
Mon Jan 23 10:07:23 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid/src
- Show the total number of clients in a class in "STATS y|Y"
output (as per irc2.11 / ircu2.10.12)
Revision
374 -
Directory Listing
Modified
Sat Jan 14 17:57:18 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid/src
- 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
366 -
Directory Listing
Modified
Sun Jan 8 22:12:22 2006 UTC
(17 years, 1 month ago)
by
adx
Original Path:
ircd-hybrid/src
+ added support for integer enumeration in conf manager
+ will need this for listen{}
Revision
365 -
Directory Listing
Modified
Sun Jan 8 20:48:35 2006 UTC
(17 years, 1 month ago)
by
adx
Original Path:
ircd-hybrid/src
+ this should fix the bug with low ping timeouts for servers.
keep cleaning up the conf stuff.
Revision
364 -
Directory Listing
Modified
Sun Jan 8 15:39:24 2006 UTC
(17 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/src
- Entirely changed the way of ban match processing to be more cleaner.
It also should nicely speed up matching of pure ip (may include cidr mask)
bans.
- Removed match_cidr() which is now not longed needed
- Add back some prototypes to res.h to fix compile errors
Revision
362 -
Directory Listing
Modified
Sat Jan 7 05:06:18 2006 UTC
(17 years, 1 month ago)
by
metalrock
Original Path:
ircd-hybrid/src
- Fixed some compile errors and some shadowed declarations.
Revision
360 -
Directory Listing
Modified
Fri Jan 6 16:51:28 2006 UTC
(17 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/src
- Cleaned up find_user_host a bit more, also added support
for "KLINE somehost.edu"
Revision
359 -
Directory Listing
Modified
Fri Jan 6 16:34:35 2006 UTC
(17 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/src
- Rewrite find_user_host() to use split_nuh()
Revision
357 -
Directory Listing
Modified
Thu Jan 5 16:06:45 2006 UTC
(17 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/src
- 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
355 -
Directory Listing
Modified
Mon Jan 2 22:04:51 2006 UTC
(17 years, 1 month ago)
by
adx
Original Path:
ircd-hybrid/src
+ present halfops as ops to servers which don't support it
+ should work but please review before I break another net ;)
Revision
354 -
Directory Listing
Modified
Sun Jan 1 12:42:26 2006 UTC
(17 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/src
- Made struct Message.bytes a 64-bit integer datatype
Revision
349 -
Directory Listing
Modified
Sat Dec 31 18:43:28 2005 UTC
(17 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/src
- Got rid of multiple bogus_host() copies
Revision
328 -
Directory Listing
Modified
Sun Dec 25 10:42:33 2005 UTC
(17 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/src
- Fixed bug where we wouldn't send the HUB capability token when
using cryptlinks
Revision
320 -
Directory Listing
Modified
Sat Dec 24 15:13:27 2005 UTC
(17 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/src
- Fixed core in case aconf->cipher_preference and
ConfigFileEntry.default_cipher_preference are both NULL pointers
Reported by opteron-hani via Joan
Revision
316 -
Directory Listing
Modified
Fri Dec 23 12:03:15 2005 UTC
(17 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/src
- Fixed compile error caused by previous commit
- Removed outdated comment
Revision
315 -
Directory Listing
Modified
Fri Dec 23 11:56:34 2005 UTC
(17 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/src
- Moved 'invited' dlink_list to LocalUser struct which will save
some 1.3mb of ram on a typical efnet server.
Revision
297 -
Directory Listing
Modified
Mon Dec 5 22:18:41 2005 UTC
(17 years, 2 months ago)
by
nenolod
Original Path:
ircd-hybrid/src
- Fix indentation style on metadata source, and enable keyword expansion. (sorry!)
Revision
296 -
Directory Listing
Modified
Mon Dec 5 20:41:51 2005 UTC
(17 years, 2 months ago)
by
nenolod
Original Path:
ircd-hybrid/src
- 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
(17 years, 2 months ago)
by
db
Original Path:
ircd-hybrid/src
- fixed nasty core in operator {} block
if umodes was used, yy_aconf is not allocated during 1st pass
Revision
286 -
Directory Listing
Modified
Sat Dec 3 10:59:57 2005 UTC
(17 years, 2 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ (MFC) fixed problems with amd64 and possibly other platforms
Revision
278 -
Directory Listing
Modified
Wed Nov 23 08:18:57 2005 UTC
(17 years, 2 months ago)
by
db
Original Path:
ircd-hybrid/src
- add a maxlisters /quote set
limit the number of possible listings going on at once
Revision
267 -
Directory Listing
Modified
Sun Nov 13 22:54:08 2005 UTC
(17 years, 2 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ 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
263 -
Directory Listing
Modified
Sun Nov 13 11:10:37 2005 UTC
(17 years, 2 months ago)
by
adx
Original Path:
ircd-hybrid/src
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
261 -
Directory Listing
Modified
Sun Nov 13 10:55:40 2005 UTC
(17 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Changed cluster{} to use a MatchItem struct
Revision
259 -
Directory Listing
Modified
Sun Nov 13 10:01:52 2005 UTC
(17 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Fixed parser error with max_watch. Reported by CooldCold
Revision
257 -
Directory Listing
Modified
Sat Nov 12 16:00:08 2005 UTC
(17 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Forgot to remove my debugging code ..
Revision
256 -
Directory Listing
Modified
Sat Nov 12 15:56:40 2005 UTC
(17 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Fixed core caused by memory corruption with cluster{} blocks
Revision
253 -
Directory Listing
Modified
Fri Nov 11 21:03:09 2005 UTC
(17 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/src
- ULINES/XLINES are actually MatchItems
Revision
252 -
Directory Listing
Modified
Fri Nov 11 20:56:00 2005 UTC
(17 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/src
- 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
238 -
Directory Listing
Modified
Sat Nov 5 17:00:17 2005 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid/src
- Fix core, don't try to remove accepts for remote clients
Revision
235 -
Directory Listing
Modified
Sat Nov 5 11:31:51 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/src
- 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
233 -
Directory Listing
Modified
Sat Nov 5 08:05:06 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/src
- 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/src
- This commits the n!u@h accept code
I'll tidy it up more later.
Revision
230 -
Directory Listing
Modified
Thu Nov 3 20:38:58 2005 UTC
(17 years, 3 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ 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
(17 years, 3 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ 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
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid/src
- move me initialisation after libio_init() so make_dlink() works
Revision
227 -
Directory Listing
Modified
Thu Nov 3 18:29:22 2005 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid/src
- replace all MODE_PRIVATE with MODE_PARANOID
- Can't use make_dlink_node() too early in startup or it will core
Revision
224 -
Directory Listing
Modified
Thu Nov 3 17:05:46 2005 UTC
(17 years, 3 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ 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
(17 years, 3 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ moved max_watch to the beginning of 'registered users' subsection
Revision
221 -
Directory Listing
Modified
Thu Nov 3 15:36:27 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/src
- 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/src
- 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
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/src
- svn propset svn:keywords "Id"
- Use EXTERN for prototypes
Revision
212 -
Directory Listing
Modified
Tue Nov 1 22:17:16 2005 UTC
(17 years, 3 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ 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
(17 years, 3 months ago)
by
adx
Original Path:
ircd-hybrid/src
- 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
209 -
Directory Listing
Modified
Tue Nov 1 19:28:42 2005 UTC
(17 years, 3 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ 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
(17 years, 3 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ an attempt to fix the HUB capability mess, we _should_ be able
to establish an LL link now
Revision
205 -
Directory Listing
Modified
Tue Nov 1 14:13:53 2005 UTC
(17 years, 3 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ implemented serverhide{}
+ added splitmode activation/deactivation to conf/channel.c
Revision
204 -
Directory Listing
Modified
Tue Nov 1 12:30:39 2005 UTC
(17 years, 3 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ added missing call in init_conf()
+ added serverhide{} skeleton
Revision
200 -
Directory Listing
Modified
Tue Nov 1 11:38:41 2005 UTC
(17 years, 3 months ago)
by
adx
Original Path:
ircd-hybrid/src
+ 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
198 -
Directory Listing
Modified
Tue Nov 1 10:29:06 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Killed Channel.locmembers. The few cycles we save aren't worth
the memory wasteage.
Revision
193 -
Directory Listing
Modified
Wed Oct 26 12:07:33 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Added some asserts to exit_one_client()
Revision
191 -
Directory Listing
Modified
Tue Oct 25 13:18:44 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/src
- 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/src
* prototypes are now prefixed with either nothing or EXTERN
(meaning it's an ircd.dll API)
* dynamic modules now work on win32.
Revision
187 -
Directory Listing
Modified
Sun Oct 23 20:30:07 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/src
- 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
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid/src
- 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
178 -
Directory Listing
Modified
Sat Oct 22 10:02:43 2005 UTC
(17 years, 3 months ago)
by
adx
Original Path:
ircd-hybrid/src
- somehow it didn't get committed, fixing
Revision
165 -
Directory Listing
Modified
Fri Oct 21 03:50:50 2005 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid/src
- 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
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid/src
- 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
158 -
Directory Listing
Modified
Wed Oct 19 09:35:52 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Fixed bug where we would increase Count.invisi even
if invisible_on_connect is off
Revision
153 -
Directory Listing
Modified
Mon Oct 17 21:20:34 2005 UTC
(17 years, 3 months ago)
by
adx
Original Path:
ircd-hybrid/src
- 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
146 -
Directory Listing
Modified
Sun Oct 16 15:45:25 2005 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid/src
- 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
141 -
Directory Listing
Modified
Sun Oct 16 06:29:10 2005 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid/src
- Make ->conf conf_ptr to be consistent in all places.
Revision
140 -
Directory Listing
Modified
Sun Oct 16 06:09:42 2005 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid/src
- 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
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid/src
- get rid of map_conf_item and unmap_conf_item
- Use an union in struct ConfItem, but only allocate memory needed
Revision
133 -
Directory Listing
Modified
Sat Oct 15 22:55:36 2005 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid/src
- Fix ~ on oper flags, auth flags and connect flags
Revision
131 -
Directory Listing
Modified
Sat Oct 15 16:22:20 2005 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid/src
- Make delete_conf_item() table driven
Still not quite done.
Revision
130 -
Directory Listing
Modified
Sat Oct 15 01:47:46 2005 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid/src
- 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
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/src
- 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/src
- 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/src
- 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
122 -
Directory Listing
Modified
Thu Oct 13 10:57:26 2005 UTC
(17 years, 3 months ago)
by
adx
Original Path:
ircd-hybrid/src
- it is probably more clean to do it this way..
Revision
121 -
Directory Listing
Modified
Thu Oct 13 10:34:56 2005 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/src
- 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
101 -
Directory Listing
Modified
Mon Oct 10 03:52:14 2005 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid/src
- 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/src
- 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
(17 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Moved llname to LocalUser struct
Revision
97 -
Directory Listing
Modified
Sun Oct 9 08:42:57 2005 UTC
(17 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/src
- Got rid of restart(), cleaned up m_restart() and make it use server_die()
Revision
91 -
Directory Listing
Modified
Sat Oct 8 03:46:09 2005 UTC
(17 years, 4 months ago)
by
db
Original Path:
ircd-hybrid/src
- 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
(17 years, 4 months ago)
by
knight
Original Path:
ircd-hybrid/src
- Finialise svn:ignore keywords to fix everything
Revision
89 -
Directory Listing
Modified
Thu Oct 6 21:22:58 2005 UTC
(17 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid/src
- added dynamically extensible conf parser (compiles ok); enough to start
modularising general{} -> general.c, auth{} -> auth.c and so on.
Revision
87 -
Directory Listing
Modified
Wed Oct 5 20:47:43 2005 UTC
(17 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid/src
- integrated close_standard_fds with libio_init
Revision
86 -
Directory Listing
Modified
Wed Oct 5 20:36:04 2005 UTC
(17 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid/src
* 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
78 -
Directory Listing
Modified
Tue Oct 4 21:16:00 2005 UTC
(17 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid/src
- 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
69 -
Directory Listing
Modified
Tue Oct 4 16:09:51 2005 UTC
(17 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid/src
- 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/src
- removed last references to the ircd core, libio is independent now
- to do: split headers
Revision
65 -
Directory Listing
Modified
Mon Oct 3 23:33:16 2005 UTC
(17 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid/src
- removed external references from libio/misc
- imported s_misc.c to libio, moved CurrentTime there
Revision
63 -
Directory Listing
Modified
Mon Oct 3 22:25:15 2005 UTC
(17 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid/src
- removed some libio sources left in src/
Revision
62 -
Directory Listing
Modified
Mon Oct 3 22:23:39 2005 UTC
(17 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid/src
- 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/src
- 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/src
- 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
(17 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/src
- 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
(17 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/src
- 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
48 -
Directory Listing
Modified
Mon Oct 3 01:36:06 2005 UTC
(17 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid/src
- added a hook for get_channel_access to allow oper override modules
- please review
Revision
41 -
Directory Listing
Modified
Sun Oct 2 23:25:13 2005 UTC
(17 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid/src
- *hopefully* this hack fixes cryptlinks+ts6 instead of breaking them ;)
Revision
37 -
Directory Listing
Modified
Sun Oct 2 22:23:24 2005 UTC
(17 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid/src
- disallow ':' as the 1st character of server passwords, forbid spaces too
(breaks PASS %s TS 6 %s)
Revision
30 -
Directory Listing
Added
Sun Oct 2 20:03:27 2005 UTC
(17 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid/src
- imported sources
- can be moved later according to the directory/branching scheme,
but we need the svn up