ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/include
Revision 1015 - Directory Listing - [select for diffs]
Modified Sun Oct 25 00:08:06 2009 UTC (14 years, 4 months ago) by michael
Diff to previous 1013
- fixed broken cryptlinks as reported by henri
- removed deprecated inet_misc.c
- removed __attribute__ format, which sometimes really is usefull, even if
  unportable unless gcc, but for now they only give false warnings

Revision 1013 - Directory Listing - [select for diffs]
Modified Sun Oct 18 14:26:49 2009 UTC (14 years, 5 months ago) by michael
Diff to previous 1012
- Add -Wextra -Wcast-align -Wbad-function-cast to CFLAGS if --enable-warnings is specified
- Fixed several compile warnings
- 64-bit cleanliness fixes, e.g., reorganize data structures to reduce storage/unnecessary padding

Revision 1012 - Directory Listing - [select for diffs]
Modified Fri Sep 18 14:39:42 2009 UTC (14 years, 6 months ago) by michael
Diff to previous 1011
- remove tools.(c|h)

Revision 1011 - Directory Listing - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (14 years, 6 months ago) by michael
Diff to previous 1010
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 1010 - Directory Listing - [select for diffs]
Modified Thu Sep 17 17:06:11 2009 UTC (14 years, 6 months ago) by michael
Diff to previous 1009
- more configure cleanups and modernizations

Revision 1009 - Directory Listing - [select for diffs]
Modified Sun Sep 13 15:02:30 2009 UTC (14 years, 6 months ago) by michael
Diff to previous 1008
- add configure test for pcre lib and remove pcre sources from the tree

Revision 1008 - Directory Listing - [select for diffs]
Modified Sun Sep 13 13:56:11 2009 UTC (14 years, 6 months ago) by michael
Diff to previous 1007
- doxyfy

Revision 1007 - Directory Listing - [select for diffs]
Modified Tue Sep 1 15:25:26 2009 UTC (14 years, 6 months ago) by michael
Diff to previous 1005
- continue doxyfying sources

Revision 1005 - Directory Listing - [select for diffs]
Modified Mon Aug 31 23:07:43 2009 UTC (14 years, 6 months ago) by michael
Diff to previous 1004
- remove conf_add_d_conf wrapper

Revision 1004 - Directory Listing - [select for diffs]
Modified Mon Aug 31 21:29:56 2009 UTC (14 years, 6 months ago) by michael
Diff to previous 1002
- remove unused small_file_date() function

Revision 1002 - Directory Listing - [select for diffs]
Modified Sat Aug 29 22:48:40 2009 UTC (14 years, 6 months ago) by michael
Diff to previous 1001
- moved set_initial_nick() to m_nick.c

Revision 1001 - Directory Listing - [select for diffs]
Modified Sat Aug 29 22:44:44 2009 UTC (14 years, 6 months ago) by michael
Diff to previous 1000
- remove half done and broken win32 support

Revision 1000 - Directory Listing - [select for diffs]
Modified Mon Aug 24 13:37:39 2009 UTC (14 years, 6 months ago) by michael
Diff to previous 999
- timeout_auth_queries_event(): don't try to close auth->fd twice

Revision 999 - Directory Listing - [select for diffs]
Modified Sun Aug 23 15:23:34 2009 UTC (14 years, 6 months ago) by michael
Diff to previous 998
- removed references to struct DNSReply

Revision 998 - Directory Listing - [select for diffs]
Modified Sun Aug 23 12:43:17 2009 UTC (14 years, 6 months ago) by michael
Diff to previous 995
- change resolver/auth to use balloc memory pool
- ircd.c: init_resolver() has to be called *before* read_conf_files(), otherwise
  recvfrom() aborts with ENOTSOCK in case there are configured connect{} blocks
  with a host that needs to be resolved on the very first configuration read.

Revision 995 - Directory Listing - [select for diffs]
Modified Fri Aug 21 10:11:14 2009 UTC (14 years, 7 months ago) by michael
Diff to previous 992
- remove add_local_domain

Revision 992 - Directory Listing - [select for diffs]
Modified Mon Aug 17 19:19:16 2009 UTC (14 years, 7 months ago) by michael
Diff to previous 982
- fix possible auth/dns related memleaks

