ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid
Revision 108 - Directory Listing - [select for diffs]
Modified Wed Oct 12 05:04:40 2005 UTC (18 years, 5 months ago) by metalrock
Diff to previous 107
 - Change the topic whenever the topics don't match even if the TS
   is different because if we check topic TS and we have a topicTS
   mismatch, we will have 2 different topics on two different servers.

Revision 107 - Directory Listing - [select for diffs]
Modified Tue Oct 11 18:33:58 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 106
- fixed header name collision on linux *yawn*

Revision 106 - Directory Listing - [select for diffs]
Modified Tue Oct 11 15:11:56 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 104
- Fixed compile error in m_ctrace.c

Revision 104 - Directory Listing - [select for diffs]
Modified Mon Oct 10 21:01:58 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 101
- fixed core on /links

Revision 101 - Directory Listing - [select for diffs]
Modified Mon Oct 10 03:52:14 2005 UTC (18 years, 5 months ago) by db
Diff to previous 99
- 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 - [select for diffs]
Modified Sun Oct 9 14:33:36 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 98
- 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 - [select for diffs]
Modified Sun Oct 9 10:15:07 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 97
- Moved llname to LocalUser struct

Revision 97 - Directory Listing - [select for diffs]
Modified Sun Oct 9 08:42:57 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 92
- Got rid of restart(), cleaned up m_restart() and make it use server_die()

Revision 92 - Directory Listing - [select for diffs]
Modified Sat Oct 8 11:14:46 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 91
- 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 - [select for diffs]
Modified Sat Oct 8 03:46:09 2005 UTC (18 years, 5 months ago) by db
Diff to previous 90
- 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 - [select for diffs]
Modified Fri Oct 7 02:04:15 2005 UTC (18 years, 5 months ago) by knight
Diff to previous 89
- Finialise svn:ignore keywords to fix everything

Revision 89 - Directory Listing - [select for diffs]
Modified Thu Oct 6 21:22:58 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 88
- added dynamically extensible conf parser (compiles ok); enough to start
  modularising general{} -> general.c, auth{} -> auth.c and so on.

Revision 88 - Directory Listing - [select for diffs]
Modified Thu Oct 6 01:38:47 2005 UTC (18 years, 5 months ago) by knight
Diff to previous 87
- svn:ignore for KDeveloper

Revision 87 - Directory Listing - [select for diffs]
Modified Wed Oct 5 20:47:43 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 86
- integrated close_standard_fds with libio_init

Revision 86 - Directory Listing - [select for diffs]
Modified Wed Oct 5 20:36:04 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 85
* attached misc/tools.c to misc/list.c,
  this should really have been done earlier.

* moved mem_frob() to memory.c

* single libio_init() instead of all startup functions;
  btw, I don't know if ircd's still able to boot ..

Revision 85 - Directory Listing - [select for diffs]
Modified Wed Oct 5 14:29:35 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 84
- register_callback: always restore the original handler at the end
  of the chain, not only when the chain is empty

Revision 84 - Directory Listing - [select for diffs]
Modified Wed Oct 5 05:24:05 2005 UTC (18 years, 5 months ago) by lusky
Diff to previous 83
test commit, hybrid-commits@ should really be working now


Revision 83 - Directory Listing - [select for diffs]
Modified Wed Oct 5 05:16:17 2005 UTC (18 years, 5 months ago) by lusky
Diff to previous 82
another test commit.  hybrid-commits@ should be working now


Revision 82 - Directory Listing - [select for diffs]
Modified Wed Oct 5 05:14:48 2005 UTC (18 years, 5 months ago) by lusky
Diff to previous 81
test commit


Revision 81 - Directory Listing - [select for diffs]
Modified Wed Oct 5 05:12:35 2005 UTC (18 years, 5 months ago) by lusky
Diff to previous 80
s/beta/releasce candidate/

Revision 80 - Directory Listing - [select for diffs]
Modified Wed Oct 5 05:09:29 2005 UTC (18 years, 5 months ago) by lusky
Diff to previous 79
test commit


Revision 79 - Directory Listing - [select for diffs]
Modified Tue Oct 4 21:57:15 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 78
- fixed server form of CHGIDENT/CHGHOST/CHGNAME

