Bram Matthys
e601339deb
- Various (important) fixes to above, also made win32 compile work again.
2005-02-03 17:37:28 +00:00
Bram Matthys
4a3be9e58f
..
2005-02-03 17:13:53 +00:00
Bram Matthys
bcfc9b85fb
dumdeedum.. modulized fixes (timespan <2d)
2005-02-03 17:11:12 +00:00
Bram Matthys
9c979e4e04
join fixes?
2005-02-03 17:04:45 +00:00
Bram Matthys
3e1b7c0f47
bleh
2005-02-03 16:58:16 +00:00
Bram Matthys
03df91bbf3
opermotd tooooooo
2005-02-03 16:58:04 +00:00
Bram Matthys
4bf1758b89
ARGH botmotd GOOOONE
2005-02-03 16:57:42 +00:00
Bram Matthys
b3257db161
- win32 makefile updates for above & more <= update
2005-02-03 16:56:02 +00:00
Bram Matthys
3b28ac0385
more modulized fixes
2005-02-03 16:53:29 +00:00
Bram Matthys
14879ae6f0
and another fix for modulized things
2005-02-03 16:51:32 +00:00
Bram Matthys
b967f600df
- win32 makefile updates for above.
2005-02-03 16:45:05 +00:00
Bram Matthys
6508c962f8
- Made m_template.c use CommandAdd() and CMD_FUNC()
...
- Modulized a lot of commands and related subfunctions: NICK (750 lines), USER (200),
MODE (2300), WATCH (250), JOIN (600), PART (250), MOTD (100), OPERMOTD (100),
BOTMOTD (100), LUSERS (100). More will follow soon (probably including more subfunctions
related to existing commands).
2005-02-03 00:38:40 +00:00
Bram Matthys
74fdf83dcf
copyright date updates
2005-01-31 14:54:28 +00:00
codemastr
cee255cbe0
Fixed a win32 GUI problem where the tray menu's config submenu was not updated when new files were loaded or files were unloaded
2005-01-29 19:07:02 +00:00
babass
261c0f75c0
Ajout de corrections mineures
2005-01-29 18:19:17 +00:00
codemastr
f43420a15c
Fixed a problem when compiling Unreal with GUEST support
2005-01-29 18:07:12 +00:00
codemastr
7a37675909
Fixed a documentation inconsistency with me::numeric
2005-01-29 17:47:32 +00:00
codemastr
52fc709074
Corrected the help.conf documentation for /invite
2005-01-29 17:36:07 +00:00
codemastr
a86c75bfb4
Fixed some problems with the /stats help and documentation
2005-01-29 17:22:54 +00:00
codemastr
839efd901a
Added invite exceptions (+I)
2005-01-29 16:55:30 +00:00
Bram Matthys
a557bc50d7
- Added debug code to trace proto-check bugs in DEBUGMODE [IsToken() etc]
...
- [Module coders] Added new function: do_cmd(cptr, sptr, cmd, parc, parv) which is an
uniform method to call any other commands. For more info, see description in src/parcket.c.
This will be used for any further modulization of commands that need to call other
commands, like NICK (will be done soon).
2005-01-25 23:31:07 +00:00
codemastr
232b172256
Moved channel mode +G to extcmode to make room for invex
2005-01-23 21:45:49 +00:00
codemastr
dd9e9417af
Fixed a bug where specifying a reason to SVSPART would cause it to fail
2005-01-23 18:31:59 +00:00
codemastr
0258d13195
Added an options member to the ExtbanInfo structure. This currently supports one flag, EXTBOPT_CHSVSMODE. When set, this extban will be removed when an SVSMODE -b [nick] is executed
2005-01-23 18:24:34 +00:00
codemastr
c2224bc5fd
Made /stats E include tkl except stats as well
2005-01-22 18:39:33 +00:00
codemastr
64d8a67f4a
makefile.win32
2005-01-22 18:34:09 +00:00
codemastr
3a052e213b
Fixed a bug where /whois notices were not sent to users who are +R if the sender is -r and on a remote server
2005-01-22 17:59:23 +00:00
codemastr
282a5f3eab
Reworded a cloak-key error message to make it clearer
2005-01-22 17:53:49 +00:00
codemastr
cb1ca56cae
Fixed a bug related to the sajoin recode regarding notices displayed
2005-01-22 17:51:17 +00:00
Bram Matthys
908387c024
ignore this ;p
2005-01-21 01:13:02 +00:00
Bram Matthys
d0f4e86833
slight clarification + credit
2005-01-21 01:12:11 +00:00
Bram Matthys
68feb2ba64
- Fixed a resolver cache bug regarding CNAME's, this needs some more testing.
...
[this description will be updated after knowing if this indeed fixes #2229/#1236]
2005-01-21 01:04:17 +00:00
codemastr
8e0d1cd516
Fixed a problem with set::htm::incoming-rate being interpreted incorrectly
2005-01-18 16:50:53 +00:00
codemastr
b9a516d664
Hopefully fixed the last of the alloca warnings
2005-01-17 20:41:27 +00:00
codemastr
107456853e
Made it so +f notices are sent to %#chan, not @%#chan
2005-01-17 19:55:20 +00:00
codemastr
83fd8dfa11
Fixed a problem where doing ./unreal restart multiple times would not actually restart the ircd
2005-01-17 19:33:46 +00:00
codemastr
30c9781e72
Made /sajoin support multiple channels and using 0
2005-01-17 19:16:03 +00:00
codemastr
6c88aecf6c
Made the win32 installer include the dccallow.conf. Made the win32 installer work with the latest version of Inno Setup (5.0.6)
2005-01-17 18:11:35 +00:00
codemastr
49a988c64f
Fixed a couple of problems introduced with the ./Config -advanced changed
2005-01-17 18:04:39 +00:00
codemastr
d3641acd7b
Made SVSMODE -b and -e remove bans/excepts placed on IPs
2005-01-17 17:31:10 +00:00
codemastr
7e18fcd00e
Fixed a minor typo in the "now an oper" announcement
2005-01-17 17:25:05 +00:00
Bram Matthys
7577ae774c
clarification
2005-01-15 20:39:43 +00:00
Bram Matthys
3aeea5c63b
- Fixed serious crashbug
...
- Fixed 'make install' error due to example.settings remove.
2005-01-15 18:37:15 +00:00
Bram Matthys
65024ce49e
ouch!
2005-01-15 00:39:10 +00:00
trocotronic
4f93681c71
Informacion sobre las regexp
2005-01-08 11:22:21 +00:00
babass
bb192d3016
*** empty log message ***
2005-01-06 11:56:38 +00:00
Bram Matthys
4a6f784e37
- Got rid of wma/wmv in dccallow.conf, better to require an explicit select here due to
...
recent DRM exploits (spyware etc).
- Fixed /restart reasons, reported by SouL-FoRTuNe.
- Partial (incomplete!) fix for alloca warnings during compile (especially w/SSL).
2005-01-05 01:44:42 +00:00
babass
1db7944c09
*** empty log message ***
2005-01-03 18:16:47 +00:00
angrywolf
0676d94ab1
Finished the translation of Appendix A (Regular Expressions). Also corrected some grammar mistakes in it.
2005-01-03 17:04:46 +00:00
stylus740
849205bb31
doc/unreal32docs.de.html week 53
2005-01-02 18:51:27 +00:00