Revision 982 - Directory Listing - [select for diffs]
Modified Thu Aug 13 22:15:08 2009 UTC (14 years, 7 months ago) by michael
Diff to previous 978
- added a mersenne twister basedn prng

Revision 978 - Directory Listing - [select for diffs]
Modified Sun Aug 9 09:47:58 2009 UTC (14 years, 7 months ago) by michael
Diff to previous 967
- avoid using native basename() since some implementations may or may not modify passed data

Revision 967 - Directory Listing - [select for diffs]
Modified Sun Aug 2 18:05:28 2009 UTC (14 years, 7 months ago) by michael
Diff to previous 957
- added ssl_server_protocol configuration option to servinfo{}.
  valid flags are 'sslv3' and 'tlsv1'

Revision 957 - Directory Listing - [select for diffs]
Modified Tue Jul 28 18:47:23 2009 UTC (14 years, 7 months ago) by michael
Diff to previous 954
- implement proper GUNGLINE support

Revision 954 - Directory Listing - [select for diffs]
Modified Sun Jul 26 22:14:38 2009 UTC (14 years, 7 months ago) by michael
Diff to previous 950
- propset svn:keywords
- remove simple.conf. example.conf.quick is good enough

Revision 950 - Directory Listing - [select for diffs]
Modified Tue Jul 21 23:07:52 2009 UTC (14 years, 8 months ago) by michael
Diff to previous 948
- squash several compile warnings

Revision 948 - Directory Listing - [select for diffs]
Modified Tue Jul 21 17:34:06 2009 UTC (14 years, 8 months ago) by michael
Diff to previous 946
- lp64\llp64\ilp32 portability fixes

Revision 946 - Directory Listing - [select for diffs]
Modified Mon Jul 20 23:18:04 2009 UTC (14 years, 8 months ago) by michael
Diff to previous 943
- move m_error.c to modules/


Revision 943 - Directory Listing - [select for diffs]
Modified Mon Jul 20 02:59:18 2009 UTC (14 years, 8 months ago) by michael
Diff to previous 923
- added protoype for modules_valid_suffix()

Revision 923 - Directory Listing - [select for diffs]
Modified Mon Nov 12 19:15:27 2007 UTC (16 years, 4 months ago) by michael
Diff to previous 913
- fixed compile with compressed links

Revision 913 - Directory Listing - [select for diffs]
Modified Wed Nov 7 23:20:12 2007 UTC (16 years, 4 months ago) by michael
Diff to previous 912
- Added some missing files
- Moved HOSTLEN and USERLEN definition back to ircd_defs.h
  Those two shouldn't be configurable

Revision 912 - Directory Listing - [select for diffs]
Modified Wed Nov 7 22:47:44 2007 UTC (16 years, 4 months ago) by michael
Diff to previous 908
- Implemented libtool-ltdl. Only shared modules are supported currently
- Several build fixes and cleanups. ircd now builds and runs without any problems
- Added back all files to SVN that are needed to built the daemon
  I really don't want to force other people that want to test the snapshots
  or svn versions to install yyacc, lex, automake, autoconf and libtool...
  No problem having required files in svn
- Removed some automake maintainer stuff which is kinda useless for us

Revision 908 - Directory Listing - [select for diffs]
Modified Sun Nov 4 23:21:51 2007 UTC (16 years, 4 months ago) by stu
Diff to previous 902
Completely redo the build system.  Now uses libtool and automake.  Suggest you clean out your tree and then do ./autogen.sh.
Revision 902 - Directory Listing - [select for diffs]
Modified Sun Nov 4 14:00:06 2007 UTC (16 years, 4 months ago) by michael
Diff to previous 900
- Move etc/example.efnet.conf to etc/example.efnet.conf.in
- Update configure.ac

Revision 900 - Directory Listing - [select for diffs]
Modified Sun Nov 4 13:49:52 2007 UTC (16 years, 4 months ago) by michael
Diff to previous 897
- Added new 'server' option to listener::flags

