ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/contrib
Revision 699 - Directory Listing - [select for diffs]
Modified Thu Jun 22 09:36:39 2006 UTC (19 years, 2 months ago) by michael
Diff to previous 693
- Fixed core in make_virthost() with host names that doesn't have a dot
  in it.  Reported by CoolCold

Revision 693 - Directory Listing - [select for diffs]
Modified Sun Jun 18 13:32:56 2006 UTC (19 years, 2 months ago) by michael
Diff to previous 689
- Delete existing invites if a client gets into a channel via OJOIN/FORCEJOIN

Revision 689 - Directory Listing - [select for diffs]
Modified Sat Jun 17 11:30:39 2006 UTC (19 years, 2 months ago) by michael
Diff to previous 677
- Fixed stupid bug in mo_forcejoin() that would append the name of the source
  to the RPL_TOPICWHOTIME numeric instead of the target name.

Revision 677 - Directory Listing - [select for diffs]
Modified Tue Jun 13 17:12:38 2006 UTC (19 years, 2 months ago) by adx
Diff to previous 654
+ fixed contrib

Revision 654 - Directory Listing - [select for diffs]
Modified Thu Jun 8 09:02:45 2006 UTC (19 years, 2 months ago) by michael
Diff to previous 631
- Got rid of Server::dep_user,dep_server and renamed Server::user and Server::servers dlink
  lists to client_list and server_list

Revision 631 - Directory Listing - [select for diffs]
Modified Tue May 30 08:32:50 2006 UTC (19 years, 3 months ago) by adx
Diff to previous 630
+ added info about recode to contrib/README

Revision 630 - Directory Listing - [select for diffs]
Modified Mon May 29 20:12:44 2006 UTC (19 years, 3 months ago) by adx
Diff to previous 629
+ 2002 looks a bit stale

Revision 629 - Directory Listing - [select for diffs]
Modified Mon May 29 20:10:44 2006 UTC (19 years, 3 months ago) by adx
Diff to previous 628
+ hook uninstallers for iorecv/iosend were missing

Revision 628 - Directory Listing - [select for diffs]
Modified Mon May 29 20:04:32 2006 UTC (19 years, 3 months ago) by adx
Diff to previous 621
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 621 - Directory Listing - [select for diffs]
Modified Wed May 24 19:05:08 2006 UTC (19 years, 3 months ago) by michael
Diff to previous 614
- Unbroke KILLHOST

Revision 614 - Directory Listing - [select for diffs]
Modified Sat May 20 15:06:23 2006 UTC (19 years, 3 months ago) by michael
Diff to previous 613
- Use get_oper_name() in each place an oper action is logged.
  (KLINE/XLINE/DLINE, etc.)

Revision 613 - Directory Listing - [select for diffs]
Modified Fri May 19 09:23:10 2006 UTC (19 years, 3 months ago) by michael
Diff to previous 609
- 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 - [select for diffs]
Modified Tue May 16 10:42:05 2006 UTC (19 years, 3 months ago) by michael
Diff to previous 578
- Killed the client_p parameter of hunt_server() as suggested
  by adx some time ago.

Revision 578 - Directory Listing - [select for diffs]
Modified Mon May 1 12:39:44 2006 UTC (19 years, 3 months ago) by michael
Diff to previous 576
- Merged mo_mkpasswd into m_mkpasswd
- Renamed des(), md5() to m_mkpasswd_des(), m_mkpasswd_md5()

Revision 576 - Directory Listing - [select for diffs]
Modified Mon May 1 12:23:45 2006 UTC (19 years, 3 months ago) by michael
Diff to previous 571
- Updated contrib/help/opers/mkpasswd

Revision 571 - Directory Listing - [select for diffs]
Modified Fri Apr 28 06:48:08 2006 UTC (19 years, 4 months ago) by michael
Diff to previous 538
- removed INVARIANTS leftover and updated configure.ac accordingly

Revision 538 - Directory Listing - [select for diffs]
Modified Fri Mar 24 09:46:02 2006 UTC (19 years, 5 months ago) by michael
Diff to previous 532
- m_ojoin(): removed useless IsDead test.  This is sendto_one()'s job

Revision 532 - Directory Listing - [select for diffs]
Modified Mon Mar 20 10:38:39 2006 UTC (19 years, 5 months ago) by michael
Diff to previous 531
- Fixed core in m_jupe().  We're now using an embedded lclient_node dlink_node
  which is allocated within a LocalUser struct, so don't try to free() it.

