Adam
|
feee50e695
|
Allow bot usermodes to be configurable
|
2011-08-12 03:13:56 -04:00 |
|
DukePyrolator
|
c2780e1de4
|
Added a separate field for last seen realhost to ns_info, shown to services admins only
|
2011-08-11 22:21:40 +02:00 |
|
Adam
|
eaf4e69cf1
|
Updated Changes
|
2011-08-09 17:07:20 -04:00 |
|
Adam
|
e66063e630
|
Rewrote the example configurations and split them
up into seperate files for each pseudo client.
Also reorganized how the modules are stored, and
made most of the old "extra" modules "core"
|
2011-08-05 05:35:31 -04:00 |
|
Adam
|
773a1f3075
|
Updated a bit of the TODO
|
2011-08-04 16:41:36 -04:00 |
|
Adam
|
f858164dee
|
Rewrote how commands are handled within Anope.
This allows naming commands and having spaces within command names.
|
2011-07-14 02:31:12 -04:00 |
|
Adam
|
9fcbe293e2
|
Added os_oper
|
2011-05-16 04:10:18 -04:00 |
|
Adam
|
fd4b52ec38
|
Added os_forbid
|
2011-05-16 04:10:18 -04:00 |
|
Adam
|
583954d3a1
|
Use module type to determine what type each module is instead of its location in the configuration file.
|
2011-05-16 04:09:32 -04:00 |
|
Adam
|
e7887c1f01
|
Unmodularized the socket engine because its causing problems and really is unnecessary
|
2011-05-16 04:08:47 -04:00 |
|
Adam
|
c8c23158a4
|
Moved the core pseudo clients out into their own modules
|
2011-05-16 04:06:17 -04:00 |
|
Adam
|
b28d3746f5
|
Branch for 1.9.5
|
2011-05-16 04:01:46 -04:00 |
|
Adam
|
605b5d5717
|
Removed ngircd as we've decided not to support it at this time
|
2011-05-16 02:57:28 -04:00 |
|
Adam
|
b4450294af
|
Fixed Windows build
|
2011-05-15 21:02:06 -04:00 |
|
Adam
|
451fb82e54
|
Bug #1203
|
2011-03-22 23:58:53 -04:00 |
|
Adam
|
ed73d76751
|
Rewrote some of the opertype system, added os_login
|
2011-03-14 13:52:26 -04:00 |
|
Adam
|
1ee3d3d810
|
Added os_config and support for including additional configuration files.
|
2011-03-11 00:47:28 -05:00 |
|
Adam
|
8eb23e7d48
|
Added support for extbans
|
2011-03-07 19:54:51 -05:00 |
|
Adam
|
6fe2d8af97
|
Removed nickrequests, instead have unconfirmed registrations. Also made ns_resetpass allow remote-id to get past things such as kill immed.
|
2011-03-05 17:23:22 -05:00 |
|
Adam
|
d79e22bfaa
|
Updated TODO
|
2011-03-04 12:50:50 -05:00 |
|
Adam
|
1372dc1953
|
Removed the Wallop config options and replaced them with the new log system
|
2011-02-12 16:17:17 -05:00 |
|
Adam
|
9ef7352e69
|
Merged os_umode into os_mode
|
2011-02-11 18:30:58 -05:00 |
|
Adam
|
f463b772b0
|
Removed a lot of the old capab flags we dont/have never used
|
2011-02-09 20:09:26 -05:00 |
|
Charles Kingsley
|
679d3c373f
|
Fixing leftover spaces and other rubbish I missed on the first pass.
|
2011-01-29 11:58:59 +00:00 |
|
Charles Kingsley
|
557eceeefc
|
Updated some docs/ & removed TROUBLESHOOTING as it is redundant.
|
2011-01-29 11:06:38 +00:00 |
|
Adam
|
ab2e34d817
|
Added options:nomlock
|
2011-01-19 00:31:18 -05:00 |
|
Adam
|
8975b52cc3
|
Added ns_ajoin
|
2011-01-17 15:46:53 -05:00 |
|
lethality
|
ecc2fc6029
|
Fix CODINGs formatting and a missed typo
|
2011-01-14 04:50:01 +00:00 |
|
DukePyrolator
|
a674d81caf
|
updated the README file
|
2011-01-08 08:38:16 +01:00 |
|
lethality
|
9efebe5461
|
update copyrights for 2011
|
2011-01-05 18:34:38 +00:00 |
|
lethality
|
036d4514f0
|
updated crontab instructions in INSTALL
|
2010-12-25 15:27:02 +00:00 |
|
Adam
|
eb9b12ed11
|
Bug #1211 - Fixed loading and saving anope_os_sxlines
|
2010-12-15 12:47:35 -05:00 |
|
Adam
|
4a4c0886cc
|
Bug #1212 - Fixed some bad logic in /os exception preventing valid exceptions from being added
|
2010-12-15 12:18:20 -05:00 |
|
Adam
|
2a4d0e3e89
|
Allow getting users opertype from XMLRPC requests
|
2010-12-12 19:37:04 -05:00 |
|
Adam
|
9f7a2e4da2
|
Bug #1177 - Readded in support for cs_mode to act on every channel
|
2010-12-12 19:37:04 -05:00 |
|
Adam
|
cb6ef574e3
|
Send replies from fantasy commands back to the channel, this will be expanded on later
|
2010-12-12 19:36:19 -05:00 |
|
Adam
|
37e02a3594
|
Added cs_entrymsg
|
2010-12-12 19:36:19 -05:00 |
|
Adam
|
1a286397e3
|
Added a plexus3 protocol module
|
2010-12-12 19:36:16 -05:00 |
|
Adam
|
697dc89382
|
Added a default expiry time for suspended and forbidden nicks and channels
|
2010-12-12 19:36:01 -05:00 |
|
Adam
|
246f44b988
|
Added cs_mode, rewrote the old list mode code, and added CIDR support
|
2010-12-12 19:35:27 -05:00 |
|
Adam
|
5f18cb018d
|
Allow users to drop their own nickrequests
|
2010-12-12 19:33:58 -05:00 |
|
Adam
|
872bc3fa5e
|
Allow users to remove their own access in channels
|
2010-12-12 19:33:58 -05:00 |
|
Adam
|
1625a5af0c
|
Added /chanserv clone command
|
2010-12-12 19:33:58 -05:00 |
|
Adam
|
ac41137ce2
|
Added /ms ignore
|
2010-12-12 19:31:00 -05:00 |
|
Adam
|
4ec661c0bb
|
If a channel drops because a nick drops, set the channel founder to the user with the highest access if there is no successor
|
2010-12-12 19:30:14 -05:00 |
|
Adam
|
87bdf73cb7
|
Document XMLRPC calls and added a .php class wrapper for them
|
2010-12-12 19:30:14 -05:00 |
|
Adam
|
5cd4fefb4c
|
Bump for 1.9.4-git
|
2010-12-12 19:30:11 -05:00 |
|
Adam
|
be4ec3c0c4
|
Updated docs/WIN32.txt with instructions on how to get the libraries to build with gettext, ssl, and mysql
|
2010-12-12 16:54:46 -05:00 |
|
Adam
|
587e5d9421
|
Fixed build on cmake 2.4.x
|
2010-12-09 19:58:41 -05:00 |
|
Adam
|
daa97f0343
|
Fixed make install because Changes.lang is dead
|
2010-11-01 17:36:30 -04:00 |
|