Revision 897 - Directory Listing - [select for diffs]
Modified Sat Nov 3 17:13:32 2007 UTC (16 years, 4 months ago) by db
Diff to previous 896
- Major cleanup of build system (Stu should review this)
  Basically move shared stuff like help messages modules to datadir
  Try to keep to the original layout under prefix if --datadir
  --sysconfdir --localstatedir are not given
- Make the example files have reasonable defaults, this bites me
  all the time anyway.


Revision 896 - Directory Listing - [select for diffs]
Modified Sat Nov 3 08:54:09 2007 UTC (16 years, 4 months ago) by michael
Diff to previous 889
- Killed s_stats.c

Revision 889 - Directory Listing - [select for diffs]
Modified Thu Nov 1 12:59:05 2007 UTC (16 years, 4 months ago) by michael
Diff to previous 888
- Got rid of Serv.dep_users and Serv.dep_servers

Revision 888 - Directory Listing - [select for diffs]
Modified Thu Nov 1 12:04:58 2007 UTC (16 years, 4 months ago) by michael
Diff to previous 887
- on_allow_list and allow_list are no longer needed. Removed

Revision 887 - Directory Listing - [select for diffs]
Modified Thu Nov 1 11:54:48 2007 UTC (16 years, 4 months ago) by michael
Diff to previous 885
- Backported new ACCEPT code which adds support for n!u@h masks

Revision 885 - Directory Listing - [select for diffs]
Modified Wed Oct 31 18:09:24 2007 UTC (16 years, 4 months ago) by michael
Diff to previous 879
- Removed LazyLinks in 7.2 to stop people from asking why we keep
  broken code for half a decade. LL will be implemented in a smarter
  fashion in due time

Revision 879 - Directory Listing - [select for diffs]
Modified Thu Oct 25 08:03:01 2007 UTC (16 years, 4 months ago) by michael
Diff to previous 876
svn propset svn:keywords
Revision 876 - Directory Listing - [select for diffs]
Modified Wed Oct 24 21:51:21 2007 UTC (16 years, 4 months ago) by michael
Diff to previous 858
Backported WATCH
Revision 858 - Directory Listing - [select for diffs]
Modified Wed Feb 28 04:15:47 2007 UTC (17 years ago) by lusky
Diff to previous 856
bump version to 7.2.3


Revision 856 - Directory Listing - [select for diffs]
Modified Tue Feb 27 02:58:49 2007 UTC (17 years ago) by db
Diff to previous 849
- make 709 numeric work for dronemon


Revision 849 - Directory Listing - [select for diffs]
Modified Mon Feb 19 19:41:59 2007 UTC (17 years, 1 month ago) by db
Diff to previous 759
- Add +C 
- add etrace -full

Reviewed by: cryogen, bear

Revision 759 - Directory Listing - [select for diffs]
Modified Fri Aug 18 14:29:45 2006 UTC (17 years, 7 months ago) by michael
Diff to previous 726
- Fixed ban cache as reported by ThaPrince

Revision 726 - Directory Listing - [select for diffs]
Modified Mon Jul 17 06:30:03 2006 UTC (17 years, 8 months ago) by lusky
Diff to previous 715
bump version to 7.2.2

Revision 715 - Directory Listing - [select for diffs]
Modified Fri Jul 14 21:01:55 2006 UTC (17 years, 8 months ago) by michael
Diff to previous 671
- Rebuilt configure using autoconf 2.60

Revision 671 - Directory Listing - [select for diffs]
Modified Tue Jun 13 07:15:38 2006 UTC (17 years, 9 months ago) by michael
Diff to previous 670
- Fixed class limit bug as spotted by stu.  ("REHASH" would always reset
  current user count)
- Made "STATS y|Y" show inactive (deleted) classes that still have attached
  clients

Revision 670 - Directory Listing - [select for diffs]
Modified Mon Jun 12 12:20:55 2006 UTC (17 years, 9 months ago) by michael
Diff to previous 660
- balloc.(c|h): backported r544 (Killed Block::used_list)
- Update RELNOTES

Revision 660 - Directory Listing - [select for diffs]
Modified Fri Jun 9 18:51:22 2006 UTC (17 years, 9 months ago) by adx
Diff to previous 650
+ backported numeric changes

