stskeeps
bb6711691b
- Fixed bug #0000342 reported by James LiGate about tokens leaking through from clients
2002-09-28 12:32:18 +00:00
codemastr
bb95bdfa7c
Removed some useless code and added more modules
2002-08-09 20:26:04 +00:00
stskeeps
8aabac59e9
Credits changes
2002-07-23 16:12:16 +00:00
codemastr
0b632d5e71
Fixed a Chinese nick bug
2002-03-16 17:10:17 +00:00
codemastr
0c540e883f
Converted commands to use module objects
2002-03-15 23:35:55 +00:00
codemastr
bd6729ad93
More -Wall cleanups
2002-02-03 17:15:37 +00:00
codemastr
8be7cbab05
Made all functiosn use new-style parameter lists
2002-01-28 00:38:02 +00:00
griever
84c70bdd2f
Blah...
2002-01-15 20:07:30 +00:00
griever
96d2cf936b
MAXPARA removal
2002-01-12 22:18:48 +00:00
griever
5d0f93255b
Grr....
2001-12-28 21:38:52 +00:00
stskeeps
ea1e7b3f70
win32 fixes, again
2001-12-21 17:18:16 +00:00
griever
f8d1e81206
now lets see if it will compile
2001-12-19 00:04:32 +00:00
griever
6c6130fab6
Untested, not sure if it even compiles TKL shits, testing on t2n as soon as this is committed
2001-12-18 23:57:13 +00:00
codemastr
e872aa28a9
Converted a bunch of structures to use ListStruct
2001-12-02 17:57:24 +00:00
stskeeps
e2ef04d112
+- VERSION M_SERVER fix by skold
...
+- Fixed connecting with IPv6
+- Ident requests now orgin with the listener that the user connected on
+- More IPv6 fixes, DNS resolving actually works now too.. (crackhead IRCnet
+ coding)
+- Webserver caching fix
2001-11-08 16:40:34 +00:00
codemastr
7a9b14634b
Removed tokens for /users, /summon, and /samode
2001-10-13 23:19:40 +00:00
stskeeps
79b4805745
+- Added in Fish's patches
...
+- Added bitching when you lack needed IRC commands
+- Removed REMGLINE
2001-10-07 20:28:15 +00:00
stskeeps
2ac54ecc8b
*** empty log message ***
2001-10-07 08:56:11 +00:00
codemastr
82ae1cbf63
Moved /svso and /svsnick to modules
2001-09-02 23:39:16 +00:00
codemastr
aa98a583be
Added the ability to add aliases like /identify
2001-08-29 19:28:52 +00:00
codemastr
0385ce8152
Module additions
2001-08-24 22:17:26 +00:00
codemastr
e7a8ad621e
Added config directive alias for dynamic services commands, ex /nickserv
2001-08-19 17:45:57 +00:00
stskeeps
667d52199d
+- Using bahamut /who now, this needs some testing..
2001-08-05 23:38:17 +00:00
codemastr
df21d67573
moved swhois and svsmotd to modules
2001-06-24 21:03:08 +00:00
codemastr
a3e375745c
moved svsmode and svs2mode to m_svsmode.so
2001-06-24 20:36:05 +00:00
stskeeps
607157c0e0
+- Moved /sdesc, /setident to modules.
...
+- allow { } now supports encrypted passwords -Syzop
2001-03-31 20:26:14 +00:00
codemastr
5193c47f72
ixed a globops bug that required it to have a :
2001-03-25 18:32:52 +00:00
codemastr
0ce7799961
command hash changes
2001-03-19 00:09:42 +00:00
stskeeps
c5c1b8e3e1
+- Modified command hashing system to Sts's belief of how eggs should be
...
+ made. (quick, dirty and fcked up)
+
2001-03-18 21:28:04 +00:00
codemastr
2ff27c366f
Command hash changes
2001-03-18 20:34:59 +00:00
codemastr
3251251be9
moved m_setname to a .so
2001-03-18 17:42:09 +00:00
stskeeps
c181a20492
+- Put out m_chghost, m_sethost in modules, remade Makefile structure and
...
+ added src/modules
+
+
2001-03-17 14:12:24 +00:00
stskeeps
f41c3bf679
+- Added Modules, using dlopen() and LoadLibrary for *nix/win32.
...
+- Added /module load <path.to.so>, /module status (list modules),
+ /module unload <modulename>
2001-03-10 11:58:04 +00:00
stskeeps
797b6c6f21
+- Added /cycle #channels, suggested by ^loki^
2001-03-09 12:40:11 +00:00
codemastr
10dd29fb7a
Removed stskeeps's lazy add_CommandX (tm) code
2001-03-05 17:19:09 +00:00
stskeeps
e852d93134
+- Made del_Command().
2001-03-03 13:34:10 +00:00
stskeeps
98477e867e
.
2001-02-27 11:22:37 +00:00
stskeeps
412390883c
+- Removed msgtab part of parse, removed the bigass hashtable msgtab,
...
+ removed inittoken, made command initalization happen in init_CommandHash
+- Adapted /stats M to it. Removed /helpop ?commands temporary. Confirming
+ hashtable works.
2001-02-27 11:03:19 +00:00
stskeeps
e010cbde23
+- Added CommandHash optimation .. this is not done 100% yet. uses msgtab as
...
+ reference
2001-02-27 08:56:06 +00:00
stskeeps
dbddc21399
+- Added listen {} runtime-configuration code work :))
...
+- Removed unrealircd.conf from stock
2001-01-05 22:37:13 +00:00
codemastr
6c59c5b733
removed CRYPTOIRCD
2000-11-23 19:08:02 +00:00
stskeeps
d33f4a8120
Index: Changes
...
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v
retrieving revision 1.1.1.1.2.1.2.1.2.179
diff -u -r1.1.1.1.2.1.2.1.2.179 Changes
--- Changes 2000/08/07 16:16:14 1.1.1.1.2.1.2.1.2.179
+++ Changes 2000/08/07 16:56:17
@@ -530,3 +530,4 @@
Config, and all the things we want them to read/do to compile the IRCd
- Updated PREFIX Client Protoctl
- Added ^MrMike^'s command list, this one will be updated
+- Removed ID_CVS, hopefully fixing some bastard stuff
2000-08-07 16:56:31 +00:00
stskeeps
f046832f10
Indentation.
2000-07-25 17:43:58 +00:00
stskeeps
f2d364aa8a
+- Fixed crypto stuff 100% :))
2000-06-28 19:37:17 +00:00
stskeeps
62323727a8
.
2000-06-27 20:22:33 +00:00
stskeeps
07104d2d7d
.
2000-06-27 15:42:38 +00:00
stskeeps
68aba326e1
.
2000-06-27 13:22:57 +00:00
stskeeps
9b0f6b2a9c
+- Some more crypto stuff, will work on the new engine tommorow
2000-06-26 21:41:00 +00:00
stskeeps
4c039afe84
+- Added Blowfish encryption ability (SetSecure()), will extend to more
...
+ better encryption
Requires OpenSSL/blowfish
2000-06-25 14:35:24 +00:00
cmunk
0d30ef8540
Import of Unreal3.1-beta3
2000-05-28 08:55:44 +00:00