Parent Directory
|
|
|
|
|
cmd_admin.cpp
|
10049 |
4 months |
w00t |
More numerics.h conversion |
cmd_away.cpp
|
10049 |
4 months |
w00t |
More numerics.h conversion |
cmd_clearcache.cpp
|
9748 |
6 months |
aquanight |
Make User:: nick/ident/dhost/fullname and some other things std::string instead of char*/char[] (MOD... |
cmd_commands.cpp
|
10049 |
4 months |
w00t |
More numerics.h conversion |
cmd_connect.cpp
|
9748 |
6 months |
aquanight |
Make User:: nick/ident/dhost/fullname and some other things std::string instead of char*/char[] (MOD... |
cmd_die.cpp
|
9768 |
6 months |
brain |
Convert connection::host
|
cmd_eline.cpp
|
10722 |
5 weeks |
brain |
Epic fail, did someone order a shipment of fail?
|
cmd_gline.cpp
|
10720 |
5 weeks |
brain |
Fix obvious oversight spotted by Ankit, provide xline reasons when adding them
|
cmd_info.cpp
|
10804 |
3 weeks |
w00t |
Add Phoenix to regular contributors list |
cmd_invite.cpp
|
10783 |
4 weeks |
w00t |
Second attempt at time() -> SI->Time(), now problems with the original were fixed. (SI::TIME was not... |
cmd_ison.cpp
|
9608 |
7 months |
brain |
Conversion of command handler params from "const char* const* parameters, int pcnt" to "const std::v... |
cmd_join.cpp
|
10013 |
4 months |
w00t |
Convert more stuff to use numerics.h, change SERVER to send ERR_ALREADYREGISTERED instead of picking... |
cmd_kick.cpp
|
9802 |
6 months |
brain |
First phase of conversion to dynamic limits on all the lengths, configured via the <limits> tag
(the... |
cmd_kill.cpp
|
9802 |
6 months |
brain |
First phase of conversion to dynamic limits on all the lengths, configured via the <limits> tag
(the... |
cmd_kline.cpp
|
10720 |
5 weeks |
brain |
Fix obvious oversight spotted by Ankit, provide xline reasons when adding them
|
cmd_links.cpp
|
9748 |
6 months |
aquanight |
Make User:: nick/ident/dhost/fullname and some other things std::string instead of char*/char[] (MOD... |
cmd_list.cpp
|
10666 |
6 weeks |
w00t |
Implement channels/auspex priv for /names and /list.
|
cmd_loadmodule.cpp
|
9748 |
6 months |
aquanight |
Make User:: nick/ident/dhost/fullname and some other things std::string instead of char*/char[] (MOD... |
cmd_lusers.cpp
|
9748 |
6 months |
aquanight |
Make User:: nick/ident/dhost/fullname and some other things std::string instead of char*/char[] (MOD... |
cmd_map.cpp
|
9748 |
6 months |
aquanight |
Make User:: nick/ident/dhost/fullname and some other things std::string instead of char*/char[] (MOD... |
cmd_mode.cpp
|
9608 |
7 months |
brain |
Conversion of command handler params from "const char* const* parameters, int pcnt" to "const std::v... |
cmd_modules.cpp
|
10671 |
6 weeks |
w00t |
Tie module version display to servers/auspex priv.
|
cmd_motd.cpp
|
9608 |
7 months |
brain |
Conversion of command handler params from "const char* const* parameters, int pcnt" to "const std::v... |
cmd_names.cpp
|
9770 |
6 months |
brain |
Convert channel::name to std::string, this was a beastie!
|
cmd_nick.cpp
|
10785 |
4 weeks |
w00t |
Obsolete m_restrictbanned, add <security:restrictbannedusers>, default on.. this is insane to leave ... |
cmd_notice.cpp
|
10662 |
6 weeks |
w00t |
Working privs implementation, and example usage in NOTICE for mass messaging.
|
cmd_oper.cpp
|
10324 |
3 months |
w00t |
Clean up opering a tiny bit.. pave the way for SVSOPER |
cmd_part.cpp
|
9956 |
4 months |
w00t |
Convert API to use std::string, fixes my slight bug from earlier and looks tidier |
cmd_pass.cpp
|
10013 |
4 months |
w00t |
Convert more stuff to use numerics.h, change SERVER to send ERR_ALREADYREGISTERED instead of picking... |
cmd_ping.cpp
|
9608 |
7 months |
brain |
Conversion of command handler params from "const char* const* parameters, int pcnt" to "const std::v... |
cmd_pong.cpp
|
9608 |
7 months |
brain |
Conversion of command handler params from "const char* const* parameters, int pcnt" to "const std::v... |
cmd_privmsg.cpp
|
10785 |
4 weeks |
w00t |
Obsolete m_restrictbanned, add <security:restrictbannedusers>, default on.. this is insane to leave ... |
cmd_qline.cpp
|
10722 |
5 weeks |
brain |
Epic fail, did someone order a shipment of fail?
|
cmd_quit.cpp
|
9608 |
7 months |
brain |
Conversion of command handler params from "const char* const* parameters, int pcnt" to "const std::v... |
cmd_rehash.cpp
|
10569 |
2 months |
brain |
Fix a rather nasty race condition revealed by my reading through the comments and enhancing them. Ba... |
cmd_reloadmodule.cpp
|
9748 |
6 months |
aquanight |
Make User:: nick/ident/dhost/fullname and some other things std::string instead of char*/char[] (MOD... |
cmd_restart.cpp
|
9768 |
6 months |
brain |
Convert connection::host
|
cmd_rules.cpp
|
9608 |
7 months |
brain |
Conversion of command handler params from "const char* const* parameters, int pcnt" to "const std::v... |
cmd_server.cpp
|
10023 |
4 months |
w00t |
Send ERR_NOTREGISTERED to clients that send SERVER on a client port with a text that tells them what... |
cmd_squit.cpp
|
9748 |
6 months |
aquanight |
Make User:: nick/ident/dhost/fullname and some other things std::string instead of char*/char[] (MOD... |
cmd_stats.cpp
|
10839 |
3 days |
w00t |
Rip flood/threshold out of config classes also. |
cmd_time.cpp
|
10013 |
4 months |
w00t |
Convert more stuff to use numerics.h, change SERVER to send ERR_ALREADYREGISTERED instead of picking... |
cmd_topic.cpp
|
10082 |
4 months |
w00t |
Add Channel::SetTopic(User *, std::string &) to set topic on a channel. Use it in CommandTopic. Also... |
cmd_trace.cpp
|
9608 |
7 months |
brain |
Conversion of command handler params from "const char* const* parameters, int pcnt" to "const std::v... |
cmd_unloadmodule.cpp
|
9748 |
6 months |
aquanight |
Make User:: nick/ident/dhost/fullname and some other things std::string instead of char*/char[] (MOD... |
cmd_user.cpp
|
9802 |
6 months |
brain |
First phase of conversion to dynamic limits on all the lengths, configured via the <limits> tag
(the... |
cmd_userhost.cpp
|
10673 |
6 weeks |
w00t |
Tie display of realhost in USERHOST to users/auspex priv.
|
cmd_version.cpp
|
10013 |
4 months |
w00t |
Convert more stuff to use numerics.h, change SERVER to send ERR_ALREADYREGISTERED instead of picking... |
cmd_wallops.cpp
|
9608 |
7 months |
brain |
Conversion of command handler params from "const char* const* parameters, int pcnt" to "const std::v... |
cmd_who.cpp
|
10674 |
6 weeks |
w00t |
Tie a number of /who settings to servers/auspex and users/auspex respectively.
|
cmd_whois.cpp
|
10669 |
6 weeks |
w00t |
Use servers/auspex and users/auspex privs where needed.
|
cmd_whowas.cpp
|
10675 |
6 weeks |
w00t |
Tie settings in mode and whowas to privs.
|
cmd_zline.cpp
|
10723 |
5 weeks |
brain |
D'oh
|