Revision 650 - Directory Listing - [select for diffs]
Modified Thu Jun 8 07:00:17 2006 UTC (17 years, 9 months ago) by michael
Diff to previous 633
- Fixed bug that would exit unknown clients in check_unknowns_list() that are
  still processing auth/dns queries.
  Basically check_unknowns_list() should only exit clients that have finished
  auth/dns and didn't send a NICK/USER combination since they have been
  released from auth.

  Reported by ThaPrince.

Revision 633 - Directory Listing - [select for diffs]
Modified Thu Jun 1 12:30:29 2006 UTC (17 years, 9 months ago) by db
Diff to previous 632
- optimise Michael's fake channel catcher.
  Make it work first, then optimise.


Revision 632 - Directory Listing - [select for diffs]
Modified Thu Jun 1 10:53:00 2006 UTC (17 years, 9 months ago) by michael
Diff to previous 618
- Added channel::disable_fake_channels which disallows creation of channels
  that have ascii 2, 3, 31 and 160 in their names.
- Minor improvements and cleanups to channel name validation routines
  backported from 7.3

Revision 618 - Directory Listing - [select for diffs]
Modified Tue May 23 07:07:53 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 601
- attach_conf():  We even need to increment CurrUserCount if a class got
  attached to a server or operator.  Spotted by stu.
- Removed IRCD_SOCKET_ERROR define

Revision 601 - Directory Listing - [select for diffs]
Modified Sat May 13 16:59:28 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 593
- Removed dalloca.h

Revision 593 - Directory Listing - [select for diffs]
Modified Fri May 12 05:47:32 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 584
- Backported RKLINE fix so the user and host portion of a banmask don't get
  cut off after 10 and 63 chars, respectively.
  A split_nuh() rewrite was required for this.
- Removed now unused xstrldup() function

Revision 584 - Directory Listing - [select for diffs]
Modified Sun May 7 15:26:45 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 573
- Added new general::stats_e_disabled configuration option.  Known from RB,
  all it does is to disable "STATS e", which is a good idea if you have any
  exempted server ips.
- Updated RELNOTES

Revision 573 - Directory Listing - [select for diffs]
Modified Mon May 1 09:40:37 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 572
- ts6 fixes as explained on irc

Revision 572 - Directory Listing - [select for diffs]
Modified Sun Apr 30 16:57:48 2006 UTC (17 years, 10 months ago) by michael
Diff to previous 549
- Backported changes made in HEAD to get rid of Channel::locmembers.
  This is mainly to save about 5megs of ram on networks like efnet where
  we have about 600k allocated Membership structures.

Revision 549 - Directory Listing - [select for diffs]
Modified Thu Apr 20 12:46:18 2006 UTC (17 years, 11 months ago) by michael
Diff to previous 541
- Backported add_connection() speedups

Revision 541 - Directory Listing - [select for diffs]
Modified Sun Mar 26 23:35:48 2006 UTC (17 years, 11 months ago) by lusky
Diff to previous 536
bump version to 7.2.1 (release)


Revision 536 - Directory Listing - [select for diffs]
Modified Thu Mar 23 09:59:02 2006 UTC (18 years ago) by michael
Diff to previous 516
- Can't use irccmp for qsort(), so let's use stricmp() when compiling on wins0x

Revision 516 - Directory Listing - [select for diffs]
Modified Thu Mar 9 10:55:50 2006 UTC (18 years ago) by michael
Diff to previous 512
- Removed unused struct DNSQuery pointer from Listener structure

Revision 512 - Directory Listing - [select for diffs]
Modified Sat Mar 4 16:21:54 2006 UTC (18 years ago) by michael
Diff to previous 503
- Fixed static build for m_cap()  (fix doesn't need to get
  forward-ported to HEAD)
- Added BS alias for BOTSERV

Revision 503 - Directory Listing - [select for diffs]
Modified Fri Mar 3 19:53:47 2006 UTC (18 years ago) by michael
Diff to previous 454
- Backported CAP changes from HEAD since it doesn't affect
  any of the ircd's core components and should be supported
  as soon as possible.

