autoupdate
dd09869ef2
Automatic weekly version update: 200752
2007-12-24 05:00:04 +00:00
babass
f4ff22b7d0
Clarirication
2007-12-21 16:45:02 +00:00
autoupdate
45d335a225
Automatic weekly version update: 200751
2007-12-17 05:00:04 +00:00
angrywolf
90fbe18a95
Changes of week 50
2007-12-15 14:47:40 +00:00
stylus740
7f22468f5f
Changes week 50 of doc/unreal32docs.de.html
2007-12-15 13:57:00 +00:00
Bram Matthys
9881318847
- unreal32docs.html: doubt it will help much but at least this makes it a
...
little bit more clear (#3548 ), chatops vs globops.
2007-12-10 14:10:20 +00:00
autoupdate
a26f959aad
Automatic weekly version update: 200750
2007-12-10 05:00:04 +00:00
autoupdate
6220be843b
Automatic weekly version update: 200749
2007-12-03 05:00:03 +00:00
angrywolf
8211dcfdb5
Changes of week 47
2007-11-26 10:47:16 +00:00
autoupdate
d381a74959
Automatic weekly version update: 200748
2007-11-26 05:00:04 +00:00
babass
41696810a2
Doc pour set::level-on-join
2007-11-24 16:41:51 +00:00
stylus740
61f7edbf70
Update doc/unreal32docs.de.html week 47
2007-11-24 11:01:12 +00:00
Bram Matthys
e3abcabdfb
docs for set::level-on-join
2007-11-19 13:24:29 +00:00
Bram Matthys
c97e538442
- Added set::level-on-join: which level should the user get when (s)he's is
...
the first to enter a channel. Currently only 'none' and 'op' are supported.
2007-11-19 13:19:28 +00:00
autoupdate
49fe2c12aa
Automatic weekly version update: 200747
2007-11-19 05:00:03 +00:00
autoupdate
259e03dbcb
Automatic weekly version update: 200746
2007-11-12 05:00:03 +00:00
autoupdate
949f96492f
Automatic weekly version update: 200745
2007-11-05 05:00:04 +00:00
Bram Matthys
2a498427bf
- Fixed bug (in all Unreal versions) with parameter channelmodes, any 3rd
...
party module which adds an extra parameter chanmode could cause crashes.
2007-11-04 18:03:47 +00:00
Bram Matthys
481c374af8
- Channelmode modules without parameters (like: +X, but not: +X 1) no longer
...
have to be permanent. Channelmodes with parameters still have to be PERM
however, and there are currently no plans to change it.
2007-11-01 16:46:07 +00:00
Bram Matthys
bcf6941b4b
- Usermode modules now no longer have to be permanent ( #3174 ), this was
...
simply a bug that was introduced when adding remote includes support years
ago.
2007-11-01 13:40:26 +00:00
autoupdate
0609cc8ea1
Automatic weekly version update: 200744
2007-10-29 05:00:03 +00:00
Bram Matthys
ba517c3f2c
- Minor source cleanup in src/modules/m_map.c, suggested by fez ( #0003540 ).
2007-10-24 15:44:36 +00:00
autoupdate
1f4279d417
Automatic weekly version update: 200743
2007-10-22 05:00:03 +00:00
autoupdate
383cce9bb6
Automatic weekly version update: 200742
2007-10-15 05:00:04 +00:00
Bram Matthys
75706516ab
- Fixed set::modes-on-join: could crash or disfunction with certain
...
parameter mode combinations.
2007-10-13 13:24:27 +00:00
Bram Matthys
8cd5d09b16
copyright
2007-10-13 10:59:31 +00:00
autoupdate
c1a2f7e185
Automatic weekly version update: 200741
2007-10-08 05:00:03 +00:00
Bram Matthys
5f60a0d949
- Remove part reason when user is banned, suggested by vonitsanet ( #0003354 ).
2007-10-02 09:30:34 +00:00
Bram Matthys
48dc0d824a
- Hopefully fixed 'Overflowed unzipbuf increase UNZIP_BUFFER_SIZE' issue,
...
reported by Monk (#0003453 ). It should be large enough now. Also changed the
way we deal with this when it happens (if it ever happens again..): we now
close the server connection, instead of trying to continue, because continueing
is too dangerous.
2007-10-02 09:14:25 +00:00
Bram Matthys
ce5c2b3800
- Hopefully fixed 'Overflowed unzipbuf increase UNZIP_BUFFER_SIZE' issue,
...
reported by Monk (#0003453 ). It should be large enough now.
2007-10-01 19:27:46 +00:00
autoupdate
409bb73a1d
Automatic weekly version update: 200740
2007-10-01 05:00:04 +00:00
stylus740
0eb5980d15
Changes of week 38 unreal32docs.de.html
2007-09-27 15:51:13 +00:00
angrywolf
3dd887ec05
Changes of week 38
2007-09-27 09:22:43 +00:00
Bram Matthys
62af4dd7a0
- Fixed Mac OS X issue where "access denied" errors were encountered when
...
trying to read unrealircd.conf. All due to strange chmod() behavior. We now no
longer try to set permissions on Mac OS X. Patch provided by Tibby (#3489 ).
2007-09-25 15:23:27 +00:00
babass
ab3bc3d45a
- Documentation de CHROOTDIR dans unreal32docs, rapporté par Beastie ( #0002446 )
2007-09-25 15:10:51 +00:00
autoupdate
3e24e69fa3
Automatic weekly version update: 200739
2007-09-24 05:00:04 +00:00
Bram Matthys
29680132b9
- Document CHROOTDIR in unreal32docs, reported by Beastie ( #0002446 ).
2007-09-19 09:02:01 +00:00
Bram Matthys
75bf27a52b
rephrase...
...
- CGI:IRC + IPv6: Fixed cgiirc block hostname never matching ipv4 cgiirc
gateway properly (..again..), this was previously reported by pv2b.
2007-09-19 08:47:59 +00:00
Bram Matthys
9e3ae2b758
- CGI:IRC + IPv6: Fixed cgiirc block hostname never matching ipv4 gateway
...
properly (..again..), this was previously reported by pv2b.
- CGI:IRC + IPv6: Fixed issue where all cgiirc ipv4 clients were rejected with
the message 'Invalid IP address', reported by stskeeps (#0003311 ), nate
(#0003533 ) and others.
2007-09-19 08:46:45 +00:00
autoupdate
835b3779bf
Automatic weekly version update: 200738
2007-09-17 05:00:05 +00:00
Bram Matthys
56d1bdfe67
- Fixed oper block bug where ip masks in oper::from::userhost did not always
...
work succesfully (ex: 192.168.* worked, but 192.168.*.* didn't). Issue was
introduced in 3.2.7, reported by tabrisnet (#0003494 ).
2007-09-16 19:02:27 +00:00
Bram Matthys
3160f385a8
- Fixed CHROOTDIR, which was broken in 3.2.7: IRC_USER/IRC_GROUP did not work
...
properly when CHROOTDIR was in use (#0003454 ).
2007-09-16 16:18:54 +00:00
autoupdate
5d23e3ed71
Automatic weekly version update: 200737
2007-09-10 05:00:07 +00:00
Bram Matthys
68c5bf4f66
- Now allowing '1.2.3.4' ips again in IPv6 mode as well (instead of enforcing
...
'::ffff:1.2.3.4' ips in the conf, they are now auto-converted to that).
Based on patch from tabrisnet.
- Fixed issue where the cgiirc block did not work with IPv6, reported by
djGrrr, fixed by previous change.
2007-09-05 19:03:06 +00:00
Bram Matthys
15008285aa
ok, I don't mind the new 'design' much, but don't rip codemastr completely out of credits! he did a substantial amount of work on UnrealIRCd. Added some other original credits back in as well (even though I don't know these people, they have been credited in 3.2* since the start).
2007-09-05 15:50:50 +00:00
autoupdate
08e6d2562b
Automatic weekly version update: 200736
2007-09-03 05:00:05 +00:00
Bram Matthys
a9069600c5
- Fixed bug in SJOIN, possibly causing things like odd bans showing up in
...
some circumstances. Reported by Hurga, patch provided by fbi.
2007-09-02 19:30:14 +00:00
autoupdate
9d7ab14167
Automatic weekly version update: 200735
2007-08-27 05:00:03 +00:00
autoupdate
4331a913cd
Automatic weekly version update: 200734
2007-08-20 05:00:04 +00:00
autoupdate
30ad92ade3
Automatic weekly version update: 200733
2007-08-13 05:00:04 +00:00