Revision 78 - Directory Listing - [select for diffs]
Modified Tue Oct 4 21:16:00 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 77
- further win32 fixes, use ircd_signal.c interface (signals are wrapped
  around WM_USER's wParam)
- note that the callback for WM_SIGNAL (ie WM_USER) defined in libio is
  independent from the ircd, ie variable dispatch_wm_signal is set in
  ircd_signal.c.
- now it compiles, to do: turn libio into a DLL to allow symbol references
  in m_*.dll protocol modules.
Revision 77 - Directory Listing - [select for diffs]
Modified Tue Oct 4 20:45:31 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 76
- misc win32 fixes
Revision 76 - Directory Listing - [select for diffs]
Modified Tue Oct 4 19:38:49 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 75
- fixed contrib #includes

Revision 75 - Directory Listing - [select for diffs]
Modified Tue Oct 4 19:35:11 2005 UTC (18 years, 5 months ago) by knight
Diff to previous 74
- Re-commit these since they accidently got deleted :x

Revision 74 - Directory Listing - [select for diffs]
Modified Tue Oct 4 19:29:56 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 73
- preliminary win32 fixes
Revision 73 - Directory Listing - [select for diffs]
Modified Tue Oct 4 18:08:14 2005 UTC (18 years, 5 months ago) by knight
Diff to previous 72
- stale .depend

Revision 72 - Directory Listing - [select for diffs]
Modified Tue Oct 4 18:07:51 2005 UTC (18 years, 5 months ago) by knight
Diff to previous 71
- svn:ignore for .depend

Revision 71 - Directory Listing - [select for diffs]
Modified Tue Oct 4 18:05:45 2005 UTC (18 years, 5 months ago) by knight
Diff to previous 70
- svn:keywords *smacks adx*

Revision 70 - Directory Listing - [select for diffs]
Modified Tue Oct 4 16:21:07 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 69
- fixed errors on last commit
- moved rlimits.h to comm

Revision 69 - Directory Listing - [select for diffs]
Modified Tue Oct 4 16:09:51 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 68
- 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 - [select for diffs]
Modified Tue Oct 4 00:44:29 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 67
- removed last references to the ircd core, libio is independent now
- to do: split headers

Revision 67 - Directory Listing - [select for diffs]
Modified Mon Oct 3 23:50:49 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 65
- removed external references from libio/net, still to do: comm

Revision 65 - Directory Listing - [select for diffs]
Modified Mon Oct 3 23:33:16 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 64
- removed external references from libio/misc
- imported s_misc.c to libio, moved CurrentTime there

Revision 64 - Directory Listing - [select for diffs]
Modified Mon Oct 3 22:50:22 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 63
- removed external references from string/
- still to do : misc net comm

Revision 63 - Directory Listing - [select for diffs]
Modified Mon Oct 3 22:25:15 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 62
- removed some libio sources left in src/

Revision 62 - Directory Listing - [select for diffs]
Modified Mon Oct 3 22:23:39 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 61
- reorganisation goes on, removed external references from libio/mem

Revision 61 - Directory Listing - [select for diffs]
Modified Mon Oct 3 21:20:41 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 60
- split libio Makefiles for easier maintenance
- moved pcre.h to main include/ as it is currently a part
  of libio interface (in the future all such headers should
  be moved to libio/ and integrated...)

Now, libio components like comm, misc etc. should be as independent
as possible (from the rest of ircd and from each other), to allow
easy reuse in other software and to keep the interface clean.


Revision 60 - Directory Listing - [select for diffs]
Modified Mon Oct 3 15:51:34 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 59
- separate interface (irc_res.h) and implementation (irc_reslib.h)
- moved resolver from comm/ to net/

Revision 59 - Directory Listing - [select for diffs]
Modified Mon Oct 3 15:11:57 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 57
- move non-irc related sources to /libio
- todo: make it independent of the rest of code

Revision 57 - Directory Listing - [select for diffs]
Modified Mon Oct 3 12:12:41 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 55
- 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 - [select for diffs]
Modified Mon Oct 3 11:15:26 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 49
- Re-added an equivalent of H6's sixth O-line field (Modes to get on operup).
- Updated efnet's example.conf to reflect the new
  opers_bypass_callerid directive
- Misc style corrections to s_user.c while on it

Revision 49 - Directory Listing - [select for diffs]
Modified Mon Oct 3 01:42:27 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 48
- committing from src/ is generally bad ..

Revision 48 - Directory Listing - [select for diffs]
Modified Mon Oct 3 01:36:06 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 45
- added a hook for get_channel_access to allow oper override modules
- please review

Revision 45 - Directory Listing - [select for diffs]
Modified Mon Oct 3 01:08:50 2005 UTC (18 years, 5 months ago) by lusky
Diff to previous 44
change to static "SVN"


Revision 44 - Directory Listing - [select for diffs]
Modified Mon Oct 3 00:23:21 2005 UTC (18 years, 5 months ago) by lusky
Diff to previous 43
switch to SVN Revision for serno

Revision 43 - Directory Listing - [select for diffs]
Modified Mon Oct 3 00:12:29 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 41
- well I don't think "one or two of these modules will core your ircd".
  too much bullshit.

Revision 41 - Directory Listing - [select for diffs]
Modified Sun Oct 2 23:25:13 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 39
- *hopefully* this hack fixes cryptlinks+ts6 instead of breaking them ;)

