Parent Directory
|
|
|
|
|
core/
|
1483 |
8 years |
michael |
- Made Client::away a fixed-size array at the expense of a somewhat higher
mem…
|
m_eob.c
|
1243
|
9 years |
michael |
- move content of msg.h, ircd_handler.h and handlers.h into parse.h and
remove…
|
m_post.c
|
1243
|
9 years |
michael |
- move content of msg.h, ircd_handler.h and handlers.h into parse.h and
remove…
|
m_user.c
|
1243
|
9 years |
michael |
- move content of msg.h, ircd_handler.h and handlers.h into parse.h and
remove…
|
m_names.c
|
1243
|
9 years |
michael |
- move content of msg.h, ircd_handler.h and handlers.h into parse.h and
remove…
|
m_close.c
|
1243
|
9 years |
michael |
- move content of msg.h, ircd_handler.h and handlers.h into parse.h and
remove…
|
m_ison.c
|
1243
|
9 years |
michael |
- move content of msg.h, ircd_handler.h and handlers.h into parse.h and
remove…
|
m_hash.c
|
1243
|
9 years |
michael |
- move content of msg.h, ircd_handler.h and handlers.h into parse.h and
remove…
|
m_pass.c
|
1243
|
9 years |
michael |
- move content of msg.h, ircd_handler.h and handlers.h into parse.h and
remove…
|
m_ping.c
|
1309
|
8 years |
michael |
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexe…
|
m_testmask.c
|
1309
|
8 years |
michael |
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexe…
|
m_accept.c
|
1309
|
8 years |
michael |
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexe…
|
m_map.c
|
1309
|
8 years |
michael |
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexe…
|
m_resv.c
|
1309
|
8 years |
michael |
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexe…
|
m_users.c
|
1309
|
8 years |
michael |
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexe…
|
m_pong.c
|
1309
|
8 years |
michael |
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexe…
|
m_lusers.c
|
1309
|
8 years |
michael |
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexe…
|
m_time.c
|
1309
|
8 years |
michael |
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexe…
|
m_admin.c
|
1309
|
8 years |
michael |
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexe…
|
m_watch.c
|
1309
|
8 years |
michael |
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexe…
|
m_restart.c
|
1309
|
8 years |
michael |
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexe…
|
m_xline.c
|
1309
|
8 years |
michael |
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexe…
|
m_capab.c
|
1309
|
8 years |
michael |
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexe…
|
m_svinfo.c
|
1309
|
8 years |
michael |
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexe…
|
m_motd.c
|
1309
|
8 years |
michael |
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexe…
|
m_cap.c
|
1309
|
8 years |
michael |
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexe…
|
m_encap.c
|
1321
|
8 years |
michael |
- remove unused variables
|
m_help.c
|
1325
|
8 years |
michael |
- Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it
|
m_whowas.c
|
1358
|
8 years |
michael |
- cleanup and rewrite whowas.c to use the dlink list manipulation routines
- inc…
|
m_testline.c
|
1369
|
8 years |
michael |
- cleanup temporary k/d/g line code
|
m_etrace.c
|
1400
|
8 years |
michael |
- move has_wildcards() to irc_string.c and make use of it in several places
|
m_trace.c
|
1400
|
8 years |
michael |
- move has_wildcards() to irc_string.c and make use of it in several places
|
m_oper.c
|
1446
|
8 years |
michael |
- Removed OMOTD
--- Diese und die folgenden Zeilen werden ignoriert --
M inc…
|
m_rehash.c
|
1446
|
8 years |
michael |
- Removed OMOTD
--- Diese und die folgenden Zeilen werden ignoriert --
M inc…
|
Makefile.am
|
1447
|
8 years |
michael |
- Added m_module.c and moved mo_module() into it
|
m_module.c
|
1448
|
8 years |
michael |
- Don't allow m_module.la to be unloaded
|
m_list.c
|
1449
|
8 years |
michael |
- Merged m_away() and mo_away(). Also, /away is no longer time-limited.
- Same g…
|
m_set.c
|
1460
|
8 years |
michael |
- Added 'set' to operator privilege flags. Gives access to the "SET" command
|
Makefile.in
|
1462
|
8 years |
michael |
- automake 1.12.2
|
m_challenge.c
|
1467
|
8 years |
michael |
- m_challenge.c: add mo_challenge() which now takes care of operators
issuing …
|
m_dline.c
|
1474
|
8 years |
michael |
- removed &localchannels
|
m_operwall.c
|
1474
|
8 years |
michael |
- removed &localchannels
|
m_svsnick.c
|
1474
|
8 years |
michael |
- removed &localchannels
|
m_wallops.c
|
1474
|
8 years |
michael |
- removed &localchannels
|
m_topic.c
|
1474
|
8 years |
michael |
- removed &localchannels
|
m_svsmode.c
|
1474
|
8 years |
michael |
- removed &localchannels
|
m_connect.c
|
1474
|
8 years |
michael |
- removed &localchannels
|
m_kline.c
|
1474
|
8 years |
michael |
- removed &localchannels
|
m_locops.c
|
1474
|
8 years |
michael |
- removed &localchannels
|
m_globops.c
|
1474
|
8 years |
michael |
- removed &localchannels
|
m_gline.c
|
1482
|
8 years |
michael |
- m_gline.c: hybrid 6 GLINE compatibility mode has been removed
|
m_invite.c
|
1483
|
8 years |
michael |
- Made Client::away a fixed-size array at the expense of a somewhat higher
mem…
|
m_stats.c
|
1483
|
8 years |
michael |
- Made Client::away a fixed-size array at the expense of a somewhat higher
mem…
|
m_whois.c
|
1483
|
8 years |
michael |
- Made Client::away a fixed-size array at the expense of a somewhat higher
mem…
|
m_userhost.c
|
1483
|
8 years |
michael |
- Made Client::away a fixed-size array at the expense of a somewhat higher
mem…
|
m_who.c
|
1483
|
8 years |
michael |
- Made Client::away a fixed-size array at the expense of a somewhat higher
mem…
|
m_away.c
|
1484
|
8 years |
michael |
- Add back AWAY throttling, now that we allow changing away messages
without u…
|
m_tburst.c
|
1487
|
8 years |
michael |
- m_tburst.c: fixed logic error
|
m_links.c
|
1490
|
8 years |
michael |
- removed serverhide::disable_hidden configuration option
- update NEWS
|
m_info.c
|
1495
|
8 years |
michael |
- Removed use_invex, use_except and use_knock configuration options.
These fea…
|
m_version.c
|
1495
|
8 years |
michael |
- Removed use_invex, use_except and use_knock configuration options.
These fea…
|
m_knock.c
|
1496
|
8 years |
michael |
- m_knock(): announce INVITE requests via NOTICE to other channel operators,
r…
|
m_services.c
|
1502
|
8 years |
michael |
- m_services.c: removed "IDENTIFY". Use "CS/NS IDENTIFY" instead
|