Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-04 | Add a couple of usability and aesthetic changes, fix the half-broken ↵ | Denis M. (Phr33d0m) | |
chanlist functionality, add a couple of missing ESCAPED_CHANNEL vars Add missing ESCAPED_CHANNEL Changed EMAIL_TYPE to FORCE_EMAIL. Now makes more sense Make it more obvious when the 'email' field is optional Add a 'Retry' button to go back to the registration page Fixed broken chanlist functionality. Before even if the user clicked on the channels nothing happened, now it goes straight to the 'set' page (at least something happens) Small fix, disable the 'Save' button if user has no SET powers Add another missing ESCAPED_CHANNEL Add a more clear definition of what hostmasks are allowed in that field, either user@host or nick\!user@host Fix wrongly placed var Changed some aesthetics | |||
2013-10-27 | Fix m_httpd not passing non post data to other modules correctly & close ↵ | Adam | |
connections immediately when we are done flushing data | |||
2013-09-29 | display modechars instead of modenames in cpanel channelmodes | DukePyrolator | |
2013-09-16 | Remove static variables from functions in modules which causes them to be ↵ | Adam | |
marked as gnu unique objects, which breaks dlclose()/dlopen() on g++ 4.5+ | |||
2013-09-08 | Alpabetize channels in /ns alist and on webcpanels chanserv page | Adam | |
2013-09-03 | Cleanup previous commit | Adam | |
Fix log messages from commands send through webpanel Don't show OperServ section to non opers | |||
2013-09-03 | updated the chanserv section in webcpanel | DukePyrolator | |
2013-08-23 | Merge pull request #21 from Phr33d0m/1.9 | Jens Voß | |
Use CDN for the rest of the .js files | |||
2013-08-23 | Use CDN for the rest of the .js files | Denis M. (Phr33d0m) | |
2013-08-23 | Merge branch '1.9' of github.com:anope/anope into 1.9 | Adam | |
2013-08-23 | Remove SSL cert verification because we dont use it | Adam | |
2013-08-23 | Fix reading post data in m_httpd | Adam | |
2013-08-23 | Merge pull request #20 from Phr33d0m/1.9 | Adam | |
Redesign body of the pages. | |||
2013-08-23 | Fixed an incorrect layout, a couple of typos and a wrong form action | n0kS Phr33d0m | |
2013-08-23 | Use a local copy of the background image | n0kS Phr33d0m | |
2013-08-23 | Make the navbar brand a different font to distinguish it from the rest of ↵ | n0kS Phr33d0m | |
the navbar links. | |||
2013-08-23 | Remove webpanel:ssl configuration option because its dumb | Adam | |
2013-08-23 | Removed innecessary logo width, the img-responsive will take care of that. | n0kS Phr33d0m | |
2013-08-23 | Don't use an external svg logo anymore, but a local png one. | n0kS Phr33d0m | |
2013-08-23 | Fix m_httpd handling fragmented http requests | Adam | |
2013-08-23 | Redesign body of the pages. Now they have a distiguished panel heading and ↵ | n0kS Phr33d0m | |
panel body. Also added background colour to currently selected section. | |||
2013-08-22 | Fix m_httpd enabling ssl if m_ssl is loaded after it | Adam | |
2013-08-22 | Fix a typo and remove unnecessary 'effects' | n0kS Phr33d0m | |
2013-08-22 | A completely rewritten Control Panel using some bootstrapping, jquery and ↵ | n0kS Phr33d0m | |
lots of CSS | |||
2013-08-22 | Nuking the old design with fire | n0kS Phr33d0m | |
2013-08-22 | Fix incorrect GET method as we are submitting POST data | n0kS Phr33d0m | |
2013-08-01 | Use MessageSource as the source for many IRCDProto funcs | Adam | |
Keep track of what user modes are oper only/server only/etc | |||
2013-07-29 | Move chanstats stuff to stats/ | Adam | |
2013-07-21 | Fix m_ldap service names from defaulting ldap/ldap/main | Adam | |
2013-07-20 | Fix removing old connections in m_ldap and m_mysql | Adam | |
2013-07-04 | Fix rehashing via SIGHUP and m_mysql | Adam | |
2013-07-01 | Change extensible keys to require explicitly having a type defined for it. ↵ | Adam | |
Completely modularize more features like bs_kick, entrymsg, log, mode, etc. Move fantasy to its own module. Move greet to its own module. | |||
2013-06-30 | m_mysql: handle multiple result sets returned from multiple statements or ↵ | DukePyrolator | |
procedure calls | |||
2013-05-31 | Made m_mysql's Escape() function safe against escaping strings > BUFSIZE | Adam | |
2013-05-27 | Initially attach all modules to all events, and detach them as the events ↵ | Adam | |
are run if they are not implemented per module | |||
2013-05-26 | Fix webcpanel build | Adam | |
2013-05-26 | Get rid of the remaining references in the core to specific services. Move ↵ | Adam | |
more stuff out of the core to the proper modules. | |||
2013-05-17 | Removed some hard coded command names in help output | Adam | |
2013-05-08 | Make sockaddrs/cidr not throw on invalid ips to give us an easier/cheaper ↵ | Adam | |
way to test for a valid IP | |||
2013-05-06 | Update the rest of modules.example.conf, default inspircd status modes to a ↵ | Adam | |
sane rank incase they are prefixless, and 50 other things | |||
2013-05-06 | Fix extras build | Adam | |
2013-05-05 | That doesn't work either, just don't use references. | Adam | |
find ./ -name '*.cpp' -exec sed -i 's/Get<const Anope::string\&>/Get<const Anope::string>/g' {} \; | |||
2013-05-05 | Rework the config file reader to be much more flexible and move many ↵ | Adam | |
configuration directives to the actual modules they are used in. | |||
2013-04-16 | Move extras header files out of extras so when users copy modules out they ↵ | Adam | |
dont need the headers too | |||
2013-04-15 | Rewrote modules/CMakeLists.txt and do not build the 'extras' modules, if ↵ | Adam | |
users want them built they should copy or symlink them out of extras | |||
2013-04-12 | Fix m_ssl | Adam | |
2013-04-11 | Pass new config and the new config reader to the OnReload event, aswell as ↵ | Adam | |
call it on module load on modules that hook to it | |||
2013-04-10 | Move some of the modules in extras/ that arent really extra out of extras. ↵ | Adam | |
Mark our modules as VENDOR and allow modules to have multple types. | |||
2013-04-08 | Made auto* chanserv privileges not hard coded. | Adam | |
Made cs_statusupdate not remove status on users if they still match other entries. Move privilege descriptions out of the config | |||
2013-04-07 | Optimizations of much of the more commonly used code | Adam | |