Revision 531 - Directory Listing - [select for diffs]
Modified Sat Mar 18 16:48:34 2006 UTC (19 years, 5 months ago) by michael
Diff to previous 515
- Fixed compile error in m_operspy.c.  Reported by Volk

Revision 515 - Directory Listing - [select for diffs]
Modified Sun Mar 5 09:26:04 2006 UTC (19 years, 5 months ago) by michael
Diff to previous 513
- 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 - [select for diffs]
Modified Sun Mar 5 08:28:01 2006 UTC (19 years, 5 months ago) by michael
Diff to previous 496
- Moved m_error to core modules and made remaining command handlers use
  m_ignore instead of m_error

Revision 496 - Directory Listing - [select for diffs]
Modified Wed Mar 1 18:57:10 2006 UTC (19 years, 5 months ago) by michael
Diff to previous 491
- Fixed bug where "OPERSPY NAMES #channel" would add a
  client twice onto a channel's member list if it is
  already on that channel.

Revision 491 - Directory Listing - [select for diffs]
Modified Wed Mar 1 14:51:05 2006 UTC (19 years, 5 months ago) by michael
Diff to previous 444
- 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 444 - Directory Listing - [select for diffs]
Modified Sun Feb 12 00:15:24 2006 UTC (19 years, 6 months ago) by adx
Diff to previous 443
+ STATIC_MODULES is no longer meaningful so byebye

Revision 443 - Directory Listing - [select for diffs]
Modified Sat Feb 11 23:37:10 2006 UTC (19 years, 6 months ago) by adx
Diff to previous 405
+ make it compile
+ fix contrib
+ fixed core when unloading spy_trace_notice, this one should be MFC'd
  (etrace_cb was not unhooked properly)

Revision 405 - Directory Listing - [select for diffs]
Modified Tue Feb 7 19:38:35 2006 UTC (19 years, 6 months ago) by michael
Diff to previous 401
- Removed now unused llflags parameter from sendto_server()


Revision 401 - Directory Listing - [select for diffs]
Modified Tue Feb 7 12:52:37 2006 UTC (19 years, 6 months ago) by michael
Diff to previous 398
- Fixed bug in m_force() that would allow to join clients into
  channels with too long channelnames.

Revision 398 - Directory Listing - [select for diffs]
Modified Tue Feb 7 12:00:21 2006 UTC (19 years, 6 months ago) by michael
Diff to previous 362
- 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 362 - Directory Listing - [select for diffs]
Modified Sat Jan 7 05:06:18 2006 UTC (19 years, 7 months ago) by metalrock
Diff to previous 357
 - Fixed some compile errors and some shadowed declarations.

Revision 357 - Directory Listing - [select for diffs]
Modified Thu Jan 5 16:06:45 2006 UTC (19 years, 7 months ago) by michael
Diff to previous 355
- 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 - [select for diffs]
Modified Mon Jan 2 22:04:51 2006 UTC (19 years, 7 months ago) by adx
Diff to previous 349
+ present halfops as ops to servers which don't support it
+ should work but please review before I break another net ;)


Revision 349 - Directory Listing - [select for diffs]
Modified Sat Dec 31 18:43:28 2005 UTC (19 years, 7 months ago) by michael
Diff to previous 344
- Got rid of multiple bogus_host() copies

Revision 344 - Directory Listing - [select for diffs]
Modified Sat Dec 31 09:41:44 2005 UTC (19 years, 7 months ago) by michael
Diff to previous 290
- Flag the client as being ip-spoofed if setting a new hostname via CHGHOST,
  that way non-opers can't figure out the IP with a simple WHOIS.
  Suggested by adx


Revision 290 - Directory Listing - [select for diffs]
Modified Sun Dec 4 13:31:27 2005 UTC (19 years, 8 months ago) by michael
Diff to previous 289
- Moved has_wildcards() from m_list.c to match.c and re-use it
  in some other places.

Revision 289 - Directory Listing - [select for diffs]
Modified Sat Dec 3 18:11:34 2005 UTC (19 years, 8 months ago) by db
Diff to previous 265
- forward port from 7.2, this bug is no longer present with last send.c


