Adam
|
d646d455e2
|
Changed the language system to use gettext
|
2010-09-26 02:33:01 -04:00 |
|
lethality
|
06faf6affc
|
Fixed bug #1191
|
2010-09-18 03:36:44 +01:00 |
|
Adam
|
227909e2cf
|
Rejig of some of the socket stuff. Fixed marking sockets as nonblocking on Windows. Added in a LastError function to keep having to use strerror/GetLastError everywhere.
|
2010-09-17 19:20:07 -04:00 |
|
Adam
|
61e7564633
|
Fixed connecting back to the nameserver if we lose connection, and detecting the nameserver
|
2010-09-16 22:21:55 -04:00 |
|
Adam
|
46813ccb8c
|
Added an asynchronous DNS system and m_dnsbl, which checks clients against DNS blacklists.
Rewrote internal handling of IPs, we now properly support users using IPv6.
Fixed a few problems with the UnrealIRCd protocol module.
|
2010-09-09 23:43:11 -04:00 |
|
Adam
|
f276927365
|
Redo some of the sighandling code, and made anoperc rehash actually work.
|
2010-08-29 19:28:04 -04:00 |
|
Adam
|
5fbe0c845c
|
Clean up some of the old now unused IRCDVar struct vars, and made the logchan bots join if the IRCd requires them to
|
2010-08-28 02:25:33 -04:00 |
|
Adam
|
10d901084f
|
Do not log RAWIO messages to services log channels, added a config option on whether or not to join bots to the log channels, and fixed two log messages in ns_identify
|
2010-08-28 00:14:06 -04:00 |
|
Adam
|
334e5a4ef9
|
Removed options:keeplogs because its no longer used
|
2010-08-27 23:05:22 -04:00 |
|
Adam
|
c2ddecc2b1
|
Added a new logging system
|
2010-08-27 20:56:28 -04:00 |
|
Adam
|
e65d8b2f3d
|
Rewrote the config reader to better handle invalid configs.
This prevents Anope from exploding when /os reload has errors.
|
2010-08-17 19:27:37 -04:00 |
|
Adam
|
e8d6524411
|
Fixed botserv bots parting empty channels. This also allows setting bsminusers to 0, which keeps the botserv bot in the channel at all times.
|
2010-08-01 16:47:43 -04:00 |
|
Adam
|
4b870cc5f9
|
Added debug_cast which uses dynamic_cast on debug builds, and static_cast on release builds
|
2010-07-27 21:31:13 -04:00 |
|
Naram Qashat
|
57bb759305
|
Trying to make things a little more const-safe, a work in progress but this is a bit better.
|
2010-07-26 23:32:03 -04:00 |
|
Naram Qashat
|
ae38212c1c
|
Epic commit to replace most of the strings in Anope with a single Anope::string class, plus some other little fixes here and there. If you follow 1.9.x development and are testing things, THIS is one of those things that NEEDS testing.
|
2010-07-25 21:58:20 -04:00 |
|
Adam
|
63d7142465
|
Added options:hideprivilegedcommands config option to hide privileged commands from normal users
|
2010-07-10 22:50:18 -04:00 |
|
Adam
|
1cf4ebb231
|
Added an epoll socket engine
|
2010-07-08 22:19:13 -04:00 |
|
Naram Qashat
|
63d7bee2a6
|
Merge branch '1.9' of ssh://anope.git.sf.net/gitroot/anope/anope into 1.9
Conflicts:
include/config.h
|
2010-06-20 18:51:03 -04:00 |
|
Naram Qashat
|
381c9c8870
|
The first of a few "CBX OCDing over code style" commits, focusing on include/* and src/* but not src/core/* or src/modules/*.
|
2010-06-20 18:42:58 -04:00 |
|
Adam
|
e8a1570ed9
|
Added m_helpchan to replace the cores helpchannel functionality
|
2010-06-20 14:04:17 -04:00 |
|
Adam
|
4a2b9ebcf3
|
Renamed all of source files from .c to .cpp
|
2010-06-18 21:04:07 -04:00 |
|