Revision 454 - Directory Listing - [select for diffs]
Modified Sun Feb 12 19:01:25 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 447
- 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 447 - Directory Listing - [select for diffs]
Modified Sun Feb 12 02:59:16 2006 UTC (18 years, 1 month ago) by db
Diff to previous 427
- reported by Jon, resolver was not checking for NXDOMAIN as well as SERVFAIL
this caused odd DNS reports and took longer to connect.

Tested by Jon (ThaPrince).

(backported from head)


Revision 427 - Directory Listing - [select for diffs]
Modified Sat Feb 11 00:58:24 2006 UTC (18 years, 1 month ago) by michael
Diff to previous 371
- Fixed compile errors

Revision 371 - Directory Listing - [select for diffs]
Modified Tue Jan 10 10:45:48 2006 UTC (18 years, 2 months ago) by michael
Diff to previous 329
- Imported recent channelban changes from HEAD which have been tested extensively.
  The match_cidr() fix didn't work in the first try, so I'm not going to bother
  with further debugging.
- Removed match_cidr() and comp_with_mask()

Revision 329 - Directory Listing - [select for diffs]
Modified Sun Dec 25 10:45:42 2005 UTC (18 years, 2 months ago) by michael
Diff to previous 327
- Finish off TBURST (untested)

Revision 327 - Directory Listing - [select for diffs]
Modified Sun Dec 25 09:55:48 2005 UTC (18 years, 2 months ago) by michael
Diff to previous 317
- propset svn:keywords "Id" modules/m_tburst.c
- Added CAP_TBURST definition to get m_tburst.c compile

Revision 317 - Directory Listing - [select for diffs]
Modified Sat Dec 24 14:45:17 2005 UTC (18 years, 2 months ago) by michael
Diff to previous 308
- Backported revision 315 (trimmed memory usage by moving invited
  dlink_list to LocalUser struct)

Revision 308 - Directory Listing - [select for diffs]
Modified Fri Dec 9 06:15:41 2005 UTC (18 years, 3 months ago) by lusky
Diff to previous 304
- bump patchlevel to 7.2.1beta
- stub 7.2.1beta1 in RELNOTES and add BETA verbage


Revision 304 - Directory Listing - [select for diffs]
Modified Fri Dec 9 05:39:16 2005 UTC (18 years, 3 months ago) by lusky
Diff to previous 255
- bump patchlevel to 7.2.0
- update RELNOTES
- bump version in specfile


Revision 255 - Directory Listing - [select for diffs]
Modified Sat Nov 12 14:18:31 2005 UTC (18 years, 4 months ago) by michael
Diff to previous 201
- Fixed core on /modunload, /modrestart

Revision 201 - Directory Listing - [select for diffs]
Modified Tue Nov 1 11:41:52 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 169
MFC:
+ removed invite_ops_only, controlled by +p now
+ sorted ircd.conf:channel{} a bit

Revision 169 - Directory Listing - [select for diffs]
Modified Fri Oct 21 09:37:16 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 166
- Removed LocalUser.port
- Removed two extra memsets in make_request()

Revision 166 - Directory Listing - [select for diffs]
Modified Fri Oct 21 04:20:48 2005 UTC (18 years, 5 months ago) by db
Diff to previous 163
Backported from HEAD

- committed configure changes by nenolod (William Pitcock)
  to check for HAVE_DLINFO
- fixed logic for picking up address for the mod_list


Revision 163 - Directory Listing - [select for diffs]
Modified Thu Oct 20 21:09:02 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 100
- MFC iorecv/iosend changes to allow charset recoding

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

Revision 56 - Directory Listing - [select for diffs]
Modified Mon Oct 3 11:33:30 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 46
- 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 46 - Directory Listing - [select for diffs]
Modified Mon Oct 3 01:14:44 2005 UTC (18 years, 5 months ago) by lusky
Diff to previous 34
MFC: switch to static "SVN" string


Revision 34 - Directory Listing - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (18 years, 5 months ago) by lusky
Diff to previous 33
create 7.2 branch, we can move/rename it as needed.


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

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

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

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

(Current path doesn't exist after revision 1027)

Convenience Links