Log of /hybrid-ircservices-1
Directory Listing
Revision
1287 -
Directory Listing
Modified
Sun Feb 5 15:46:24 2012 UTC
(10 years, 11 months ago)
by
michael
- Update example configuration files
Revision
1280 -
Directory Listing
Modified
Tue Jan 31 14:23:37 2012 UTC
(10 years, 11 months ago)
by
michael
- add version.c
Revision
1279 -
Directory Listing
Modified
Tue Jan 31 13:12:55 2012 UTC
(10 years, 11 months ago)
by
michael
- Removed vsnprintf.c
Revision
1278 -
Directory Listing
Modified
Tue Jan 31 13:05:36 2012 UTC
(10 years, 11 months ago)
by
michael
- style corrections to hybrid protocol module
Revision
1277 -
Directory Listing
Modified
Tue Jan 31 12:54:07 2012 UTC
(10 years, 11 months ago)
by
michael
- cleanup configuration files
Revision
1270 -
Directory Listing
Modified
Wed Jan 25 13:51:14 2012 UTC
(11 years ago)
by
lusky
add serno.h
Revision
1215 -
Directory Listing
Modified
Sat Aug 27 18:55:36 2011 UTC
(11 years, 5 months ago)
by
michael
- style corrections
Revision
1214 -
Directory Listing
Modified
Sat Aug 27 18:31:36 2011 UTC
(11 years, 5 months ago)
by
michael
- style corrections only
Revision
1213 -
Directory Listing
Modified
Fri Aug 26 17:07:31 2011 UTC
(11 years, 5 months ago)
by
michael
- fix compile error
Revision
1212 -
Directory Listing
Modified
Fri Aug 26 16:46:19 2011 UTC
(11 years, 5 months ago)
by
michael
- no longer send a 433 numeric if someone tries to use a registered nickname.
sending a NOTICE is more than enough
Revision
1211 -
Directory Listing
Modified
Thu Aug 25 20:05:00 2011 UTC
(11 years, 5 months ago)
by
michael
- working towards getting rid of that 'E' shortcut
Revision
1210 -
Directory Listing
Modified
Thu Aug 25 19:39:01 2011 UTC
(11 years, 5 months ago)
by
michael
- style corrections
Revision
1209 -
Directory Listing
Modified
Thu Aug 25 19:05:49 2011 UTC
(11 years, 5 months ago)
by
michael
- run everything thru indent
"-bli0 -di1 -npcs -nut -cdw -bls -nbbo -bap"
Revision
1208 -
Directory Listing
Modified
Wed Aug 24 21:51:30 2011 UTC
(11 years, 5 months ago)
by
michael
- fixed bug which would prevent do_nick() from processing user modes
that has been sent via NICK
Revision
1207 -
Directory Listing
Modified
Wed Aug 24 21:46:02 2011 UTC
(11 years, 5 months ago)
by
michael
- make services use GLOBOPS instead of WALLOPS
Revision
1202 -
Directory Listing
Modified
Mon Aug 22 19:21:15 2011 UTC
(11 years, 5 months ago)
by
michael
- stuff SVSNICK into hybrid.c
- remove all protocol modules but hybrid.c
Revision
1201 -
Directory Listing
Modified
Mon Aug 22 18:55:33 2011 UTC
(11 years, 5 months ago)
by
michael
Copied from:
extended-ircservices-1 revision 1200
- I decided to make the services 'hybrid only'. That said, I'm not
going to continue the ircservices project in an official manner,
since maintaining compatibility for a wide range of ircds would
require an enormous amount of effort.
Revision
1200 -
Directory Listing
Modified
Sun Aug 21 20:43:26 2011 UTC
(11 years, 5 months ago)
by
michael
Original Path:
extended-ircservices-1
- hybrid.c: rearrange mode tables. otherwise mlock won't work properly
in case services use a channel database that has been converted before.
Revision
1198 -
Directory Listing
Modified
Sun Aug 21 19:24:34 2011 UTC
(11 years, 5 months ago)
by
michael
Original Path:
extended-ircservices-1
- hybrid.c: change value of protocol_nickmax to 9, otherwise guest-nicks
won't work. One needs to increase protocol_nickmax in case hybrid's NICKLEN
gets increased, too. Maybe this one should be changeable via services.conf
Revision
1194 -
Directory Listing
Added
Sat Aug 20 18:25:54 2011 UTC
(11 years, 5 months ago)
by
michael
Original Path:
extended-ircservices-1
- add new Extended IRC Services project. Successor of the discontinued
ircservices project by Andrew Church.