Revision 39 - Directory Listing - [select for diffs]
Modified Sun Oct 2 22:37:42 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 37
- documented cidr_bitlen

Revision 37 - Directory Listing - [select for diffs]
Modified Sun Oct 2 22:23:24 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 36
- disallow ':' as the 1st character of server passwords, forbid spaces too
  (breaks PASS %s TS 6 %s)

Revision 36 - Directory Listing - [select for diffs]
Modified Sun Oct 2 21:34:57 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 35
- test

Revision 35 - Directory Listing - [select for diffs]
Modified Sun Oct 2 21:26:44 2005 UTC (18 years, 5 months ago) by knight
Diff to previous 33
- Update svn:ignore to match old .cvsignore

Revision 33 - Directory Listing - [select for diffs]
Modified Sun Oct 2 20:50:00 2005 UTC (18 years, 5 months ago) by knight
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
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
Diff to previous 30
- Fix svn:keywords

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

Revision 29 - Directory Listing - [select for diffs]
Modified Sat Oct 1 03:40:06 2005 UTC (18 years, 6 months ago) by lusky
Diff to previous 28
x


Revision 28 - Directory Listing - [select for diffs]
Modified Sat Oct 1 03:38:54 2005 UTC (18 years, 6 months ago) by lusky
Diff to previous 27
test 12312431241


Revision 27 - Directory Listing - [select for diffs]
Modified Sat Oct 1 03:37:28 2005 UTC (18 years, 6 months ago) by lusky
Diff to previous 26
blah


Revision 26 - Directory Listing - [select for diffs]
Modified Sat Oct 1 03:11:04 2005 UTC (18 years, 6 months ago) by lusky
Diff to previous 25
xxx


Revision 25 - Directory Listing - [select for diffs]
Modified Sat Oct 1 03:09:18 2005 UTC (18 years, 6 months ago) by lusky
Diff to previous 24
zzz


Revision 24 - Directory Listing - [select for diffs]
Modified Sat Oct 1 03:06:59 2005 UTC (18 years, 6 months ago) by lusky
Diff to previous 23
test


Revision 23 - Directory Listing - [select for diffs]
Modified Sat Oct 1 03:04:18 2005 UTC (18 years, 6 months ago) by lusky
Diff to previous 22
another


Revision 22 - Directory Listing - [select for diffs]
Modified Sat Oct 1 03:02:23 2005 UTC (18 years, 6 months ago) by lusky
Diff to previous 21
test 123


Revision 21 - Directory Listing - [select for diffs]
Modified Sat Oct 1 02:59:38 2005 UTC (18 years, 6 months ago) by lusky
Diff to previous 20
this is a test


Revision 20 - Directory Listing - [select for diffs]
Modified Sat Oct 1 02:58:38 2005 UTC (18 years, 6 months ago) by lusky
Diff to previous 19
yet another test commit
Revision 19 - Directory Listing - [select for diffs]
Modified Sat Oct 1 02:55:26 2005 UTC (18 years, 6 months ago) by lusky
Diff to previous 18
yet another test commit
Revision 18 - Directory Listing - [select for diffs]
Modified Sat Oct 1 02:24:09 2005 UTC (18 years, 6 months ago) by lusky
Diff to previous 14
test commit.  will it email?
Revision 14 - Directory Listing - [select for diffs]
Modified Sat Oct 1 01:35:59 2005 UTC (18 years, 6 months ago) by lusky
Diff to previous 13
Deleted ircd-hybrid/trunk
Revision 13 - Directory Listing - [select for diffs]
Modified Sat Oct 1 01:35:51 2005 UTC (18 years, 6 months ago) by lusky
Diff to previous 12
Deleted ircd-hybrid/tags
Revision 12 - Directory Listing - [select for diffs]
Modified Sat Oct 1 01:35:45 2005 UTC (18 years, 6 months ago) by lusky
Diff to previous 5
Deleted ircd-hybrid/branches
Revision 5 - Directory Listing - [select for diffs]
Modified Fri Sep 30 22:20:48 2005 UTC (18 years, 6 months ago) by adx
Diff to previous 3
- test commit

Revision 3 - Directory Listing - [select for diffs]
Added Thu Sep 29 02:24:21 2005 UTC (18 years, 6 months ago) by lusky
Initial import
(Current path doesn't exist after revision 1586)

Convenience Links