Revision 265 - Directory Listing - [select for diffs]
Modified Sun Nov 13 12:01:02 2005 UTC (19 years, 9 months ago) by michael
Diff to previous 198
- Small cleanups to m_mkpasswd.c

Revision 198 - Directory Listing - [select for diffs]
Modified Tue Nov 1 10:29:06 2005 UTC (19 years, 9 months ago) by michael
Diff to previous 190
- Killed Channel.locmembers.  The few cycles we save aren't worth
  the memory wasteage.

Revision 190 - Directory Listing - [select for diffs]
Modified Sun Oct 23 22:06:17 2005 UTC (19 years, 10 months ago) by adx
Diff to previous 188
* prototypes are now prefixed with either nothing or EXTERN
  (meaning it's an ircd.dll API)
* dynamic modules now work on win32.
Revision 188 - Directory Listing - [select for diffs]
Modified Sun Oct 23 20:40:34 2005 UTC (19 years, 10 months ago) by adx
Diff to previous 185
* compile dynamic modules under win32
Revision 185 - Directory Listing - [select for diffs]
Modified Sun Oct 23 15:39:00 2005 UTC (19 years, 10 months ago) by adx
Diff to previous 184
* dynamic module support for win32

Revision 184 - Directory Listing - [select for diffs]
Modified Sun Oct 23 14:51:05 2005 UTC (19 years, 10 months ago) by adx
Diff to previous 168
* make win32 port work with libio.dll
Revision 168 - Directory Listing - [select for diffs]
Modified Fri Oct 21 09:32:54 2005 UTC (19 years, 10 months ago) by michael
Diff to previous 161
- Fixed compilewarning about unused parc in a more or less clean way.
  Reported by Marines

Revision 161 - Directory Listing - [select for diffs]
Modified Thu Oct 20 02:10:27 2005 UTC (19 years, 10 months ago) by db
Diff to previous 160
- Make contrib compile with HEAD


Revision 160 - Directory Listing - [select for diffs]
Modified Wed Oct 19 19:02:15 2005 UTC (19 years, 10 months ago) by metalrock
Diff to previous 153
 - chghost desync fix by adx

Revision 153 - Directory Listing - [select for diffs]
Modified Mon Oct 17 21:20:34 2005 UTC (19 years, 10 months ago) by adx
Diff to previous 125
- 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 125 - Directory Listing - [select for diffs]
Modified Fri Oct 14 02:03:16 2005 UTC (19 years, 10 months ago) by knight
Diff to previous 115
- Fix my nasty code

Revision 115 - Directory Listing - [select for diffs]
Modified Wed Oct 12 16:58:46 2005 UTC (19 years, 10 months ago) by knight
Diff to previous 113
- Fixed compiling error; I think, needs review, but compiles

Revision 113 - Directory Listing - [select for diffs]
Modified Wed Oct 12 14:50:01 2005 UTC (19 years, 10 months ago) by knight
Diff to previous 112
- Fix another valid_wild_card() implicit

Revision 112 - Directory Listing - [select for diffs]
Modified Wed Oct 12 14:35:04 2005 UTC (19 years, 10 months ago) by knight
Diff to previous 111
- Missing header; parse_aline.h for function valid_wild_card()

Revision 111 - Directory Listing - [select for diffs]
Modified Wed Oct 12 14:23:47 2005 UTC (19 years, 10 months ago) by knight
Diff to previous 106
- Update contrib Makefile to compile with libio

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

Revision 90 - Directory Listing - [select for diffs]
Modified Fri Oct 7 02:04:15 2005 UTC (19 years, 10 months ago) by knight
Diff to previous 79
- Finialise svn:ignore keywords to fix everything

Revision 79 - Directory Listing - [select for diffs]
Modified Tue Oct 4 21:57:15 2005 UTC (19 years, 10 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 (19 years, 10 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 (19 years, 10 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 (19 years, 10 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 (19 years, 10 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 (19 years, 10 months ago) by adx
Diff to previous 43
- preliminary win32 fixes
Revision 43 - Directory Listing - [select for diffs]
Modified Mon Oct 3 00:12:29 2005 UTC (19 years, 10 months ago) by adx
Diff to previous 33
- well I don't think "one or two of these modules will core your ircd".
  too much bullshit.

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

Revision 30 - Directory Listing - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (19 years, 10 months ago) by adx
- 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 1586)

Convenience Links