../
|
conf/
|
657
(20 years ago)
by adx:
+ added implementation for listen{}
+ fixed header in conf_channel.c
|
channel.h
|
491
(20 years ago)
by michael:
- 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
|
channel_mode.h
|
227
(20 years ago)
by db:
- replace all MODE_PRIVATE with MODE_PARANOID
- Can't use make_dlink_node() too early in startup or it will core
|
client.h
|
654
(20 years ago)
by michael:
- Got rid of Server::dep_user,dep_server and renamed Server::user and Server::servers dlink
lists to client_list and server_list
|
common.h
|
649
(20 years ago)
by michael:
- 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
|
defaults.h
|
221
(20 years ago)
by michael:
- 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.
|
handlers.h
|
513
(20 years ago)
by michael:
- Moved m_error to core modules and made remaining command handlers use
m_ignore instead of m_error
|
hash.h
|
398
(20 years ago)
by michael:
- 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!
|
hostmask.h
|
539
(20 years ago)
by michael:
- We do not need a local copy of addr in accept_connection()
Made several functions use the const keyword for read-only
parameters
|
ircd.h
|
653
(20 years ago)
by michael:
- Changed Client::random_ping and Client::serial to standard unsigned integer
types
|
ircd_defs.h
|
655
(20 years ago)
by michael:
- Fixed function naming convention in some places
- Moved win32 uname() to libio
|
ircd_handler.h
|
33
(20 years ago)
by knight:
- svn:keywords
|
ircd_signal.h
|
599
(20 years ago)
by michael:
- Forward-ported r594,r598 (missing signal handlers for SIGXFSZ and SIGALRM)
|
listener.h
|
517
(20 years ago)
by michael:
- Removed unused struct DNSQuery pointer from Listener structure
|
m_info.h
|
33
(20 years ago)
by knight:
- svn:keywords
|
motd.h
|
190
(20 years ago)
by adx:
* prototypes are now prefixed with either nothing or EXTERN
(meaning it's an ircd.dll API)
* dynamic modules now work on win32.
|
msg.h
|
534
(20 years ago)
by michael:
- Renamed MAXPARA definition to IRCD_MAXPARA and moved it to ircd_defs.h
- Untabified parse.c
|
numeric.h
|
662
(20 years ago)
by michael:
- More fixes to ircd-german.lang
- Removed ERR_RESTRICTED
|
packet.h
|
628
(20 years ago)
by adx:
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.
|
parse.h
|
190
(20 years ago)
by adx:
* prototypes are now prefixed with either nothing or EXTERN
(meaning it's an ircd.dll API)
* dynamic modules now work on win32.
|
parse_aline.h
|
359
(20 years ago)
by michael:
- Rewrite find_user_host() to use split_nuh()
|
patchlevel.h
|
154
(20 years ago)
by lusky:
bump patchlevel to 7.3beta. Change this to 7.3beta1 when we are ready to release beta1.
|
restart.h
|
190
(20 years ago)
by adx:
* prototypes are now prefixed with either nothing or EXTERN
(meaning it's an ircd.dll API)
* dynamic modules now work on win32.
|
resv.h
|
190
(20 years ago)
by adx:
* prototypes are now prefixed with either nothing or EXTERN
(meaning it's an ircd.dll API)
* dynamic modules now work on win32.
|
rsa.h
|
190
(20 years ago)
by adx:
* prototypes are now prefixed with either nothing or EXTERN
(meaning it's an ircd.dll API)
* dynamic modules now work on win32.
|
s_auth.h
|
190
(20 years ago)
by adx:
* prototypes are now prefixed with either nothing or EXTERN
(meaning it's an ircd.dll API)
* dynamic modules now work on win32.
|
s_conf.h
|
643
(20 years ago)
by michael:
- Killed get_maxrss(). Kinda useless and not very portable.
- count_memory(): replaced all longs with size_t
|
s_serv.h
|
609
(20 years ago)
by michael:
- Killed the client_p parameter of hunt_server() as suggested
by adx some time ago.
|
s_user.h
|
458
(20 years ago)
by michael:
- Small changes so register_local_user() only takes 2 parameters instead of 4
|
send.h
|
405
(20 years ago)
by michael:
- Removed now unused llflags parameter from sendto_server()
|
serno.h
|
45
(20 years ago)
by lusky:
change to static "SVN"
|
setup.h.in
|
641
(20 years ago)
by michael:
- Renamed basename() to libio_basename() and use it everywhere instead
of glibc's basename
- Updated configure.ac accordingly
|
stdinc.h
|
190
(20 years ago)
by adx:
* prototypes are now prefixed with either nothing or EXTERN
(meaning it's an ircd.dll API)
* dynamic modules now work on win32.
|
supported.h
|
33
(20 years ago)
by knight:
- svn:keywords
|
userhost.h
|
190
(20 years ago)
by adx:
* prototypes are now prefixed with either nothing or EXTERN
(meaning it's an ircd.dll API)
* dynamic modules now work on win32.
|
watch.h
|
655
(20 years ago)
by michael:
- Fixed function naming convention in some places
- Moved win32 uname() to libio
|
whowas.h
|
655
(20 years ago)
by michael:
- Fixed function naming convention in some places
- Moved win32 uname() to libio
|